/***************/
/* CUSTOM PAGE */
/***************/

#custom-page{
    padding: 80px 0;
    background-color: #F5F5F5;
}
#custom-page img{
    max-width: 100%;
    height: auto;
}

#custom-page .img{
    width: 100% !important;
    height: 250px !important;
}

@media screen and (max-width: 991px) {
    #custom-page{
        padding: 40px 0;
    }
}



/**********************/
/* CUSTOM PAGE BEFORE */
/**********************/

#custom-before{
    background-color: #F5F5F5;
    padding-bottom: 65px;
}
#custom-before .item-before{
    background-color: #FFF;
    padding: 20px;
    height: 86px;
    color: var(--color-tertiary);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border-radius: 10px;
    margin-bottom: 15px;
}
#custom-before .item-before .col-2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#anexos .item{
    margin-bottom: 40px;
}

#anexos .content{
    background-color: #fff;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#anexos .title{
    display: -webkit-box;
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
#anexos .description{
    text-align: center;
}

#anexos img{
    display: block;
    height: auto;
    margin: auto;
    transition: all .2s linear;
}

#anexos img:hover{
    transform: scale(1.08);
}

@media screen and (max-width: 991px) {
    #custom-before{
        padding-bottom: 25px;
    }
}

/* CONTRAST */
body.contrast #custom-before{
    background-color: #000;
}
