.single-cover__image-and-text {
    min-height: 470px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 2;
}

.single-cover__gradiente {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(103,196,229,0.6);
    padding: 140px 20px 80px;
    z-index: 3;
}

.single-cover__image-and-text__title {
    font-family: var(--font-family-2);
    font-size: 41px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
    z-index: 22;
}

.single-cover__linea {
    width: 180px;
    height: 1px;
    background: rgb(185,140,30);
    background: -moz-linear-gradient(273deg, rgba(185,140,30,1) 0%, rgba(252,216,17,1) 17%, rgba(230,212,10,1) 31%, rgba(254,208,0,1) 50%, rgba(250,187,30,1) 66%, rgba(215,188,17,1) 84%, rgba(250,182,33,1) 100%);
    background: -webkit-linear-gradient(273deg, rgba(185,140,30,1) 0%, rgba(252,216,17,1) 17%, rgba(230,212,10,1) 31%, rgba(254,208,0,1) 50%, rgba(250,187,30,1) 66%, rgba(215,188,17,1) 84%, rgba(250,182,33,1) 100%);
    background: linear-gradient(273deg, rgba(185,140,30,1) 0%, rgba(252,216,17,1) 17%, rgba(230,212,10,1) 31%, rgba(254,208,0,1) 50%, rgba(250,187,30,1) 66%, rgba(215,188,17,1) 84%, rgba(250,182,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b98c1e",endColorstr="#fab621",GradientType=1);
    margin: 40px auto;
    }

.single-cover__image-and-text__subtitle {
    font-family: var(--font-family-2);
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
    z-index: 22;
}


.single-cover__category-wrapper {
    
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;   
    color: #FFF;
    line-height: 1.2em;
    margin-top: 10px;
}

.single-cover__tag-wrapper {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;   
    color: #8C8C8C;
    line-height: 1.2em;
    padding: 40px 20px 20px;
}

.single-cover__content {
    max-width: 900px;
    font-family: var(--font-family-2);
    font-size: 19px;
    font-weight: 400;
    text-align: justify;
    margin: 0 auto;   
    color: #1D1D1D;
    line-height: 1.4em;
    padding: 40px 20px 100px;
}