/*Instalacion fotovoltaicas*/
.col-familia{
    display: flex;
    justify-content: space-between;
    padding: auto;
    margin: auto;
}

.imagen-familia4{
    width: 344px;
    margin-right:30px;
    padding-right: 30px
}
.col-16 p{
    text-align: center;
}


@media(max-width:390px){
    .col-familia{
        display: block;
        
    }
    .imagen-familia4{
     
       
        margin-bottom: 20%;
    }
}
@media(max-width:820px){
    .col-familia{
        display: block;
        
    }

    .imagen-familia4{
       display: flex;
       justify-content: center;
     
       
        margin-bottom: 20%;
    }
}

/*SUBVENCIONES Y AYUDAS*/
.imagen-cuadro{
    width: 292px;
    height: 100%;
}
.texto-p{
    font-size: 25px;
    font-weight: 600;
}
.family{
    display: flex;
}
.family img{
    width: 400px;
}

.texto-carrusel{
    text-align: center;
}


@media(max-width:820px){
    .family {
        display: grid;
        
    }
    
    .texto-carrusel{
        text-align: center;
    }
}

@media(max-width:1024px){
    .family {
        display: grid;
        
    }
    .texto-carrusel{
        text-align: center;
    }
}

.imagen-portada{
    width: 100%;
    
}


/*CAJA EXCEDENTEES*/

.caja{
   
   
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: auto;
    
    font-size: 18px;
   
   
   
   
}

.cajas button{
    width: 280px;
    height:140px;
    border-radius: 20px;
    color:white;
    background-color:#32659D

}

@media(max-width:390px){
       .caja{
        display: block;
        justify-content: center;
        margin: auto;
        padding: auto;
        width: 80%;
     
    }
    
    
    
}

@media(max-width:874px){
    .caja{
        display: block;
        justify-content: center;
        align-items: center;
        margin-left: 30%;
        
        
     }
   
 
 
 
}
@media(max-width:430px){
    .caja{
        display: block;
        justify-content: center;
        align-items: center;
        margin-left: 10%;
        
        
     }
   
 
 
 
}