@font-face {

    font-family: blocklynGrunge;

    src: url("/assets/fonts/BlocklynGrunge.woff");

}


.nav-link {

    color: #fff !important;

    text-transform: uppercase;

}


.nav-link:hover {

    color: rgb(206, 204, 204) !important;

}


.fundoesquerdo {

    /* background-image: url("/img/banner/aranha.png"); */

    min-height: 190px;

    max-height: 290px;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}


.fundodireito {

    /* background-image: url("/img/banner/vingadores.png"); */

    min-height: 190px;

    max-height: 290px;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}


.meio {

    text-align: center;

    padding: 15px;

}


.font-block {

    font-family: blocklynGrunge;

}

.facadown {

    color: #fff200;

    margin-top: 25px;

}


.btn-rosa {

    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    border-radius: 60px !important;

}


.btn-catalogoanterior {

    background-color: #dc3545;

    padding: 15px;

    border-radius: 50px;

    color: #fff;

    text-decoration: none;

}

.btn-catalogoanterior:hover {

    background-color: #21722c;

    padding: 15px;

    border-radius: 50px;

    color: #fff;

    text-decoration: none;

}

.btn-enviar {

    color: #fff !important;

    background-color: #191283 !important;

    border-color: #191283 !important;

    width: 100%;

    text-transform: uppercase;

}

.quadrado {

    width: 100%;

    height: 15px;

    background-color: #d3d4d8;

}

.display {

    background-image: linear-gradient(to bottom, #d8dbdc, #e2e3e5, #ececed, #f5f4f5, #fefdfd);

    padding: 30px;

}

.scrolltop {

    position: fixed;

    right: 25px;

    bottom: 100px;

    z-index: 999999;

    cursor: pointer;

}

.titulohq {

    margin-top: 0px;
    margin-left: 50px;
    font-size: 25px;

}

.margtophq {

    margin-top: -70px !important;

}


@media(max-width: 720px) {

    .titulohq {

        margin-top: -60px;

        margin-left: 0;

    }

    .margtophq {

        margin-top: 0 !important;

    }

}
