html, body{
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
    margin: 0 auto;
    font-size: 16px;
}

.black-overlay {
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.black-overlay.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.vantagem {
    transition: transform 0.4s ease-in-out;
}
.vantagem:hover {
    transform: scale(1.1);
}

.vantagem a {
    text-decoration: none!important;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

/** pop up exit **/
.lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    padding: 30px 10px 50px 10px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #232020;
    color: #fff;
}
.box p {
    padding-bottom: 30px;
}
#cta-p {
    padding: 10px 50px !important;
}

h2, .box p {
  margin: 0 20px;
}

#close {
    position: absolute;
    left: 100%;
    top: 0;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: #5c5c5c;
    cursor: pointer;
    text-decoration: none;
}

/** end **/
#form-box {
    margin-right: 5%;
}

#header {
    background-image: url(../../versao7DIAS/img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
#top-s {
    padding-top: 35px;
}
#top-t {
    text-align: center;
}
#logo {
    max-width: 30%;
    margin-bottom: 20px;
}
#top-t h1 {
    padding-top: 20px;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d20a11;
}
#top-t p {
    max-width: 85%;
    margin: 0 auto;
    font-size: 20px;
}
#arrow {
    text-align: right;
    padding-top: 20px;
    padding-left: 220px;
}
.big-t {
    text-transform: uppercase;
    font-weight: 700;
}

.topicos {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin: 0 0 28px 30px;
}
.topicos-img {
    display: block;
    width: 79px;
}
.topicos-img img {
    margin: auto;
    display: block;
}

.topicos-txt {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    margin-left: 30px;
}
.topicos-txt span {
    font-size: 13px;
    font-weight: normal;
}
.logo {
    max-width: 179px;
    width: 100%;
    margin: 35px 0 30px;
}
.heading .title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.14;
    color: #0d7074;
    margin-bottom: 10px;
    max-width: 400px;
}

.heading .subtitle {
    font-size: 25px;
    line-height: 1.2;
    color: #0d7074;
    max-width: 362px;
    margin-bottom:30px;
}

.selo {
    max-width: 216px;
    width: 100%;
}
/** test **/

#countdown {
  text-align: center;
  padding-bottom: 20px;
}
#countdown h1 {
    font-size: 28px;
    font-weight: 700;
    color: #232020;
    text-transform: uppercase;
}
#countdown #tiles > span {
  width: 60px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  background-color: #232020;
  color: #fff;
  border-radius: 20px;
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
}
#countdown .labels {
  width: 100%;
  height: 15px;
  text-align: center;
}
#countdown .labels li {
  width: 70px;
  padding-top: 5px;
  color: #232020;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}


/** end **/
.counter-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #232020;
    text-transform: uppercase;
}

.counter-time {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-around;
}

.counter-time .n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 64px;
    border-radius: 20px;
    background-color: #232020;
    font-size: 30px;
    font-weight: bold;
    line-height: 6.47;
    text-align: center;
    color: #ffffff;
}

.counter-time .txt {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.19;
    text-align: center;
    color: #232020;
}

.block_right {
    max-width: 407px;
    margin-left: auto;
}

.contactform {
    border-radius: 20px;
    background-color: #f1f1f1;
    padding: 30px 30px 50px 30px;
    max-width: 90%;
    margin: 0 auto;
}

.form-heading h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #232020;
    padding-top: 20px;
    margin-bottom: 24px;
}
#small {
    font-size: 25px;
    text-decoration: none;
    font-weight: 400;
}

.input-wrapper {margin-bottom: 16px;}
.contactform .form-input {
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    color: #232020;
    height: 40px;
    padding: 0 0 0 50px;
    background-position: 16px center;
    background-repeat: no-repeat;
    border: none;
    background-size: 26px auto;
}

.contactform .form-input::placeholder {
    color: #232020;
}

.form-nome {background-image: url('../../versao7DIAS/img/formIcon_nome.png');}
.form-email {background-image: url('../../versao7DIAS/img/formIcon_email.png');}
.form-telefone {background-image: url('../../versao7DIAS/img/formIcon_telefone.png');}


.terms-text {
    font-size: 11px;
    color: #232020;
    line-height: 1.36;
    margin-bottom: 20px;
}
#trems {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#trems,
.terms-text label {
    display: inline;
}

.ctm-btn {
    border-radius: 50px;
    background-color: #d20a11;
    width: 100%;
    padding: 15px 0;
    font-size: 23x;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.ctm-btn:hover {
    color: #fff;
    background-color: #a1080d;
}

/* sec1 */
#section1 {
    padding: 50px 0 120px 0;
}
#docbox {
    background: url('../../versao7DIAS/img/doc.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    position: relative;
    bottom: -40px;
}
#txtbb {
    background: #f1f1f1;
    padding: 55px 45px;
}
#txtbb p {
    font-size: 18px;
}
#txtbb h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px;
}

#sec1-t p {
    font-size: 30px;
    font-weight: 400;
    color: #232020;
    padding-bottom: 20px;
}
#cta2 {
    padding: 10px 50px !important;
}
#selo {
    text-align: center;
}
/* sec2 */
#section2{
    background-image: url(../../versao7DIAS/img/bg2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    text-align: center;
    padding-bottom: 60px;
    color: #ffffff;
}
#sec2 {
    margin-top: 80px;
    padding-bottom: 35px;
}
#sec2 h5 {
    font-size: 33px;
}
#sec2 p {
    font-size: 30px;
    font-weight: 700;
}
#icon img {
    height: 100px;
    padding-bottom: 10px;
}
#icon img:hover {
    scale: 1.2;
}
#icon h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    padding: 10px 0 5px 0;
}
#icon p {
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
}
/* section3 */
#section3 {
    margin: 70px 0;
}
#sec3-t h1 {
    font-size: 40px;
    font-weight: 700;
    color: #d20a11;
}
#sec3-t h2{
    font-size: 25px;
    color: #232020;
    font-weight: 400;
    margin: 0 0 25px 0;
}
#sec3-t p {
    font-size: 18px;
    color: #232020;
}
#space {
    padding-bottom: 30px;
}
#selo2 {
    text-align: center;
}
#selo2 img {
    max-width: 80%;
}
#selo2 img:hover {
    scale: 1.06;
}
/* footer */
.title-f {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin: 0;
}
#cta3 {
    padding: 15px 50px;
    border-radius: 50px !important;
}


/*section vantagens*/

.vantagens {
    padding: 47px 0 66px;
}

.vantagens.green {
    padding: 43px 0 80px;
    background-color: #328689;
}

.vantagens-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #0d7074;
    padding-bottom: 24px;
    text-align: center;
    max-width: 674px;
    margin: auto;
}

.vantagens-title.green {
    color: #ffffff;
}

.vantagens-separator {
    display: block;
    height: 2px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    background-color: #328689;
    margin-bottom: 43px;
}
.vantagens-separator.green {
    background-color: #ffffff;
    margin-bottom: 64px;
}
.vantagem {text-align: center;}
.vantagem img {
    height: auto;
    width: 100%;
    max-width: 76px;
}

    
    
.vantagens.last .vantagem img {
    max-width: 110px;
}
.vantagem .img-wrapper {
    max-width: 76px;
    height:63px;
    display: flex;
    margin: auto;
    align-items: center;
    margin-bottom: 36px;
}

.vantagem .txt,
.vantagem .small {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: #0d7074;
}
.vantagem .small {
    font-size: 18px;
    font-weight: normal;
    margin-top: 12px;
}

.vantagem .txt {
    margin-top: 20px;
}
.cta {
    padding: 60px 0;
    background-color: #232020;
}
.cta .subtitle,
.cta .title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: normal;
    color: #ffffff;
}

.cta .title {
    margin-bottom: 28px;
}

.cta .ctm-btn {
    max-width: 330px;
    margin: auto;
    display: block;
    font-size: 25px;
    border-radius: 20px;
}

.cta .subtitle {
    font-size: 25px;
}

.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctm-btn.cta-btn3 {
    max-width: 330px;
    margin: auto;
    border-radius: 20px;
    display: block;
    font-size: 22px;
    line-height: 26px;
}

.cta-btn2 {
    max-width: 395px;
    margin: 50px auto 0;
    border-radius: 20px;
    display: block;
    font-size: 20px;
    line-height: 26px;
}

.cta-btn {
    max-width: 330px;
    text-transform: uppercase;
}
label.error {line-height: 1.5;}
.error {
    color: #ff243d;
}

.orelha-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    max-width: 347px;
}
/* -------- Politica de Cookies -------- */

#warning_EU_cookiemsg{
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    left: 0;
}

.cookies{
    padding: 8px 0;
    background: #FFF;
    color: #ccc;
}

.cookies .wrapper{
    position: relative;
}

.wrapper{
    text-align: center;
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
}

.wrap, .wrap-grid, .wrap-section, .wrapper{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text{
    width: 85%;
    font-size: 16px;
}

.cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
    font-size:12px;
}

.cookies .button, .cookies .text{
    display: inline;
    vertical-align: middle;
}

.text a:link{
    text-decoration: none;
}

.text a{
    color: #CCC;
    text-decoration: none;
}

.text a:hover{
    color: #000;
}

.btn-txt-light{
    color: #333;
    background: transparent;

}

#btn-fechar{
    color: #000;
}

#btn-fechar:hover{
    color: #FFF;
    background: #000;
}

[class*=" btn-txt"], [class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

.mask img{
    height: 15px;
}

.btn {
    display: inline;
    vertical-align: middle;
}

#politicacookies .modal-body{
    padding: 15px;
}

#Politica{
    color: #000;
}


/*media queries*/

@media (min-width: 1450px){
    .form-heading h2 {
        font-size: 25px;
    }
    #top-t p {
        max-width: 65%;
    }
    .ctm-btn {
        font-size: 28px;
    }
}
@media (max-width: 1200px){
    #top-t h1 {
        font-size: 40px;
    }
    #arrow {
        padding-left: 140px;
    }
}

@media (max-width: 991px){
    #sec3-t h1 {
        font-size: 30px;
    }
    #sec3-t h2 {
        font-size: 20px;
    }
    #sec3-t p {
        font-size: 15px;
    }
    #sec2 p {
        font-size: 20px;
    }
    #icon h3 {
        font-size: 20px;
    }
    #icon p {
        width: 100%;
        font-size: 14px;
    }
    #txtbb h5 {
        font-size: 22px;
    }
    #bgm img {
        max-width: 100%;
    }
    .container {
        max-width: 658px;
    }
    #header {
        background-position: 15% top;
        background-size: 160%;
    }
    #top-t {
        padding: 0 120px 40px 0;
    }
    #top-s {
        padding-top: 0px;
    }
    .title-f {
        font-size: 22px;
    }
    #cta3 {
        padding: 15px;
    }
    #topsection > .container {
        margin-bottom: -223px;
    }
    .logo {
        margin: 0 auto 25px;
        display: block;
    }
    
    .heading {
        display: flex;
        align-items: center;
    }
    .titles_wrapper {
        padding-top: 25px;
    }
    .selo_wrapper {
        margin-left: auto;
    }
    .selo {
        max-width: 182px;
        display: block;
    }
    
    .block_right {
        max-width: 578px;
        margin-right: auto;
    }
    
    .counter-time {
        max-width: 420px;
        margin: 0 auto;
    }
    
    .img_header {
        display: block;
        max-width: 460px;
        margin: 0 auto 11px;
    }
    .vantagem .txt {
        font-size: 22px;
    }
    .vantagens {
        padding: 251px 0 10px;
    }
    
    .vantagens.last {
        padding: 30px 0 60px;
    }
    
    .vantagens-title {
        max-width: 550px;
        margin: 0 auto;
        font-size: 23px;
        padding-bottom: 20px;
    }
    
    .vantagens-title.green {
        max-width: 100%;
    }
    
    .vantagens.green {
        padding: 43px 0 35px;
    }
    
    .mobile-topicos-wrapper {
        justify-content: center;
        display: grid;
    }
    
    .vantagem .small {
        font-size: 13px;
    }
    
    .vantagem {
        margin-bottom: 28px;
    }
    
    .cta .subtitle, .cta .title {
        font-size: 27px;
        line-height: 1.3;
    }
    
    .cta .title {
        margin-bottom: 20px;
    }
    
    .orelha-img {
        max-width: 297px;
    }
    
    .cta .subtitle {
        font-size: 17px;
    }
    
    .cta-btn {
        max-width: 260px;
        font-size: 19.4px;
        padding: 8px 0;
    }
    
    .vantagens-separator {
        max-width: 210px;
    }
    
        
}
@media (max-width: 850px){
    #arrow {
        padding-left: 190px;
    }

}
@media (max-width: 767px){
    #top-t {
        padding: 0;
    }
     #header {
        background: none;
    }
    #section2 {
        background-position: bottom;
    }
    #docbox {
        bottom: 0;
    }
    #form-box {
        margin: 0px;
    }
    .box {
        width: 320px;
    }
    #section1 {
        padding: 0;
        text-align: center;
    }
    #selo img {
        margin-top: 60px;
        max-width: 50%;
    }
    #sec2 {
        margin-top: 120px;
    }
    #sec2 h5 {
        font-size: 26px;
    }
    #sec2 p {
        font-size: 23px;
    }
    #icon {
        margin-bottom: 25px;
    }
    #section3 {
        text-align: center;
        margin-top:  30px;
    }
    #selo2 img {
        margin-bottom: 20px;
    }
    #sec1-t p {
        font-size: 20px;
    }
    .aparelho-img {
        margin-top: 25px!important;
    }
    .container {
        max-width: 100%;
    }
    
    #topsection {
        padding: 28px 0;
    }
    
    #topsection > .container {
        margin-bottom: -158px;
    }
    
    .logo {
        margin: 0 auto 30px;
        max-width: 143px;
    }
    
    .heading {
        text-align: center;
        justify-content: center;
    }
    .heading .title {
        display: none;
    }
    .heading .subtitle {
        font-size: 22px;
        max-width: 330px;
        margin-bottom: 20px;
    }
    .titles_wrapper {
        padding-top: 0;
    }
    .selo_wrapper {
        display: none;
    }
    .selo {
        display: none;
    }
    
    .block_right {
        max-width: 400px;
    }
    .counter-time {
        max-width: 380px;
        margin: 0 auto;
    }
    
    .counter-title {
        font-size: 22px;
    }
    
    .counter-time .n {
        width: 60px;
        height: 60px;
        font-size: 25px;
        line-height: 1;
    }
    
    .counter-time .txt {
        margin-top: 4px;
        font-size: 13px;
    }
    
    .contactform {
        padding: 18px 24px;
        max-width: 100%;
    }
    
    .form-heading h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .contactform .form-input {
        font-size: 13px;
        height: 35px;
        padding: 0 0 0 40px;
        background-position: 14px center;
        background-size: 18px auto;
    }
    
    .terms-text {
        font-size: 9px;
        margin-bottom: 13px;
    }
    
    .ctm-btn {font-size: 20px;
        line-height: 1;
    }
    
    .cta-btn2 {
        line-height: 26px;
        font-size: 18px;
        margin-top: 10px;
    }
    
    .vantagens  {
        padding: 168px 0 0;
    }
    .vantagens.last {
        padding: 30px 0 40px;
    }
    .vantagens-title {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .vantagem {
        margin-bottom: 10px;
    }
    
    .vantagens-separator {
        max-width: 130px;
        width: 80%;
        margin-bottom: 30px;
    }
    
    .vantagem img {
        max-width: 110px;
        margin-bottom: 20px;
    }
    
    .vantagem .img-wrapper {
        max-width: 68px;
        margin-top: 0;
    }
    
    .vantagem .img-wrapper img {
        max-width: 68px;
        margin: auto;
    }
    
    .vantagem .small {
        font-size: 18px;
        max-width: 234px;
        margin: 15px auto 0;
        padding-bottom: 20px;
    }
    
    .cta {
        text-align: center;
        padding: 50px 0;
    }
    .title-f {
        margin-bottom: 20px;
    }
    .cta .title {
        font-size: 32px;
        font-weight: bold;
    }
    
    .cta .subtitle {
        margin-bottom: 15px;
    }
    .cta .title span {
        display: block;
        margin: 0 auto;
        font-size: 35px;
    }
    
    .cta-btn {
        max-width: 260px;
        font-size: 19.4px;
        padding: 8px 0;
    }
    
    .vantagens-separator.green {
        margin-bottom: 45px;
    }
    
}

.modal-inner-content {
    max-height: 450px;
    overflow: auto;
}












