@charset "utf-8";
.view-content{margin-top: 100px;}
.view-content h3{font-size: var(--font-size-heading-wp-deliverables); margin-top: 50px;color:var(--tit-section);;margin-bottom: 20px;}
.views-view-responsive-grid{margin-bottom: 100px;}
.views-view-responsive-grid__item{background-color: #e6e1d091; position: relative; overflow: hidden; width: 100%; height: 100%;}
.views-view-responsive-grid__item:before{content: "";     z-index: 90;
    background: url(/sites/default/files/images/bg-fondo.svg) no-repeat left top;
    position: absolute;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 67%;
    scale: 3;
    opacity: 0.4;
    top: 0;}
.file-content .file p{line-height: normal;}
.file .color{color:var(--primary-color);font-weight: bold;}
.wp-box{position: absolute; display: flex; bottom: 0; right: 0; width: 85px; height: 85px; background-color: var(--primary-color); justify-content: center;}
.wp-box .wp-text{font-weight: bold;color:#fff;font-size: clamp(0.875rem, 1.75vw, 1.6rem);}
.view-content p strong{color:var(--tit-section);}
.page-node-type-deliverables-page .grid-container{display: flex; flex-direction:row; position: absolute; bottom: 0; width: 103%; height: 6px;}
/*Node content search results*/
.page-node-type-deliverables .main .field{ border-bottom:1px solid #f1f1f1; padding-bottom: 20px;margin-top: 22px;}
.page-node-type-deliverables .main .field--name-title{border-bottom:0px;}
.views-view-responsive-grid__item-inner{z-index: 100;position: relative;}
@media (max-width: 425px) {
  .view-content h3{ margin-top: 20px;}
}
