html {
    overflow-x: hidden;
}

.topo {
    background-image: url('/furniture/images/Cabecalho.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
}

.logo {
    margin-top: 10%;
    text-align: center;
}

.informativo-vantagens h2 {
    color: #874208;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    margin-top: 10%;
    margin-bottom: 15%;
}

.informativo-cartao h2 {
    color: #E15B00;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
}

.informativo-cartao p {
    color: #1E1E1E;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.conteudo1 {
    background: white;
    height: 400px;
}

.informativo-cartao h3 {
    text-align: center;
    margin-top: 2%;
}

.mastercard,
.visa {
    position: absolute;
    bottom: -50px;
    right: 50%;
    left: 40%;
    text-align: center;
    margin-bottom: -36%;
}

.conteudo2 {
    background-image: url('/furniture/images/miolo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 280px;
}

.contatos {
    /* background-image: url('/furniture/images/Rodape.png');
    background-size: cover;
    background-repeat: no-repeat; */

    background: #ccc;
    width: 100%;
    margin-top: 75px;
    margin-bottom: 20px;
    text-align: center;
}

.cartaoVermelho,
.cartaoAmarelo {
    text-align: center;
    margin-top: 20px;
}

.aviso {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}

.telefoneIcone h6,
.emailIcone h6 {
    display: inline-block;
}

#ModalExclusiveCard {
    background: url('https://meuexclusive.com.br/wp-content/themes/meu-exclusive/img/bg_modal.png') center center no-repeat;
    background-size: cover;
}

a {
    color: black;
}

@media (max-width: 575.98px) {

    .cartao-left,
    .cartao-right {
        max-width: 140px !important;
    }

    .cartao-center {
        max-width: 160px !important;
    }

    
    .cartao-left {
        padding-top: 0 !important;
    }
    .cartao-right {
        padding-top: 15px !important;
    }

    .topo {
        height: 120px;
    }

    .link-conta {
        height: 50px !important;
        margin-top: 10px !important;
        cursor: pointer;
    }

    .conteudo2 {
        background-position: center !important;
        background-repeat: no-repeat !important;
        height: 125px !important;
    }

    .contatos {
        text-align: center;
        margin: 20px 0;
    }

    .logo img {
        height: 70px;
    }

    .informativo-vantagens h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5%;
    }

    .informativo-cartao h3 {
        font-size: 20px;
    }

    .mastercard,
    .visa {
        position: static;
        text-align: center;
        margin-bottom: 0;
    }

    .cartaoVermelho,
    .cartaoAzul,
    .cartaoAmarelo {

        text-align: center;
        position: static;
    }



    .aviso h7 {
        font-size: 10px;

    }

    .contatos h6 {
        font-size: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .topo,
    .conteudo2 {
        height: auto;
    }

    .logo img {
        height: 80px;
    }

    .informativo-vantagens h2 {
        font-size: auto;
        text-align: center;
        margin-bottom: 5%;
    }

    .informativo-cartao h3 {
        font-size: auto;
    }

    .mastercard,
    .visa {
        position: static;
        text-align: center;
        margin-bottom: 0;
    }

    .cartaoVermelho,
    .cartaoAzul,
    .cartaoAmarelo {
        position: static;
    }

    .footer {
        margin-top: 8% !important;
    }

    .footer h7 {
        font-size: 10px !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    .topo,
    .conteudo1,
    .conteudo2 {
        height: auto;
    }

    .conteudo1 {
        background: white;
        height: 245px;
    }

    .informativo-vantagens h2 {
        font-size: auto;
        text-align: center;
        margin-bottom: 5%;
    }

    .informativo-cartao h3 {
        font-size: auto;
    }

    .mastercard,
    .visa {
        position: absolute;
        bottom: -50px;
        right: 50%;
        left: 30%;
        text-align: center;
        margin-bottom: -36%;
    }

    .cartaoVermelho img,
    .cartaoAzul img,
    .cartaoAmarelo img {
        position: static;
        height: 150px;
    }

    .footer {
        margin-top: 6% !important;
    }

    .footer h7 {
        margin-top: 5%;
        font-size: 10px;
    }
}

.cartao-left {
    padding-top: 25px;
    max-width: 225px;
    height: fit-content;
}

.cartao-right {
    max-width: 225px;
    padding-top: 50px;
    height: fit-content;
}

.cartao-center {
    max-width: 310px;
    height: fit-content;
}


.link-conta {
    height: 80px;
    width: 130px;
    margin-top: 40px;
    cursor: pointer;
}