@font-face {
  font-family: 'Gotham Book';
  src: url('../Fonts/gotham_book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../Fonts/gotham_bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Gotham Book', sans-serif;
}

b, strong {
  font-family: 'Gotham Bold', sans-serif;
}



/* paddings custom */

.defP{
  padding: 4rem 0;
}

.pl-9r{
  padding-left: 9rem;
}



.custom_container,
.custom_container-fluid,
.custom_container-sm,
.custom_container-md,
.custom_container-lg,
.custom_container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .custom_container, .custom_container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom_container, .custom_container-sm, .custom_container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom_container, .custom_container-sm, .custom_container-md, .custom_container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom_container, .custom_container-sm, .custom_container-md, .custom_container-lg, .custom_container-xl {
    max-width: 1140px;
  }
}


.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols>[class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}


.banner-area{
    background:#24149c;
    background-image: url(../img/Banner1.png);
    background-size: cover;
    padding-top: 15px;
    height: 61rem;
    animation: background-change 15s infinite;
}


@keyframes background-change {
  0% { background-image: url(../img/Banner1.png); }
  33% { background-image: url(../img/Banner1.png); }
  66% { background-image: url(../img/Banner1.png); }
  100% { background-image: url(../img/Banner1.png); }
}

.contenedorBannerImg{
  display: block;
  
}

.banner-area2{
    background-image: url(../img/Banner4.png);
    background-size: cover;
    padding-top: 0px;
    height: 56rem;
}

.content_banner{
    padding-top: 12%;
}

.content_banner2{
  padding-top: 18%;
}

.flechaUnity{
  bottom: 17px;
}

.content_universia{
    padding-top: 10rem;
}

.back_blanco{
    background-image: url(../img/backBlanco.svg);
    background-size: cover;
}

.back_gris{
  background-image: url(../img/backGris.svg);
  background-size: cover;
}

.back_bg1 {
  background-color: white !important;
}

.dots-pattern {
  position: absolute;
  top: 60px;
  left: -10px;
  width: 100px;
  height: 100px;
  background-image: url(../img/dot-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .dots-pattern {
    display: none;
  }
}




.back_bg2 {
  background-color: rgba(93, 90, 87, 0.03);
}



.custom_overflowTop{
    position: relative;
    top: -160px;
    z-index: 1;
    border-radius: 20px;
}

.custom_textOverflow{
  text-align: center;
  padding: 3rem;
  box-shadow: 0px 25px 30px rgba(126, 126, 126, 0.15); 
  background-color:#FFF; 
  border-radius: 25px;
}

.arrowCard{
  position: absolute;
  left: 50%;
}

.navsjustify-custom{
  justify-content: space-between;
}

.nav-link-custom{
  color: #FFF;
  padding: 15px 50px;
}

.detalles-card-stylo{
  border-radius: 16px;
  border: none;
  box-shadow: 0px 25px 30px rgba(126, 126, 126, 0.15);
}

.detalles-card{
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;                
}

.detalles-card:hover {
  transform: translatey(-16px);
}

.btn-comienzo{
  text-align: center;
  background-color: #B12028;
  color: #fff;
  padding: 10px 40px;
  outline: none;
  border: none;
  border-radius: 13px;
}

.btn-comienzo:hover{
  text-decoration: none;
  color: #5e4fa6;
}

.bannerSolucion{
  background-image: url(../img/serUnaDeEllas.png);
  background-size: cover;
  padding-bottom: 90px;
}

.bannerDirigido{
  background-image: url(../img/bannerDirigido.png);
  background-size: cover;
}

.lineaInfo{
  display: flex;
  flex-wrap: wrap;
}


#dropdownCursoDesk {
  visibility: hidden;
  left: -24px;
}

#dropdownAssessmentDesk {
  visibility: hidden;
  left: -10px;
}

#dropdownBootcampDesk {
  visibility: hidden;
}

#dropdownCertificadoDesk {
  visibility: hidden;
  left: 15px;
}

#dropdownColocacionDesk {
  visibility: hidden;
  left: 29px;
}

.bloqueInfo_rojo{
  background-color:#83C667; 
  color:#FFF; 
  border-radius:15px;
  padding: 15px;
}

.contenedor_row{
  position: relative;
}

.bubblesIzq{
  position: relative;
  left: -6%;
  top: 15px;
  z-index: 1;
}

.bubblesDerc{
  position: relative;
  right: -6%;
  top: 15px;
  z-index: 1;
}

.circuloMorado{
  background-color: #19009B;
  width:420px;
  height:420px;
  border-radius: 300px;
  box-shadow: 0px 6px 15px 19px rgba(126, 126, 126, 0.15)
}

.fuenteCirculo{
  font-size: 20px;
}

.fuenteCirculoDesc{
  font-size: 16px;
}

.bubbleTop{
  margin-bottom: 5.5rem;
}

.custom_card-form{
    border-radius: 25px !important;
}

.field_custom{
  border-radius: 10px !important;

}

.paddingFooter{
  padding: 50px 70px 0;
}

.inicioFooter{
  padding-left: 10%;
}

.bubblesImgs{
  width: 140px;
  height: 140px;
}

.cajaCompleta{
  border: none !important;
}

.card-header-custom{
  background-color: #FFF !important;
  border-radius: 20px !important;
  border: solid 1px #19009B !important;
}

.btnAcordeon{
  outline: none !important; 
  box-shadow: none !important; 
  color:#313131 !important; 
  font-size:20px
}


.sumate {
  background-image: url(../img/unetebg.png) !important;
  background-size: cover;
  padding: 135px 134px 137px 114px;
}

.dirigido-bg {
  background-image: url(../img/banner2M.png) !important;
  background-size: cover;
}

.sumate2 {
  background-color:#FFF;
  background-size: cover;
  padding: 135px 134px 137px 114px;
  border-radius: 26px;
}

.pt-lg-custom{
  padding-top: 32px;
}

/* responsive */

/* telefono */
@media only screen and (min-width:320px) and (max-width:480px) {
  .custom_overflowTop {
    position: relative;
    top: -95px;
    z-index: 1;
    border-radius: 20px;
  }

  .custom_textOverflow {
    padding: 30px;
  }

  .arrowCard {
    left: 40%;
  }

  .flechaUnity{
    bottom: 39%;
  }

  .navsjustify-custom {
    justify-content: center;
  }

  .movil-dnone {
    display: none;
  }

  .movil-dblock {
    display: block;
  }

  .paddingFooter {
    padding: 30px 30px;
  }

  .inicioFooter {
    padding-left: 15px;
  }

  .circuloMorado{
    width:300px;
    height:300px;
  }

  .santander-ya {
    padding: 50px 30px !important;
  }

  .sumate {
    padding: 50px 30px !important;
  }

}

/* tablets */
@media only screen and (min-width:481px) and (max-width:768px){
  .navsjustify-custom{
    justify-content:center;
  }

  .flechaUnity{
    bottom: 33%;
  }

  .movil-dnone{
    display: none;
  }
  .cardIzq{
    padding-right: 0px;
  }
  
  .cardDerc{
    padding-left: 0px;
  }
  .paddingFooter{
    padding: 30px 30px;
  }
  .inicioFooter{
    padding-left: 15px;
  }

 
}

/* laptop sm*/
@media only screen and (min-width:769px ) and (max-width:1024px){

  .banner-area{
    height: 48rem;
  }

  .content_banner{
    padding-top: 0%;
  }

  .content_banner2{
    padding-top: 32%;
  }

  .flechaUnity{
    bottom: 71px;
  }

  .movil-dnone{
    display: none;
  }
  .cardIzq{
    padding-right: 5px;
  }
  
  .cardDerc{
    padding-left: 5px;
  }

  .circuloMorado{
    width:400px;
    height:400px;
  }

  .bubbleTop{
    margin-bottom: 2.5rem;
  }

  .bubblesIzq{
    left: -7%;
    top: 21px;
  }

  .bubblesDerc{
    right: -7%;
    top: 1px;
  }
  .contenedorBannerImg{
    padding-top: 5rem;
    display: flex;
    /*flex-direction: column;*/
    justify-content: flex-end;
    /*padding-bottom: 6rem;*/
  }

}

/* laptop lg*/
@media only screen and (min-width:1025px ) and (max-width:1440px){
  
  .banner-area{
    height: 52rem;
  }

  .content_banner{
    /* padding-top: 23%; */
    padding-top: 6vh
  }

  .content_banner2{
    padding-top: 27%;
  }

  .flechaUnity{
    bottom: 88px;
  }

  .circuloMorado{
    width:400px;
    height:400px;
  }

  .fuenteCirculo{
    font-size: 18px;
  }


    .fuenteCirculoDesc{
      font-size: 14px;
    }

  .bubbleTop{
    margin-bottom: 3rem;
  }

  .bubblesIzq{
    left: -8%;
    top: 12px;
  }

  .bubblesDerc{
    right: -8%;
    top: 9px;
  }

  .bubblesImgs{
    width: 125px;
    height: 125px;
  }


  .contenedorBannerImg{
    padding-top: 9rem;
    /*display: flex;*/
    /*flex-direction: column;*/
    justify-content: flex-end;
    /*padding-bottom: 6rem;*/
  }

  

}

/* laptop xl*/
@media only screen and (min-width:1440px ) and (max-width:1919px){
  .contenedorBannerImg{
    padding-top: 5rem;
    /*display: flex;*/
    /*flex-direction: column;*/
    justify-content: flex-end;
    /*padding-bottom: 6rem;*/
  }
  
}

@media only screen and (min-width:1920px ){
  .contenedorBannerImg{
    padding-top: 2rem;
    /*display: flex;*/
    /*flex-direction: column;*/
    justify-content: flex-end;
    /*padding-bottom: 6rem;*/
  }
  
}





@media only screen and (max-width: 991px) {

    .dirigido-bg {
      background-image: url(../img/banner2M-mobile.png) !important;
      background-size: cover;
    }

    .banner-area-mobile{
        background:#24149c;
        background-image: url(../img/bannerMobil1.png);
        background-size: cover;
        padding-top: 100px;
        height: 44rem;
        animation: background-change 15s infinite;
    }
    

    .banner-area-mobile2{
      background-image: url(../img/Banner4Mobil.png);
      background-size: cover;
      padding-top: 100px;
      height: 44rem;
    
  }


    .navbar-brand img{
       
    }
    
}

@media only screen and (max-width: 800px) {

    .banner-area-mobile{
        background-image: url(../img/bannerMobil1.png);
        background-size: cover;
        padding-top: 100px;
        height: 40rem;
        animation: background-change 15s infinite;
    }

    .banner-area-mobile2{
      background-image: url(../img/Banner4Mobil.png);
      background-size: cover;
      padding-top: 100px;
      height: 40rem;
      
  }

    .navbar-brand img{
       
    }    


    .pt-lg-custom{
      padding-top: 10px;
    }

}

@media only screen and (max-width: 600px) {

    .banner-area-mobile{
        background-image: url(../img/bannerMobil1.png);
        background-size: cover;
        padding-top: 120px;
        height: 36rem;
        animation: background-change 15s infinite;
    }

    .banner-area-mobile2{
      background-image: url(../img/Banner4Mobil.png);
      background-size: cover;
      padding-top: 120px;
      height: 36rem;
      
  }
    
    .navbar-brand img{
        
    }    

    .pt-lg-custom{
      padding-top: 10px;
    }

}

@keyframes backgroundMobil-change {
  0% { background-image: url(../img/bannerMobil1.png); }
  33% { background-image: url(../img/bannerMobil2.png); }
  66% { background-image: url(../img/bannerMobil3.png); }
  100% { background-image: url(../img/bannerMobil1.png); }
}

.radiosCustom:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #B12028;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.radiosCustom:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #FFF;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.inputFileCustom {
  appearance: none;
  background-color: initial;
  cursor: default;
  align-items: baseline;
  color: inherit;
  text-overflow: ellipsis;
  white-space-collapse: preserve;
  text-wrap: nowrap;
  text-align: start !important;
  padding: initial;
  border: initial;
  overflow: hidden !important;
}



.custom-popup {
    position: absolute;
    top: 100%; /* Aparece justo debajo del input */
    left: 0;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 1000;
    font-size: 14px;
    color: #333;
}


.mi-clase-titulo {
    color: #15385B; /* Cambia el color según prefieras */
}

/* Estilo personalizado para el botón de confirmación */
.mi-clase-confirmacion {
    border: 1px solid #83C667;
    background-color: #83C667;
    color: #FFF;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 16px;
}

/* Estilo personalizado para el botón de cancelación */
.mi-clase-cancelacion {
    border: 1px solid #83C667;
    background-color: transparent;
    color: #83C667;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 16px;
}

/* Estilo personalizado para el ancho del modal */
.custom-swal-width {
    max-width: 55rem; /* Puedes ajustar el valor según sea necesario */
    width: 100%;
}

.banner-title {
  font-size: 3.2rem; /* Aumentado desde 2.8rem */
  font-weight: bold;
  line-height: 1.3;
}

.banner-subtitle {
  font-size: 1.9rem; /* Aumentado desde 1.5rem */
  font-weight: 300;
  line-height: 1.5;
}

.banner-subtitle b {
  font-weight: bold;
}

.banner-image {
  /* Deja que .img-fluid maneje la adaptabilidad;
     si necesitas un ajuste extra, hazlo con media queries */
  max-width: 100%;
}

/* Ajustes responsivos con breakpoints de Bootstrap */
/* md ~ 768px, lg ~ 992px, etc. */

/* Para pantallas medianas o más pequeñas */
@media (max-width: 991.98px) {
  .banner-title {
    font-size: 2.2rem;   /* Reduce el tamaño del título */
  }
  .banner-subtitle {
    font-size: 1.2rem;   /* Reduce el subtítulo */
  }
}

/* Para pantallas muy pequeñas (móviles) */
@media (max-width: 575.98px) {
  .banner-title {
    font-size: 1.8rem;
  }
  .banner-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .banner-title {
      font-size: 2rem;
  }

  .banner-subtitle {
      font-size: 1.2rem;
  }
}

.banner-area {
  position: relative;
}

.emtech-support {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 18px 24px;
  border-radius: 25px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  text-align: center;
}

.emtech-support p {
  margin: 0;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  margin-bottom: 8px;
}

.emtech-support img {
  width: 150px;
  height: auto;
}

.becas-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.beca-icon {
  width: 30px;
  height: auto;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .beca-icon {
    display: none;
  }
}

.btnInscribete {
  background-color: #B12028;
  width: 271px;
  height: 47px;
  color: white;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin: 20px auto; /* Centrado horizontal y espacio arriba/abajo */
  line-height: 47px;
}

.btnInscribete:hover {
  background-color: #920E1E;
  color: white;
}

.fechas-clave {
  background-color: #1B2240;
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.titulo-fechas {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.contenedor-fechas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px; /* Espaciado entre los items */
  flex-wrap: wrap;
}

.item-fecha {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  text-align: center;
}

.icono-fecha {
  width: 60px; /* Tamaño de iconos en pantallas grandes */
  height: 60px;
  margin-bottom: 20px; /* Espacio considerable solo entre la imagen y el texto */
  filter: brightness(0) invert(1);
}

.titulo-item {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.descripcion-item {
  font-size: 1rem;
  margin: 0;
}

/* Responsivo */
@media (max-width: 768px) {
  .contenedor-fechas {
      flex-direction: column;
      gap: 40px;
  }

  .titulo-fechas {
      font-size: 1.5rem;
  }

  .icono-fecha {
      width: 55px; /* Tamaño de iconos en móviles */
      height: 55px;
      margin-bottom: 15px;
  }

  .titulo-item {
      font-size: 1.1rem;
  }

  .descripcion-item {
      font-size: 0.95rem;
  }
}


.imagen-container {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.imagen-mobile {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Asegurar que la imagen se vea correctamente en pantallas más pequeñas */
@media (max-width: 768px) {
  .imagen-mobile {
      width: 90%;
      max-width: 350px;
  }
}

@media (max-width: 768px) {
  .banner-area-mobile {
      padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .imagen-container {
      margin-bottom: 50px; /* Ajusta según lo que necesites */
  }
}


/* Contenedor principal del banner - Nuevos estilos */
.banner-area-mobile-new {
  background: #24149c;
  background-image: url(../img/bannerMobil1.png);
  background-size: cover;
  padding-top: 100px;
  animation: background-change 15s infinite;
  /* Se elimina el position relativo, ya que no usaremos posicionamiento absoluto */
}

/* Contenedor de la imagen - Nuevo: en flujo normal */
.imagen-container-new {
  text-align: center;
  margin-top: 50px;  /* Aumentamos el margen superior para bajar la imagen */
}

/* Estilos de la imagen - Nuevo */
.imagen-mobile-new {
  max-width: 400px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 768px) {
  .imagen-mobile-new {
    max-width: 350px;
    width: 90%;
  }
}

/* Banner principal para web - Versión ajustada */
.banner-area-web-new {
  position: relative;
  background: #24149c;
  background-image: url(../img/Banner1.png);
  background-size: cover;
  height: 50rem; /* Ajusta el alto según sea necesario */
  padding: 0 2rem; /* Espaciado horizontal */
  animation: background-change 15s infinite;
}

/* Título y subtítulo */
.banner-title-web-new {
  font-size: 3rem;      
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.banner-subtitle-web-new {
  font-size: 1.8rem;    
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}

/* Columna de imagen: se le agrega un poco de padding */
.image-col-web-new {
  padding-right: 1rem;
}

/* Imagen de la mujer: Se aumenta para ocupar el 150% del ancho del contenedor */
.banner-image-web-new {
  max-width: 150%;
  width: 150%;
  height: auto;
  object-fit: contain;
}

/* Botón independiente, fuera del container */
.btn-container-web-new {
  position: relative;
  z-index: 3; /* Se asegura que se muestre sobre otros elementos */
  text-align: left; /* O 'center', según prefieras */
  margin: 1rem 2rem 0;
}

/* Botón reducido e independiente */
.btn-comienzo-web-new {
  padding: 6px 20px;       /* Padding reducido */
  font-size: 0.85rem;      /* Fuente un poco menor */
  display: inline-block;
  width: auto;
}

.emtech-logo-web-new {
  position: absolute;
  bottom: 20px;
  right: -20px;
  max-width: 250px;  /* Valor aumentado */
  width: 400px;      /* Valor aumentado */
  height: auto;
}

/* Responsivo para pantallas medianas */
@media (max-width: 991.98px) {
  .banner-title-web-new {
    font-size: 2.5rem;
  }
  .banner-subtitle-web-new {
    font-size: 1.4rem;
  }
  .banner-image-web-new {
    max-width: 90%;
  }
  .btn-comienzo-web-new {
    padding: 7px 25px;
    font-size: 0.85rem;
  }
  .emtech-logo-web-new {
    max-width: 120px;
    top: 15px;
    right: 15px;
  }
}

















