
@import url("rtve-faqs.por.basics.css");

.faqs .bodier >  .container.striplayer.titIndependiente{margin-top:0}
.titIndependiente.striplayer .gridBox:not(.catalog) {gap: 3rem;}
.titIndependiente.striplayer .gridBox > .cell:not(:last-child) {position:relative}
.titIndependiente.striplayer .gridBox > .cell:not(:last-child):after {content: "";border-right: .1rem solid var(--contrast);display: block;width: 0.1rem;height: 100%;position: absolute;left:auto;right: -1.5rem;}
    
/** ENLACES **/
.faqs .linksBox .mod .txtBox h3 a .maintitle {font-size: 1.8rem;line-height: 2.8rem;letter-spacing: 0.8pt;}

/* hover */
.faqs .linksBox .mod .txtBox h3 a:before {transition: 0.5s ease;transform: scale(1);filter: contrast(1)}
.faqs .linksBox .mod .txtBox h3 a:hover:before {transform: scale(1.15);filter: contrast(0.5)}
.faqs .linksBox .mod .txtBox h3 a:hover .maintitle {color:var(--contrast);}


