/* Estilos para teléfonos muy pequeños */
@media (max-width: 320px) {
    .roboto-light img{
        width: 30%;
    }  
    .navheader{
        width: 100%;
        height: 8.5vh;
    }
    header h2{
        font-size: 0.9em;
    }
    header aside{
        font-size: 0.5em;   
    }
    .carousel {
        margin-top: 4.3vh; /* Ajusta el margen superior si es necesario */
    }
    .content li{
        font-size: 0.6em;
        width: 14vh;
        padding: 0.6vh;
    }
    .button_list {
        flex-direction: column;
    }
    .serviciolist h4,.noticias h4{
        font-size: 1em; 
    }
    .serviciolist, .noticias{
        width: 18vh;
        height: 4vh;
    }
    .serviciolist{
        width: 18vh;
        height: 3.5vh;
        padding-top: 15%;
    }
    .centro_body img {
        width: 160px;
        height: 310px;
        z-index: -10;
    }
    .centro_body {
        margin-left: 80px;
        margin-top: 5%;
    }
    p{
        font-size: 0.5em;    
    }
    .features-container h4, footer h4, .equipo h3{
        font-size: 0.8em; 
    }
    .features-container p{
        font-size: 0.5em; 
    }
    .feature {
        width: 30%; 
    }
    #equipo{
        font-size: 1em;
        padding-top: 4%;
    }
    .overlay{
        font-size: 0.5em;
    }
  

    .button_list button {
        font-size: 1em;
    } 
    .noticias{
        margin-top: 20%;
        float: right;
        margin-right: 120%;
        height: 24vh;
        width: 300%;
        margin-bottom: 2%;
    }
    .noticias .carousel{
        margin-top: 1%;
    }
    .video{
        margin-top: 300%;
    }
    .video video{
        margin-right: 120%;
        width: 300%;
        float: right;
    }
    .noticias .carousel-control-prev,.noticias .carousel-control-next{
        width: 20px;
    } 
    footer svg{
        width: 20px;
        margin: 15px;
        margin-left: 10vh;
    }
    .footer1{
        margin-right: 2%;
    }
    .footer1y2 img{
        margin-top: 30%;
        width: 50%;
    }
    
    .derechos-reservados p{
        font-size: 1vh;
    }
    .whatsapp-button{
        width: 15vh;
        font-size: 0.65em;
    }
    .whatsapp-button svg{
        width: 3.5vh;
    }
    }
    /* Estilos para teléfonos pequeños */
@media (min-width: 321px) and (max-width: 400px) {
    .roboto-light img{
        width: 38%;
    }  
    .navheader{
        width: 100%;
        height: 8.5vh;
    }
    header h2{
        font-size: 1em;
    }
    header aside{
        font-size: 0.6em;   
    }
    .carousel {
        margin-top: 4.3vh; /* Ajusta el margen superior si es necesario */
    }
    .content li{
        font-size: 0.7em;
        width: 140%;
        padding: 3%;
    }
    .button_list {
        flex-direction: column;
    }
    .serviciolist h4,.noticias h4{
        font-size: 1.2em;
    }
    .serviciolist, .noticias{
        width: 150%;
        height: 5vh;
    }
    .serviciolist{
        width: 18vh;
        height: 3.5vh;
        padding-top: 12%;
        font-size: 0.8em;
    }
    .centro_body img {
        width: 200px;
        height: 310px;
        z-index: -10;
    }
    .centro_body {
        margin-left: 80px;
        margin-top: 5%;
    }
    p{
        font-size: 0.6em;    
      
    }
    .features-container h4, footer h4, .equipo{
        font-size: 1em; 
    }
    .features-container p{
        font-size: 0.6em; 
    }
    .feature {
        width: 30%; 
    }
    .overlay{
        font-size: 0.6em;
    }
  
    .button_list button {
        font-size: 1em;
        padding: 4%;
    } 
    .noticias{
        margin-top: 20%;
        float: right;
        margin-right: 120%;
        height: 24vh;
        width: 300%;
        margin-bottom: 2%;
    }
    .noticias .carousel{
        margin-top: 1%;
    }
    .video{
        margin-top: 300%;
    }
    .video video{
        margin-right: 120%;
        width: 300%;
        float: right;
    }
    .noticias .carousel-control-prev,.noticias .carousel-control-next{
        width: 20px;
    } 
    footer svg{
        width: 20px;
        margin: 15px;
        margin-left: 10vh;
    }
    .footer1{
        margin-right: 2%;
    }
    .derechos-reservados p{
        font-size: 1vh;
    }
    .whatsapp-button{
        width: 15vh;
        font-size: 0.65em;
    }
    .whatsapp-button svg{
        width: 3.5vh;
    }
    #equipo{
        font-size: 1.2em;
        padding-top: 4%;
    }
    .footer1y2 img{
        margin-top: 25%;
        width: 50%;
    }

}
@media (min-width: 401px) and (max-width: 480px){
    .roboto-light img{
        width: 35%;
    }  
    .navheader{
        width: 100%;
        height: 8.5vh;
    }
    header h2{
        font-size: 1.1em;
    }
    header aside{
        font-size: 0.7em;   
    }
    .carousel {
        margin-top: 4.3vh; /* Ajusta el margen superior si es necesario */
    }
    .content li{
        font-size: 0.7em;
        width: 20vh;
        padding: 1vh;
    }
    .button_list {
        flex-direction: column;
    }
    .serviciolist h4,.noticias h4{
        font-size: 1.2em; 
    }
    .serviciolist{
        width: 25vh;
    }
    .centro_body img {
        width: 200px;
        height: 350px;
        z-index: -10;
    }
    .centro_body {
        margin-left: 23%;
        margin-top: 4%;
    }
    p{
        font-size: 0.6em;    
    }
    .features-container h4, footer h4, .equipo{
        font-size: 1em; 
    }
    .features-container p{
        font-size: 0.6em; 
    }
    .overlay{
        font-size: 0.6em;
    }
  
    .button_list button {
        font-size: 1em;
    } 
    .noticias{
        margin-top: 20%;
        float: right;
        margin-right: 120%;
        height: 24vh;
        width: 300%;
        margin-bottom: 2%;
    }
    .noticias .carousel{
        margin-top: 1%;
    }
    .video{
        margin-top: 320%;
    }
    .video video{
        margin-right: 120%;
        width: 300%;
        float: right;
    }
    .noticias .carousel-control-prev,.noticias .carousel-control-next{
        width: 20px;
    } 
    footer svg{
        width: 20px;
        margin: 15px;
        margin-left: 10vh;
    }
    .footer1{
        margin-right: 2%;
    }
    .derechos-reservados p{
        font-size: 1vh;
    }
    .whatsapp-button{
        width: 15.3vh;
        font-size: 0.7em;
    }
    .whatsapp-button svg{
        width: 3.7vh;
    }
    #equipo{
        font-size: 1.2em;
        padding-top: 4%;
    }
    .footer1y2 img{
        margin-top: 20%;
        width: 50%;
    }
    .serviciolist{
        width: 170%;
        height: 4.5vh;
        padding-top: 12%;
        font-size: 0.8em;
    }
    
}
/* Estilos para teléfonos medianos */
@media (min-width: 481px) and (max-width: 600px) {
    .roboto-light img{
        width: 35%;
    }  
    .navheader{
        width: 100%;
        height: 8.5vh;
    }
    header h2{
        font-size: 0.9em;
    }
    header aside{
        font-size: 0.7em;   
    }
    .carousel {
        margin-top: 4.3vh; /* Ajusta el margen superior si es necesario */
    }
    .serviciolist{
        width: 150%;
    }
    .content li{
        font-size: 0.75em;
        padding: 1.2vh;
        width: 140%;
    }
    .button_list {
        flex-direction: column;
    }
    .serviciolist h4,.noticias h4{
        font-size: 1.2em; 
    }
    .noticias{
        width: 26vh;
        height: 5.5vh;
    }
    .centro_body img {
        width: 260px;
        height: 410px;
        z-index: -10;
    }
    .centro_body {
        margin-left: 23%;
        margin-top: 6%;
    }
    p{
        font-size: 0.7em;    
    }
    .features-container h4, footer h4, .equipo{
        font-size: 1em; 
    }
    .features-container p{
        font-size: 0.7em; 
    }
    .overlay{
        font-size: 0.8em;
    }
  
    .button_list button {
        font-size: 1em;
    } 
    .quienes_somos{
        display: flex;
        justify-content: center;
        padding-top: 90%;
    }
    .noticias{
       float: left;
        height: 24vh;   
        width: 250%;
        margin-bottom: 2%;
        margin-top: -170%;
        margin-left: -190%;
    }
    .noticias .carousel{
        margin-top: 1%;
    }
  
    .video video{
        margin-right: 310%;
        width: 250%;
        float: right;
    }
    .noticias .carousel-control-prev,.noticias .carousel-control-next{
        width: 20px;
    } 
    footer svg{
        width: 20px;
        margin: 15px;
        margin-left: 10vh;
    }
    .footer1{
        margin-right: 2%;
    }
    .derechos-reservados p{
        font-size: 1vh;
    }
    .whatsapp-button{
        width: 15.8vh;
        font-size: 0.75em;
    }
    .whatsapp-button svg{
        width: 3.8vh;
    }
    .footer1y2 img{
        margin-top: 10%;
        width: 50%;
    }

}
/* Estilos para tabletas pequeñas */
@media (min-width: 601px) and (max-width: 768px) {
    .roboto-light img{
        width: 30%;
    }  
    .navheader{
        width: 100%;
        height: 8.5vh;
    }
    .carousel {
        margin-top: 4.3vh; /* Ajusta el margen superior si es necesario */
    }
    .content li{
        font-size: 0.9em;
        padding: 1.5vh;
        width: 150%;
    }
    .serviciolist h4,.noticias h4{
        font-size: 1.2em; 
    }
    .noticias{
        width: 26vh;
        height: 6vh;
    }
   
    p{
        font-size: 0.8em;    
    }
    .features-container h4, footer h4, .equipo{
        font-size: 1.1em; 
    }
    .features-container p{
        font-size: 0.7em; 
    }
    .overlay{
        font-size: 0.8em;
    }
  
    .button_list button {
        font-size: 1em;
    } 
    .serviciolist{
        width: 160%;
    }
    .centro_body img {
        width: 500px;
        height: 550px;
        z-index: -10;
    }
    .centro_body {
        margin-left: 23%;
        margin-top: 6%;
    }
    .quienes_somos{
        display: flex;
        justify-content: center;
        padding-top: 90%;
    }
    .noticias{
        float: left;
         height: 24vh;   
         width: 250%;
         margin-bottom: 2%;
         margin-top: -170%;
         margin-left: -175%;
     }
     .noticias .carousel{
         margin-top: 1%;
     }
   
     .video video{
         margin-right: 290%;
         width: 250%;
         float: right;
     }
    .noticias .carousel-control-prev,.noticias .carousel-control-next{
        width: 20px;
    } 
    footer svg{
        width: 30px;
        margin: 15px;
        margin-left: 10vh;
    }
    .footer1{
        margin-right: 1%;
    }
    .whatsapp-button{
        width: 18vh;
        font-size: 0.8em;
    }
    .whatsapp-button svg{
        width: 4vh;
    }


}
 /* Estilos para tabletas grandes y pantallas pequeñas de escritorio */
@media (min-width: 769px) and (max-width: 1023px) {
    .roboto-light img{
        width: 25%;
    }  

    .carousel {
        margin-top: 5.3vh; /* Ajusta el margen superior si es necesario */
    }
    .content li{
        font-size: 0.9em;  
    }
   
    .centro_body img {
      
        width: 500px;
        height: 550px;
    }
    p{
        font-size: 0.8em;    
    }
    .features-container h4, footer h4{
        font-size: 1.1em; 
    }
    .features-container p{
        font-size: 0.7em; 
    }
    .overlay{
        font-size: 0.8em;
    }
    .noticias .carousel{
        margin-top: 1%;
    }
  
  
    .button_list button {
        font-size: 1em;
    } 
    .whatsapp-button{
        width: 20vh;
        font-size: 0.9em;
    }
    .whatsapp-button svg{
        width: 4.2vh;
    }

}
@media (min-width: 1023px) and (max-width: 1250px){

}
