
.h2-down {
    position: relative;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 10px 0;
    margin-bottom: 30px;
}
.h2-down:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #C4C4C4;
    left: calc(50% - 75px);
    bottom: 0;
}





.btn-estofado {
    background: #414A6B;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 30px;
    border: solid 1px #414A6B;
    display: inline-block;
}
.btn-estofado:hover {
    background: #fff;
    color: #414A6B !important;
}

.btn-downimg, .btn-downpdf, .btn-downzip {
    color: #414A6B !important;
    font-weight: 500;
    padding: 10px 10px 10px 50px;
    border: solid #C4C4C4 2px;
    display: block;
    position: relative;
}

.btn-downimg:before,
.btn-downpdf:before,
.btn-downzip:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f1c1';
    position: absolute;
    width: 50px;
    height: 100%;
    border-right: solid #C4C4C4 2px;
    left: 0;
    top: 0;
    line-height: 2.1em;
    font-size: 1.5em;
    color: #C4C4C4;
}

.btn-downimg:hover,
.btn-downpdf:hover,
.btn-downzip:hover
{
    border-color: #fff;
    background-color: #dadada;
    color: #fff !important;
}
.btn-downimg:hover:before,
.btn-downpdf:hover:before,
.btn-downzip:hover:before {
    border-color: #fff;
    color: #fff !important;
}
.btn-downpdf:before {
    content: '\f1c1';
}
.btn-downzip:before {
    content: '\f1c6';
}
.btn-downimg:before {
    content: '\f1c5';
}
