*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #00FFFF;
    --secondary: #0A648A;
    --success: #ffc300;
    --light: #e3fffd;
    --light_sec: #a0deff;
    --dark: #002630;
    --dark_sec: #014661;
}

/* --------------------------------- navbar */


.top_bar{
  background-color: var(--dark);
  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(--light);
  font-size: 18px; 
  padding: 0 10px;
  margin: 0px 20px;  
}

.top_bar p span{
  color: var(--light_sec);
  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: 135px;
    width: 100%;
    top: 0;
    left: 0;  
  }

  .logo_img{
    width: 190px;
    margin-left: 10px;
  }
  
    
 .menu{  
    display: flex;
    justify-content: space-between; 
    height: 100%;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;   
 }

 .menu_items{
  display: flex;
  gap: 2px;
  list-style: none;
  margin-right: 10px;
  height: 100px;
  line-height: 100px;
  

 }

 .nav-menu-item{
  margin: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
 }

 .menu_items .nav-menu-item a{
  text-decoration: none;
  color: var(--light);
  font-size: 19px;
 }

 .menu_items .nav-menu-item:hover{
  background-color: var(--dark_sec);
 }

 .nav-menu-item2 {
  margin: 0px 1px; 
  height: 100px; 
  width: max-content;     
  display: flex; 
  justify-content: center;
  align-items: center;
    
}

.nav-menu-item2 a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #002630;
  background-color: #ffc300;
  padding: 10px 20px 12px 20px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}

.nav-menu-item2 a:hover {
  background-color: rgb(255, 234, 0);
  color: #002630;    
}

.btn_menu{
  color: white;
    background: none;
    border: none;
    font-size: 28px;
    padding: 0 20px;
    line-height: 90px;
    cursor: pointer;  
    display: none;
    height: 100px;
    cursor: pointer;
}

ul.show {
  left: 0;
}


/* --------------------------------- navbar end */
/* --------------------------------- carrousel */
.carrousel{
  margin-top: -32px;
  display: block;
}

.carrousel2{
  margin-top: -32px;
  display: none;
}


/* --------------------------------- carrousel end */
/* --------------------------------- services  */

.services_title{
  height: 140px;
  width: 100%;
  background-image: url(./img/bg_services.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 */


.button_primary{
  padding: 5px 30px;
  background-color: var(--success);
  color: var(--secondary);
  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_s.jpg");
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 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_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 ;
    flex-wrap: wrap;
    gap: 20px;
}

.card_services{
width: 500px;
padding: 40px 20px;
}


.modal_container h5{
  color: var(--dark_sec);
  font-weight: 800;
}


.wsbutton {
  width: 90px;     
  
}
.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: 15px;
}

.footer_card {
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: center;
  height: 120px;

}

.footer_card ul{
  list-style: none;
}

.footer_card img{
  width: 150px;
}

/* ---------------nosotros section */

.nosotros_section{
  background-image: url("./img/bg_nosotros.jpg");
  background-position: top; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px;
}

.nosotros_section h2{
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}

.nosotros_section h3{
  font-size: 32px;
  font-weight: 800;
  color: var(--secondary);
}

.nosotros_content{
  max-width: 1200px;
  color: var(--dark);    
    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;

}

.social box-icon{
  width: 40px;
  height: 40px;
}





/* ---------------nosotros section end */

@media (max-width: 800px) {

  .nosotros_section h2{
    font-size: 22px;
  }

  .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 p span{
      display: none;
    }

    .top_bar p{      
      margin: 0px 5px;  
    }


    .redes {      
      margin-right: 10px; 
    }


    /* --------------------------------- top-bar end*/
    /* --------------------------------- navbar */
    

      .logo_img{
        width: 150px;
        margin-left: 2px;
      }      
    
      .header {
        height: 115px;
                
      }       
      

      .logo_nav{
        height: 80px;
        display: flex;
        align-items: center;
        margin-left: 1px;
    }

    .menu{
      height: 65px;
      position: relative;
    }

    .btn_menu{
      display: block;      
    }

    .menu_items {
      position: absolute;
      width: 100%;
      height: 370px;
      background-color: var(--dark_sec);
      top: 85px;
      flex-direction: column;
      align-items: center;
      z-index: 10;
      margin: 0;
      padding: 0;
      left: -100%;
      transition: all ease-in-out .3s ;
      -webkit-transition: all ease-in-out .3s ;
      -moz-transition: all ease-in-out .3s ;
}

    .nav-menu-item{
      line-height: 65px;
    }


          
    
      
    /* --------------------------------- 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;
}



/* --------------------------------- services end */

.card_services{
  width: 500px;
  padding: 20px 10px;
  }

  .services_section,
  .services_section2{  
    padding: 10px;
  }

  .card_services p{    
    font-size: 17px;
    }

   
    
    

}