/*Header icon*/
div.linea-ico{border: 0;height: 1px;width: 25%;position: relative;margin: 30px auto;}
.center-ball{background: #54C8E8;}
.center-ball:before{content: "\eb4f";width: 52px;padding: 4px; height: 47px;display: inline-block;position: absolute;font-size: 44px;top: -27px;left: 50%;margin: 0 0 0 -26px;background: white;}
/*Fin Header icon*/
.block-content{border:2px solid #f1f1f1;}
.block-content .title{background-color: #ffc200;min-height: 64px;}
p.number strong{    background-color: #005e85;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;}
div.block-content{margin-bottom: 1%;}
h1.page-title{font-size: calc(.8em + .8vw); }
.view-header{margin-bottom: 20px;}
.view-header .icon{border-bottom: 1px solid #ffc200;}
.views-infinite-scroll-content-wrapper{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}

/*Related-deliverables*/
.block-content.block-alternative{border:5px solid #005E85;}
.block-content.block-alternative:nth-child(odd){background-color: #FFF;}
.block-content.block-alternative:nth-child(even){background-color: #f1f1f1;}
.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){
div.linea-ico{min-width: 80%}
}