body {
    font-family: 'GlobotipoTexto-Regular';
    background-color: #101010;
}

.hero {
    padding: 40px 0 322px;
    position: relative;
    background: url('../images/bg-top-mobile.jpg') no-repeat center top;
    background-size: cover;
}
@media ( min-width: 768px ) {
    .hero {
        padding: 146px 0 97px;
        background: url('../images/bg-top.jpg') no-repeat left top;
    }
}

@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;
    }
}
@media ( min-width: 768px ) {
    .content__cards {
        width: 50%;
        position: absolute;
        right: 10px;
        top: -213px;
    }

    .content__cards .card:first-child { margin-right: 78px; }
}

.card { max-width: 208px; margin-bottom: 63px; }
@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;
}
.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 41px 48px;
    background-color: #303030;
    border-radius: 8px;
}
@media ( min-width: 576px ) {
    .remodal { padding: 57px 44px 48px; }
}

.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;
}

.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: 'GlobotipoTexto-Black'; }

.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; }