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 {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.clear {
clear: both;
}
iframe {
display: block;
}
a:focus {
outline: none;
}
.page {
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
html::-webkit-scrollbar-track {
background: rgb(255 255 255);
}
html::-webkit-scrollbar-thumb {
background-color: var(--azul-zixbe);
border-radius: 20px;
border: 3px solid rgb(255 255 255);
}
html::-webkit-scrollbar {
width: 10px;
} :root {
--azul-claro: #3A91F2;
--azul-zixbe: #2B6CB5;
--branco: #FFFFFF;
--chumbo: #202020;
--cinza: #F4F4F4;
--cinza-claro: #FEFEFE;
--cinza-escuro: #D4D4D4;
--preto: #242323;
} .site-header {
height: 6.25vw;
position: absolute;
top: 0;
width: 100%;
z-index: 9;
}
.header_content {
-ms-flex-align: center;
-ms-flex-direction: row;
-ms-flex-pack: start;
-webkit-box-align: center;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-box-pack: start;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
justify-content: flex-start;
width: 100%;
}
.header_menu ul li a {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
color: var(--branco);
font-size: 12px;
letter-spacing: 0.0286vw;
position: relative;
text-transform: uppercase;
transition: .2s ease all;
}
.header_menu ul li a:before {
-ms-transform: scaleY(0);
-o-transition: all 0.2s ease all 0s;
-o-transition: all 0.3s;
-webkit-transform: scaleY(0);
-webkit-transition: all 0.2s ease all 0s;
-webkit-transition: all 0.3s;
background-color: var(--azul-claro);
bottom: 25px;
content: '';
height: 25px;
position: absolute;
transform: scaleY(0);
transition: all 0.2s ease all 0s;
transition: all 0.3s;
visibility: hidden;
}
.header_menu ul li a:hover {
color: var(--azul-claro);
}
.header_menu ul li a:hover:before {
-ms-transform: scaleY(1);
-o-transition: all 0.3s;
-webkit-transform: scaleY(1);
-webkit-transition: all 0.3s;
left: 50%;
transform: scaleY(1);
transition: all 0.3s;
visibility: visible;
width: 1px;
}
.header_menu ul {
-ms-flex-direction: row;
-ms-flex-pack: center;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
gap: 1.8229vw;
justify-content: center;
height: 50px;
margin-top: 30px;
}
.header_logo {
margin-top: 1.5104vw;
padding-left: 2.8%;
width: 20.35%;
}
.header_logo img {
height: 4.895vw;
width: 7.187vw;
}
.header_menu {
-ms-flex-direction: row;
-ms-flex-pack: start;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-box-pack: start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
gap: 1.8229vw;
justify-content: flex-start;
width: 49%;
}
.organiza_menumobile {
margin-top: -13px;
}
.header_opcoes_dir {
-ms-flex-align: center;
-ms-flex-pack: justify;
-webkit-box-align: center;
-webkit-box-pack: justify;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
margin-top: -9px;
position: relative;
width: 30.65%;
}
.header_opcoes_dir p {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
color: var(--branco);
font-size: 14px;
letter-spacing: 0.3px;
transition: .2s ease all;
}
.header_opcoes_dir .box-email {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 19px;
}
.header_opcoes_dir .link_email {
width: 42.7%;
}
.header_opcoes_dir .link_email:hover p {
color: var(--azul-claro);
}
.header_opcoes_dir .link_email:hover .email_icon {
background-color: var(--azul-claro);
}
.header_opcoes_dir .link_email:hover .email_icon svg path,
.header_opcoes_dir .link_email:hover .email_icon svg rect {
stroke: #fff;
}
.header_opcoes_dir .email_icon {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
background-color: var(--branco);
border-radius: 20px;
height: 28px;
padding: 3px;
transition: .2s ease all;
width: 28px;
}
.header_opcoes_dir .email_icon svg path,
.header_opcoes_dir .email_icon svg rect {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.header_opcoes_dir .fale_conosco {
-ms-flex-align: center;
-ms-flex-pack: center;
-o-transition: .2s ease all;
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-transition: .2s ease all;
align-items: center;
background-color: var(--azul-zixbe);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 6.25vw;
justify-content: center;
transition: .2s ease all;
width: 41.6%;
}
.header_opcoes_dir .fale_conosco:hover {
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}
.header_opcoes_dir .fale_conosco p {
font-weight: 600;
text-transform: uppercase;
}
.header_opcoes_dir .box_search {
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-webkit-box-pack: center;
align-items: center;
border-left: 1px solid var(--branco);
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
justify-content: center;
width: 15.7%;
}
.header_opcoes_dir .box_search svg {
margin-right: 9px;
}
.menu_mobile,
#menu_mobile,
.fale_mobile {
display: none;
} .header_menu .sub-menu {
display: none;
position: absolute;
padding: 0;
list-style: none;
background-color: var(--chumbo);
top: 85px;
width: auto;
padding: 2.35vw;
flex-direction: row;
height: auto;
margin-top: 0px;
left: 16%;
max-width: 885px;
}
.header_menu .sub-menu li {
border-right: 1px solid rgb(83, 83, 83);
padding-right: 2.6vw;
}
.header_menu .sub-menu .sub-menu li,
.header_menu .sub-menu #menu-item-588,
.header_menu .sub-menu li:last-child {
border-right: none;
padding-right: 0px;
}
.header_menu .sub-menu .sub-menu {
position: relative;
display: flex !important;
flex-direction: column !important;
top: 0;
padding: 0;
border-bottom: none;
left: 0%;
margin-top: 10px;
gap: 9px;
}
.header_menu .sub-menu li a {
font-size: 14px;
margin-bottom: 15px;
color: var(--azul-claro);
text-transform: none;
}
.header_menu .sub-menu .sub-menu li a {
color: var(--branco);
font-size: 12.5px;
text-transform: none;
position: relative;
margin-bottom: 7px;
border-left: 1px solid var(--azul-zixbe);
padding-left: 8px;
transition: .2s ease all;
}
.header_menu .sub-menu .sub-menu li a:hover {
color: var(--azul-claro);
}
.header_menu .sub-menu li a {
width: 100%;
}
.header_menu .sub-menu li a:hover:before {
-ms-transform: scaleY(0);
-webkit-transform: scaleY(0);
transform: scaleY(0);
visibility: hidden;
}
.header_menu #menu-item-159:hover .sub-menu {
display: flex;
} .menu_nivel_2,
.formulario_menu_mbl {
display: none;
} .formulario_de_pesquisa form {
background: transparent;
border-bottom: 2px solid var(--azul-claro);
position: relative;
width: 30%;
z-index: 999;
}
.formulario_de_pesquisa input::-webkit-input-placeholder {
color: var(--branco);
}
.formulario_de_pesquisa input::-moz-placeholder {
color: var(--branco);
}
.formulario_de_pesquisa input:-ms-input-placeholder {
color: var(--branco);
}
.formulario_de_pesquisa input::-ms-input-placeholder {
color: var(--branco);
}
.formulario_de_pesquisa input::placeholder {
color: var(--branco);
}
.formulario_de_pesquisa input,
.formulario_de_pesquisa button {
background: transparent !important;
border: 0;
color: var(--branco);
font-family: Montserrat;
font-size: 1.8rem;
height: 5rem;
padding: 0 !important;
}
.formulario_de_pesquisa input[type="search"] {
-moz-appearance: none;
-o-transition: all .3s cubic-bezier(0, 0, 0.43, 1.49);
-o-transition-property: width, border-radius;
-webkit-appearance: none;
-webkit-transition: all .3s cubic-bezier(0, 0, 0.43, 1.49);
-webkit-transition-property: width, border-radius;
appearance: none;
background: var(--branco);
outline: 0;
padding: 0 1.6rem;
position: relative;
transition: all .3s cubic-bezier(0, 0, 0.43, 1.49);
transition-property: width, border-radius;
width: 100%;
z-index: 1;
}
.formulario_de_pesquisa button {
background: transparent;
color: var(--branco);
cursor: pointer;
display: none;
font-weight: bold;
position: absolute;
right: 0;
top: 0;
}
.formulario_de_pesquisa input:not(:-moz-placeholder-shown) {
border-radius: 0.7rem 0 0 0.7rem;
width: calc(100% - 45px);
}
.formulario_de_pesquisa input:not(:-ms-input-placeholder) {
border-radius: 0.7rem 0 0 0.7rem;
width: calc(100% - 45px);
}
.formulario_de_pesquisa input:not(:placeholder-shown) {
border-radius: 0.7rem 0 0 0.7rem;
width: calc(100% - 45px);
}
.formulario_de_pesquisa input:not(:-moz-placeholder-shown)+button {
display: block;
}
.formulario_de_pesquisa input:not(:-ms-input-placeholder)+button {
display: block;
}
.formulario_de_pesquisa input:not(:placeholder-shown)+button {
display: block;
}
.formulario_de_pesquisa label {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.formulario_de_pesquisa {
background: #000000ed;
display: none;
height: 100vh;
position: fixed;
top: 0;
width: 100vw;
z-index: 99;
}
.fundo_pesquisa {
height: 100vh;
position: absolute;
top: 0;
width: 100vw;
}
.organiza_form {
-ms-flex-align: center;
-ms-flex-direction: row;
-ms-flex-pack: center;
-webkit-box-align: center;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
height: 100%;
justify-content: center;
}
.formulario_de_pesquisa input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}
.error::-webkit-input-placeholder {
color: #FF0025 !important;
}
.error::-moz-placeholder {
color: #FF0025 !important;
}
.error:-ms-input-placeholder {
color: #FF0025 !important;
}
.error::-ms-input-placeholder {
color: #FF0025 !important;
}
.error::placeholder {
color: #FF0025 !important;
} #footer {
background-image: url(//zixbe.com/wp-content/themes/gestao-de-processos/transformacao-digital/consultoria-de-processos_footer_banner.png);
background-repeat: no-repeat;
background-position-x: right;
background-position-y: bottom;
background-color: #202020;
}
.site-footer .assinatura p,
.site-footer .assinatura a {
color: var(--branco);
font-size: 12px;
}
.site-footer .assinatura {
border-top: 1px solid #303030;
}
.site-footer .footer_assinatura {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
letter-spacing: 0.25px;
margin: auto;
min-width: 1000px;
padding: 20px 0px 25px;
width: 67.3%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
.site-footer .content {
padding: 4.9vw 0px;
}
.site-footer .content .coluna_1 {
-ms-flex-align: start;
-ms-flex-direction: column;
-ms-flex-pack: justify;
-webkit-box-align: start;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-box-pack: justify;
align-items: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 25%;
}
.site-footer .content .coluna_2 {
width: 24.75%;
}
.site-footer .content .coluna_3 {
width: 24.75%;
}
.site-footer .content .coluna_4 {
min-width: 327px;
width: 25.5%;
}
.organiza_colunas {
-ms-flex-align: stretch;
-ms-flex-direction: row;
-webkit-box-align: stretch;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
margin: auto;
min-width: 1000px;
width: 67.3%;
}
.coluna_1 .texto {
color: var(--cinza-escuro);
font-size: 12.5px;
font-weight: 400;
line-height: 21px;
width: 80%;
}
.coluna_1 .titulo {
color: var(--branco);
font-size: 0.7552vw;
font-weight: bold;
margin-bottom: 1.5vw;
text-transform: uppercase;
}
.coluna_1 .redes_logos svg,
.coluna_1 .redes_logos g {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
fill: var(--azul-claro);
transition: .2s ease all;
}
.coluna_1 .redes_logos svg:hover,
.coluna_1 .redes_logos g:hover {
fill: var(--branco);
}
.coluna_1 .redes_logos {
-ms-flex-direction: row;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
gap: 1.7187vw;
margin-left: 2px;
}
.coluna_1 .logo_footer {
height: 4.895vw;
margin-bottom: 1.1vw;
margin-left: -4px;
width: 7.187vw;
}
.organiza_colunas .titulo_menu {
color: var(--azul-claro);
font-size: 14.5px;
letter-spacing: 0.3px;
margin-bottom: 2.45vw;
}
.organiza_colunas .titulo_bpo {
margin-top: 2.34375vw;
}
.organiza_colunas .menu li a {
color: var(--branco);
font-size: 12.5px;
}
.organiza_colunas .menu li {
margin-bottom: 14px;
}
.organiza_colunas .menu li a:before {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
color: var(--azul-claro);
content: '|';
display: inline-block;
margin-right: 4px;
transition: .2s ease all;
}
.organiza_colunas .menu li a:hover:before {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
margin-right: 8px;
transform: rotate(90deg);
} .btn_animacao {
background-color: var(--azul-zixbe);
color: var(--branco);
display: inline-block;
position: relative;
}
.btn_animacao span {
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-webkit-box-pack: center;
align-items: center;
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 0.85vw;
height: 100%;
justify-content: center;
letter-spacing: 0.5px;
position: relative;
width: 100%;
}
.btn_animacao:before,
.btn_animacao:after {
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
background: var(--branco);
content: "";
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease;
}
.btn_animacao:before {
height: 0%;
width: 2px;
}
.btn_animacao:after {
height: 2px;
width: 0%;
}
.btn_animacao:hover {
-webkit-box-shadow: none;
background-color: var(--azul-zixbe);
box-shadow: none;
}
.btn_animacao:hover:before {
height: 100%;
}
.btn_animacao:hover:after {
width: 100%;
}
.btn_animacao span:hover {
color: var(--branco);
}
.btn_animacao span:before,
.btn_animacao span:after {
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
background: var(--branco);
bottom: 0;
content: "";
left: 0;
position: absolute;
transition: all 0.3s ease;
}
.btn_animacao span:before {
height: 0%;
width: 2px;
}
.btn_animacao span:after {
height: 2px;
width: 0%;
}
.btn_animacao span:hover:before {
height: 100%;
}
.btn_animacao span:hover:after {
width: 100%;
}
.quebra_linha {
display: block;
} .paginacao_pesquisa {
-ms-flex-pack: center;
-webkit-box-pack: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
width: 100%;
}
.paginacao_pesquisa .pages,
.paginacao_pesquisa .page,
.paginacao_pesquisa .nextpostslink,
.paginacao_pesquisa .previouspostslink,
.paginacao_pesquisa .larger,
.paginacao_pesquisa .extend,
.paginacao_pesquisa .last,
.paginacao_pesquisa .first {
background-color: var(--azul-zixbe);
border-radius: 20px;
color: var(--branco);
font-size: 12px;
margin-right: 10px;
padding: 5px 10px;
}
.paginacao_pesquisa .current {
background-color: var(--chumbo);
border-radius: 20px;
color: var(--branco);
font-size: 12px;
font-weight: 600;
margin-right: 10px;
padding: 5px 10px;
} .breadcrumb_box {
background-color: #202020;
}
.breadcrumb_box #breadcrumbs {
color: var(--azul-claro);
font-size: 12px;
letter-spacing: 0.1px;
margin: auto;
min-width: 1030px;
padding: 12px 3.229vw;
width: 67.3%;
line-height: 24px;
}
.breadcrumb_box #breadcrumbs a {
color: var(--branco);
} .header_page {
background-color: #181818;
background-image: url(//zixbe.com/wp-content/themes/gestao-de-processos/transformacao-digital/consultoria-de-processos_header_banner.png);
background-repeat: no-repeat;
background-position-x: right;
background-position-y: bottom;
background-blend-mode: difference;
}
.header_page p {
color: var(--branco);
font-size: 1.5625vw;
letter-spacing: 0.5px;
margin: auto;
min-width: 1030px;
padding: 2.8vw 3.229vw 4.65vw;
width: 67.3%;
} .esg_logo {
width: 30%;
margin-top: 40px;
cursor: pointer;
}
.certificado_content {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 910px;
height: auto;
text-align: center;
background-color: #e8eae6;
box-sizing: border-box;
padding: 10px;
z-index: 99999 !important;
display: none;
}
.certificado_content img {
width: 890px;
}
.certificado_fundo {
display: none;
background-color: #000000b9;
width: 100%;
height: 100%;
top: 0px;
position: fixed;
}
.close-btn {
position: absolute;
right: 15px;
top: 15px;
background-color: var(--azul-zixbe);
color: white;
border-radius: 50%;
padding: 1px;
cursor: pointer;
width: 20px;
height: 20px;
} #whatsapp_footer {
width: 320px;
max-width: 320px;
position: fixed;
bottom: 0;
right: 0;
z-index: 8;
background-color: transparent;
display: flex;
flex-direction: column;
align-items: flex-end;
}
#whatsapp_footer .bloco-form{
position: relative;
}
.formulario_flutuante {
background-color: #fff;
max-height: 0px;
overflow: hidden;
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
}
.whatsapp_flutuante {
display: block;
background-color: #4acd36;
color: var(--branco);
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
gap: 15px;
transition: .5s ease all;
cursor: pointer;
border-radius: 80px;
width: 80px;
height: 80px;
margin: 0 20px 20px 0;
-webkit-transition: .5s ease all;
-moz-transition: .5s ease all;
-ms-transition: .5s ease all;
-o-transition: .5s ease all;
}
.whatsapp_opacidade {
opacity: 0;
}
.whatsapp_flutuante b {
font-weight: 700;
}
#atend-whats-flutuante form {
padding: 10px 0;
}
.whats_form_flutuante {
padding: 16px;
}
#atend-whats-flutuante .phone_hp {
display: none !important;
}
#atend-whats-flutuante input,
#atend-whats-flutuante select,
#atend-whats-flutuante textarea {
width: 100%;
padding: 12px;
text-align: left;
font-size: 14px;
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;
cursor: text;
font-family: 'Montserrat', sans-serif;
}
#atend-whats-flutuante .form-bt {
width: 100%;
text-align: center;
color: #fff;
border: none;
text-decoration: none;
background: #33d951;
cursor: pointer;
padding: 14px;
line-height: 16px;
font-size: 16px;
border: 2px solid #25D366;
-webkit-transition: .2s ease all;
-o-transition: .2s ease all;
transition: .2s ease all;
margin: 20px auto 0px;
display: block;
font-weight: 500;
}
#atend-whats-flutuante .form-bt:hover {
background-color: var(--branco);
color: #25D366;
}
#whatsapp .status-form {
text-align: center;
font-size: 14px;
margin: 20px 0 12px;
padding: 0 5%;
line-height: 20px;
}
#atend-whats-flutuante .form_ativo {
border-bottom: 2px solid #33d951 !important;
}
.display_flutuante {
max-height: 500px;
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
}
#whatsapp_footer .form-header {
background-color: #4acd36;
color: var(--branco);
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
padding: 14px;
gap: 15px;
transition: .2s ease all;
cursor: pointer;
}
#status_whatsapp_flutuante .form-error,
#status_whatsapp_flutuante {
text-align: center;
font-size: 13px;
color: red;
}
#resposta-modal-whatsapp {
position: fixed;
top: 0;
left: 0;
background: #00000063;
width: 100%;
height: 100%;
z-index: 9999999;
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: 38px;
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 {
display: flex;
width: 30px;
align-items: center;
justify-content: center;
font-weight: 700;
height: 30px;
position: absolute;
top: -32px;
right: -26px;
cursor: pointer;
color: #e2e2e2;
border: 2px solid #e2e2e2;
background-color: rgba(0, 0, 0, .3);
border-radius: 15px;
text-align: center;
padding: 0 2px 0 2px;
font-size: 12px;
}
.modal-aberto {
display: flex !important;
}
.active_flutuante {
background-color: #079e3f;
}
.fecha_flutuante {
position: absolute;
left: -13px;
z-index: 99999;
color: var(--verde);
top: -13px;
cursor: pointer;
border: 1px solid #000;
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;
display: flex;
background-color: #fff;
opacity: 0;
}
.fecha_display {
opacity: 1;
cursor: pointer;
}
.phone_hp {
display: none !important;
}
.swiper-button-next,
.swiper-button-prev {
z-index: 6 !important;
}
.nv2_voltar {
display: none;
}