body {
    font-family: 'GlobotipoTexto-Regular';
    background-color: #1f1f1f;
}

.hero {
    padding: 40px 0 322px;
    position: relative;
    background: url('../images/bg-top-mobile.png') no-repeat center top;
    background-size: cover;
}

b {
    font-family: 'GlobotipoTexto-Bold';
}

@media ( min-width: 768px) {
    .hero {
        padding: 146px 0 97px;
        /* background: url('../images/bg-top.jpg') no-repeat left top; */
        background-image: url('../images/bg-top.png');
        background-size: cover;
    }
}

@media ( max-width: 767px) {
    .hero .logo {
        margin: 0 auto;
    }
}

.hero__el {
    width: 100%;
    padding-right: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media ( min-width: 1280px) {
    .hero__el {
        background: url('../images/hero-el-2.jpg') no-repeat left top;
    }
}

.hero__el img {
    float: right;
}

.content {
    padding: 0 0 8px;
}

@media ( max-width: 767px) {
    .content {
        margin-top: -280px;
    }
}

@media ( min-width: 768px) {
    .content {
        padding: 55px 0 90px;
    }
}

.content__title {
    font-size: 6vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 23px;
}

@media ( min-width: 450px) {
    .content__title {
        font-size: 28px;
    }
}

@media ( min-width: 768px) {
    .content__title {
        font-size: 2.9vw;
        text-align: left;
    }
}

@media ( min-width: 932px) {
    .content__title {
        font-size: 28px;
    }
}

.content__title:after {
    display: block;
    max-width: 87px;
    height: 3px;
    margin: 22px auto;
    content: '';
    background: rgb(250, 5, 51);
    background: -moz-linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fa0533", endColorstr="#ff8e01", GradientType=1);
}

@media ( min-width: 768px) {
    .content__title:after {
        max-width: 420px;
        margin: 22px 0;
    }
}

.content__txt {
    font-size: 6vw;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media ( min-width: 450px) {
    .content__txt {
        font-size: 27px;
    }
}

@media ( min-width: 768px) {
    .content__txt {
        font-size: 2.8vw;
        text-align: left;
    }
}

@media ( min-width: 932px) {
    .content__txt {
        font-size: 27px;
    }
}

.holder-termos {
    text-align: center;
}

.link-termos {
    display: inline-block;
    background: url('../images/icon-terms.png') no-repeat left center transparent;
    padding-left: 22px;
    font-size: 14px;
    line-height: 18px;
    color: #f6f6f6;
    text-decoration: underline;
    margin-bottom: 35px;
    cursor: pointer;
}

.link-termos:hover {
    text-decoration: underline;
    color: #f6f6f6;
}

@media (min-width: 768px) {
    .holder-termos {
        text-align: left;
    }
    .link-termos {
        margin-bottom: 0;
    }
}

.content__cards {
    display: flex;
}

@media ( max-width: 767px) {
    .content__cards {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
}

@media ( min-width: 768px) {
    .content__cards {
        width: 50%;
        position: absolute;
        right: 10px;
        top: -213px;
    }
}

.card {
    max-width: 208px;
    margin-bottom: 63px;
    margin: 0 auto;
}

@media ( min-width: 768px) {
    .card {
        margin-bottom: 0;
    }
}

.card__image {
    margin-bottom: 16px;
}

.btn {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 0;
    color: #fff;
    padding: 22px 0;
    background-color: #FB0234;
}

.btn.is-ghost {
    display: inline-block;
    padding: 0;
    background: transparent;
}

.dk-only {
    display: inline;
}

@media ( max-width: 767px) {
    .btn.is-ghost {
        margin-top: 20px;
    }
    .dk-only {
        display: none;
    }
}

.btn.is-ghost:after {
    display: block;
    height: 3px;
    margin-top: 22px;
    content: '';
    background: rgb(250, 5, 51);
    background: -moz-linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fa0533", endColorstr="#ff8e01", GradientType=1);
}

.info {
    padding: 27px 0;
    background-color: #151515;
}

.info__txt {
    max-width: 632px;
    font-size: 14px;
    text-align: center;
    color: #DEDEDE;
}

.info__txt a {
    text-decoration: underline;
    color: #DEDEDE;
}

.remodal {
    padding: 57px 27px 48px;
    background-color: #303030;
    border-radius: 8px;
}

@media ( min-width: 576px) {
    .remodal {
        padding: 57px 57px 57px 57px;
    }
}

.remodal__close {
    position: absolute;
    right: 28px;
    top: 28px;
}

.remodal__title {
    font-size: 19px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2;
    color: #DEDEDE;
}

@media ( min-width: 576px) {
    .remodal__title {
        font-size: 24px;
    }
}

.remodal__title:after {
    display: block;
    width: 70px;
    height: 3px;
    margin-top: 22px;
    margin-bottom: 22px;
    content: '';
    background: rgb(250, 5, 51);
    background: -moz-linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 5, 51, 1) 0%, rgba(255, 87, 8, 1) 50%, rgba(255, 142, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fa0533", endColorstr="#ff8e01", GradientType=1);
}

.remodal p {
    font-size: 14px;
    text-align: left;
    color: #DEDEDE;
    margin-bottom: 7px;
    font-family: 'GlobotipoTexto-Light';
    line-height: 1.7;
}

.remodal p a {
    color: #DEDEDE;
}

.remodal .link-modal {
    text-decoration: underline;
}


/* =================== FOOTER/COPYRIGHT =================== */

.footer {
    position: relative;
    z-index: 11;
    background-color: #101010;
}

.copyright {
    margin: 0 auto;
    padding: 15px 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 10px;
    text-align: center;
    color: #B7B7B7;
}

.copyright p {
    width: 100%;
}

@media ( min-width: 756px) {
    .copyright {
        text-align: unset;
        padding: 15px 50px;
    }
    .copyright p {
        width: auto;
    }
}

.copyright .links a {
    display: inline-block;
    color: #B7B7B7;
    padding: 0 10px;
}

.copyright__txt {
    margin-bottom: 15px;
}

@media(min-width: 640px) {
    .copyright__txt {
        margin: 0;
    }
}


/* UTILITIES */

.ff-bold {
    font-family: 'GlobotipoTexto-Bold';
}

.ff-black {
    font-family: 'globotipo_textoblack';
}

.txt-upper {
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}

.pos-r {
    position: relative;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.mrg-b-14 {
    margin-bottom: 14px;
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 740px;
    }
}