body {
    font-family: 'globotipo_corporativa_textos';
    background-color: #11151C;
}

.hero {
    padding: 40px 0;
    position: relative;
/*    background: url('../images/bg-new.png') no-repeat right center;*/
}

b {
    font-family: 'globotipo_corporativa_textos';
  font-weight: 600;
}

@media (min-width: 768px) {
    .hero {
        padding: 50px 0 50px;
        /* background: url('../images/bg-top.jpg') no-repeat left top; */
/*        background-image: url('../images/bg-top.png');*/
        
    }
}

.hero .logo {
  margin-bottom: 60px;
}

@media (max-width: 1160px) {
    .hero .logo {
        margin: 0 auto 60px;
    }
}

.hero__el {
    width: 100%;
    padding-right: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 1280px) {
    .hero__el:after {
        background: url('../images/hero-el-2.jpg') left top;
        content: "";
        height: 100%;
        position: absolute;
        width: 50%;
    }
}

.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: 21px;
    }
}

@media (min-width: 768px) {
    .content__title {
        font-size: 2.9vw;
        text-align: left;
    }
}

@media (min-width: 932px) {
    .content__title {
        font-size: 21px;
    }
}

.linear__gradient:after {
    display: block;
     max-width: 313px; 
    height: 3px;
    margin: 5px 0 20px;
    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: 313px;
        margin: 22px 0;
    }
}

.content__txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #E7E7E7;
  margin-bottom: 30px;
}

.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: -20px;
        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: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    color: #E7E7E7;
    background-color: #F50234;
    padding: 16px 24px;
    border-radius: 10px;
  transition: all 0.3s;
}
.btn:hover {
  opacity: 0.9;
  color: #E7E7E7;
}

.btn.is-ghost {
    display: inline-block;
    padding: 0;
    background: transparent;
  cursor: pointer;
}

.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: #11151C;
}

.info__txt {
    max-width: 632px;
    font-size: 14px;
    text-align: center;
    color: #DEDEDE;
}

.info__txt a {
    text-decoration: underline;
    color: #DEDEDE;
}

.remodal {
  max-width: 840px;
}

.remodal__close {
    position: absolute;
    right: 28px;
    top: 28px;
}

.remodal__title {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.1;
    color: #E7E7E7;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
    .remodal__title {
        font-size: 20px;
    }
}

/*
.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);
}
*/

.instrucoes p {
    font-size: 14px;
    text-align: left;
    color: #E7E7E7;
    margin-bottom: 10px;
    font-family: 'globotipo_corporativa_textos';
    line-height: 16px;
}

.instrucoes p a {
    color: #E7E7E7;
}

.instrucoes .link-modal {
    text-decoration: underline;
}

.instrucoes__div {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  max-width: 850px;
}


/* =================== FOOTER/COPYRIGHT =================== */

.footer {
    position: relative;
    z-index: 11;
    background-color: #050910;
}

.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: 'globotipo_corporativa_textos';
  font-weight: 600;
}

.ff-black {
    font-family: 'globotipo_corporativa_textos';
  font-weight: 900
}

.ff-light {
    font-family: 'globotipo_corporativa_textos';
}

.txt-upper {
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}

.c-orange {
    color: #FF8F01;
}

.fs-34 {
    font-size: 34px;
    line-height: 45px;
}
.fs-45 {
    font-size: 45px;
    line-height: 49px;
}

.fs-44 {
    font-size: 44px;
}
.fs-67 {
    font-size: 67px;
    line-height: 45px;
}

.fs-98 {
    font-size: 98px;
    line-height: 78px;
}
.fs-135 {
    font-size: 135px;
    line-height: 100px;
}

.pos-r {
    position: relative;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.mrg-b-14 {
    margin-bottom: 14px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-80 {
    padding-top: 80px;
}

.df {
    display: flex;
    align-items: top;
    justify-content: center;
}

.dib {
    display: inline-block;
}

a.link {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .dib {
        display: inline-block;
    }

    .df {
        justify-content: unset;
    }

    .pt-80 {
        padding-top: 0;
    }

    .txt-center {
        text-align: unset;
    }
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 740px;
    }
}

.text-22 {
  font-size: 22px;
}

.mb-40 {
  margin-bottom: 40px;
}
.txt-center-md {
  text-align: center;
}

.text-white {
  color: #fff;
}



.arrow {
  border: solid #FF8F01;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.btns {
    padding-bottom: 30px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.btns .btn.is-flex{
    display: block;
    margin-bottom: 15px;
    max-width: 100%;
    line-height: 1;
    font-size: 19px;
}

/*
@media (min-width: 480px){
    .btns {
        max-width: 330px;
    }
}
*/


@media (min-width: 960px){
    .btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 40px;
        max-width: 850px;
      gap: 8px;
    }

    .btns .btn.is-flex{
        font-size: 25px;
        padding: 18px 30px;
        margin-bottom: 0;
        max-width: 265px;
    }
}

.box-btns {
  max-width: 930px;
  width: 100%
}
.box-btns .linear__gradient:after {
  max-width: 100%;
  margin: 0;
}
.box-btns p {
  color: #F1F2F2;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.box-btns .btns {
  justify-content: flex-start;
  gap: 25px;
}
.box-btn__bg1 {
  background: #1F1F1F;
  padding: 34px 35px 0;
}
.box-btn__bg2 {
  background: #171717;
  padding: 34px 35px 0;
}
.bg-black {
  background: #000;
  position: relative;
  padding-bottom: 100px;
}

.new-btn-light {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.80);
  color: #11151C;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 24px;
  transition: all 0.3s;
}
.new-btn-light:hover {
  opacity: 0.9;
  color: #11151C;
}

.hero__txt {
  max-width: 690px;
  width: 100%;
}
@media (max-width: 1300px) {
  .hero__txt {
    margin-left: 30px;
  }
}
.hero__poster {
  flex: 0 1 471px;
  max-width: 471px;
  position: relative;
}
.hero__itens {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .hero__itens {
    align-items: center;
    justify-content: center;
  }
  .hero__txt {
    margin-left: 0;
  }
}