body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1 {
    font-weight: 900;
    font-size: 44px;
    color: #FFFFFF;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  position: absolute;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  z-index: 1000;
  clip: auto;
  white-space: normal;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}




.logo-block {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    /* max-width: 140px; */
    max-width: 155px;
}

.call-block {
    text-align: right;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-end;
}

.call-block_header {
    position: relative;
    border-left: 1px solid #999;
    width: 31%;
    margin: 10px 0;
}

.call-block_header::before {
    content: url("img/icon-call.png");
    position:absolute;
    transform: scale(0.5);
    left: -80px;
    top: -20px;
}

.call-block_header .desc {
    font-weight: 400;
    font-size: 20px;
    color: #222;
    margin-bottom: 0;
}

.call-block_header .number {
    font-weight: 900;
    font-size: 28px;
    color: #222;
    margin-top: -10px;
    margin-bottom: 0;
    line-height: 1em;
    text-decoration: none;
}

.call-block .note {
    font-size: 10px;
    line-height: 1.2em;
    text-align: right;
    font-weight: 600;
}

.call-block .note span {
    font-weight: 500;
}

.note.mobile {
    font-weight: 600;
    display: none;
}

.note.mobile span {
    font-weight: 400;
}


.hero {
    position: relative;
    /* background: url('./img/hero-img.jpg') no-repeat center; */
    background: url('./img/img-hero.jpg') no-repeat center right;
    background-size: cover;
    max-height: 665px;
    padding: 50px 0px;
    position: relative;
}

.icon-down {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.icon-down img {
    width: 32px;
    height: 32px;
}

.bounce {
    animation: bounce 2s ease infinite;
  }

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.mobile.bounce {
    display: none;
}

.hero h2 {
    font-size: 32px;
    color: #FFF;
}

.hero p.discount {
    font-size: 26px;
    color: #FFF;
    font-weight: 600;
}

.hero p.discount span {
    color: #ffd406
}

.logos-hero {
    max-width: 95px;
    margin-top: 15px;
}

.hero h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.hero-note {
    color: #FFF;
    font-size: 14px;
    margin: 20px 0 10px;
}

.hero-note a {
    color: #FFF;
}

.hero-content {
    width: 70%;
}

.hero-slogan {
    color: #f6cd45;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}

.hero-price {
    background: url(img/icon-price-2.png) no-repeat 5px center;
    background-size: 34px 34px;
    color: #ffd406;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 0 10px;
    border: 1px solid #ffd406;
    border-style: dashed;
    border-radius: 10px;
    display: inline-block;
    padding: 13px 30px 14px 50px;
}

.hero-price span {
    font-weight: 600;
}

.hero-price-disclaimer {
    font-size: 11px;
    color: #FFF;
}

.img-bg {
    position: absolute;
    max-width: 800px;
    left: 28%;
    bottom: 0
}

.form-block {
    z-index: 99;
    position: relative;
    background: #f9f9f9;
    max-width: 400px;
    width: 100%;
    float: right;
    border: 1px solid #b3b3b3;
    padding: 30px;
    border-radius: 15px;
}

.form-block.active {
    display: block;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
}

.form-block h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.form-block label {
    font-weight: 600;
}

.form-block label, .form-block input, .form-block select {
    font-size: 13px;
    margin-bottom: 5px;
}

.form-block .form-group {
    margin: 10px 0;
    position: relative;
}

.form-block .form-control {
    height: 45px;
    border-radius: 10px;
    padding-left: 45px;
    border: 1px solid #b3b3b3;
}


.form-block .form-control:focus, .form-block .form-control:focus-visible {
    box-shadow: none;
    border-color: #ffd406;
    outline: none;
}

.form-block .form-control::placeholder {
    color: #B3B3B3;
}

.form-control.hidden {
    display: none;
}

.btn-form {
    text-transform: uppercase;
    height: 45px;
    border-radius: 25px;
    width: 100%;
    background: #E02335;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}

.btn-form:hover {
    color: #FFF;
    background: #CE253D;
}

#name {
    background: url(img/icon-name.png) no-repeat 12px center #FFFFFF;
    background-size: 22px 22px;
}

#phone {
    background: url(img/icon-phone.png) no-repeat 12px center #FFFFFF;
    background-size: 22px 22px;
}

#schedule {
    background: url(img/icone-schedule.png) no-repeat 12px center #FFFFFF;
    background-size: 22px 22px;
}

/* select.form-select {
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
} */

.form-block p, .form-block a {
    font-size: 10px;
    color: #343537;
}

.form-check label {
    font-size: 10px;
    color: #808080;
}

.select-arrow {
    max-width: 15px;
    position: absolute;
    right: 20px;
    bottom: 17px;
}


/* PRODUCTS TABLE */
.product {
    padding: 100px 0;
    text-align: center;
}

.products-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 70px;
}

.product h2 {
    font-size: 40px;
    font-weight: 600;
    color: #343537;
    margin: 0 auto;
}

.product h3 {
    font-size: 24px;
    margin: 10px auto;
}

.product-card {
    position: relative;
    border: 1px solid #bdccd4;
    border-radius: 20px;
    padding: 35px 0 0;
    margin: 0 20px;
    width: 350px;
    min-height: 380px;
}

.product-card ul li.first {
    color: #e02335;
    font-weight: 600;
}

.product-card span.tag {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 170px;
    background: #e02335;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
}

.product-card.comfort span.tag {
    max-width: 265px;
}

.product-card .info {
    margin-top: 10px;
}

.product-card p {
    color: #e02335;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 5px;
}

.product-card .plus {
    background:#e02335;
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.product-card h4 {
    font-size: 20px;
    font-weight: 900;
    color: #343537;
    margin-bottom: 0;
    border-bottom: 1px solid #bdccd4;
    margin: 0 25px;
    padding-bottom: 10px;
}

.product-card.comfort h4 {
    border-bottom: 1px solid #bdccd4;
    margin: 0 25px;
    padding-bottom: 10px;
}

.product-card ul {
    min-height: 270px;
    padding: 10px 25px;
}

.product-card ul li {
    background: url('img/icon-check-green.png') no-repeat 0 3px;
    background-size: 26px 26px;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 5px 0 5px 30px;
    list-style: none;
    margin: 5px 0;
}

.product-card ul li.first {
    color: #e02335;
    font-weight: 600;
}

.product-card ul li.first span {
    font-size: 30px;
    line-height: 26px;
    vertical-align: middle;
}

.btn-prod {
    font-size: 14px;
    font-weight: 600;
    background: #f6cd45;
    color: #000000;
    border-radius: 0px;
    padding: 12.5px 30px;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 25px;
    margin: 0 0 30px;
    transition: 0.3s;
}

.btn-prod:hover,.btn-prod:active {
    background: #df1f34!important;
    border: 2px solid #000;
    color: #FFF;
}

.products-table_container.mobile {
    display: none;
}

/* PRODUCT DESC */

#descProd {
    display: none;
    transition: 0.2s;
}

#descProd.active {
    display: block;
}

.product-desc {
    background: #fbf4e5;
    padding: 60px 0 70px;
    text-align: center;
    z-index: 9;
    position: relative;
}

.product-desc h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

#openDesc {
    background: url(img/icon-plus-red.png) no-repeat center right;
    background-size: 24px 24px;
    color: #e02335;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 25px;
    padding: 10px 35px 8px 0;
    border-bottom: 2px solid #e02335;
    transition: 0.2s;
}

#openDesc.active {
    background-image: url(img/icon-minus-red.png);
}

.table-container {
    background: #FFF;
    margin-top: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.table-container.mobile {
    display: none;
}

.table-header {
    background: #efe8da;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.table-header_title p {
    color: #222;
    font-weight: 900;
    font-size: 18px;
    line-height: 0.8em;
    margin: 0;
    padding: 15px 0;
}

.table-header_title p span {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.table-header_title p.header-last-col {
    color: #343537;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
}

.table-header_title p.header-last-col span {
    font-weight: 600;
    font-size: 14px;

}


.table-content_header {
    background: #f7f7f7;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

.icon-prod {
    max-width: 48px;
    padding-left: 10px;
}

.table-content_header .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-left: 15px;
    text-align: left;
}

.table-footer h4 {
    font-size: 22px;
    margin-top: 60px;
}

.table-footer .btn-cta {
    margin-top: 30px;
}

.table-footer p {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

.notes-icons {
    margin: 30px 0 10px!important;
}

.edificio, .recheio {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.btn-cta {
    font-size: 14px;
    font-weight: 600;
    background: #f6cd45;
    color: #000000;
    border-radius: 0px;
    padding: 12.5px 30px;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 25px;
    margin: 30px 0;
    transition: 0.3s;
}

.btn-cta:hover,.btn-cta:active {
    background: #df1f34!important;
    border: 2px solid #000;
    color: #FFF;
}

/* ADVANTAGES */
.advantages {
    padding: 100px 0;
    text-align: center;
}

.advantages h3 {
    font-weight: 600;
    font-size: 40px;
}

.advantages p.intro {
    font-size: 24px;
    width: 100%;
    margin: 15px auto;
}

.advantages p.intro span {
    font-weight: 600;
}

.advantages-container {
    display: flex;
    margin-top: 60px;
}

.advantage {
    text-align: center;
    padding: 0 40px;
    flex: 25%;
}

.advantage h4 {
    color: #e02335;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.advantage p {
    font-size: 14px;
}

.icon-advantage {
    max-width: 45px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.table-content_body {
    transition: 0.5s;
}

.table-content_body table {
    width: 100%;
}

.table-content_body th {
    background: #f2f2f2;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2em; 
}

.table-content_body th.prodName {
    color: #e02335;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 0.8em;
}

.table-content_body th.prodName span {
    color: #e02335;
    font-weight: 600;
    font-size: 11px;
}

.table-content_body .main {
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
}

.table-content_body .main span {
    font-size: 14px;
    line-height: 0.9em;
}

.table-content_body .right {
    font-size: 12px;
    text-align: center;
    padding-right: 15px;
}

.table-content_body .text-right {
    text-align: right;
}

.table-content_body p {
    margin: 0;
    font-size: 12px;
}

.table-content_body td {
   padding: 10px 0;
   border-bottom: 1px solid #e2e9ed;
}

.table-content_body tr:last-child td{
    border: none;
 }

.col1  {
    width: 33%;
}

.col2, .col3 {
    width: 33%;
}

/* .col4 {
    width: 25%;
} */

.table-content_body .optional {
    font-size: 12px;
}

.table-content_body .optional span {
    text-transform: none;
    font-size: 10px;
}

.table-content_body .note {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border: 1px solid #343537;
    background: #fff;
    border-radius: 10px;
}

li.slick-active button {
    background: #343537;
}

/* PRODUCT ADVANTAGES */
.product.advantages {
    background: #fbf4e5;
}

.product.advantages h3 {
    font-size: 32px;
}

.product.advantages .product-card {
    border-color: #ede3cb;
    background: #fcfaf3;
    min-height: 400px;
    padding-top: 25px;
}

.product.advantages .product-card span.tag {
    background: #e02335;
    color: #FFF;
    max-width: 255px;
}

.product.advantages .product-card ul li {
    background-position: top left;
    padding: 0 0 0 30px;
    margin: 10px 0;
}

/* APP */
.app {
    padding: 100px 0 0;
}

.app .container {
    border-bottom: 1px solid #ede3cb;
}

.app h3 {
    font-size: 32px;
    font-weight: 600;
}

.app p {
    font-size: 18px;
} 

.app .btn-cta {
    margin: 30px 0 0;
}

.app-content {
    padding-bottom: 100px;
}

.app-content img {
    max-width: 100%;
}

/* ADVANTAGES FOOTER */
.advantages-footer {
    padding: 60px 0 0;
}

.advantages-footer_content {
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
    border-bottom: 1px solid #ede3cb;
    padding-bottom: 60px;
}

.advantages-footer_content ul {
    margin-bottom: 0;
}

.advantages-footer_content h5 {
    font-size: 13px;
    font-weight: 600;
}

.advantages-footer_content h5.dark {
    color: #000;
    margin-top: 20px;
    font-size: 12px;
}



/* CONDITIONS */
.conditions {
    padding: 60px 0;
    background: #FFF;
}
.logo-footer {
    max-width: 95px;
    margin: 30px 0 20px;
}

.conditions_desc {
    width: 60%;
    margin: 15px auto;
}

.conditions_desc .title {
    text-decoration: underline;
    font-weight: 600;
}

.conditions_desc .subtitle {
    font-weight: 600;
}

.conditions_desc h5 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.conditions_desc p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #4d4d4d;
}

.conditions_desc p.bold {
    font-weight: 600;
}

.conditions_desc ul li {
    font-size: 13px;
    margin: 5px 0;
}

.conditions_desc p.note {
    font-weight: 400;
    color: #000;
}

.conditions-plus {
    font-weight: 600;
    margin: 10px auto!important;
    color: #E02335 !important;
    font-size: 18px !important;
    border: 1px solid #E02335;
    display: block;
    width: 21px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    border-radius: 10.5px;
}

.note {
    font-size: 12px;
    text-align: left;
    color: #222;
}

.note a {
    color: #222;
    text-decoration: none;
} 

.final-note {
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}

.conditions_header {
    width: 60%;
    margin: 25px auto 0;
    padding-bottom: 10px;
}

.conditions_header p.title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.conditions_header p {
    margin: 10px 0 0;
    font-size: 14px;
}

.conditions_desc ul {
    padding-left: 15px;
}


/* FOOTER */

footer {
    background: #FECB00;
    padding: 30px 0;
    text-align: center;
}

footer p {
    color: #b2aa96;
    font-size: 12px;
    margin: 0;
    text-align: left;
}

.footer {
    background: #FECB00;
}

.logos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.logo-cofidis-footer {
    max-width: 200px;
}

.logos-footer-2 {
    max-width: 250px;
    margin-bottom: 20px;
}

/* OTHER ELEMENTS */

#cta-mobile {
    display: none;
    opacity: 0;
    background: #E02335;
    padding: 17px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -5px 25px rgba(0,0,0,0.25);
    border: none;
    transition: 0.5s;
    z-index: 9;
}

#cta-mobile.active {
    opacity: 1;
}

#overlay {
    position: fixed; 
    display: none;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    cursor: pointer;
}

#overlay.active {
    display: block;
}   

#close {
    border: none;
    background: transparent;
    margin-bottom: 10px;
}

#close img {
    max-width: 22px;
    cursor: pointer;
}

.form-block_close {
    display: none;
    justify-content: flex-end;
    margin-top: -10px;
    margin-right: -10px
}

.form-block.active .form-block_close {
    display: flex;
}

.error {
    /* display: none; */
    color: #E02335!important;
}

#form-block_thankYou {
    display: none;
}

#form-block_thankYou h2 {
    font-size: 32px;
    font-weight: 900;
}

#form-block_thankYou p {
    font-size: 26px;
}

.obrigado {
    text-align: center;
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.obrigado h2  {
    font-weight: 400;
    font-size: 22px;
    color: #FFF;
}

.obrigado .img-bg {
    max-width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ctaDesktop::before {
    content: url(img/icon-call_white.png);
    position: absolute;
    transform: scale(0.4);
    right: -15px;
    top: -15px;
}

#ctaDesktop.active {
    opacity: 1;
}

#ctaDesktop {
    /* visibility: hidden; */
    opacity: 0;
    position: fixed;
    top: 10%;
    right: 0;
    background: #c41d2d;
    padding: 20px 55px 20px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: opacity 0.3s;
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    line-height: 1.2em;
    border:none;
    z-index: 9;
}


.hero-footer {
    background: #f4f2ef;
    padding: 15px;
}

.hero-footer p {
    color: #343537;
    font-size: 12px;
    margin: 0;
}


.hero-footer a {
    color: #343537;
    font-size: 12px;
    text-decoration: underline;
    margin: 0;
}

.advantages-mobile {
    display: none;
}

.hero-footer.mobile {
    display: none;
}

.hero.obrigado {
    /* background: url(./img/hero-img_obrigado.jpg) no-repeat center; */
    background: #FAF4E6;
    /* background-size: cover; */
}


.hero.obrigado ul {
    width: 50%;
    margin: 0 auto;
    padding:0;
}

.hero.obrigado ul li {
    color: #222222;
    background: url(img/icon-check.png) no-repeat left 5px;
    background-size: 14px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding-left: 20px;
    margin: 5px 0;
}

.hero.obrigado ul li span {
    font-weight: 600;
}

.hero.obrigado p {
    color: #222222;
    margin: 20px auto;
    width: 50%;
    text-align: left;
    font-size: 16px;
    line-height: 1.2em;
}

.hero.obrigado h3 {
    font-size: 18px;
    font-weight: 600;
    color: #e02335;
    margin: 20px auto;
    width: 50%;
    text-align: left;
    font-size: 18px;
    line-height: 1.2em;
}

.hero.obrigado h1, .hero.obrigado h2 {
    color: #222;
}

.widget-desconto {
    display: none;
}

.cta-block {
    display: none;
    margin-top: 30px;
    background: #faf4e6;
    border-radius: 20px;
    padding: 25px 50px;
    text-align: center;
}

.cta-block.adstrategy #btnCtaBlock, .cta-block.adstrategy #btnCtaBlockMobile {
    display: none;
}

.cta-block.adstrategy #ctaPhone1, .cta-block.adstrategy #ctaPhone2 {
    background: url(img/icon-phone-white.png) no-repeat 10px center;
    background-color: #e02335;
    background-size: 16px 16px;
    color: #FFF;
    font-size: 13px;
}

.hero .cta-block {
    background: #ffffff;
}

#cta-block-mobile {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.25);
    border: none;
    transition: 0.5s;
    z-index: 9;
}

.cta-block p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

#cta-block-mobile.active {
    opacity: 1;
}

.cta-block__btns {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

.cta-block a.phone {
    background: url(img/icon-phone-red.png) no-repeat 10px center;
    background-size: 16px 16px;
}

.cta-block a {
    border: 1px solid #e02335;
    color: #e02335;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px 10px 25px;
    border-radius: 25px;
    width: 100%;
}

.cta-block a#btnCtaBlock, .cta-block a#btnCtaBlockMobile {
    background: url(img/icon-call-red.png) no-repeat 10px center;
    background-size: 16px 16px;
}

.widget-desconto-2 {
    display: none;
}

.btn-top {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 0px;
    padding: 12.5px 30px;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 25px;
    margin: 20px 0 0;
    transition: 0.3s;
}

/* MEDIA QUERIES */

@media (max-width: 1440px) {
    .img-bg {
        left: 20%;
    }

    .call-block_header {
        width: 36%;
    }
}

@media (max-width: 1400px) {
    .advantages-block {
        width: 70%;
    }

    .img-bg {
        max-width: 50%;
        left: 24%;
    }
}

@media (max-width: 1200px) {
    .call-block_header {
        width: 45%;
    }

    h1 {
        font-size: 36px;
    }

    .advantages-block {
        margin-top: 40px;
        width: 60%;
    }

    .hero h2 {
        width: 100%;
    }

    .hero-content {
        width: 100%;
    }

}

@media (max-width: 1024px) {
    .advantages-block {
        width: 80%;
    }

    h2 br {
        display: none;
    }

    .hero.obrigado h3, .hero.obrigado ul, .hero.obrigado p {
        width: 70%;
    }
}

@media (max-width: 990px) {

    .product-card ul {
        min-height: 295px;
    }
    #cta-mobile {
        display: block;
    }

    .call-block_header {
        width: 65%;
    }

    .advantages-block {
        width: 100%;
    }

    .hero h5 {
        margin-top: 0;
    }


    .img-bg {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #cta-mobile p {
        margin: 0;
    }

    .info-block span {
        font-size: 24px;
    }

    .btn-cta {
        display: none;
    }

    #btnCtaFour {
        display: block;
        margin: 20px auto;
    }

    .conditions_desc {
        width: 100%;
    }

    footer {
        padding: 30px 0 200px;
    }

    .img-bg {
        display: none;
    }

    .hero {
        padding: 50px 0;
        background: url('./img/hero-img-4_tablet.jpg') no-repeat top center;
        min-height: 765px;
    }

    .form-block {
        margin-top: 35px;
        max-width: 100%;
    }

    .advantages-block {
        display: none;
        margin-top: 20px;
    }

    .conditions_header {
        width: 100%;
    }

    .hero-note {
        margin: 10px 0;
    }


    .hero-footer {
        display: block;
        /* background: #ede3cb; */
        color: #000;
        padding: 30px 15px;
        background: #FFF;
        border: none;
    }

    .hero-footer .hero-note {
        display: block;
        margin: 0;
    }

    .hero-note p, .hero-note a {
        color: #000
    }
    
    .advantages-mobile {
        display: block;
        background: #f9f5ed
    }

    .advantages-mobile .advantages-block {
        display: block;
        margin: 0;
        padding: 30px 0;
    }

    .advantages-block h4 {
        color: #e02335;
        font-size: 20px;
        font-weight: 600;
    }

    .advantages-block ul li {
        background: url(img/icon-check.png) no-repeat left 5px;
        background-size: 16px;
        color: #000;
    }

    .advantages-block ul {
        margin: 0;
    }

    .hero h2 {
        width: 80%;
    }

    .hero.obrigado h2 {
        width: 100%;
    }

    .slick-list {
        padding-bottom: 50px!important;
    }


    .slick-slide img {
        margin: 0 auto;
    }

    .advantage {
        padding: 0 50px;
    }

    h4 {
        width: 100%;
    }

    .advantages-footer_content {
        width: 100%;
    }

    .product-card {
        max-width: 45%;
        width: 100%;
    }

    .product.advantages {
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
    }

    .product-card h4 {
        margin: 0 auto;
        max-width: 90%;
    }

    .table-container.desktop {
        display: none;
    }

    .table-container.mobile {
        display: block;
    }

    .table-content_header  .col {
        width: 33.3333%;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .table-content_header  .col.center {
        justify-content: center;
    }

    .table-content_header  .col.center p {
        font-weight: 900;
    }

    .table-content_header .title {
        font-size: 16px;
        line-height: 1.1em;
    }

    .mobile.bounce {
        display: block;
        margin: 0 auto;
    }

    .desktop.bounce {
        display: none;
    }

    .icon-down {
        bottom: 220px;
        text-align: center;
    }

    .hero.obrigado {
        min-height: auto;
    }

    .hero.obrigado h3, .hero.obrigado ul, .hero.obrigado p {
        width: 100%;
    }

    .widget-desconto {
        display: block;
        position: absolute;
        max-width: 150px;
        width: 100%;
        top: 0;
        right: 0;
    }

    .hero {
        background: #FAF4E6;
        /* background-position: top center;
        background-size: contain; */
        padding: 50px 0;
        min-height: 0;
        height: auto;
        max-height: 100%;
    }

    .hero.obrigado {
        background: #FAF4E6;
    }

    .hero.obrigado p {
        color: #222222;
    }

    h1 {
        color: #222222;
    }

    .hero h2 {
        color: #222222;
        font-size: 28px;
    }

    .hero p.discount {
        display: none;
    }

    .hero h3 span {
        color: #e02335;
    }

    .widget-desconto-2 {
        display: block;
        position: absolute;
        background: #f6cd45;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        padding: 10px;
    }

    .widget-desconto-2 p span {
        font-weight: 600;
        font-size: 20px;
    }

    .widget-desconto-2 p {
        margin: 0;
    }

    #cta-block-mobile {
        display: block;
    }

    #cta-block-mobile {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .product {
        margin-top: 70px;
        box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.25);
        padding: 50px 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        position: relative;
    }

    .cta-block {
        display: block;
    }

    .call-block_header {
        border: 2px solid #e02335;
        border-radius: 40px;
        padding: 10px 30px 5px;
        display: inline-block;
        width: auto;
        margin-bottom: 5px;
    }

    .call-block_header::before {
        display: none;
    }

    .call-block_header .number {
        color: #e02335;
        font-size: 22px;
        line-height: 1em;
    }

    .call-block_header .desc {
        text-transform: uppercase;
        color: #e02335;
        font-size: 12px;
        line-height: 1em;
    }

    .hero-slogan {
        color: #e02335;
    }

    .hero-price {
        border-color: #E02335;
        color: #E02335;
    }

    .hero-price-disclaimer {
        color: #222222
    }

}


@media (max-width: 768px) {

    .img-bg {
        max-width: 80%;
    }

    .info-block {
        margin: 0;
    }

    .link {
        margin-bottom: 30px;
        display: block;
    }

    .obrigado .img-bg {
        max-width: 80%;
    }

    .hero.obrigado p {
        width: 100%;
    }

    h2 br {
        display: none;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 20px;
    }

    /* .products-table_container {
        width:100%;
        height:auto;
        min-height:100px;
        overflow-x:auto;
    } */


    .product-desc .container {
        max-width: 100%!important;
    }

    .table-container {
        /* overflow-x: auto;
        width: 150%;
        padding-bottom: 20px; */
    }

    .table-content_container {
        width:100%;
        height:auto;
        /* min-height:100px; */
        overflow-x:auto;
    }

    .table-content_header {
        width: 120%;
    }


    .table-content_body {
        overflow-x: auto;
        width: 120%;
    }

    /* .table-content_header::after {
        content: none;
    } */

    .table-content_header .title {
        position: relative;
    }

    /* .table-content_header .title::after {
        content: url(img/icon-plus.png);
        position: absolute;
        transform: scale(0.5);
        right: -55px;
        top: -18px;
    }

    .table-content_header .title.active::after{
        content: url(img/icon-minus.png);
    } */

    .table-header_title p.header-last-col {
        font-size: 16px;  
    }

    .table-header_title p.header-last-col span {
        font-size: 12px;
        line-height: 0.5em;
    }

    .table-header_title p span {
        line-height: 0.5em;
    }

    .products-table_container.desktop {
        display: none;
    }

    .products-table_container.mobile {
        display: block;
    }

    #ctaDesktop {
        display: none;
    }

    .table-content_body .main {
        font-size: 14px;
    }

    .table-content_body .optional {
        font-size: 12px;
    }

    .table-content_body .right {
        font-size: 12px;
    }

    .products-container {
        flex-wrap: wrap;
    }

    .product-card {
        max-width: 80%;
        width: 100%;
        margin-bottom: 60px;
    }

    .product {
        padding: 60px 0 30px;
    }

    .product h2 {
        font-size: 32px;
    }

    .product h3 {
        font-size: 18px;
    }

    .product.advantages .product-card {
        min-height: auto;
    }

    .app-content {
        padding-bottom: 20px;
    }

    .app-content img {
        padding-bottom: 40px;
    }

    .logos-container {
        flex-direction: column-reverse;
    }

    h1 {
        font-size: 26px;
    }

    .hero h2 {
        font-size: 22px;
    }

    .hero-slogan {
        font-size: 20px;
    }

    .product-card ul {
        min-height: auto;
    }

}


@media (max-width: 600px) {
    .call-block_header::before {
        display: none;
    }

    .call-block .note.desktop {
        display: none;
    }

    .call-block .note.mobile {
        display: block;
    }
    

}

@media (max-width: 480px) {

    .icon-down {
        display: none;
    }

    .img-bg {
        max-width: 100%;
    }

    .call-block_header .desc {
        font-size: 15.5px;
    }

    .logo {
        max-width: 115px;
    }

    .logos-footer {
        max-width: 200px;
        margin-bottom: 10px;
    }

    .conditions {
        padding: 50px 0;
    }


    .obrigado {
        min-height: auto;
    }

    .logos-footer-2 {
        max-width: 70%;
        margin-top: 10px;
    }

    .logo-cofidis-footer {
        max-width: 40%;
    }

    .form-block h3 {
        margin-top: 0;
    }

    .form-block.active {
        max-width: 95%;
    }

    .advantages-block ul li {
        line-height: 1.2em;
        background-position: left 2px;
    }

    .hero h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    h1 {
        font-size: 26px;
        width: 70%;
    }

    .disclaimer-block {
        padding: 20px 0;
    }

    .call-block_header .number {
        font-size: 26px;
    }
    
    .form-block h3 {
        color: #222222;
    }

    .form-block {
        margin-top: 80px;
        margin-top: 40px;
        box-shadow: none;
        padding-bottom: 40px;
    }

    .form-block.active {
        border-radius: 15px;
    }

    h2 {
        font-size: 20px;
    }

    .hero.obrigado {
        /* background: url(./img/hero-img_mobile.jpg) no-repeat bottom center; */
        padding: 60px 0;
    }

    .hero.obrigado h1 {
        width: 100%;
    }

    .hero-footer {
        margin-top: 0;
    }

    .hero-footer.mobile {
        display: block;
        padding: 30px 5px;
    }

    .products-table {
        padding: 60px 0;
    }

    .advantages {
        padding: 60px 0;
    }

    .advantage {
        padding: 0 20px;
    }

    .table-content_header .title {
        font-size: 14px;
    }

    .table-content_body .main {
        font-size: 13px;
        line-height: 1.2em;
    }

    .advantages p.intro {
        width: 100%;
    }

    .advantages-container {
        margin-top: 40px;
    }

    .slick-list {
        padding-bottom: 40px!important;
    }

    h3 {
        font-size: 26px;
    }

    .hero-slogan {
        font-size: 18px;
    }

    .table-content_header::after {
        transform: scale(0.4);
    }

    .table-content_body th {
        font-size: 12px;
    }

    .products-table h4 {
        width: 100%;
    }

    .advantages-footer_content {
        padding-bottom: 40px;
    }

    .advantages-footer {
        padding: 40px 0 0;
    }

    .hero h2 {
        width: 90%;
    }

    .product-card {
        max-width: 90%;
        min-height: 380px;
    }

    .product-card span.tag {
        font-size: 12px;
    }

    #openDesc {
        padding: 10px 35px 5px 0;
        line-height: 2.3em;
    }

    .table-content_body, .table-content_header {
        width: 140%;
    }

    .advantages {
        padding: 60px 0;
    }

    .advantages h3 {
        font-size: 32px;
    }

    .advantages p.intro {
        font-size: 18px;
    }

    .product.advantages h3 {
        font-size: 26px;
    }

    .product.advantages .product-card span.tag {
        max-width: 220px;
    }

    .app {
        padding: 60px 0 0;
        text-align: center;
    }
    .app h3 {
        font-size: 26px;
    }

    .hero h2 {
        font-size: 22px;
    }

    .hero h3 {
        font-size: 20px;
    }

    .icon-down {
        bottom: 510px;
    }

    .widget-desconto {
        max-width: 125px;
    }

    .cta-block {
        padding: 20px 15px;
    }

    .call-block_header .number {
        font-size: 17px;
    }

    .call-block_header .desc {
        font-size: 12px;
    }

    .btn-form {
        font-size: 13px;
        line-height: 1.2em;
    }

}

@media (max-width: 400px) {
    .call-block_header {
        padding: 10px 15px 5px;
    }
}


@media (max-width: 375px) {

    .conditions_header {
        padding-bottom: 15px;
    }

    .conditions_header p {
        font-size: 12px;
    }

    .hero h2 {
        width: 100%;
    }

    .table-content_body, .table-content_header {
        width: 184%;
    }

    .icon-down {
        bottom: 540px;
    }

    .product-card.comfort {
        min-height: 420px;
    }

    .cta-block a {
        font-size: 11px;
    }

}

@media (max-width: 360px) {
    .cta-block__btns {
        flex-direction: column;
    }
}

@media (max-width: 320px) {

    .product-card {
        max-width: 90%;
        min-height: 400px;
    }
}
