* {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;    
}

.grid_container{
    display: grid;
    text-align: center;      
}

.grid_cabecera_container{
    display: grid;        
}

.grid_img_container{   
    display:grid;        
    width: 80%;
    margin: 0 auto;
    grid-template-columns: repeat(3 , 1fr);
    grid-auto-rows: 400px;
    padding: 10px;
    gap :10px;
}

.galeria_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sinpagina{
    display: grid;
    justify-content: center;
}

/*  MENU    */
#menu a, button{
    font-size: 18px !important;
    font-weight: 600;
   
}

#menu a{
    color:#3f3f3f;
    
}
/*  CARRUSEL    */
.carousel-inner {
   max-height:39rem !important;
}


/*  FOOTER  */
footer {
   background: #1b2a4e;
   min-height: 100px;;
}

footer p{
   color:#f3f3f3;
   text-align:center;
}

#iconos  i {
   font-size: 26px;
   padding: 0 8px;
   color:#f3f3f3;
}

/*  PANTALLA ANCHA  */
@media (max-width:1200px){
   #titulo{
       width:90% !important;
       margin:auto;
   }

}


/*  PANTALLA SM   */
@media (max-width:768px) {
   #titulo{
       width:90% !important;
       margin:auto;
   }
}

/*  PANTALLA EXTRA-SM   */

@media (max-width: 576px) {
   #servicios-fila2 {
       width:100% !important;
   }
    #servicios-fila1 {
        width:100% !important;
    }
    #servicios-fila3 {
        width:100% !important;
    }
}
