/*@charset "utf-8";
/* CSS Document 
#22446c = sxul
#008039 = verde osc
#1da35a = verde
*/
.view-content{margin-top: 100px;}
.view-content h3{font-size: 2.1rem; margin-top: 50px;}
.views-view-responsive-grid{margin-bottom: 100px;}
.views-view-responsive-grid__item{    background: #ebebeb;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
margin: 10px 0px;padding:5%}
.views-view-responsive-grid__item:before {
    content: "";
    background: url(/sites/default/files/images/partners/bg-partners2.svg) no-repeat center center;
    position: absolute;
    background-size: cover;
    width: 161%;
    height: 100%;
    left: 40%;
    opacity: 0.8;
    top: 0;
}
.file-content .file p{line-height: normal;}
p.title-name strong{font-size: 1.5rem;}
.file .color{color:#1da35a;font-weight: bold;}
.wp-box{position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #1da35a;
    justify-content: center;}
.wp-box .wp-text{font-weight: bold;color:#fff;font-size: 1.8rem;}

.view-content p strong{color:#22446c;}
