html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

.phone_hp {
    display: none !important;
}

/* width */
/* ::-webkit-scrollbar {
    width: 10px;
  } */

/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(204,51,107,1) 0%, rgba(223,56,48,1) 50%, rgba(96,93,182,1) 100%);
    border-radius: 20px;
    border: 3px solid rgb(255 255 255);
  } */

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar-track {
    background: rgb(255 255 255);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--vermelho);
    border-radius: 20px;
    border: 3px solid rgb(255 255 255);
}

html::-webkit-scrollbar {
    width: 10px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input:focus,
textarea:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

:root {
    --vermelho: #ea324a;
}

img {
    width: 100%;
}

/* Header */

header {
    width: 100%;
    position: relative;
}

header .logo-mobile {
    display: none;
}

header .header-top {
    width: 100%;
    height: 40px;
    background: linear-gradient(75deg, rgba(204, 51, 107, 1) 0%, rgba(223, 56, 48, 1) 50%, rgba(96, 93, 182, 1) 100%);
}

header .content {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .header-top .esq {
    display: flex;
    justify-content: center;
    line-height: normal;
    height: 100%;
    align-items: center;
}

header .header-top .esq a {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.2px;
}

header .header-top .esq .separador {
    color: #fff;
    font-weight: 100;
    margin: 0 8px;
}

header .header-top a.middle {
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

header .header-top .dir {
    display: flex;
    height: 100%;
    align-items: center;
    column-gap: 20px;
}

header .header-top .dir .redes_sociais div {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

header .header-top .dir .svg {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.2s all ease-in-out;
}

header .header-top .dir .svg:hover {
    opacity: 1;
}

header .facebook {
    mask: url(../images/facebook.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

header .instagram {
    mask: url(../images/instagram.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;

}

header .youtube {
    mask: url(../images/youtube.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;

}

header .linkedin {
    mask: url(../images/linkedin.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;

}

header .tiktok {
    mask: url(../images/tiktok.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

header .header-top .dir .telefone {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}


header .header-top .dir .separador {
    color: #fff;
    font-weight: 100;
    display: none;
}

#custom_html-4 {
    display: none;
}

header .logo_cta {
	width: 1400px;
    height: 100%;
    margin: 0 auto;
    max-width: 90%;
	padding: 23px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo_cta .custom-logo-link {
    pointer-events: none;
}
header .logo_cta .dir .fale-conosco {
    text-decoration: none;
    width: 177px;
    height: 40px;
    background-image: linear-gradient(-85deg, #cb336b 0%, #df372f 100%);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 20px;
	transition: 0.2s all ease-in-out;
}
header .logo_cta .dir .fale-conosco:hover {
	/*box-shadow: 0px 0px 12px 6px rgba(203, 51, 107, 0.5), 0 8px 16px rgba(223, 55, 47, 0.5);*/
	filter: brightness(1.1);
}
/* Footer */

#footer {
    width: 100%;
    position: relative;
    background-color: #161616;
    padding-top: 166px;
    margin-top: -80px;
}

#footer>.content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 124px;
}


#footer .content .titulo-principal {
    color: #f5465d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 50px;
}

#footer .content .titulo {
    color: #f5465d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 17px;
}

#footer .content a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

#footer .content a:hover {
    color: var(--vermelho);
}

#footer .content .box {
    display: flex;
    flex-direction: column;
}

#footer .content .box-1 {
    width: 247px;
    margin-right: 97px;
    margin-right: 7%;
}

#footer .content .box-2,
#footer .content .box-3,
#footer .content .box-4 {
    margin-top: 10px;
}

#footer .content .box-2 {
    margin-right: 13.8%;
}

#footer .content .box-3 {
    margin-right: 11.5%;
}

#footer .content .box-3 a,
#footer .content .box-4 a {
    margin-bottom: 20px;
}

#footer .content .box-3 .margem {
    margin-top: 30px;
}

#footer .content .box-4 .margem {
    margin-top: 30px;
}

#footer .content .box-4 .telefone {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/*#footer .content .box-4 .telefone::before {
    content: '';
    background-image: url(../../totem-de-pagamento/home/touchpay-icone-telefone.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}*/

#footer .content .box-1 .acompanhe {
    color: var(--vermelho);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 29px;
}

#footer .content .box-1 .texto {
    font-size: 10px;
    color: #8b8b8b;
    line-height: 21px;
    margin-bottom: 35px;

}

#footer .content .box-1 .logo img {
    margin-bottom: 32px;
}

#footer .box-redes .redes_sociais div {
    display: flex;
    column-gap: 17px;
    align-items: flex-end;
}

#footer .svg {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.2s all ease-in-out;
}

#footer .svg:hover {
    opacity: 1;
}

#footer .facebook {
    mask: url(../images/facebook.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

#footer .instagram {
    mask: url(../images/instagram.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

#footer .youtube {
    mask: url(../images/youtube.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

#footer .linkedin {
    mask: url(../images/linkedin.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

#footer .tiktok {
    mask: url(../images/tiktok.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

#footer #menu-footer {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}

#footer .footer-bottom {
    height: 58px;
    width: 100%;
    background: linear-gradient(75deg, rgba(204, 51, 107, 1) 0%, rgba(223, 56, 48, 1) 50%, rgba(96, 93, 182, 1) 100%);
}

#footer .footer-bottom .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

#footer .footer-bottom .content .texto,
#footer .footer-bottom .content .texto a {
    font-size: 14px;
    color: #ececec;
    font-weight: 400;
    transition: 0.2s all ease-in-out;
}

#footer .footer-bottom .content .texto a:hover {
    color: #625db4;
    font-weight: 500;
}


.container {
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#banner {
    background-color: #0087C8;
    background-image: url(../images/lp-touchpay-bg-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2vw 0;
}

#banner .container,
#desafios .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#banner .esq,
#desafios .esq {
    width: 48%;
}

#banner .dir {
    width: 37%;
}

.titulo {
    font-size: 2.135vw;
    line-height: 2.552vw;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.titulo b {
    font-weight: 700;
}

.subtitulo {
    font-weight: 300;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: -0.02em;
}

.texto {
    font-size: 23px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.texto-menor {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.btn {
    border-radius: 25px;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #0087C8 !important;
    padding: 18px 3.9vw;
    transition: 0.2s all ease-in-out;
    position: relative;
    display: inline-block;
    margin-top: 15px;
}


#desafios .btn:hover,
.btn:hover {
    background: var(--vermelho);
    color: #fff !important;
}

#desafios {
    padding: 6vw 0;
    position: relative;
}

#desafios::before {
    content: '';
    display: block;
    width: 16.927vw;
    height: 54.0625vw;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/lp-touchpay-before-desafios.webp);
    background-size: cover;
}

#desafios .btn {
    background: #0087C8;
    color: #fff !important;
}

#desafios .titulo {
    color: #0087C8;
    font-weight: 700;
}

#desafios .dir {
    width: 49%;
}

#faq {
    padding: 4vw 0;
    position: relative;
}

#faq::before {
    content: '';
    display: block;
    width: 16.0416vw;
    height: 57.291vw;
    position: absolute;
    left: 0;
    top: -5vw;
    background-image: url(../images/lp-touchpay-before-faq.webp);
    background-size: cover;
}


#faq .titulo {
    color: #0087C8;
    font-weight: 700;
    font-size: 3.6458vw;
    line-height: 3.95833vw;
    letter-spacing: -0.02em;
    text-align: center;
}

#faq .organiza_faq {
    margin-top: 40px;
}

#faq .faq-item {
    margin: 0;
    border: 2px solid #005B88;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-bottom: 28px;
}

#faq .faq-pergunta {
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding: 30px 30px 30px 30px;
    cursor: pointer;
}

#faq .faq-pergunta.faq_active {
    padding: 30px 30px 15px 30px;
}

#faq .faq-pergunta::before {
    content: ' ';
    background-image: url(../images/seta-faq.png);
    background-size: cover;
    width: 17px;
    height: 15px;
    margin-right: 25px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#faq .faq_active.faq-pergunta::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

#faq .faq-resposta {
    color: #000;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 0px;
    padding: 0px !important;
}

#faq .display_faq {
    max-height: 1000px;
}

#faq .faq-resposta .texto-resposta {
    padding: 0px 30px 30px 72px;
    font-size: 18px;
    line-height: 24px;
}

#faq ul li::before {
    content: '•';
    margin-right: 10px;
}

#contato {
    position: relative;
    padding-top: 20px;
}

#contato::before {
    content: '';
    display: block;
    width: 17.656vw;
    height: 61.041vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/lp-touchpay-before-contato.webp);
    background-size: cover;
}

#contato .content {
    width: 1288px;
    max-width: 90%;
    height: 612px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0077AF;
    border-radius: 15px;
    padding: 0 83px;
    z-index: 1;
    position: relative;

}

#contato .content .esq>.titulo {
    font-size: 52.3px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #fff;
    line-height: 64px;
    margin-bottom: 10px;
}

#contato .content .esq>.texto {
    font-size: 32.53px;
    line-height: 39.04px;
    font-weight: 400;
    color: #fff;
}

#contato .content .esq>.texto span {
    color: #f5465d;
}

#contato .content .esq {
    max-width: 46%;
}

#contato .content .dir {
    width: 552px;
    display: flex;
    flex-direction: column;
}

#contato .content .dir>input,
#contato .content .dir>select {
    font-family: 'Montserrat';
    width: 100%;
    height: 50px;
    background-color: #005780;
    border-radius: 5px;
    border: 1px solid #404041;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #fff;
    box-sizing: border-box;
}

form input.error::placeholder, form textarea.error::placeholder {
    color: var(--vermelho) !important;
    opacity: unset !important;
}

#contato .content .dir>input::placeholder,
#contato .content .dir>select {
    font-family: 'Montserrat', sans-serif;
    color: #e9e9e9;
    font-size: 14px;
    font-weight: 500;

}

#contato .content .dir .infos {
    color: #ffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.64px;
    margin: 10px 0 20px;
}

#contato .content .dir .infos span {
    display: block;
    color: #f12323;
}

#contato .content .dir .box-check {
    font-size: 12px;
    font-weight: 500;
    color: #dbdbdb;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 13px;

}

#contato .content .dir .box-check input {
    accent-color: #6e6e6e;
    width: 14px;
    height: 14px;
}

#contato .content .dir button {
    border-radius: 27px;
    border: none;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 100%;
    color: #0087C8;
    font-weight: 700;
    font-size: 18px;
    transition: 0.2s all ease-in-out;
    width: 90%;
    margin: 0 auto 10px;
}

#contato .content .dir button:hover {
    background-color: transparent;
    color: #0087C8;
    color: #fff;
    cursor: pointer;
}

#contato .content .dir .obrigatorio {
    color: #dbdbdb;
    opacity: 0.502;
    font-size: 10px;
    font-weight: 500;
}

#contato .content .esq .contatos {
    display: flex;
    height: 61px;
    column-gap: 52px
}

#contato .svg {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.2s all ease-in-out;
}


#contato .content .esq .contatos .redes .svg:hover {
    opacity: 1;
}

#contato .content .esq .contatos .redes .facebook {
    mask: url(../../totem-de-pagamento/geral/facebook.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;
}

#contato .content .esq .contatos .redes .instagram {
    mask: url(../../totem-de-pagamento/geral/instagram.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;

}

#contato .content .esq .contatos .redes .youtube {
    mask: url(../../totem-de-pagamento/geral/youtube.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;

}

#contato .content .esq .contatos .redes .linkedin {
    mask: url(../../totem-de-pagamento/geral/linkedin.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;

}

#contato .content .esq .contatos .redes .tiktok {
    mask: url(../../totem-de-pagamento/geral/tiktok.svg) no-repeat center;
    background-color: #fff;
    opacity: 0.502;

}

#contato .content .esq .contatos .redes .box-redes .redes_sociais div {
    display: flex;
    column-gap: 17px;
    align-items: flex-end;
}

#contato .content .esq .contatos .texto {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

#contato .content .esq .contatos .separador {
    display: inline-block;
    height: 100%;
    background-color: #ffffff70;
    width: 2px;
}

#contato .content .esq .contatos .redes,
#contato .content .esq .contatos .telefone {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#contato .content .esq .contatos .telefone a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    column-gap: 10px;
}

/* Formulário Whatsapp */

/*** Whatsapp ***/
.container-whatsapp .box-whatsapp {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #33d951;
    padding: 18px 24px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.container-whatsapp .box-whatsapp:hover {
    background-color: #47dd62;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.box-whatsapp svg {
    color: #fff;
    font-size: 60px;
}

.container-whatsapp .box-whatsapp .texto {
    display: none;
}

#whatsapp {
    width: 360px;
    max-width: 360px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

#whatsapp #open_whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#close_whatsapp {
    position: absolute;
    left: -13px;
    z-index: 99999;
    color: #cb336b;
    top: -13px;
    cursor: pointer;
    display: none;
    border: 1px solid #2c2c2c;
    border-radius: 15px;
    text-align: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    ;
}

.header-whatsapp {
    background: #33d951;
    color: #fff;
    padding: 15px 10px 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-whatsapp:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}

.header-whatsapp p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #fff !important;
    cursor: pointer;
}

#open_whatsapp svg {
    margin: 0 0 0 10px;
    font-size: 22px;
}

.formulario-whatsapp {
    padding: 0;
    background-color: #fbfbfb;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formulario-whatsapp form {
    padding: 10px 0;
}

.formulario-whatsapp input,
.formulario-whatsapp select {
    width: 90%;
    padding: 12px;
    text-align: left;
    font-size: 16px;
    color: #333333 !important;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d0d0d0;
    background: transparent;
}

.formulario-whatsapp input::placeholder,
.formulario-whatsapp select::placeholder {
        font-size: 16px;
    color: #333333 !important;

}

.formulario-whatsapp select {
    width: 100%;
}

.formulario-whatsapp select option {
    font-size: 16px;
    color: #333333 !important;

}

.formulario-whatsapp input:focus,
.formulario-whatsapp select:focus {
    outline: none;
}

.formulario-whatsapp .form-bt {
    width: 95%;
    text-align: center;
    color: #fff !important;
    border: none;
    text-decoration: none;
    background: #33d951;
    cursor: pointer;
    padding: 13px;
    line-height: 16px;
    font-size: 18px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 20px auto 0px;
    display: block;
    font-weight: 500;
}

.formulario-whatsapp .form-bt:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    color: #ffffff;
}

.formulario-whatsapp .error::-webkit-input-placeholder {
    color: #FF0025;
}

.formulario-whatsapp .error {
    border: 0 !important;
    border-bottom: 1px solid red !important;
    color: red;
}

.formulario-whatsapp .phone_hp {
    display: none !important;
}

#whatsapp .status-form {
    text-align: center;
    font-size: 14px;
    margin: 20px 0 12px;
    padding: 0 5%;
    line-height: 20px;
}

#status_whatsapp.input-ok {
    color: green;
}

.input-ok {
    color: green !important;
}

.status-form {
    color: red;
}

#resposta-modal-whatsapp {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000063;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-family: inherit;
}

#resposta-modal-whatsapp .content {
    max-width: 90%;
    background: #fff;
    position: relative;
    width: 466px;

}

#resposta-modal-whatsapp .content .topo {
    height: 50px;
    background-color: #4acd36;
    display: flex;
    align-items: center;
    color: #fff;
}

#resposta-modal-whatsapp .content .topo>div {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 41px;
    height: 100%;
    background-color: #34ac22;
    padding: 5px 0 0 0;
}

#resposta-modal-whatsapp .content .topo .texto {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 2%;
}

#resposta-modal-whatsapp .content .bottom {
    padding: 15px 28px;
}

#resposta-modal-whatsapp .content .bottom .texto {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 3px;
}

#resposta-modal-whatsapp .content .bottom .sub {
    font-size: 12px;
    color: #868686;
    text-align: center;
    margin-bottom: 10px;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4acd36;
    margin-bottom: 5px;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp svg {
    color: #fff;
    margin: 0 0 0 8px;
    font-size: 25px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp:hover {
    filter: brightness(1.1);
    transition: 0.2s all ease-in-out;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp img {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: auto;
    margin-right: 15px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

#resposta-modal-whatsapp .content .bottom .continuar {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#resposta-modal-whatsapp .content .fechar-modal {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    width: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    height: 29px;
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 0 0 0 2px;
    cursor: pointer;
    border-radius: 48px;
}

.modal-aberto {
    display: flex !important;
}



@media screen and (max-width: 1440px) {
    .texto {
        font-size: 19px;
        line-height: 34px;
    }

    .texto-menor {
        font-size: 16px;
        line-height: 28px;
    }

}

@media screen and (max-width: 1366px) {
    .btn {
        font-size: 16px;
    }

    .titulo {
        font-size: 2.5vw;
        line-height: 2.952vw;
    }

    #banner .esq,
    #desafios .esq {
        width: 52%;
    }

    #desafios .dir {
        width: 46%;
    }

    #contato .content {
        padding: 0 40px;
    }

    #contato .content .dir {
        width: 48%;
    }

    #contato .content .esq {
        max-width: 50%;
    }

    #contato .content .esq>.texto {
        font-size: 27.53px;
    }

    #contato .content .esq>.titulo {
        font-size: 46.3px;
    }

}

@media screen and (max-width: 1200px) {
    header .header-top .esq a, header .header-top a.middle, header .header-top .dir .telefone, header > .content #menu-principal li a  {
        font-size: 12px;
    }
    header .logo_cta .dir .fale-conosco {
        width: 167px;
        height: 35px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1080px) {
    header .header-top .dir {
        column-gap: 5px;
    }
}
@media screen and (max-width: 1024px) {

    #banner .container,
    #desafios .container {
        flex-direction: column;
        gap: 50px;
    }

    #banner .esq,
    #desafios .esq,
    #banner .dir,
    #desafios .dir {
        width: 100%;
    }

    .titulo {
        font-size: 4.5vw;
        line-height: 5.952vw;
    }

    #banner {
        padding: 80px 0;
    }

    .btn {
        font-size: 15px;
    }

    #banner .dir img,
    #desafios .dir img {
        display: block;
        margin: 0 auto;
    }

    #desafios::before {
        width: 20.927vw;
        height: 67.0625vw;
    }

    #desafios {
        padding: 100px 0;
    }

    #faq .titulo {
        font-size: 5.6458vw;
        line-height: 6.95833vw;
    }

    #faq::before {
        width: 17.0416vw;
        height: 85.291vw;
    }

    #faq .faq-resposta .texto-resposta {
        padding: 0px 22px 22px 56px;
        font-size: 16px;
        line-height: 22px;
    }

    #faq .faq-pergunta {
        font-size: 18px;
        line-height: 23px;
        padding: 22px;
    }

    #faq .faq-pergunta.faq_active {
        padding: 22px 22px 15px 22px;
    }

    #faq .faq-pergunta::before {
        width: 13px;
        height: 11px;
        margin-right: 20px;
    }

    #faq .texto-pergunta {
        flex: 1;
    }

    #contato .content {

        flex-direction: column;
    }

    #contato .content .esq,
    #contato .content .dir {
        width: 100%;
        max-width: 100%;
    }

    #contato .content {
        flex-direction: column;
        height: auto;
        row-gap: 40px;
        max-width: 100%;
        border-radius: 0;
        padding: 60px 5%;
        justify-content: initial;
    }

    #contato .content .esq>.titulo {
        font-size: 36px;

    }

    #contato .content .esq>.texto {
        width: 100%;
    }

    #contato .content .dir .obrigatorio {
        text-align: center;
    }

    #contato {
        padding-top: 0px;
    }

    #faq {
        padding: 60px 0;
    }

    header .content {
        justify-content: center;
    }

    #footer > .content {
        flex-direction: column;
        row-gap: 30px;
        padding-bottom: 32px;
    }

    #footer {
        background-size: auto;
        background-position: right;
        background-color: #151515;
    }

    #footer .footer-bottom {
        height: auto;
        background: #161616;
    }

    #footer .footer-bottom .content {
        flex-direction: column;
        padding: 30px 0;

    }

    #footer .footer-bottom .content .texto, #footer .footer-bottom .content .texto a {
        text-align: center;
        line-height: 26px;

    }

            #whatsapp {
		width: 100%;
		max-width: 100%;
		right: 0;
	}
	.formulario-whatsapp form {
		padding: 10px 0;
		background-color: #fff;
		z-index: 10;
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: initial;
	}
	#whatsapp.modalOpen .formulario-whatsapp {
		height: auto;
		z-index: 10;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen .header-whatsapp {
		position: relative;
		z-index: 10;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen #close_whatsapp {
		right: 0;
		top: -35px;
		left: initial;
	}
	#whatsapp.modalOpen .bgformulario {
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		bottom: 0;
		right: 0;
		z-index: 9;
	}

    .box-whatsapp svg {
        color: #fff;
        font-size: 36px;
    }
    .container-whatsapp .box-whatsapp {
        width: 100%;
        height: 48px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .container-whatsapp {
        display: block !important;
    }

    .formulario-whatsapp select {
    width: 93%;
    padding-left: 0;
    padding-right: 0;
    }

}

@media screen and (max-width: 600px) {
    .titulo {
        font-size: 8.5vw;
        line-height: 10.952vw;
    }

    #faq .titulo {
        font-size: 7.6458vw;
        line-height: 8.95833vw;
    }

    #faq .faq-pergunta {
        font-size: 16px;
        line-height: 22px;
        padding: 20px;
    }

    #faq .faq-pergunta.faq_active {
        padding: 20px 20px 12px 20px;
    }

    #faq .faq-pergunta::before {
        width: 11px;
        height: 10px;
        margin-right: 15px;
    }

    #faq .faq-resposta .texto-resposta {
        padding: 0px 20px 20px 47px;
        font-size: 14px;
    }

    #contato .content .esq>.texto {
        font-size: 24px;
    }

    #contato .content .esq>.titulo {
        font-size: 38px;
        line-height: 44px;
    }

    #contato .content .dir button {
        font-size: 16px;
    }

    #footer {
        margin-top: -50px;
    }

    #desafios::before {
        width: 33.927vw;
        height: 120.0625vw;
    }

    #faq::before {
        width: 40.0416vw;
        height: 147.291vw;
    }

}
@media screen and (max-width: 435px) {
	.custom-logo-link img {
		width: 76%;
		height: auto;
	}
	header .logo_cta .dir .fale-conosco {
        width: 134px;
        height: 40px;
        font-size: 11px;
    }
}
@media screen and (max-width: 400px) {
    header .header-top .dir .telefone svg {
        display: none;
    }
}

@media screen and (max-width: 330px) {
    .titulo {
        font-size: 9.5vw;
        line-height: 12.952vw;
    }

    .btn {
        font-size: 13px;
        width: 100%;
    }

}

.page_confirmacao {
    width: 100%;
    background-color: var(--vermelho);
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page_confirmacao .container {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    height: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.page_confirmacao .container .box-svg {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: var(--vermelho);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}

.page_confirmacao .container .box-svg svg {

    width: 60%;
    fill: #fff;

}

.page_confirmacao .frase {
    font-size: 32px;
    margin-bottom: 32px;
    letter-spacing: 1px;
    color: #242323;
    font-weight: 700;
    text-align: center;
    width: 90%;
}

.page_confirmacao .agradecimento {
    font-size: 16px;
    letter-spacing: 1px;
    color: #242323;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
    width: 90%;

}

.page_confirmacao a {
    width: 361px;
    max-width: 90%;
    height: 81px;
    background-color:#fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #242323;
    font-weight: 600;
    position: relative;
    border: 2px solid #242323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page_confirmacao a:hover {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    border: 2px solid var(--vermelho);
    background-color: var(--vermelho);
    color: #fff;

}

@media only screen and (max-width: 1440px){
    .page_confirmacao .frase {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px){
    .page_confirmacao .frase {
        font-size: 26px;
    }
    .page_confirmacao .container .box-svg {
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
    }
    .page_confirmacao a {
        width: 333px;
        height: 66px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px){
    .page_confirmacao .frase {
        font-size: 24px;
    }
}

@media only screen and (max-width: 430px){
    .page_confirmacao .frase {
        font-size: 20px;
    }
}