* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  font-weight: 700;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

label#acepto1,
label#acepto2 {
  font-size: 0.6em;
  color: #524F4F;
  margin: 0;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

body, html {
  width: 100%;
  height: 100%;
}

.contenedor-total {
  background-image: url("../img/fondo.webp");
  background-position: center;
  background-size: cover;
}

.contenedor-total {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.mySlides {
  display: flex;
  flex-direction: column;
  margin: 0 2em;
}

.subt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8em 0;
}

.subtitulo {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  margin: 6px 0;
}

.subtitulo-line {
  height: 2.5px;
  width: 33%;
  background-color: black;
}


@media only screen and (max-width: 900px) {
  .flex {
    max-width: 80vw;
  }
}

#proveedor {
  width: 65vh;
}

.none {
  display: none;
}

.container2 {
  max-width: 100%;
  margin: 0;
  margin-right: 6em;
  position: relative;
  z-index: 0;
}
.contenedor-content {
  display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

#oferta {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 2em 2em 4em;
}
#oferta h1{
  padding-bottom: 0.2em;
}


.contenedor-header {
  padding-top: 3em;
}
.contenedor-header h1 {
  color: white;
  font-size: 2.2em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .contenedor-header h1 {
    font-size: 1.5em;
  }
}
.contenedor-header h2 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  text-align: center;
  padding-bottom: 1em;
  color: #195AC9;
  border-radius: 15px;
  padding-top: 0.8em;
}
@media only screen and (max-width: 640px) {
  .contenedor-header h2 {
    font-size: 0.8em;
  }
}

.contenedor-content .slider-contenedor {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
  padding: 2em 0em 3em;
  background-color: white;
  margin: 2em auto;
  width: 450px;
  max-width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 900px) {
  .contenedor-content .slider-contenedor {
    border-radius: initial;
    margin: 0;
  }
  
}
@media only screen and (max-width: 600px) {
  .contenedor-content .slider-contenedor {
    padding: 2em 1em 3em;
  }
}
.contenedor-content .slider-contenedor .slider {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.contenedor-content .slider-contenedor .slider .slider-box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contenedor-content .slider-contenedor .slider .fondo1 {
  color: white;
}
.contenedor-content .slider-contenedor .slider .fondo1 .slide-titulo {
  color: white !important;
}
.contenedor-content .slider-contenedor .slider .fondo1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #195AC9;
}
.contenedor-content .slider-contenedor .slider .slide-content {
  margin: 0 0.5em;
  z-index: 1;
}
.slider-contenedor {
  position: relative;
}
.contenedor-content .slider-contenedor .slider .slide-content .slide-titulo {
  font-size: 1.5em;
  text-align:center;
  font-weight: 600;
  padding: 1em;
  width: 100%;
  margin: 0 auto;
  min-height: 2.5em;
  color: white;
  background-color: #195AC9;
  position: absolute;
  top: 0;
  left: 0;
}
.contenedor-content .slider-contenedor .slider .caja-inputs {
  max-width: 500px;
  margin: auto;
  padding-top: 5em;
}
.contenedor-content .slider-contenedor .slider .caja-check {
  border: 1px solid #000000;
  background-color: #f3f3f3;
  border-radius: 0.5em;
  text-align: center;
  margin: 0.5em;
  padding: 0.5em;
  box-shadow: 0 1px 3px #0000008d;
  width: 100%;
  max-width: 125px;
  color: black;
}
.contenedor-content .slider-contenedor .slider .caja-check img {
  width: 100px;
  padding: 15px;
}
.contenedor-content .slider-contenedor .slider .prev, .contenedor-content .slider-contenedor .slider .next {
  font-size: 2em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3vw;
  color: black;
  cursor: pointer;
  z-index: 1;
}
.contenedor-content .slider-contenedor .slider .dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}
.contenedor-content .slider-contenedor .slider .dots .slide_dot {
  border: 2px solid black;
  border-radius: 100%;
  display: inline-block;
  height: 1em;
  width: 1em;
  padding: 0;
  cursor: pointer;
  margin: 0.5em;
}
.contenedor-content .slider-contenedor .slider .dots .slide_dot_relleno {
  background-color: black;
}
.contenedor-content #primer-nivel {
  max-width: 90%;
  width: 800px;
  margin: 2em auto;
  text-align: center;
  font-size: 0.8em;
  display: none;
}
.contenedor-content #primer-nivel.visible {
  display: block;
}

.contenedor-footer {
  background-color: #100f0f;
  position: relative;
}
.contenedor-footer .footer {
  color: white;
  padding: 2em;
  text-align: center;
  font-size: 12px;
}
.contenedor-footer .footer .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .contenedor-footer .footer .links {
    justify-content: center;
  }
}
.contenedor-footer .footer .links a {
  display: inline-block;
  color: inherit;
  padding: 0.5em;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .contenedor-footer .footer .links a {
    display: block;
  }
}

.caja-boton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.caja-boton input[type=submit] {
  border: 1px solid #195AC9;
  border-radius: 0.2em;
  display: block;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: 300;
  background: #195AC9;
  color: white;
  cursor: pointer;
  white-space: normal;
  width: 100%;
  margin-top: 0.5em;
}
.caja-boton2 input[type=submit] {
  border: 1px solid black;
  border-radius: 0.2em;
  display: block;
  padding: 0.5em;
  margin-left: 0.5em;
  font-size: 1.5em;
  font-weight: 300;
  background: black;
  color: white;
  cursor: pointer;
  white-space: normal;
  width: 100%;
  margin-top: 0.5em;
}

#horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px), (max-height: 450px) {
  #horizontal {
    flex-direction: column;
  }
}

input[type=text],
select,
input[type=email] {
  border: 1.5px solid #524F4F;
  border-radius: 0.1em;
  margin: 0.8em auto;
  display: block;
  padding: 0.5em;
  font-size: 1.2em;
  width: 100%;
}
/*
.mensaje {
  background-color: #ececec;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 8px;
    font-size: 0.8em;
    border: 1.5px solid #027563;
}
    */
.mensaje3 {
  padding: 8px;
  margin-bottom: 19px;
  font-size: 0.8em;
}

.doble {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 !important;
}
.doble select {
  margin: 0 !important;
}
.doble input {
  margin: 0 !important;
}
.doble-age {
  width: 30% !important;

}
.doble-stud {
  width: 70% !important;
  margin-left: 0.8em;

}
.doble-prov {
  width: 55% !important;
  margin-right: 0.8em;
}
.doble-post {
  width: 45% !important;
}



/* --------------------- CUSTOM CHECKBOX ---------------------*/
input[type=radio] {
  display: none;
}

.checkmark {
  height: 1.5em;
  width: 1.5em;
  border: 1.5px solid black;
  border-radius: 15%;
  position: relative;
  margin: 0.5em auto;
}

.caja-check .checkmark {
  display: none;
}

.radio {
  position: relative;
  padding: 0.5em;
  padding-left: 3em;
  display: block;
  font-weight: 500;
  color: black;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
}

input[type=radio]:hover ~ .checkmark {
  background-color: white;
}

input[type=radio]:checked ~ .checkmark {
  background-color: white;
}

.img2 {
  display: none;
}

input[type=radio]:checked ~ div {
  opacity: 0.3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

input[type=radio]:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: black;
}

/* --------------------- CUSTOM CHECKBOX ---------------------*/
/* --------------------- CUSTOM CHECKBOX ---------------------*/
input[type=checkbox] {
  display: none;
}

.checkbox {
  position: relative;
  padding: 0.5em;
  padding-left: 3em;
  display: block;
  font-weight: 500;
  margin: 0.5em;
  border-radius: 0.5em;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  border-radius: 0.2em;
}
.checkbox a {
  color: inherit;
  font-weight:600;
  color: #195AC9;
}

input[type=checkbox]:hover ~ .checkmark {
  background-color: white;
}

input[type=checkbox]:checked ~ .checkmark {
  background-color: rgb(255, 255, 255);
}

input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0.4em;
  height: 0.7em;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 4px solid black;
  border-right: 3px solid black;
  transform: rotate(38deg);
}

/* --------------------- CUSTOM CHECKBOX ---------------------*/
#error {
  display: none;
  text-align: center;
  padding: 0.2em;
  position: absolute;
  bottom: 0.5em;
  right: 2em;
  left: 2em;
  margin: auto;
}

.error {
  display: block !important;
  color: red;
  border: 1px solid red !important;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: auto;
  z-index: 1000;
}
.popup .slide-titulo {
  font-size: 1.3em;
  text-align: left;
  margin: 0;
  padding: 0.5em 0;
  color: #195AC9;
  font-weight: 600;
}
.popup.show {
  display: flex;
}
.popup .velo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
}
.popup .popup-content {
  background-color: white;
  position: relative;
  padding: 2em;
  max-width: 100%;
  width: 600px;
  font-weight: 500;
  border-radius: 0.2em;
  overflow: hidden;
  box-shadow: 0 0 20px black;
}
@media only screen and (max-width: 600px) {
  .popup .popup-content {
    padding: 2em 1em;
  }
}
@media only screen and (max-width: 600px), (max-height: 675px) {
  .popup .popup-content {
    border-radius: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
}
.popup .popup-content .popup-cerrar {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: black;
  border: 3px solid black;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.popup .popup-content .popup-cerrar:hover {
  opacity: 1;
}

.img-gracias {
  text-align: center;
  margin-top: 5em;
}
.gracias {
  display: flex;
  flex-direction: row;
}
.gracias img{
  height: 16px;
  width: auto;
  margin-top: 0.2em;
}

.gracias p{
  font-size: 1em;
  font-weight: 300;
  text-align: left;
  margin-left: 0.6em;
}

@media only screen and (max-width: 1200px) {
  .prev, .next {
    min-width: 6vw;
  }
}

/* --------------------- INFO TEXT ---------------------*/
#info {
  background-color: #F9F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0em 0em 3em 0em;
}
#datos {
  width: 100%;
  height: auto;
  color: white;
  font-size: 1.4em;
  background-color: #100f0f;
  padding: 1.4em 4em;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#datos .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#datos .icon h4 {
  font-weight: 400;
  padding-left: 0.4em;
  font-size: 20px;
}

#datos .icon img {
  height: 2.4em;
  width: auto;
}


#info h2 {
  font-weight: 700;
  text-align: center;
  color: #195AC9;
  padding-top: 2em;
}

#info a {
  text-decoration: none;
  text-align: center;
}
#info p {
  font-weight: 400;
}

.boton-oferta {
  background-color: #195AC9;
  color: white;
  font-size: 1.2em;
  font-weight: normal;
  border-radius: 6px;
  padding: 0.8em 1.5em;
  transition: 0.3s
}

.boton-oferta:hover {
  background-color: #124bad;

}


#pasos-fr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #524F4F;
  font-weight: 600;

  padding: 3em 0em 4em 0em;
}

#pasos-fr p {
  width: 55%;
  padding-bottom: 6px;
}



#entiende {
  padding: 1em 0 1em 0;
  margin-top: 3em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  width: 100%;
}

#entiende h2 {
  color: black;
  padding: 0;
  margin-top: 0.8em;
}

#servicios {
  display: flex;
  flex-direction: row;
}

#servicios img {
  height: 3em;
  width: auto;
}
.preparacion {
  display: flex;
  flex-direction: row;
  text-align: left;
  margin: 1.5em;
}
.preparacion > div{
  padding-left: 1em;
}
.preparacion h2{
  text-align: left !important;
  font-size: 1.1em;
  margin-top: 0 !important;
  font-weight: 600 !important;
}


#requisitos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 3em 10em;
}
#requisitos .req-img {
  width: 40%;
}

#requisitos img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

#requisitos #lista {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3em;
  width: 40%;
}

#requisitos h2 {
  font-weight: 700;
  text-align: left;
  color: #195AC9;
  padding-top: 0;
  padding-bottom: 0.6em;
}

#requisitos li {
  padding-bottom: 0.2em;
}



@media only screen and (max-width: 1200px) {
  #pasos-fr {
    color: #524F4F;
    font-weight: 600;
    padding: 3em 6em 4em 6em;
  }
  .text-card > p {
    height: 7em;
  }
  .container2 {
    margin-right: 4em;
  }
  
  #servicios .imgn img {
    object-fit: cover;
    height: 13em;
  }
  img {
      max-width: 100%;
      vertical-align: middle;
  }
}

@media only screen and (max-width: 1100px) { 
  #oferta h1{
    font-size: 1.5em;
  }
  
  #pasos-fr {
    color: #524F4F;
    font-weight: 600;
    padding: 3em 2em 4em 2em;
  }
  .text-card > p {
    height: 9em;
  }
  .container2 {
    max-width: 100%;
    margin: 0;
    margin-right: 6em;
    position: relative;
    z-index: 0;
  }
  #servicios .imgn img {
    object-fit: cover;
    height: 14em;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .container2 {
    margin-right: 3em;
  }
  #servicios {
      padding: 1em 6em 0em 6em;
}
  
}

@media only screen and (max-width: 900px) {
  .contenedor-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #oferta {
    padding: 3em 4em;
  }
  .container2 {
    margin-right: 0;
  }
  #servicios {
    padding: 1em 4em 0em 4em;
  }
  #pasos-fr p {
    width: 70%;
  }
  .contenedor-footer .footer {
    margin: 0;
  }
  #requisitos {
    display: flex;
    flex-direction: column;
    margin: 3em 5em;
  }
  #requisitos .req-img {
    width: 100%;
    margin-bottom: 1em;
  }
  #requisitos #lista {
    width: 100%;
    margin-left: 15px;
  }
  #requisitos h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .preparacion h2 {
    font-size: 0.9em !important;
  }
  #info p {
    font-size: 0.8em;
  }
  #servicios {
    padding: 1em 0em 0em 0em;
  }
}

@media only screen and (max-width: 700px) {
  #datos .icon h4 {
    font-weight: 400;
    padding-left: 0.4em;
    font-size: 14px;
  }
  
  #datos .icon img {
    height: 2em;
    width: auto;
  }

}
@media only screen and (max-width: 600px) {
  #pasos-fr p {
    width: 90%;
  }
  #servicios {
    display: flex;
    flex-direction: column
  }
  .preparacion {
    margin-top: 0;
  }
  h2 {
    font-size: 1.4em;
    padding: 0 0.5em;
  }
  #datos .icon h4 {
    font-weight: 400;
    padding-left: 0.4em;
    font-size: 10px;
  }
  
  #datos .icon img {
    height: 1.6em;
    width: auto;
  }

}

@media only screen and (max-width: 500px) {
  
  #oferta {
    padding: 2em 2em;
  }
  
  #servicios {
    padding: 1em 2em 0em 2em;
  }
  #pasos-fr {
    padding: 2em 3em 2em 3em;
  }
  #requisitos {
    display: flex;
    flex-direction: column;
    margin: 3em 3em;
  }
  #datos{
    padding: 1em;
  }
  #datos .icon h4 {
    font-weight: 600;
    padding-left: 0.4em;
    font-size: 8px;
  }
}

@media only screen and (max-width: 400px) {
  #datos .icon img {
    height: 1.2em;
    width: auto;
  }
  h2 {
    font-size: 1.2em;
    padding: 0 0.5em;
  }
}
