/* RESOLUCIONES --------------------------- */
/* ---------------------------------------- */
/* PLANTILLA ------------------------------ */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* FUENTES ------------------------------ */
/* ---------------------------------------- */
/*Posicionar la caja*/
/*ESTILO CABECERA*/
/*FORMULARIOS*/
/*Estilos para los Botones*/
/*Iconos FontAwesome*/
.contenedor-cabecera .contenedor-cabecera-wrapper {
  row-gap: 0;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-titulo .contenedor-titulo-wrapper .titulo {
  font-weight: 700;
  line-height: initial;
  font-size: 25px;
  padding-bottom: 10px;
  color: var(--color-principal);
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper {
  row-gap: 15px;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper .subtitulo {
  font-weight: 600;
  line-height: initial;
  font-size: 24px;
  color: var(--color-gris0);
  padding-bottom: 22px;
  position: relative;
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper .subtitulo:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 82px;
  background: var(--color-terciario);
  content: "";
}
.contenedor-cabecera .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-entradilla .contenedor-entradilla-wrapper .entradilla * {
  font-weight: 400;
  line-height: initial;
  font-size: 16px;
}

.titulo2 .contenedor-cabecera-wrapper .contenedor-titulo .contenedor-titulo-wrapper .titulo {
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 15px;
  position: relative;
  color: black;
  line-height: 100%;
}
.titulo2 .contenedor-cabecera-wrapper .contenedor-titulo .contenedor-titulo-wrapper .titulo:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 82px;
  background: var(--color-terciario);
  content: "";
}
.titulo2 .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper {
  row-gap: 15px;
}
.titulo2 .contenedor-cabecera-wrapper .contenedor-subt-entra .contenedor-subt-entra-wrapper .contenedor-subtitulo .contenedor-subtitulo-wrapper .subtitulo {
  font-weight: 600;
  line-height: initial;
  font-size: 22px;
  color: var(--color-gris0);
  position: relative;
}

.SagaContenidos.FormularioSaga .FormularioSaga-contenedor header {
  padding: initial !important;
  position: initial !important;
  top: initial !important;
  left: initial !important;
  transform: none !important;
  background: initial !important;
  box-shadow: none;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor header h2 {
  font: 700 34px/normal "Open Sans", sans-serif;
  color: black;
  padding-bottom: 15px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper {
  row-gap: 30px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
}
@media (max-width: 599px) {
  .SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper {
    text-align: center;
  }
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_toptext {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--color-gris);
  padding: 0;
  border: none;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_toptext * {
  font-weight: 400;
  line-height: initial;
  font-size: 18px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box {
  margin: 0;
  --gap: initial;
  row-gap: 28px;
  width: auto;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group {
  padding: 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group p.alert-danger {
  border-radius: 8px;
  background: #FCC9C5;
  padding: 3px;
  margin-top: -5px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group p.alert-danger:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f06a";
  padding-right: 5px;
  color: #BB1709;
  text-shadow: 0 0 3px white;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group br {
  display: none;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .control-label {
  font: 600 16px/16px "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: black;
  margin-bottom: 0;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .control-label span {
  font-weight: 400;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .check-wrapper {
  margin-top: 5px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .check-wrapper a {
  font: 400 16px/16px "Open Sans", sans-serif;
  color: var(--color-principal);
  text-decoration-color: var(--color-principal);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .check-wrapper a:hover {
  color: var(--color-secundario);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .form-control {
  padding: 9px 16px;
  border: 1px solid var(--color-gris2);
  font: normal 14px/100% "Open Sans", sans-serif;
  color: var(--color-gris0);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .form-control::placeholder {
  color: var(--color-gris0);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .form-control {
  border-radius: 0;
  padding: 9px;
  background: rgba(0, 0, 0, 0.02);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group .form-control::placeholder {
  color: var(--color-gris2);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group select {
  padding: 9px 16px;
  border: 1px solid var(--color-gris2);
  font: normal 14px/100% "Open Sans", sans-serif;
  color: var(--color-gris0);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group select::placeholder {
  color: var(--color-gris0);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .form-group select {
  cursor: pointer;
  padding-right: 20px;
  appearance: none;
  background: url("/system/modules/com.saga.tcu.sede.skin/resources/images/Polygon_1.png") no-repeat;
  background-color: white;
  background-position: right center;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_middletext {
  display: none;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_mandatory {
  font-weight: 600;
  font-size: 14px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button {
  width: auto;
  display: flex;
  column-gap: 4px;
  padding-right: 11px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button:has(.formbutton.downloadbutton) {
  position: relative;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button:has(.formbutton.downloadbutton):before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f56d";
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  left: unset;
  position: absolute;
  color: black;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button:has(.formbutton.downloadbutton):hover:before {
  color: white;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton {
  background: var(--color-principal);
  padding: 5px 18px;
  font: normal 14px/normal "Open Sans", sans-serif;
  color: #FFF;
  border-radius: 25px;
  border: var(--color-principal) 1px solid;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton:hover {
  background: var(--color-secundario);
  border-color: var(--color-secundario);
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton {
  padding: 5px 10px;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  padding-right: 5px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton.submitbutton:after {
  padding-left: 10px;
  content: "\e20a";
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton.resetbutton {
  background-color: white;
  color: black;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton.resetbutton:after {
  padding-left: 10px;
  color: black;
  content: "\f021";
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton.downloadbutton {
  background-color: white;
  padding-right: 40px;
  color: black;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton.downloadbutton:after {
  color: black;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton:hover {
  background-color: var(--color-secundario);
  color: white;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton:hover:after, .SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform form .webform_wrapper .webform_box .webform_button .formbutton:hover:before {
  color: white;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_confirm_text {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  background: #D4F1C3;
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin: 30px 0 45px 0;
}
@media (max-width: 599px) {
  .SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_confirm_text {
    margin: 0;
  }
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_confirm_text .icono_confirmacion {
  color: #009245;
  font-size: 32px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_confirm_text .cabecera_confirmacion {
  font-weight: 700;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_confirm_text .texto_confirmacion {
  font-weight: 400;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_confirm_wrapper {
  display: none;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .alert {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: #FCC9C5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .alert button {
  display: none;
}
@media (max-width: 599px) {
  .SagaContenidos.FormularioSaga .FormularioSaga-contenedor .alert {
    margin-top: 0;
  }
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .alert:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f057";
  color: #BB1709;
  font-size: 32px;
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_error_text_start {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 370px;
  margin: 0px 0 45px 0;
  padding: 0px 20px 20px 20px;
  background: #FCC9C5;
}
@media (max-width: 599px) {
  .SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_error_text_start {
    margin-bottom: 0;
  }
}
.SagaContenidos.FormularioSaga .FormularioSaga-contenedor .webform_bottomtext {
  display: none;
}

/*# sourceMappingURL=WebForm.css.map */
