@charset "utf-8";
.view-content{margin-top: 100px;}
.view-content h3{font-family: 'Montserrat SemiBold', sans-serif;font-size: var(--font-size-heading-wp-deliverables); margin-top: 50px;color:var(--primary-color);letter-spacing: -0.05em;}
.views-view-responsive-grid{margin-bottom: 100px;}
.views-view-responsive-grid__item{border: 1px solid #3f3a65;background-color: rgba(var(--box-background),0.07); position: relative; overflow: hidden; width: 100%; height: 100%;}
.views-view-responsive-grid__item:before{content: ""; background: url(/sites/default/files/images/detalle-fondo.svg) no-repeat right top; position: absolute; background-size: cover; width: 100%; height: 100%; left: 0%; opacity: 0.05; top: 0;}
.file-content .file p{line-height: normal;}
.file .color{color:#00a19a;font-weight: bold;}
.wp-box{position: absolute; display: flex; top: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(--primary-color);}
.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{position: relative;}

:root {
    --font-base: 16px;
    --font-size-heading-wp-deliverables: clamp(1.5rem, 2vw, 2.1rem);
   /* Colores */
  
    --primary-color: #3f3a65; /* Azul principal */
    --secondary-color: #FFCA4E; /* Verde secundario */
    --text-color: #333333; /* Color del texto */
    --box-background: 0, 0, 0;

}
@media (max-width: 375px) {
  .wp-box {position: relative;}
}