
.portada-somos {
    background: url(../admin/db_resources/agentes/somos/somos.png) no-repeat center;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    
}

 .w-100 {
    width: 70%!important;
} 

@media (max-width: 575.98px) {

    .portada-somos {
        background: url(../admin/db_resources/agentes/somos/somosm.png) no-repeat center;
        background-color: #ffffff;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        width: 100%;
        
    }

    .logo-somos {
        width: 40%;
    }



 }
 @media (max-width: 991px) {

    .logo-somos {
        width: 30%!important;
    }
    
    
 }

 .portada-inclusion {
    background: url(../admin/db_resources/agentes/somos/inclusion.png) no-repeat center;

   
    
}
