*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #00FFFF;
    --secondary: #003694;
    --success: #0134ab;
    --light: #e3fffd;
    --light_sec: #f9ffa0;
    --dark: #dd0202;
    --dark_sec: #011c61;
}

/* --------------------------------- navbar */

.top_bar{
  background-color: rgb(204, 204, 204);
  height: 35px;  
  width: 100%; 
}

.top-content{
  height: 35px;  
  width: 100%;
  display: flex; 
  align-items: center;  
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;  
}

.top_bar p{
  color: var(--dark_sec);
  font-size: 18px; 
  padding: 0 10px;
  margin: 0px 20px;  
}

.top_bar p span{
  color: var(--success);
  font-size: 18px; 
  margin-left: 15px;
}



.redes {
  height: 35px;
  display: flex; 
  align-items: center; 
  margin-right: 20px; 
}

.redes a{
  margin-left: 10px;
  line-height: 35px;
  font-size: 35px;  
}

.redes a box-icon{ 
  width: 23px;  
}


.header {
    background-color: var(--secondary);
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;  
  }


  
  .menu_img{
    width: 190px;
    margin-left: 10px;    
  } 


  
  
  

  .menu{
    background-color: var(--secondary);
    color: #fff;
    height: 100%;
}

.menu__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    height:100%;
    margin: 0 auto;
}

.menu__links{
    height: 100%;
    transition: transform .5s;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu__item{
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-90deg);
}

.menu__item:hover{
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
}

.menu__link{
    color: #fff;
    text-decoration: none;
    padding: 0 30px;
    display: flex;
    height: 100%;
    align-items: center;
    
}

.menu__link:hover{
    background-color: #001642;
    color: #fff;
}


.menu__arrow{
    transform: var(--transform);
    transition: transform .3s;
    display: block;
    margin-left: 3px;
}

.menu__nesting{
    list-style: none;
    transition:clip-path .3s;
    clip-path: var(--clip);
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    transform: translateY(100%);
    background-color: #001642;
    z-index: 100;
}

.menu__link--inside{
    padding: 20px 100px 20px 20px;
}

.menu__link--inside:hover{
    background-color: #002c82;
}

.menu__hamburguer{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    display: none;
}

.menu__img{
    display: block;
    width: 36px;
}
 

 
  



/* --------------------------------- navbar end */


.menu_quienes{
  padding: 20px 0px 20px 0px;
  background-color: #def8ff;
}

.menu_quienes_content{
  max-width: 1200px;
  color: var(--light);    
    margin: 0 auto;
    padding: 12px 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
   align-items:center ;    
    gap: 15px;
}

.button_primary2{
  padding: 5px 18px;
  background-color: var(--dark_sec);
  color: var(--light);
  font-weight: 600;
  border: none;
  font-size: 18px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}

.quienes_section{
  background-image: url("./img/bg_services.jpg");
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0px;
  margin: auto 0;
}

.quienes_content{
  max-width: 1200px;
  width: 90%;
  
  color: var(--light);    
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
   align-items:flex-start ;    
    gap: 20px;
}
.quienes_img{
  width: 400px;
}
.quienes_img2{
  width: 80%;
}
.quienes_content2{
  max-width: 1200px;
  width: 90%;
  
  color: var(--light);    
    margin: 0 auto;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
   align-items:flex-start ;    
    gap: 20px;
}



/* --------------------------------- carrousel */
.carrousel{
  margin-top: -32px;
  display: block;
}

.carrousel2{
  margin-top: -32px;
  display: none;
}


/* --------------------------------- carrousel end */
/* --------------------------------- services  */

.nosotros_title{
  height: 190px;
  width: 100%;
  background-image: url(./img/bg_nosotros1b-01.jpg);
  background-size: cover;
  background-position: center bottom;
  color: var(--light);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;

}

.nosotros_title H2{
  font-size: 34PX;
  font-weight: 900;
}

.nosotros_title2{
  height: 180px;
  width: 100%;
  background-image: url(./img/bg_nosotros1b-02.jpg);
  background-size: cover;
  background-position: center bottom;
  color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;

}

.nosotros_title2 H2{
  font-size: 34PX;
  font-weight: 900;
}

.services_title{
  height: 140px;
  width: 100%;
  background-image: url(./img/bg_nosotros1.jpg);
  background-size: cover;
  color: var(--light);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;

}

.services_title H2{
  font-size: 34PX;
  font-weight: 900;

}


/* --------------------------------- services end */

.carousel-item{
  overflow: hidden;
}

.carousel-item img{
  animation: myAnim 5s ease 0s 1 normal forwards;
  -webkit-animation: myAnim 5s ease 0s 1 normal forwards;
}

@keyframes myAnim {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
}

	100% {
		transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
}
}

.button_primary{
  padding: 5px 30px;
  background-color: var(--secondary);
  color: var(--light);
  font-weight: 600;
  border: none;
  font-size: 19px;
  border-radius: 40px;

  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}

.button_secondary{
  padding: 5px 30px;
  background-color: var(--primary);
  color: var(--secondary);
  font-weight: 600;
  border: none;
  font-size: 19px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}

.services_section{
  background-image: url("./img/bg_services.jpg");
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 30px;
}

.services_section2{
  background-image: url("./img/bg_services_s2.jpg");
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px;
}

.services_section3{
  background-color: var(--secondary);
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2px 30px;
}

.services_content{
  max-width: 1200px;
  color: var(--light);    
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
   align-items:flex-start ;    
    gap: 20px;
}




.services_content2{
  max-width: 1200px;
  color: var(--light);    
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
   align-items:flex-start ; 
   flex-wrap: wrap;   
    gap: 40px;
}

.services_content2 img{
  width: 250px;
}
.services_content img{
  width: 350px;
}


.services_content3{
  max-width: 1200px;
  color: var(--light);    
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
   align-items:flex-start ;    
    gap: 20px;
}

.services_content3 img{
  width: 150px;
}

.services_content3 span{
  color: #00FFFF;
  font-weight: bold;
}

.services_content3 h3{
  color: #00FFFF;
  font-weight: bold;
}


.services_content3 h4{
  color: #00FFFF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;  
}

.services_content4{
  max-width: 1200px;
  color: #000;   
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
   align-items:flex-start ;    
    gap: 20px;
}



.services_content4 h3{
  color: var(--secondary);
  font-weight: bold;  
}

.services_content5{
  max-width: 1200px;
  color: #fff;   
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
   align-items:flex-start ;    
    gap: 20px;
}




.acerca_section{
  background-color: var(--secondary);
  color: #fff;
  width: 100%;
  padding: 2px 40px;

}

.acerca_section h4{
  color: #00FFFF;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px; 
}

.card_services{
width: 500px;
padding: 40px 20px;
}


.modal_container h5{
  color: var(--dark_sec);
  font-weight: 800;
}


.wsbutton {
  width: 90px; 
  z-index: 100;    
  
}
.wsbutton img {
  width: 90px;  
  position: fixed;  
  bottom: 10px; 
  right: 10px;   
}

.cards2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 35px;
}

.footer_card {
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: center;
  height: 120px;
}

.footer_card ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_card img{
  width: 180px;
}

/* ---------------nosotros section */

.nosotros_section{
  background-image: url(./img/bg_nosotros2b-01.jpg);
  background-size: 110%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px;
  border: none;
  margin-top: -1px;
}

.nosotros_section h2{
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.nosotros_section h3{
  font-size: 32px;
  font-weight: 800;
  color: var(--dark_sec);
}

.nosotros_content{
  max-width: 1200px;
  color: var(--success);    
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
   align-items:center ;
    flex-wrap: wrap;
    gap: 20px;
   
}

.nosotros_inside{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.nosotros_content img{
  width: 250px;
}

.details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
}

.details ul{
  list-style: none;
padding: 0;
margin: 0;
}


.details li{  
  line-height: 25px; 
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;

}

.details .social{
  display: flex;
  width: 100%;
  justify-content:flex-start;
  align-items: center;
}

.social img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.buttons{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.buttons2{
  width: 70%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.button_content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button_content img{
  width: 75px;
  height: 50px;
  margin-bottom: 10px;  
}


/* ---------------nosotros section end */


.con_quienes{
  color: #FFF;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  
}

.con_quienes img{
  width: 350px;
  height: 170px;
}

#ocultar_q {
  display: none;
}



.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #6e8bff;
  height: 26.75rem;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: var(--dark_sec);
  border-right: 0.125rem solid rgb(0, 157, 255);
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  height: auto;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
  display: flex;
}

.img_quienes{
  width: 300px;
  height: 130px;
}

.img_quienes1{
  width: 300px;
  height: 120px;
}


.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}


/* ------------------------ carrousel slick  */

.slick_content {
  width: 80%;      
  height: 120px;
  padding: 23px 20px 50px 20px;
}

.slick_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #f0f9ff;    
}

.items {
  padding: 12px;    
}

.items img{
  width: 140px;  
  opacity: 1; 
}

.items img:hover{    
  -webkit-filter: none;    
  filter: none;  
  opacity: 0.8;    
}

.prev_arrow_i{
  position: absolute;
  top: 40%;
  left: -15px;
  font-size: 17px;
  height: 23px;
  width: 23px;
  color: #fff;
  background-color: rgb(0, 53, 139);
  z-index: 10;
  border-radius: 50% ;
  -webkit-border-radius: 50% ;
  -moz-border-radius: 50% ;
  text-align: center;
  line-height: 17px;
  padding: 3px;
}


.next_arrow_i{
  position: absolute;
  top: 40%;
  right: -15px;    
  font-size: 17px;
  height: 23px;
  width: 23px;
  color: #fff;
  background-color: rgb(0, 53, 139);
  z-index: 10;
  border-radius: 50% ;
  -webkit-border-radius: 50% ;
  -moz-border-radius: 50% ;
  text-align: center;
  line-height: 17px;
  padding: 3px;
}
/* end ------------------------ carrousel slick end */


@media (max-width: 800px) {
  /* ------------------------ carrousel slick  */

  .slick_content {
    height: 140px;
}

.items {
    padding: 12px;
}

.items img {
    width: 100px;
}

/* end ------------------------ carrousel slick end */

  .otro{
    display: flex;
    height: auto;
  }

  .nosotros_section h2{
    font-size: 22px;
  }

  .nosotros_section{
    background-image: url(./img/bg_nosotros2b-01m.jpg);    
  }

  .nosotros_content img{
    width: 150px;
  }


  .nosotros_inside{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }


.details{
 
  margin: 0 auto;
  width: 90%;
}

  .nosotros_section h3{
    font-size: 24px;
    
  }


  .cards2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 1px;
  }




  .carrousel{
    margin-top: -32px;
    display: none;    
  }
  
  .carrousel2{
    margin-top: -32px;
    display: block;    
  }

  .modal_container{
    z-index: 100;
    
  }

  .wsbutton img {
    width: 80px;  
     
    
    
  }

    

    /* --------------------------------- top-bar */

    .top_bar {
      display: none;
    }
    
    .top_bar p span{
      display: none;
    }

    .top_bar p{      
      margin: 0px 5px;  
    }


    .redes {      
      margin-right: 10px; 
    }

    .menu__hamburguer{
      display: flex;
  }

  .menu__item{
      --clip:0;
      overflow:hidden ;
  }

  .menu__item--active{
      --transform: rotate(0);
      --background: #5e7094;
  }

  .menu__item--show{
      background-color: var(--background);
  }


  .menu__links{
      position: fixed;
      max-width: 400px;
      width: 100%;
      top: 100px;
      bottom: 0;
      right: 0;
      background-color: #000;
      overflow-y: auto;
      display: grid;
      z-index: 100;
      grid-auto-rows: max-content;
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
}

  .menu__links--show{
      transform: unset;
      width: 100%;
  }

  .menu__link{
      padding: 25px 0;
      padding-left: 30px;
      height: auto;
  }

  .menu__arrow{
      margin-left: auto;
      margin-right: 20px;
  }

  .menu__nesting{
      display: grid;
      position: unset;
      width: 100%;
      transform: translateY(0);
      height: 0;
      transition: height .3s;
  }

  .menu__link--inside{
      width: 90%;
      margin-left: auto;
      border-left: 1px solid #798499;
  }

    /* --------------------------------- top-bar end*/


.menu_quienes{
  padding: 1px 0px 1px 0px;
  background-color: #def8ff;
  
}

.menu_quienes_content{ 
  padding: 8px 2px;   
    gap: 4px ;
}

.button_primary2{
  padding: 4px 12px;
  background-color: var(--dark_sec);
  color: var(--light);
  font-weight: 600;
  border: none;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}


.quienes_section{
  background-image: url("./img/bg_services.jpg");
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0px;
  margin: auto 0;
}

.quienes_content{
  width: 90%;
  color: var(--light);    
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
   align-items:center;    
    gap: 20px;
}
.quienes_img{
  width: 250px;
}

    /* --------------------------------- navbar */
    
    


      .logo_img{
        width: 100px;
        margin-left: 2px;
      }    
      
         
      
      
      .header {
        height: 100px; 
             
                
      }    
      

      .logo_nav{
        height: 80px;
        display: flex;
        align-items: center;
        margin-left: 1px;
    }

    

             
    
      
    /* --------------------------------- navbar end */

    

/* --------------------------------- services  */

.services_title{
  height: 80px;
  background-image: url(./img/bg_services.jpg);
  background-position: right;
  justify-content: flex-start;
  padding-left: 15px;

}

.services_title h2{
  font-size: 29PX;
}


.nosotros_title{
  height: 140px;
  background-color: #0134ab;
  background-image: url(./img/bg_nosotros1b-m.jpg);  

}



/* --------------------------------- services end */

.card_services{
  width: 500px;
  padding: 20px 10px;
  }

  .services_content{
    width: 90%;
    color: var(--light);    
      margin: 0 auto;
      padding: 10px 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
     align-items:flex-start ;    
      gap: 20px;
  }

  .services_content img{
    width: 300px;
  }

  .services_section,
  .services_section2{  
    padding: 10px;
  }

  .card_services p{    
    font-size: 17px;
    }

   
    .details .social{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .details .social img{
        width: 30px;
        height: 30px;
    }

    .button_content img{
        width: 60px;
        height: 40px;
    }

    .buttons{
        flex-wrap: wrap;
        font-size: 18px;
    }
   
.button_primary{
    font-size: 12px;
}

    

}