/* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/* COLORES */

*{
  font-family: 'Poppins';
}

.bg-midnight-blue {
    background-color: #03173A;
}

.bg-dodger-blue {
    background-color: #0D78D1;
}

.bg-deep-blue {
    background-color: #1DBDEF;
}

.bg-sky-blue {
    background-color: #D9F1FF;
}

.bg-gray {
  background-color: #EBEBEB;
}

/* LINKS */

.text-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    font-size: 14x;
    font-family: 'Poppins';
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.text-link:hover {
  text-decoration: none;
    color: #87CDF4;
}

/* BODY */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
  }


/* HEADER */

a{
  text-decoration: none !important;
  border: none;
}

.container-fluid{
  position: sticky;
  z-index: 10;
}
.head-b{
  font-family: 'Poppins', sans-serif;
  height: 100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.90);
  display: flex;
  position: fixed;
  top: 47px;
  z-index: 10;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.head-b {
  position: sticky;
  top: 0;
  z-index: 100;
}
.sticky {
  position: fixed;
}
.sticky + .content {
  padding-top: 102px; /* Ajusta este valor según sea necesario */
}
.contimg{
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.img-logo{
  width: 170px;
}
.ul-menu{
  display: flex; 
}
.menu {
  width: 46%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
}
.cont-btn-cont {
  width: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
} 
.menu li{
  text-decoration: none;
  list-style: none;
  padding-left:14px;
  padding-right:10px;
  transition: ease all 0.25s;
  cursor: pointer;
  border-bottom:2px solid transparent;
  color: #03173A;
  font-size: 15px;
  font-weight: 600;
}
.menu li:hover{
  transition: ease all 0.25s;
  border-radius: 2px;
  border-bottom:2px solid #1DBDEF;
}
.cont-btn-cont{
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-contacto{
  font-weight: 450;
  font-family: 'Poppins';
  width: 160px;
  height: 35px;
  border-radius: 26px;
  background: linear-gradient(180deg, #1DBDEF 0%, #0D78D1 100%);
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-menu{
  display: none;
}
#sidebar{
  display: none;
}
.red-email{
  text-decoration: none !important;
}


/* SLIDER */

.slider_section {
    padding-top: 8%;
  }
  .slider_item-box {
    width: 100%;
    height: 100%;
  }
  .slider_item-box .container {
    height: 100%;
  }
  .slider_img-box {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px
  }
  .slider_img-box img {
    width: 100%;
  }
  .slider_item-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  .slider_item-container .slider_item-detail {}
  
  .slider_item-detail h1 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    width: 95%;
    margin-top: 50px;
  }
  
  .slider_item-detail p {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    margin: 35px 0;
  }
  
  .slider_call-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #0D78D1;
    color: #0D78D1;
    border-radius: 20px;
  }
  
  .slider_section #carouselExampleControls,
  .carousel-inner,
  .carousel-item {
    height: 100%;
  }
  
  .slider_section .custom_carousel-control {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 105px;
    transform: translateY(-50%);
  }
  
  .slider_section .custom_carousel-control .carousel-control-prev,
  .slider_section .custom_carousel-control .carousel-control-next {
    margin: 10px 0;
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
  }
  
  .slider_section .custom_carousel-control .carousel-control-prev {
    background-image: url(../SVG/Preview.png);
    background-color: #0D78D1;
  }
  
  .slider_section .custom_carousel-control .carousel-control-next {
    background-image: url(../SVG/Next.png);
    background-color: #03173A;
  }

/* BOTÓN BANNER */

.btn-banner{
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content:center;
    align-items: center;
    border: 2px solid #0D78D1;
    background-color: transparent;
    color: #0D78D1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0px;
    cursor: pointer;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: ease all 0.25s;
    text-decoration: none;
}

.btn-banner:hover{
    transition: ease all 0.25s;
    background-color: #0D78D1;
    color: white;
}

/* ¿QUIÉNES SOMOS? */

.span2{
  display: none;
}
.info{
  width: 100%;
  height: 65.2vh;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.info-div{
  width: 20%;
}

.cont-up{
  text-align: center;
  margin-top: 4%;
}

.spn-black{
  margin-bottom: 12px;
  font-size: 230%;
  font-weight: 700;
  color: #03173A;
}

.letter-info-blue{
  font-weight: 600;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  color:  #1DBDEF;
  margin-bottom: 12px;
}

.txt-info{
  width: 55%;
  text-align: justify;
  /* background-color: #1DBDEF; */
}

.info-large{
  margin-top: 15px;
  font-size: 16px;
  color: #8A8989;
  margin-bottom: 40px;
  text-align: justify;
  line-height:1.5;
  font-family: 'Poppins', sans-serif;
}

.div-left {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  height: 100%;
}

.border-left{
  height: 18px;
  background-color: #1DBDEF;
  width: 100%;
  border-radius: 0 25px 0 0;
}

.div-right{
  display: flex;
  justify-content: flex-end;
  align-items:flex-start;
  height: 100%;
}

.border-right{
  height: 18px;
  background-color: #1DBDEF;
  width: 100%;
  border-radius: 0 0 0 25px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* MISIÓN, VISIÓN Y OBJETIVOS */

.container_mvo{
  padding-top: 80px;
  padding-bottom: 80px;
}

.service_section .card .card-img-top {
  width: 50px;
  margin: 55px auto 5px auto;
}

.service_section .card {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  border-radius: 30px;
}

.service_section .card .card-title {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #03173A;
}

.service_section .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: transparent;
}

.service_section .card:hover {
  cursor: pointer;
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);

}

.service_section .card:hover::after {
  width: 100px;
}

/* INFORMACIÓN */

.section-cursos{
    width: 100%;
    height: 680px;
    background-color: white;
    display: flex;
    justify-content: center;
  }
  .w50{
    width: 45%;
  }
  .con-our{
    color: #03173A;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 600;
    margin-top: 130px;
  }
  .txt2 {
    color: #1DBDEF;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 500;
    margin-bottom: 35px;
}
  .cont-cursos{
    width: 55%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cont-btn-cursos{
    width: 70%;
    display: flex;
    justify-content: space-around;
    padding: 5px;
  }
  .cont-btn-cursos button{
    border-radius: 10px;
    background: rgba(29, 189, 239, 0.10);
    width: 270px;
    height: 45px;
    border :none;
    color: #1DBDEF;
    text-align: center;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 500;
    transition: ease all 0.25s;
  }
  .cont-btn-cursos button:hover{
    background: #1DBDEF;
    color: white;
    transition: ease all 0.25s;
  }
  .cont-img-b4{
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .b4{
    width: 634px;
  }

/* CAPACITACIONES */

.swiper{
  width: 100%;
  height: 750px;
  background-color: #EBEBEB;;
}
.swiper-wrapper{
  width: 100%;
  height: 35em;
  display: flex;
  align-items: center;
}
.card11{
  width: 100px;
  height: 90%;
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
  padding: 2em 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 2em;
}
.card1{
  height: 100%;
  width: 27.2% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 107px;
  margin-bottom: 69px;
  margin-right: 50px;
}
.img-sli{
  width: 200px;
}


.swiper{
  width: 100%;
}
.swiper-wrapper{
  width: 100%;
  height: 35em;
  display: flex;
  align-items: center;
}
.card11{
  width: 20em;
  height: 90vh;
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 0 2em rgba(0, 0, 0, .2);
  padding: 2em 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* margin: 0 2em; */
}
.card1{
  height: 60ch;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 107px;
  margin-bottom: 69px;
  /* margin-right: 50px; */

}
.img-sli {
  width: 100%;
  height: 610px;
}
.con-arrow-slider{
  width: 100%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  position: absolute;
  right: 1470%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  position: absolute;
  left: 1420%;
}

.card1 {
  height: 100%;
  width: 30% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 107px;
  margin-bottom: 69px;
  margin-right: 65px;
  margin-left: 65px;
}




/* CLIENTES */
.section-clientes {
  width: 100%;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img-clients{
  width: 60%; 
  /* height: 100%; */
}

.spn50 {
  font-size: 30px;
  color: #03173A;
  text-align: center;
  font-weight: 600;
}
.txt-l-clients{
  width: 58%;
}
.txt-info-clientes {
  color: #000;
  text-align: center;
  font-size: 16px;
}

/* INSTITUCIONES */

.slider-inst{
  width: 75vw;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.slider-inst .slider-track{
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: calc(200px * 14);
}

.slider-inst .slide{
  width: 200px;
}

.slider-inst .slide img{
  width: 100%;
  padding: 20px;
}

/* CONTÁCTANOS */



.section-contactanos{
      width: 100%;
      height: 600px;
      display: flex;
      padding-top: 50px;
}
.wid80{
  width: 50%;
  padding-top: 30px;
}
.con-form{
  display: flex;
  flex-direction: column;
}
.con-form{display: flex;
  font-family: 'poppins';
}
  .con-form label{
    font-family: 'poppins';
    margin-left: 2%;
  }

  .con-form input{
    width: 60%;
    background:  #EBEBEB;
    border:none;
    border-radius: 12px;
    height: 43px;
  }
  .con-form textarea{
    width: 60%;
    font-family: 'poppins';
    height: 150px;
    resize: none;
    background: #EBEBEB;
    border:none;
    border-radius: 12px;
  }

  .cont-span{
    display: flex;
    flex-direction: column;
  }
  .pr-dv {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 54px;
  }
  .spa-orm-cont {
    color: #03173A;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    width: 290px;
}
  .site{
    padding-right: 1.5%;
  }
  .btn-send{
    border: none;
    border-radius: 8px;
    background: #03173A !important;
    color: white;
    width: 136px !important;
    height: 37px !important;
    font-size: 17px;
    margin-top: 17px;
  }
  .clb{
    color: #0D78D1;
  }
  .site-span{
    margin-top: 20px;
  }
  .spn-info-contact {
    color: #03173A;
    font-size: 18px;
    padding-bottom: 5px;
}
  .icon-form{
    width: 20px;
    margin-right: 13px;
  }
  .phone {
    width: 236px;
    padding-left: 32px;
}
  .phone-icon{
    width: 247px;

  }
  .form{
    width: 50%;
  }
  .con-form label{
    margin-top: 8px;
    font-weight: 600;
  }
  .con-form input{
    padding-left: 8px;
  }
  .con-form textarea{
    padding-left: 8px;
  }

/* LEGALES */

.footer{
 background: #03173A;
 text-align: center;
 font-size: 14px;
 color: #fff;
 font-family: 'Poppins', sans-serif;
 padding-top: 2px;
 padding-bottom: 2px;
}


.section{
  opacity: -20;
transform: translateY(-20px);
transition: opacity 0.5s, transform 0.5s;
}

.section.visible {
opacity: 1;
transform: translateY(0);
}
.ul-aside a{
  color: white;
}
.ul-aside a:hover{
  color: white;

}