@font-face {
    font-family: 'proxReg';
    src: url('../Fonts/ProximaNova-Reg-webfont.ttf') format('woff2');
}

@font-face {
    font-family: 'proxBold';
    src: url('../Fonts/ProximaNova-Bold-webfont.ttf') format('woff2');
}

.fontReg{
    font-family: "proxReg", sans-serif;
}
  
.fontBold{
    font-family: "proxBold", sans-serif;
 }

body {
    font-family: "Public Sans", sans-serif;
    /*font-family: 'proxReg', sans-serif;*/
    color: #1A1919;
}

b{
    /*font-family: "proxBold", sans-serif;*/
    font-family: "Public Sans", sans-serif;
}

/* paddings custom */

.defP {
  padding: 4rem 0;
  background-image: url(../img/backSabiasQue.png);
  background-size: cover;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
}

.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/bannerHome.webp);
    background-size: cover;
    padding-top: 15px;
    height: 50rem;
}


@keyframes background-change {
  0% { background-image: url(../img/Banner1.png); }
  33% { background-image: url(../img/Banner2.png); }
  66% { background-image: url(../img/Banner3.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;
}

.btn-session {
  color: #FFF !important;
  padding: 5px 15px !important;
  border: 1px solid #FFF !important;
  border-radius: 16px !important;
}

.btn-session-black {
  color: #000 !important;
  padding: 5px 15px !important;
  border: 1px solid #000 !important;
  border-radius: 16px !important;
}


.btn-session:hover {
  color: #d6d6d6 !important;
  text-decoration: none !important;
}

.btn-session-black:hover {
  color: #616161 !important;
  text-decoration: none !important;
}


.btn-session-close {
  color: #FFF !important;
  padding: 5px 15px !important;
  border: 1px solid #B12028 !important;
  border-radius: 16px !important;
  background:#B12028;
}



.btn-session-close:hover {
  color: #d6d6d6 !important;
  text-decoration: none !important;
}



.container_navBar{
  margin: unset;
  height: 8rem;
}

.content_banner{
    /* padding-top: 12%; */
}

.content_banner2{
  padding-top: 18%;
}

.info-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logosEconomiaHeader{
  padding:0rem 2rem 0rem 7rem;
}

.logosSantanderHeader{
  padding: 0rem 5rem 0rem 3rem;
}

.logo_scrolled_resposive{
  /*width: 290px;*/
}

.logo_scrolled_resposive_santader{
  width: 175px;
}

.vertical-hr {
  width: 1px;
  height: auto; 
  background-color: #D2C3A9;
  margin: 0 10px;
}

.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/backBeneficio.webp);
  background-size: cover;
}

.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: #332f2c;
}

.bannerSolucion{
  padding: 9rem 0;
  background-image: url(../img/backUnete.webp);
  background-size: cover;
}

.bannerDirigido{
  background-image: url(../img/bannerDirigido.png);
  background-size: cover;
}

.lineaInfo{
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 86px;
}


#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:#FF4E6A; 
  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/backColaboracion.webp) !important;
  background-size: cover;
  padding: 135px 134px 137px 114px;
}

.sumate2 {
  background-color:#FFF;
  background-size: cover;
  padding: 135px 134px 137px 114px;
  border-radius: 26px;
}

.pt-lg-custom{
  padding-top: 32px;
}

nav.navbar .container-full{
  width: 100% !important;
  margin: unset !important;
  position: relative;
}

.init_div{
  padding-right: 5rem;
}
/* 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;
  }


  .defP {
    padding: 0 0;
    background-image: unset;
}

  .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){
    
    .defP {
        padding: 0 0;
        background-image: unset;
    }
    
  .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:991px){

  .defP {
    padding: 0 0;
    background-image: unset;
  }
}



/* laptop sm*/
@media only screen and (min-width:769px ) and (max-width:1024px){


  .banner-area{
    height: 55rem;
    padding-top: 105px;
  }


  .init_div{
    padding-right: 1rem;
  }

  .lineaInfo{
    gap: 0px;
  }

  .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{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6rem;
  }

}



@media only screen and (min-width:1025px ) and (max-width:1240px){
      .movil-dnone{
        display: none;
      }  
      
      .lineaInfo{
        gap: 0px;
      }      
}

/* laptop lg*/
@media only screen and (min-width:1025px ) and (max-width:1440px){

  nav.navbar .container-full{
        width: 80% !important;
        margin: unset !important;
        position: relative;
  }
  
  .banner-area{
    height: 52rem;
  }

  .init_div{
    padding-right: 0rem;
  }

  .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{
    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{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6rem;
  }
  
}





@media (max-width: 1023px) {
  nav.navbar.bootsnav.attr-border .navbar-header {
    border-bottom:none;
  }
  
}

@media only screen and (max-width: 991px) {

    .banner-area-mobile{
        /* background:#24149c; */
        background-image: url(../img/bannerHomeMobil.webp);
        background-size: cover;
        padding-top: 100px;
        height: 44rem;
    }
    

    .banner-area-mobile2{
      background-image: url(../img/Banner4Mobil.png);
      background-size: cover;
      padding-top: 100px;
      height: 44rem;
    
  }


    /* .navbar-brand img{
        content: url("../img/buapLogo.svg");
    } */
    
}

@media only screen and (max-width: 800px) {

    .banner-area-mobile{
        background-image: url(../img/bannerHomeMobil.webp);
        background-size: cover;
        padding-top: 145px;
        height: 40rem;
    }

    .banner-area-mobile2{
      background-image: url(../img/Banner4Mobil.png);
      background-size: cover;
      padding-top: 100px;
      height: 40rem;
      
  }
    .pt-lg-custom{
      padding-top: 10px;
    }

    .logosEconomiaHeader{
      padding:0rem 0rem 0rem 0rem;
    }

    .logosSantanderHeader{
      padding: 0rem 0rem 0rem 3rem;
    }

}


@media only screen and (max-width: 600px) {

    .banner-area-mobile{
        background-image: url(../img/bannerHomeMobil.webp);
        background-size: cover;
        padding-top: 226px;
        height: 46rem;
    
    }

    .banner-area-mobile2{
      background-image: url(../img/Banner4Mobil.png);
      background-size: cover;
      padding-top: 120px;
      height: 36rem;
      
  }
    
    /* .navbar-brand img{
        content: url("../img/buapLogo.svg");
    }  */   

    .pt-lg-custom{
      padding-top: 10px;
    }

    .container_navBar {
      height: 10rem;
    }

    .logosEconomiaHeader{
      padding:1rem 0rem 0rem 5rem;
    }

    .logo_scrolled_resposive{
       width: 350px;
      /*height: 100px !important;*/
    }

    .logosSantanderHeader{
      padding: 1rem 0rem 0rem 5rem;
    }
  
    .logo_scrolled_resposive_santader{
      width: 195px;
      /*height: 33px !important;*/
    }

}


@media only screen and (min-width:601px) and (max-width: 950px) {
    .logo_scrolled_resposive{
       width: 550px;
      /*height: 100px !important;*/
    }    
}

.radiosCustom:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #19009B;
  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;
}

.btn-link {
    font-family: "proxBold", sans-serif;
    color: #000;
    text-decoration: none;
}

.btn-link:hover {
    color: #000 ;
    font-family: "proxBold", sans-serif;
    text-decoration: none;
}

.card-faqs{
    margin: 10px 0px;
    border:none;
    background:#F2F2F2;
}

.card-header{
    background: #D9D9D9;
    border-radius: 10px !important;
    border: 1px #B12028 solid;
    padding: 0.3rem 1rem;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}


.logosFooter{
    width: 30rem;
}

@media only screen and (max-width: 550px) {

    .logosFooter{
        width: 20rem;
    }
    
}

