header > .content .middle, header .header-top .esq, header .header-top a.middle, header .header-summit, #custom_html-4, header .header-top .dir .separador {
    display: none;
}
header .header-top .dir {
    margin-left: auto;
}
header .logo-mobile {
    display: none;
}
header > .content .redes-sociais-mobile {
    display: none;
}

#banner{
    background-image: url(../../totem-de-pagamento/lp/mes-do-consumidor/bg-lp-consumidor.webp), linear-gradient(to bottom, rgba(74, 144, 226, 0) 0%, rgba(74, 144, 226, 0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #BBBBBB;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 200px;
    padding-top: 100px;
    padding-bottom: 180px;
}
#banner .container{
    width: 990px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    column-gap: 50px;
    margin-bottom: 125px;
}
#banner .container .esq{
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    justify-content: center;
}
#banner .container .dir{
    width: 45%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#banner .container .dir .titulo{
    font-size: 30px;
    line-height: 36px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin-bottom: 50px;
}
#banner .container .dir .texto{
    font-size: 24px;
    line-height: 28px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    margin-bottom: 60px;
}
#banner .container .dir a{
    font-size: 18px;
    line-height: 1.42857;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    background-color: #0c7aff;
    color: #fff;
    border-radius: 20px;
}

#desafios{
    padding: 100px 0px;
}
#desafios .container{
    width: 990px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}
#desafios .container .esq{
    width: 45%;
    font-family: Montserrat, sans-serif;
}
#desafios .container .esq .subtitulo{
    font-size: 20px;
    margin-bottom: 10px;
}
#desafios .container .esq .titulo{
    color: rgb(12, 122, 255);
    font-size: 24px;
    margin-bottom: 18px;
}
#desafios .container .esq .texto-maior{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
    color: #333;
    font-weight: 700;
}
#desafios .container .esq .texto{
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 24px;
}
#desafios .container .esq a{
    font-size: 18px;
    line-height: 1.42857;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    background-color: #0c7aff;
    color: #fff;
    border-radius: 20px;
}
#desafios .container .dir{
    width: 45%;
}

#mensagem{
    background-image: url(../../totem-de-pagamento/lp/mes-do-consumidor/bg-azul.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    text-align: center;
}
#mensagem p{
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: 700;
}



/* FAQ */

#faq {
    background-color: #f7f7f7;
    position: relative;
    padding: 78px 0;
}

#faq .content {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
}

#faq .content > .titulo {
    font-size: 36px;
    line-height: 48px;
    color: #242323;
    font-weight: 800;
    text-align: center;
    margin-bottom: 23px;
}

#faq .content > .sub {
    font-size: 18px;
    color: #ed394b;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

#faq .content .card {
    border-bottom: 2px solid #ebebeb;
    padding: 22px 30px;
    cursor: pointer;
}

#faq .content .card .topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}

#faq .content .card .topo .sinal {
    background-image: url(../../totem-de-pagamento/lp/amlabs/arrow-padrao.svg);
    background-repeat: no-repeat;
    min-width: 14px;
    height: 14px;
    transform: rotate(90deg);
    transition: .4s all ease-in-out;
}

#faq .content .card.aberto .topo .sinal {
    transform: rotate(-90deg);
}

#faq .content .card:first-child {
    border-top: 2px solid #ebebeb;

}

#faq .content .card:last-child {
    border-bottom: none;
}

#faq .content .card .titulo {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
}

#faq .content .card .bottom p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: normal;
    margin-top: 7px;
}

#faq .content .card .bottom {
    display: none;
}

#faq .content .card .bottom ul {
    list-style-type: disc;
    padding-left: 35px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
#faq .content .card .bottom ul li {
    color: #242323;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

#contato{
    padding: 60px 0px;
    background-color: #f7f7f7;
}
#contato .container{
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    column-gap: 20px;
    padding: 40px;
    z-index: 1;
    position: relative;
    background-color: #0c7aff;
    background-image: url(../../totem-de-pagamento/lp/mes-do-consumidor/bg-azul.webp);
    background-size: cover;
}
#contato .container .esq{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#contato .container .esq .subtitulo{
    font-size: 28.16px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    text-align: center;
}
#contato .container .esq .titulo {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #fff;
    line-height: 58px;
    text-align: center;
}
#contato .container form{
    width: 650px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}
#contato .container form .input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding-left: 15px;
}
#contato .container form #cnpj-error.error ,#contato .container form #minimercado-error.error,#contato .container form #data-error.error{
    color: red;
}
#contato .container form select{
    width: 100%;
    height: 50px;
    margin: 8px 0px 15px;
    border: 1px solid #ccc;
    padding-left: 12px;
}
#contato .container form select option{
    border: 1px solid #ccc;
    
}
#contato .container form .text-minimercado{
    margin-bottom: 8px;
}
#contato .container form .box-check{
    margin-bottom: 5px;
}
#contato .container form .ultimo-check{
    margin-bottom: 15px;
}
#contato .container form .obrigatorio{
    opacity: 0.502;
    font-size: 10px;
    font-weight: 500;
}
#contato .container form  button {
    border-radius: 27px;
    border: none;
    background-color:#0c7aff;
    border: 1px solid #0c7aff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.8px;
    transition: 0.2s all ease-in-out;
    margin-bottom: 11px;
    cursor: pointer;
}
#contato .container form  button:hover{
     background-color:#053d82;
     border-color:#053d82 ;
}
#footer .content .box-2, #footer .content .box-3, #footer .content .box-4, #footer .content .box-5 {
    display: none;
}

@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 1024px) {
    header {
        padding-top: 62px !important;
            margin-left: auto;
    margin-bottom: 20px !important;
    }
    header .menu-hamburger {
        display: none;
    }
    header .header-top {
        top: 0 !important;
    }
    header .logo-mobile {
        display: block;
        z-index: 123;
    }
    header .header-top .dir, header .header-top .operadores {
        display: flex !important;
        margin-bottom: 0;
    }
    header .header-top .content {
        justify-content: center;
    }
     #banner{
        padding-bottom: 100px;
     }
    #banner .container {
        flex-direction: column;
        row-gap: 70px;
        margin-bottom: 0px;
    }
    #banner .container .dir {
        width: 100%;
    }
    #banner .container .esq{
        margin: 0 auto;
    }
    #banner .container .dir .titulo {
        margin-bottom: 30px;
    }
    #desafios .container {
        flex-direction: column;
        row-gap: 60px;
    }
    #desafios .container .esq {
        width: 100%;
    }
    #desafios .container .dir {
        margin: 0 auto;
    }
    #contato .container {
        flex-direction: column;
        row-gap: 30px;
    }
    #contato .container .esq{
        width: 100%;
    }
    #contato .container form{
        width: 100%;
    }
    #mensagem {
        padding: 100px 20px ;
    }
    #banner .container .dir .texto {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 996px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {
    #contato .container .esq .titulo {
        font-size: 40px;
        line-height: 49px;
    }
    #banner .container .esq {
        width: 75%;
    }
    #desafios .container .dir {
        width: 75%;
    }
}
@media screen and (max-width: 490px) {
    #contato .container {
        padding: 20px;
    }
    #desafios .container .esq a {
        width: 100%;
        display: block;
    }
    #banner .container .dir .titulo {
        font-size: 26px;
    }
    #banner .container .dir .texto {
        font-size: 20px;
    }
    #contato .container .esq .subtitulo {
        font-size: 23px;
    }
    #mensagem p {
        font-size: 30px;
    }
    #faq .content > .titulo {
        font-size: 30px;
    }

}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 430px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 330px) {}
@media screen and (max-width: 280px) {}