@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');



    body {
      /*font-family: 'Montserrat', sans-serif;*/
       font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
      color: #4a4b4c;
      background: rgb(246,251,252);
background: linear-gradient(132deg, rgba(246,251,252,1) 42%, rgba(216,234,250,1) 79%, rgba(246,251,252,1) 90%);

    }

    a { text-decoration:none; }
    section {  }

    h1,h2,h3,h4,h5 {}

    h1 {
         font-size: 4.5em; 
 font-weight: 600; 
    }

    ul,label{
  margin:0;
  padding:0;
}

.container { max-width:1280px; }

.header-top {
  padding: 1.4em;
  background-color: #0b144c;
  color: #fff;
  font-size: 0.9em;
  line-height: 0.8em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.header-top p {
   font-size: 0.9em;
   line-height: 1.3em;
   margin:0 20px 0 5px; 

}
.header-top span { margin:0 20px 0 5px; }
.header-top span a { color: #fff; }

.header-top i {
    font-size: 1.7em;
    color: #008F51;
    margin-right: 10px;
}

.h-top-div {
    display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.h-top-div a {
    color: #FFF;
}
.navbar  { padding: 0; }
    
.nav-bg-color { 
    background-color: transparent!important; 
    width:100%;  
}

   .navbar-expand-md .navbar-collapse {

    justify-content: center;
        align-self: self-start;

   } 

  .navbar {
  display: flex;
 margin-bottom: 2em;
  align-items: center;
  background-color: #cc0f13;
  padding: 1em 0.2em;
}

.navbar-brand {
  margin-right: auto;
}



.navbar-nav {
  display: flex;
  margin-top: 3em;
}

.nav-item {
  margin: 0 15px;
 
}
.nav-item a {
    position: relative;
    color: #4a4b4c;
    font-size: 1.1em;
    text-decoration: none;
    padding-bottom: 10px; /* Espacio entre el texto y la línea */
}

.nav-item a:hover { 
    color:#0b144c;
    font-weight: 600; 
}
.nav-item a.active { 
    color:#0b144c!important;
    font-weight: 600;  
}

.nav-item a::after {
    content: "";
    position: absolute;
    bottom: -10px; /* Ajusta la separación de la línea */
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #008F51; /* Color verde */
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
}

.nav-item a:hover::after,
.nav-item a.active::after {
    width: 100%; /* La línea se extiende al 100% del ancho del enlace */
    left: 50%;
}
.navbar-collapse {

 }
 .navbar-toggler-icon {  }
 .navbar-toggler {
    border-color: #fff;
}

.banner { 
    background-color:#0b144c; 
    padding: 3em; 
    border-radius:50px;
    margin-bottom: 3em;
     }

.banner h1 { 
    color:#FFF;
   width: 85%;
   font-size: 4.2em;
 
}

.contorno-btn, .contorno-btn2, .contorno-btn3 { 
    border: 1px solid #fff; 
    background-color:transparent; 
    padding:1em; 
    position: relative;  
    border-radius:40px; 
    width:200px; 
    margin-top:2em; 
     }
.btn_banner, .btn_banner2, .btn_banner3 { 
    background-color:#fff; 
    padding: 1em; 
    border-radius:40px; 
    color:#0b144c; 
    width:100%; 
    display:block; 
    font-weight:600; 
}

.btn_banner i, .btn_banner2 i, .btn_banner3 i {
    margin-left: 13px; /* Espacio entre el texto y la flecha */
    transform: rotate(-45deg);
    font-size: 1.3em;
     color:#008F51;

}

.btn_banner2 i, .btn_banner3 i {

     color:#fff;

}

.contorno-btn2 {
    border: 1px solid #0B144C; 
    
}

.btn_banner2 { 
    background-color:#0B144C; 
    color:#fff; 
}

.contorno-btn3 {
    border: 1px solid #008F51; 
    
}

.btn_banner3 { 
    background-color:#008F51; 
    color:#fff; 
}

.mujer {

   margin-top: -180px;
}

.nosotros-sec {
    display: block;
    margin: 4em auto;
    padding: 3em 0;
}

.azul {
    color:#0B144C;
}

.verde {
    color:#008F51;
}

p.inicio { 
    font-size:22px; 
    line-height:1.2em; }

.block { 
    display:flex; 
    flex-direction: column;  
    justify-content: space-between;
}

.block h1 {
    display: block;
    margin-bottom: 0.5em;
}

.abajo {
    background-color: #008F51;
    border-radius: 20px;
    padding: 1.4em 0.8em 0.5em 4.2em;
}

.abajo h4 { 
    font-size:24px; 
    color:#fff; 
    font-weight:600; 
}
.abajo p { 
    font-size:22px; 
    color:#fff; 
    font-weight:300; 

    line-height: 1.2em;
}

.abajo2 {
    background-color: transparent;
   
}


.tecnologia {
    width: 100%;
    height: auto;
    background-image: url('../img/fondo-tecnologia.jpg');
      
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      padding: 3em 0;
      color: #ffffff;
}

.tecnologia h1 {
    display: block;
    margin-bottom: 0.5em;
}

.tecnologia p {
    font-size: 20px;
    font-weight: 400;
    padding-left: 5em;
}

.tecnología-sec {
        display:flex; 
    flex-direction: column;  
    justify-content: space-between;
    align-items: flex-end;
}

.tecnología-sec .arriba {
    text-align: right;
}

.mision {
    width: 100%;
    height: auto;
    background: rgb(0,143,81);
   background: rgb(0,143,81);
background: linear-gradient(132deg, rgba(0,143,81,1) 14%, rgba(11,20,76,1) 95%);
    position: relative;
    padding: 3em 0 12em 0;
    color: #ffffff;
}


.mision h1 {
    font-size: 60px;
    text-align: center;
    margin: 0.7em 0;
}



.mision p {

    color:#0B144C;
    text-align: center;
    font-size: 25px; 
    line-height: 1.3em; 
 
}

.mision p span {
    font-weight: 700;
    color:#008F51;
}

.v-txt, .m-txt {
   width: 100%;
   padding:2.3em;
   padding-top: 4em;
   background-color: #fff;
   border-radius: 25px;
   height: 350px;
   display: flex;
   justify-content: center;
   align-items: center;
}


.valores-sec {
    display: block;
    margin: 4em auto;
    padding:0;
}

.valores-sec h1 {
 display: block;
margin-bottom: 0.8em;
}


.valores-sec h4 {
color:#0B144C;
font-weight: 700;

}

.valores-block {
    padding: 1.2em;
    background-color: transparent;
    margin-bottom: 2.6em;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url('../img/base.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
   
}
.valores-block p {
   color: rgba(36, 51, 82, 0.6);
    font-size: 20px;
    line-height: 1.2em;
}
.valores-block img {
   
}

.img-valores, .txt-valores {


}

.txt-valores {
    padding-right: 2em;
    margin-left: 2em;
    margin-top: 1em;
}

.footer {

    background-color:#0B144C; 
    padding: 3em;
    text-align: center;
}

.footer p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.maps {
    margin: 1em auto 3em auto;
    padding: 1em;
}
.maps iframe {
   width: 100%;
   height: 450px;
}

.contacto-movil a {
    color: #212529;
}

@media only screen and (max-width: 767px) {

.header-top { 

display: none;

}

.navbar-nav {
    display: flex;
     margin: 0em;
}

.navbar-nav {
    text-align: center;
}

.navbar-brand img {

        width: 160px;
        height: auto;
    }

    .offcanvas-body .nav-item {
   
    border-bottom: 1px solid #008f51;
}

    .texto {

    display: block;
    margin-bottom: 200px;

    }

    #text1 { 
        font-size:3em; 
        text-align: center;
    }

    .div-center {
        display: flex;
        justify-content: center;
    }

    .arriba h1 {

        font-size: 2.6em;
        text-align: center;
        margin-top: 1em;
    }

    .nosotros-sec {
    
    padding: 0;
}

}

@media (max-width:640px){

    .navbar-brand img {

        width: 120px;
        height: auto;
    }
    h1 {
    font-size: 3em;
   
}

    p.inicio {
    font-size: 20px;
    margin-bottom: 1em;
}

        #text1 {
        font-size: 2.4em;
        width: 100%;
    }
}

    .mujer img {
        width: 100%;
    }

    .mision p {
   
    font-size: 20px;

}

.valores-block {

  
    background-image: none; 
    
    background-color: #fff;
}

}
@media (max-width:568px){

    .navbar-brand img {

        width: 120px;
        height: auto;
    }


}

@media (max-width:480px){

        .nosotros-sec {
 
    margin: 2em auto;
   
}

       .arriba h1 {
       
         margin-top: 0em; 
    }
 

}
@media (max-width:414px){
    

}

@media (max-width:384px){

    .contacto-movil p {
        font-size: 0.9em;
        margin-bottom: 0.8rem;
    }
  
}

@media (max-width:320px){
    
    
  
}