/*@charset "utf-8";
/* CSS Document */
/* COLORES
#402020 = marron  oscuro
#1d8649 = verde
#cfddbb = gris oca
*/
.tt-shape img {
    filter: invert(98%) sepia(5%) saturate(1193%) hue-rotate(29deg) brightness(91%) contrast(90%);
    width: 100%;
    height: 50px;
}
.h50{height: 50px;}
.block-content{border:2px solid #f1f1f1;}
.block-content .title{text-transform: uppercase;min-height: 64px;}
p.title-name strong{    background-color: #1d8649;color: #fff;}
/*.block-content .title a,.title a:hover{font-weight: bold;box-shadow: none!important;}
.title a:hover,.link a:hover{box-shadow: inset 0 -2px 0 #73ad59!important;}*/
.block-content .file{border-top:1px solid #cccccc61;padding-top: 9px;}

.block-content a.download{color:#000;text-decoration: none;}
.block-content .video-url a{margin-left: 5px;}
.block-content a.download img,.block-content a.youtube img{filter: invert(15%) sepia(37%) saturate(693%) hue-rotate(314deg) brightness(86%) contrast(96%);width: 27px;}
.block-content a.download:hover{color: #1d8649;}
.block-content a.download:hover img{color: #1d8649;}
h1.page-title{font-size: calc(.8em + .8vw); }
.view-header{margin-bottom: 20px;}
/*Related-deliverables*/
.block-content.block-alternative{border:1px solid #cfddbb;background: linear-gradient(0deg, rgba(207,221,187,1) 0%, rgba(207,221,187,0.5216211484593838) 27%, rgba(206,222,187,0.11265756302521013) 100%);}
div.view-content div.fila:nth-child(even){background-color: #f1f1f1!important;}
.block-content.block-alternative .title{background: none!important;min-height: normal;color: #000;font-weight: bold;}
.block-content.block-alternative{font-weight: bold;box-shadow: none!important;}
.txt-body p{line-height: normal;}


@media (max-width: 768px){
div.block-content:nth-child(odd){margin-right: 0%;}
div[class^="mn-"]{font-size: 3rem;}
.views-infinite-scroll-content-wrapper{flex-direction: column!important;}
}
@media (max-width: 425px){
hr.res{min-width: 80%}
}