/*Poppins*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.iti__flag {background-image: url("img/flags/flags.png");}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("img/flags/flags@2x.png");}
} 

/* Estilos generales */
*{
    font-family: "Poppins", sans-serif !important;  
}

body {
  font-family: "Poppins", sans-serif !important;
  background: #fcfcfc !important;
}

main{
  font-family: "Poppins", sans-serif !important;
}

/*PORTADA - Segun ancho del dispositivo se cargan distintas fotos*/
.portada {
  background-image: url("../img/portada/background-desktop.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
    .portada {
      background-image: url("../img/portada/background-main--tablet.jpg");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
    }
  }
@media (max-width: 576px) {
  .portada {
    background-image: url("../img/portada/background-main--mobile.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
  }
}

/*Titulo Desktop*/
.portada__titulo {
  padding-top: 4rem;
  padding-right: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #5b455b;
}

.portada_fecha{
  padding-right: 2rem;
  font-weight: bold;
  color: #5b455b;
}  


/*Titulo Tablet*/
@media (max-width: 992px) {
  .portada__titulo {
    padding-top: 4rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #5b455b;
  }
}

/*Titulo Mobile*/
@media (max-width: 650) {
  .portada__titulo {
    padding-top: 1.5rem;
    padding-right: 0rem;
    font-size: 1rem;
    font-weight: bold;
    color: #5b455b;
  }
  .portada_fecha{
    padding-right: 0rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #5b455b;
  }  
}

/*DESCARGA*/
.portada__formContainer__descarga {
  margin-bottom: 2rem;
  padding-right: 2.5rem;
  font-size: 1.5rem;
}
.portada__formContainer__descarga__link, .portada__formContainer__descarga__link:hover {
  color: black;
}

/*El link de descarga no esta en mobile*/
@media(max-width: 540px){
    .portada__formContainer__descarga {
        display: none;
      }   
}

/*Margin para el container Formulario*/
@media(min-width: 425px){
    .portada__formContainer{
        margin-top: 10vh;
    }
}

@media(min-width: 992px){
    .portada__formContainer{
        margin-top: 15vh;
        padding-bottom: 7vh;
    }
}

@media(max-width: 400px){
    .portada__formContainer{
        margin-top: 8vh;
    }
}

/*PORTADA - BAJADA*/
.portada__bajada {
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
}
/*PORTADA - BAJADA en mobile y tablet*/
@media (max-width: 992px) {
  .portada__bajada {
    margin: auto;
    margin-top: 7rem;
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 540px) {
    .portada__bajada {
      margin: auto;
      margin-top: 0.5rem;
      margin-bottom: 2rem;
      padding: 1rem;
      font-size: 1.3rem;
    }
  }

/*Bordes Formulario para desktop*/
@media (min-width: 1024px) {
  .portada__formulario__inputDiv {
    height: 4rem;
    background: #fcfcfc;
    border-right: dashed 1px gray;
  }

  .portada__formulario__inputDiv--noBorder {
    height: 4rem;
    background: #fcfcfc;
  }
  .portada__formulario__boton {
    padding: 0px;
    font-size: 1.2rem;
    border: 0px;
    background: #5b455b;
    color: #fcfcfc;
  }
}

/*Bordes Formulario para mobile y tablet*/
@media (max-width: 992px) {
  .portada__formulario__inputDiv {
    border-bottom: dashed 1px gray;
    background: #fcfcfc;
  }

  .portada__formulario__inputDiv--noBorder {
    background: #fcfcfc;
  }
  .portada__formulario__boton {
    padding: 1rem;
    font-size: 1rem;
    border: 0px;
    background: #5b455b;
    color: #fcfcfc;
  }
}

.form-control {
  border: 0px;
}
.form-control:focus {
  border: 0px;
  box-shadow: inset 0px 0px 0px;
}

.form-control::placeholder {
  font-size: 1rem;
  text-align: center;
}

/*Alternativa con boton en portada*/
.divContenedorDinamico__portada{
  padding-right: 2.5rem;
}
.portada__formContainer__botonInscribirme{
  color: #fcfcfc;
  background-color: #5b455b;
  font-size: 1.2rem;
  border: 0px;
  width: 20%;
}
.portada__formContainer__botonInscribirme:hover{
  opacity: 0.8;
}

.portada__formContainer__botonInscribirme__p{
  font-weight: bold;
}

.portada__formContainer__precioViejo{
  font-size: 1.5rem;
  text-decoration: line-through;
  color: red;
  font-weight: bold;
}

@media(min-width: 1024px){
  .divContenedorDinamico__portada{
    margin-top: 2vh;
  }
}

@media(max-width: 992px){
  .divContenedorDinamico__portada{
    display: none;
  }
}

/*BANNER AMARILLO VERSION ALTERNATIVA MOBILE*/
.bannerOferta--VersionAlt{
  background-color: #ffd964;
  font-size: 1.2rem;
  font-weight: bold;
  color: #5b455b;
}

.bannerOferta--VersionAlt__precioViejo{
  text-decoration: line-through;
  color: red;
  font-size: 1.2rem;
  font-weight: bold;
}

@media(min-width: 1024px){
  .divContenedorDinamico__bannerOferta{
    display: none;
  } 
}

/*Seccion Video - Texto Dekstop y mobile*/
.seccionVideo__video{
  width: 100%;
  height: 350px;
}
.seccionVideo__texto {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  color: #5b455b;
}
@media (max-width: 425px) {
  .seccionVideo__texto {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

/*Seccion video y texto: Centrar texto y sacar pattern*/
@media (max-width: 992px) {
  .seccionVideo__pattern {
    display: none;
  }
  .seccionVideo__texto {
    margin: auto;
    margin-top: 1rem;
    text-align: center;
  }
  .seccionVideo__videoDiv {
    text-align: center;
  }
}

/*BANNER OFERTA cuando NO hay oferta*/
.bannerOferta {
  font-family: "Poppins", sans-serif !important;
  font-size: 2rem;
  background: #5b455b;
  color: #fcfcfc;
}

.bannerOferta__precio {
  font-size: 2rem;
  color: #ffd964;
  font-weight: bold;
}

/*Transformar en column el banner para mobile*/
@media (max-width: 425px) {
  .bannerOferta__prompt {
    display: flex;
    flex-direction: column;
  }
  .bannerOferta__cartPrecio{
    margin-top: 0.5rem;
  }
}

/*BANNER OFERTA cuando si hay oferta*/
.bannerOferta--hayOferta {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  background: #5b455b;
  color: #fcfcfc;
}
.bannerOferta__precioViejo {
  font-size: 2rem;
  text-decoration: line-through;
  color: red;
  font-weight: bold;
}

.bannerOferta__precio--hayOferta {
  font-size: 2rem;
  color: #ffd964;
  font-weight: bold;
}

.bannerOferta__descuento {
  color: #ffd964;
}

/*Contador - PROVISORIO*/
.bannerOferta__contador {
  font-size: 1rem;
}

/*Transformar en column el banner a partir de tablet*/
@media (max-width: 992px) {
  .bannerOferta--hayOferta {
    display: flex;
    flex-direction: column;
  }
}
/*Achicar letra banners - Mobile*/
@media (max-width: 650px) {
  .bannerOferta__aprovecha {
    font-size: 1.3rem;
  }
  .bannerOferta__precio {
    font-size: 1.1rem;
  }
  .bannerOferta__precio--hayOferta {
    font-size: 1.1rem;
  }
  .bannerOferta__precioViejo {
    font-size: 1.3rem;
  }
  /*Hacer columna precios - Mobile*/
  .bannerOferta--hayOferta_divPrecios{
    display: flex;
    flex-direction: column;
  }
}

/*Banner con precio + boton comprar + logos de pago*/

.bannerPrecio {
  background-color: #ffd964;
  color: #5b455b;
}

.bannerPrecio__num {
  font-weight: bold;
}

.bannerBotonComprar {
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #5b455b;
  background-color: #5b455b;
  color: #fcfcfc;
}

/*Banner con precio Mobile*/
@media (max-width: 425px) {
  .bannerBotonComprar {
    font-size: 1.3rem;
  }
  .bannerPrecio__num {
    font-size: 1.3rem;
  }
}

/*SOBRE EL PROFESOR*/
.sobreProfesor {
  background-color: #f1f1f1;
}

.sobreProfesor__titulo {
  font-size: 2.3rem;
  color: #5b455b;
  font-weight: bold;
}

.sobreProfesor__texto {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
  color: #5b455b;
}

.sobreProfesor__fotoFran {
  object-fit: cover;
}

/*Acomodar seccion para mobile y tablet*/
@media(max-width: 992px){
  .sobreProfesor__header{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .sobreProfesor__texto{
    padding-right: 60px;
    padding-left: 60px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sobreProfesor__universidades{
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 425px) {
  .sobreProfesor__titulo {
    font-size: 2rem;
  }
  .sobreProfesor__texto{
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .sobreProfesor__universidades{
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media(min-width: 1200px){
  .sobreProfesor__texto{
    margin-bottom: 80px;
  }
}

/*SOBRE EL CURSO*/
.sobreCurso__titulo {
  font-size: 2.3rem;
  color: #5b455b;
  font-weight: bold;
}

.sobreCurso__text {
  font-size: 1.2rem;
  color: #5b455b;
}

.webinarDiv {
  width: 368px;
  background-color: #5b455b;
  color: #fcfcfc;
}

/*Centrar div webinar en mobile y tablet*/
@media(max-width: 992px){
  .webinarDiv{
    margin: auto
  }
}

/*Acomodar size para mobile*/
@media (max-width: 425px) {
  .sobreCurso__titulo {
    font-size: 2rem;
  }
}

/*Esconder texto sobreCurso en mobile y mostrar carousel*/
@media(max-width: 525px){
  .sobreCurso__text{
    display: none;
  }

  .firstForm{ margin-top: 1em; }

  /*Carousel para mobile sobre curso*/
  .carousel__divTexto{
    height: 300px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .carousel__sobreCurso__text{
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #5b455b;
  }

}

@media(min-width: 525px){
  .carouselSobreCurso__hide{
    display: none;
  }
}

/*Second Form PROVISORIO*/
.secondForm {
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.21725);
}

/*TESTIMONIOS PROVISORIO*/
.bg-claro{
  background: #fcfcfc !important;
}
.testimonios__titulo {
  font-size: 2.3rem;
  color: #5b455b;
  font-weight: bold;
}

.testimonios__titulo:hover {
  font-size: 2.3rem;
  color: #5b455b;
  font-weight: bold;
}
.testimonios__titulo a:hover{
  opacity: 0.8;
}
.testimoniosProvisorio {
  height: 400px;
}

/*Titulo Testimonios mobile*/
@media (max-width: 768px) {
  .testimonios__titulo {
    font-size: 2rem;
  }
}

/*MODAL*/
modal{z-index: 9999 !important;}
.infoModal{
  border-radius: 40px;
  width: 300px;
  margin: auto;
  background-color: #fff !important;
  z-index: 9999 !important;
}

.modal-header, .modal-footer{
  border: 0px;
}
.modal-body{
  background-color: #fff;
}

.modal__boton{
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #5b455b;
  background-color: #5b455b;
  color: #fcfcfc;
}

body {
  font-family: "Poppins", sans-serif !important;
  background: #fcfcfc !important;
}

.logo-linkedin:hover{
  opacity: 0.8;
  transform: scale(1.2);
}
.banner-amarillo:hover{
  opacity: 0.8;
  cursor: pointer;
}
.banner-amarillo div:hover{
  opacity: 0.8;
  cursor: pointer;
}
.btn-inscribirse{
  color: white !important;
}
.btn-inscribirse:hover{
  opacity: 0.8;
  cursor: pointer;
}

/* ocultar spinner input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.portada__formulario__inputDiv input[type=text]{background-color: #fff;}
.portada__formulario__inputDiv input[type=number]{background-color: #fff;}
.portada__formulario__inputDiv input[type=email]{background-color: #fff;}
.portada__formulario__boton:hover{opacity: 0.8;}

.a-webinar{color: white !important;}
.a-webinar:hover{opacity: 0.8; cursor: pointer;}
.a-webinar h4:hover{opacity: 0.8; cursor: pointer;}

.a-banner-flotante{color: inherit;}
.a-banner-flotante div, .a-banner-flotante h2{color: inherit;}
.a-banner-flotante div:hover, .a-banner-flotante h2:hover{color: inherit;}
.carousel-indicators{bottom: -5%;}
.a__botonInscribirse__portada:hover{
  cursor: pointer;
  color: inherit;
}

.logos__portada{
  width: 25%;
}
@media(max-width: 992px){
  .logos__portada{width: 35%;}
}

.botonInscribirse__dinamico{
  background-color: #5b455b;
  color: #fff !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5%;
  width: 50%;
  padding: 7px 5px;
  font-weight: bold;
}
.botonInscribirse__dinamico:hover{
  cursor: pointer;
  opacity: 0.8;
}