@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
body {
  font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.banner {
  display: flex;
  flex-direction: column; /* Usar flexbox para centrar contenido */
  justify-content: start; /* Centrar horizontalmente */ /* Centrar verticalmente si hay altura */
  background-color: #00693E;
  height: auto;
}
.banner .wrapper-banner {
  display: flex;
  padding-left: 20px;
}
.banner .wrapper-banner .logoTitulo {
  height: auto;
  width: 150px;
  margin-left: -10px;
}
.banner .faviconuach { /* Ajusta el margen superior según sea necesario */
  width: auto; /* Ajustar el ancho de la imagen según sea necesario */
  height: 54px;
  margin-top: 16px; /* Mantener la proporción de la imagen */
}

.banner-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: fill;
}
.banner-image.mobile {
  display: none;
}

.texto-divisor {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texto-divisor .parrafo {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 35px;
  text-align: center;
  font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  color: #00693E;
  width: 60%;
  line-height: 40px;
  letter-spacing: 1px;
}

.form-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 85%;
  border: 1px solid rgb(228, 227, 227);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-container .popup {
  display: none; /* Oculto por defecto */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.form-container .popup h2 {
  font-size: 27px;
  margin-left: 12px;
  font-weight: bold;
  font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-container .popup-content {
  overflow: auto;
  background-color: white;
  padding: 20px;
  padding-top: 5px;
  border-radius: 5px;
  max-width: 60%;
  height: 50%;
  line-height: 25px;
  text-align: start;
  position: relative; /* Para posicionar el botón de cerrar */
  font-family: "Roboto", sans-serif;
}
.form-container .popup-content p {
  width: 90%;
  padding-left: 5px;
}
.form-container .popup-content p strong {
  font-weight: bold;
}
.form-container .close {
  position: absolute;
  height: 30px;
  top: 10px;
  right: 20px;
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
}
.form-container .titulo-seccion {
  display: flex; /* Usar flexbox para alinear horizontalmente */
  align-items: center;
  background-color: #001d9c;
}
.form-container .titulo-seccion h2 {
  font-size: 16px;
  font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: white;
}
.form-container .titulo-seccion .card {
  padding-left: 20px;
  margin-right: 10px; /* Espaciado entre la imagen y el título */
  width: 30px; /* Ajusta el tamaño de la imagen según sea necesario */
  height: auto; /* Mantener la proporción de la imagen */
}
.form-container .form-section {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px;
  background-color: white;
  border-bottom: 1px solid rgb(226, 226, 226);
}
.form-container .form-section .form-legend {
  flex: 1;
  display: flex;
  justify-content: flex-start; /* Alinea los legend a la izquierda */
  align-items: flex-start;
  padding-right: 20px; /* Espacio entre legend y campos */
  padding-top: 14px;
  margin-left: 50px;
  margin-right: 50px;
  width: 50%;
  border-right: 1px solid rgb(226, 226, 226);
}
.form-container .form-section legend {
  font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 8px;
  padding-left: 15px;
}
.form-container .form-section .form-fields {
  flex: 2;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-bottom: 10px;
}
.form-container .form-section .form-fields label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 15px;
  display: block;
  font-family: "Roboto", sans-serif;
  margin-bottom: -7px;
}
.form-container .form-section .form-fields select {
  margin-top: 2px;
  padding: 10px;
  display: block;
  border: none;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: -7px;
  width: 520px;
  border: 1px solid rgb(199, 199, 199);
  height: 45px;
}
.form-container .form-section .form-fields input {
  margin-top: 2px;
  padding: 10px;
  display: block;
  border: none;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: -5px;
  width: 500px;
  border: 1px solid rgb(199, 199, 199);
}
.form-container .form-section .form-fields.actividad input {
  margin-top: 15px;
}
.form-container .form-section.carreras-interes .label-wrapper {
  text-align: left; /* Alinea el texto a la izquierda */
  margin-bottom: 2px; /* Espacio entre el label y los radios */
}
.form-container .form-section.carreras-interes .radio-options {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 40%;
}
.form-container .form-section.carreras-interes .radio-options label {
  display: flex;
  justify-content: start;
  padding-bottom: 10px;
}
.form-container .form-section.carreras-interes .radio-options label input[type=checkbox] {
  margin-top: 12px;
  margin-bottom: 2px !important;
  width: 45px;
  display: flex;
  justify-content: start;
  height: 25px;
}
.form-container .form-section.carreras-interes select {
  padding: 10px;
  margin-bottom: 10px;
  height: 50px;
  width: 520px;
}
.form-container #termino {
  padding-top: 12px;
}
.form-container .container-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.form-container .container-button .button {
  background-color: #00693E;
  height: 45px;
  border: none;
  color: white;
  width: 100px;
  border-radius: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 13px;
  margin-left: 20px;
}
.form-container .container-button .button:hover {
  background-color: #049c5d;
}
.form-container .container-button .mensaje-submit {
  margin-top: 5px;
  margin-right: 10px;
}
.form-container .termino-condiciones {
  width: 97%;
  background-color: #f1f1f1;
  box-sizing: border-box;
  display: block;
  padding-bottom: 17px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 17px;
}

p {
  font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-left: 15px;
}

#sede-error.error-message {
  margin-top: 12px;
}

.mensaje-submit {
  float: right;
  margin-right: 135px;
  margin-top: -56px;
  height: 35px;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .banner {
    flex-direction: column; /* Cambia el layout a columna */
    align-items: center; /* Centra el contenido horizontalmente */
  }
  .banner .titulo-principal .strong {
    font-size: 25px !important;
  }
  .banner-image.desktop {
    display: none;
  }
  .banner-image.mobile {
    display: block;
  }
  .texto-divisor {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .texto-divisor .parrafo {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 25px;
    text-align: center;
    font-family: "Inter var", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color: #00693E;
    width: 60%;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .form-container {
    width: 80%; /* Ajusta el ancho al 100% */
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-container .popup {
    overflow: auto;
  }
  .form-container .popup-content {
    overflow-y: auto;
  }
  .form-container .form-section {
    flex-direction: column; /* Pone los elementos en columna */
    padding: 15px;
  }
  .form-container .form-legend {
    margin: 0 0 20px 0; /* Ajusta márgenes */
    width: 100%; /* Ocupa todo el ancho */
    border-right: none !important; /* Quita el borde derecho */
    text-align: center;
    padding-right: 20px;
    padding-left: 0;
  }
  .form-container .form-fields {
    width: 100%; /* Ocupa todo el ancho */
  }
  .form-container .form-fields label {
    margin-bottom: -10px !important;
    padding-left: 0px;
  }
  .form-container .form-fields select {
    margin-top: 2px;
    display: block;
    border: none;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 7px;
    width: 250px !important;
    border: 1px solid rgb(199, 199, 199);
  }
  .form-container .form-fields input {
    margin-top: 2px;
    display: block;
    border: none;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 7px;
    width: 90% !important;
    border: 1px solid rgb(199, 199, 199);
  }
  .form-container .form-fields.carreras-interes .label-wrapper {
    text-align: left; /* Alinea el texto a la izquierda */
    margin-bottom: 2px; /* Espacio entre el label y los radios */
  }
  .form-container .form-fields.carreras-interes select {
    padding: 10px;
    margin-bottom: 10px;
    height: 50px;
    width: 520px;
  }
  .form-container .form-fields.carreras-interes .radio-options label {
    background-color: red;
  }
  .form-container .button {
    margin-left: 0; /* Centra el botón */
    margin-top: 15px; /* Ajusta el margen superior */
    width: 50%; /* El botón ocupará todo el ancho */
    margin-left: 20%;
    margin-bottom: 20px;
  }
  .form-container .mensaje-submit {
    float: none;
    margin-right: 0;
    margin-top: 0px;
    margin-left: 20%;
    width: 60%; /* Ajusta el ancho para que ocupe toda la pantalla */
  }
  .form-container .titulo-seccion h2 {
    text-align: center; /* Centra el título */
  }
  .form-container .card {
    margin-right: 0;
    margin-bottom: 10px; /* Ajusta márgenes para la imagen */
  }
  .form-container .termino-condiciones {
    width: 90%;
  }
  .form-container .container-button {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-container .container-button .button {
    margin-left: 40px;
  }
  .form-container .container-button .button:hover {
    background-color: #049c5d;
  }
  .form-container .container-button .mensaje-submit {
    margin-right: 65px !important;
  }
}

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