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;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
.post,
.page {
margin: 0;
}
body {
font-family: "Poppins", sans-serif;
}
html {
font-size: 16px;
scroll-behavior: smooth;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
img {
max-width: 100%;
}
a {
text-decoration: none;
}
a:visited {
color: auto;
}
:root {
--transicao: .3s all ease-in-out;
--verde: #BDFF63;
--preto: #171C24;
--azul: #1717FF;
--raleway: "Raleway", sans-serif;
--poppins: "poppins", sans-serif;
}
textarea:focus,
input:focus,
select:focus {
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
}
.quebra-linha,
.block {
display: block;
}
.phone_hp {
display: none !important;
}
.error::placeholder,
select.error {
color: red !important;
}
.titulo,
.btn {
font-family: var(--raleway);
} header {
position: absolute;
top: 0;
width: 100%;
left: 0;
z-index: 100;
height: 166px;
background: #161B23;
}
header .container {
width: 1730px;
max-width: 90%;
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
header .container .logo svg {
max-width: 100%;
}
header .container .dir {
display: flex;
column-gap: 55px;
align-items: center;
}
header .container .dir ul {
list-style: none;
display: flex;
column-gap: 55px;
}
header .container .dir ul li a {
font-family: var(--raleway);
font-weight: 500;
font-size: 18px;
color: #fff;
transition: var(--transicao);
}
header .container .dir ul li a:hover {
color: var(--verde);
}
header .container .menu-hamburger {
display: none;
}
header .container .vamos-conversar {
font-family: var(--raleway);
font-weight: 700;
font-size: 16px;
color: var(--verde);
transition: var(--transicao);
border: 1px solid var(--verde);
border-radius: 67px;
display: flex;
column-gap: 10px;
align-items: center;
padding: 14px 25.5px;
}
header .container .vamos-conversar:hover {
color: var(--preto);
color: #fff;
}
header .container .redes {
display: none;
}
header .container .dir .sub-menu {
position: absolute;
width: calc(100vw - 17px);
;
background-color: #fff;
border-radius: 30px;
left: 0;
right: 0;
margin: 0 auto;
padding: 56px 9.4%;
top: 166px;
display: none;
column-gap: 3.3%;
flex-wrap: wrap;
row-gap: 64px;
box-shadow: 0px 0px 6.5px 1px #1717FF24;
}
header .container .dir ul li.menu-item-has-children:hover .sub-menu {
display: flex;
}
header .container .dir ul li.menu-item-has-children:hover {
color: var(--verde);
}
header .container .dir ul li.menu-item-has-children>a {
position: relative;
}
header .container .dir ul li.menu-item-has-children>a::before {
content: url(//www.sucessoemvendas.com.br/wp-content/themes/sucessoemvendas/consultoria-em-vendas/geral/icones-menu/seta-baixo.svg);
left: 0;
filter: brightness(0) saturate(100%) invert(99%) sepia(47%) saturate(2%) hue-rotate(93deg) brightness(114%) contrast(100%);
position: relative;
top: -2px;
margin-right: 8px;
}
header .container .dir ul li.menu-item-has-children>a::after {
content: '';
background-color: transparent;
height: 102px;
width: 100%;
position: absolute;
top: 14px;
left: 0;
}
header .container .dir .sub-menu li a {
font-weight: 600;
font-size: 22px;
color: #A2A4A7;
font-family: var(--raleway);
}
header .container .dir .sub-menu li {
display: flex;
column-gap: 15px;
width: 22.3%;
max-width: 100%;
align-items: center;
}
header .container .dir .sub-menu li .separador {
height: 88px;
display: block;
width: 3px;
background-color: #a2a4a7;
transition: var(--transicao);
position: relative;
}
header .container .dir .sub-menu li .separador .cor {
width: 100%;
height: 28px;
background-color: #a2a4a7;
transition: var(--transicao);
display: block;
}
header .container .dir .sub-menu li .area-icone svg {
width: 56px;
min-width: 56px;
transition: var(--transicao);
color: #a2a4a7;
}
header .container .dir .sub-menu li:hover .separador {
background-color: var(--preto);
}
header .container .dir .sub-menu li:hover .separador .cor {
background-color: var(--azul);
}
header .container .dir .sub-menu li:hover a,
header .container .dir .sub-menu li:hover .area-icone svg {
color: var(--azul);
}
header .container .dir .sub-menu li .area-infos .menu-subtitulo {
font-family: var(--poppins);
font-weight: 400;
font-size: 14px;
color: #a2a4a7;
transition: var(--transicao);
}
@keyframes trocaCores {
0%,
100% {
background-color: #BDFF63; }
33% {
background-color: var(--azul); }
66% {
background-color: var(--preto); }
} .modal-video-container {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: 0px;
left: 0px;
z-index: 999;
transition: var(--transicao);
}
.modal-video-container .filter {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000000bb;
z-index: 1;
}
.modal-video-container .box-video-geral {
z-index: 2;
width: 60%;
height: 33.5vw;
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;
position: relative;
}
.modal-video-container .modal-video-content,
.modal-video-content iframe,
.modal-video-content object,
.modal-video-content embed {
width: 100%;
height: 100%;
}
.box-video-geral .close-video {
position: absolute;
top: -43px;
right: 0;
cursor: pointer;
font-size: 24px;
color: #fff;
background: rgba(255, 255, 255, 0.15);
-webkit-backdrop-filter: blur(2px);
border: 1px solid #ffffff6b;
backdrop-filter: blur(2px);
border-radius: 25px;
height: 35px;
width: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 800px) {
.modal-video-container .box-video-geral {
width: 90%;
height: 50.5vw;
}
} .btn-down {
background: none;
text-align: center;
position: relative;
overflow: hidden;
transition: color .4s
}
.btn-down:before {
content: "";
position: absolute;
z-index: 0;
height: 200px;
width: 110%;
border-radius: 50%;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
transition: all .5s;
}
.btn-down:hover:before {
bottom: -161%;
}
.btn-down--azul:before {
background: var(--azul);
}
.btn-down--preto:before {
background: var(--preto);
}
.btn-down--roxo:before {
background: var(--roxo);
}
.btn-down--verde:before {
background: var(--verde);
}
#botao-fixo {
bottom: 30px;
width: fit-content;
right: -600px;
position: fixed;
z-index: 99;
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;
}
#botao-fixo.botao-fixo-visivel{
left: 29.5px;
}
#botao-fixo.botao-fixo-oculto{
display: none;
}
#botao-fixo .btn-fixo {
max-width: 300px;
border: 1px solid var(--verde);
border-radius: 15px;
display: flex;
align-items: center;
transition: var(--transicao);
}
#botao-fixo .btn-fx {
font-family: poppins;
font-weight: 700;
font-size: 15px;
line-height: 20px;
text-align: center;
color: white;
transition: .5s;
padding: 18px;
z-index: 1;
background-color: var(--preto);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}
#botao-fixo:hover .btn-fx {
background-color: var(--verde);
}
#botao-fixo .btn-down:before {
content: "";
position: absolute;
z-index: 0;
height: 200px;
width: 110%;
border-radius: 50%;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
background: var(--verde);
transition: all .5s;
z-index: -1;
}
#botao-fixo .btn-down:hover:before {
bottom: -149%;
}
#botao-fixo #fechar-fx {
position: absolute;
left: 284px;
z-index: 99999;
color: #000;
top: -7px;
cursor: pointer;
display: flex;
background-color: var(--preto);
border-radius: 15px;
text-align: center;
width: 26px;
height: 26px;
font-size: 14px;
font-weight: 700;
-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;
}
@media screen and (max-width: 600px) {
#botao-fixo {
left: 12.5px;
max-width: 230px;
}
#botao-fixo .btn-fx {
font-size: 12px;
padding: 10px;
}
#botao-fixo .btn-fixo {
border-radius: 21px;
}
#botao-fixo #fechar-fx {
left: 212px;
}
} .pagination {
-ms-flex-pack: center;
-webkit-box-pack: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
width: 100%;
margin-top: 42px;
}
.pagination .pages,
.pagination .last,
.pagination .first {
background-color: var(--preto);
border-radius: 30px;
color: var(--verde);
font-size: 16px;
margin-right: 5px;
letter-spacing: 0.4px;
font-weight: 500;
padding: 10px 25px;
}
.pagination .larger,
.pagination .extend,
.pagination .page {
background-color: var(--preto);
border-radius: 30px;
color: var(--verde);
font-size: 16px;
letter-spacing: 0.4px;
font-weight: 500;
margin-right: 7px;
padding: 10px 16px;
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
background-color: var(--preto);
border-radius: 30px;
color: var(--verde);
font-size: 16px;
letter-spacing: 0.4px;
font-weight: 500;
margin-right: 7px;
padding: 10px 16px;
position: relative;
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.pagination span,
.pagination a {
border: none !important;
}
.pagination .nextpostslink::after {
content: url(//www.sucessoemvendas.com.br/wp-content/themes/sucessoemvendas/consultoria-em-vendas/home/seta-blog.svg);
position: absolute;
color: #fff;
top: 9px;
transform: scale(0.8);
filter: brightness(0) saturate(100%) invert(81%) sepia(44%) saturate(553%) hue-rotate(36deg) brightness(110%) contrast(101%);
}
.pagination .previouspostslink::after {
content: url(//www.sucessoemvendas.com.br/wp-content/themes/sucessoemvendas/consultoria-em-vendas/home/seta-blog.svg);
transform: rotate(180deg) scale(0.8);
position: absolute;
color: #fff;
top: 3px;
filter: brightness(0) saturate(100%) invert(81%) sepia(44%) saturate(553%) hue-rotate(36deg) brightness(110%) contrast(101%);
}
.pagination .current {
background-color: var(--azul);
border-radius: 30px;
color: #fff;
font-size: 16px;
margin-right: 7px;
letter-spacing: 0.4px;
font-weight: 500;
padding: 10px 16px;
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 768px) {
.pagination .pages,
.pagination .last,
.pagination .first {
font-size: 14px;
letter-spacing: 0px;
padding: 8px 16px;
}
.pagination .current,
.pagination .larger,
.pagination .extend,
.pagination .page {
font-size: 14px;
margin-right: 5px;
letter-spacing: 0px;
padding: 8px 14px;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
font-size: 14px;
letter-spacing: 0px;
margin-right: 5px;
padding: 9px 15px;
}
}
@media only screen and (max-width: 600px) {
.pagination .pages,
.pagination .last,
.pagination .first,
.pagination .current,
.pagination .larger,
.pagination .extend,
.pagination .page {
font-size: 12px;
letter-spacing: 0px;
margin-right: 3px;
padding: 6px 12px;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
font-size: 11px;
margin-right: 0px;
padding: 6px 12px;
}
#form_footer .submitted-message {
font-size: 26px;
line-height: 38px;
}
}
@media only screen and (max-width: 430px) {
.pagination .wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
} #form-footer {
position: relative;
margin-bottom: -100px;
z-index: 2;
}
#form-footer .container {
width: 1540px;
max-width: 90%;
margin: 0 auto;
border-radius: 15px;
position: relative;
display: flex;
padding: 70px 80px;
justify-content: space-between;
align-items: center;
column-gap: 40px;
}
#form-footer .container .borda {
width: 100%;
height: 100%;
background: linear-gradient(180deg, #1717FF 0%, #BDFF63 100%);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 15px;
}
#form-footer .container .bg {
width: calc(100% - 2px);
height: calc(100% - 2px);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 15px;
background-color: var(--preto);
background-image: url(//www.sucessoemvendas.com.br/wp-content/themes/sucessoemvendas/consultoria-em-vendas/geral/bg-form-footer.webp);
background-size: cover;
background-position: left center;
background-repeat: no-repeat;
}
#form-footer .container .esq {
width: 45%;
}
#form-footer .container .esq .logo {
display: block;
margin-bottom: 8px;
}
#form-footer .container .esq,
#form-footer .container form {
position: relative;
z-index: 3;
}
#form-footer .container .esq .titulo {
font-weight: 700;
font-size: 2.5rem;
text-transform: uppercase;
color: #fff;
margin-bottom: 30px;
}
#form-footer .container .esq .titulo span {
color: var(--verde);
}
#form-footer .container .esq .texto {
font-weight: 400;
font-size: 16px;
color: #fff;
width: 511px;
max-width: 100%;
}
#form-footer .container form {
width: 720px;
max-width: 50%;
}
#form-footer .container form .box-input {
position: relative;
width: 100%;
margin-bottom: 15px;
display: flex;
column-gap: 8px;
}
#form-footer .container form .box-input label {
font-weight: 400;
font-size: 14px;
color: var(--preto);
position: absolute;
left: 15px;
top: 10px;
transition: var(--transicao);
}
#form-footer .container form .box-input label.subir {
background: var(--verde);
font-weight: 700;
border-radius: 10px;
font-size: 10px;
padding: 2px 8px;
top: -11px;
}
#form-footer .container form .box-input input,
#form-footer .container form .box-input select {
width: 100%;
background-color: #fff;
border: 2px solid #fff;
height: 40px;
border-radius: 10px;
padding-left: 15px;
font-weight: 400;
font-size: 14px;
font-family: var(--poppins);
color: var(--preto);
transition: var(--transicao);
}
#form-footer .container form .box-input .inside {
width: 50%;
position: relative;
}
#form-footer .container form .box-input textarea {
width: 100%;
background-color: #fff;
border: 2px solid #fff;
height: 120px;
border-radius: 10px;
padding-left: 15px;
font-weight: 400;
font-size: 14px;
color: var(--preto);
font-family: var(--poppins);
padding-top: 15px;
transition: var(--transicao);
}
#form-footer .container form button {
width: 100%;
height: 65px;
color: var(--preto);
background-color: var(--verde);
border-radius: 50px;
border: none;
text-transform: uppercase;
font-family: var(--raleway);
font-weight: 700;
font-size: 20px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
transition: var(--transicao);
margin-bottom: 15px;
}
#form-footer .container form button:hover {
color: #fff;
background-color: var(--azul);
}
#form-footer .container form .box-input input:focus,
#form-footer .container form .box-input textarea:focus {
border: 2px solid var(--verde);
}
#form-footer .container form .box-input input::placeholder,
#form-footer .container form .box-input textarea::placeholder {
font-weight: 400;
font-size: 14px;
color: var(--preto);
}
#form-footer .container form .preenchimento,
#form-footer .container form .preenchimento a {
font-weight: 400;
font-size: 12px;
text-align: center;
color: #fff;
transition: var(--transicao);
}
#form-footer .container form .preenchimento a:hover {
color: var(--verde);
} #form-footer .container .hubspot-embed-forms {
}
#form-footer .container .hubspot-embed-forms form.hs-form { width: 100%; }
#form-footer .container .hubspot-embed-forms form.hs-form {
width: 100%;
max-width: 100%;
} #form-footer .container .hubspot-embed-forms .hs-error-msg {
font-size: 12px;
color: red !important;
margin-top: 6px;
font-family: var(--poppins);
display: none;
}
#form-footer .container .hubspot-embed-forms .hs-input.error {
border-color: red !important;
} #form-footer .container .hubspot-embed-forms .hs-form-field {
position: relative;
width: 50%;
margin-bottom: 15px;
display: inline-flex;
flex-direction: column;
padding-right: 8px;
box-sizing: border-box;
}
#form-footer .container .hubspot-embed-forms .hs-form-field:nth-child(2n) { padding-right: 0; } #form-footer .container .hubspot-embed-forms .hs-form-field[class*="hs_message"],
#form-footer .container .hubspot-embed-forms .hs-form-field[class*="website"] {
width: 100%;
padding-right: 0;
} #form-footer .container .hubspot-embed-forms label {
font-weight: 400;
font-size: 14px;
color: var(--preto);
margin-bottom: 6px;
font-family: var(--poppins);
display: none;
} #form-footer .container .hubspot-embed-forms .hs-input,
#form-footer .container .hubspot-embed-forms select.hs-input {
width: 100%;
background-color: #fff;
border: 2px solid #fff;
height: 40px;
border-radius: 10px;
padding-left: 15px;
font-weight: 400;
font-size: 14px;
font-family: var(--poppins);
color: var(--preto);
transition: var(--transicao);
box-sizing: border-box;
}
form-footer .container .hubspot-embed-forms input,
#form-footer .container .hubspot-embed-forms input::placeholder,
#form-footer .container .hubspot-embed-forms textarea,
#form-footer .container .hubspot-embed-forms textarea::placeholder {
font-size: 14px;
color: var(--preto) !important;
}
#form-footer .container .hubspot-embed-forms .hs-fieldtype-select:not(.hs_nivel_do_cargo, .hs_area) {
width: 100%;
} #form-footer .container .hubspot-embed-forms textarea.hs-input {
height: 120px;
border-radius: 10px;
padding: 15px;
resize: none;
} #form-footer .container .hubspot-embed-forms .hs-input:focus,
#form-footer .container .hubspot-embed-forms textarea.hs-input:focus { border: 2px solid var(--verde); } #form-footer .container .hubspot-embed-forms .hs-error-msg,
#form-footer .container .hubspot-embed-forms .hs-error-msgs li { font-size: 12px; color: red; }
#form-footer .container .hubspot-embed-forms .hs-error-msgs,
#form-footer .container .hubspot-embed-forms .hs-error-msgs li { list-style: none; margin: 0; padding: 0; } #form-footer .container .hubspot-embed-forms .hs_error_rollup {
width: 100%;
text-align: center;
color: red;
margin-bottom: 15px;
}
#form-footer .container .hubspot-embed-forms .hs_error_rollup label,
#form-footer .container .hubspot-embed-forms .hs_error_rollup .hs-main-font-element { color: red !important; } #form-footer .container .hubspot-embed-forms .hs-form .hs-submit,
#form-footer .container .hubspot-embed-forms input[type="submit"],
#form-footer .container .hubspot-embed-forms .hs-button {
width: 100%;
height: 65px;
color: var(--preto);
background-color: var(--verde);
border-radius: 50px;
border: none;
text-transform: uppercase;
font-family: var(--raleway);
font-weight: 700;
font-size: 20px;
text-align: center;
cursor: pointer;
transition: var(--transicao);
margin-bottom: 15px;
}
#form-footer .container .hubspot-embed-forms .hs-button:hover,
#form-footer .container .hubspot-embed-forms input[type="submit"]:hover { background-color: var(--azul); color: #fff; } #form-footer .container .hubspot-embed-forms + p.preenchimento,
#form-footer .container .hubspot-embed-forms + p.preenchimento a {
font-weight: 400;
font-size: 12px;
text-align: center;
color: #fff;
transition: var(--transicao);
}
#form-footer .container .hubspot-embed-forms + p.preenchimento a:hover { color: var(--verde); }
#hubspot-footer-form {
background-color: rgba(255, 255, 255, 0.1); }
#hubspot-footer-form form {
width: 100%;
} #form-footer .container .hubspot-embed-forms label,
#form-footer .container .hubspot-embed-forms .hsfc-FieldLabel,
#form-footer .container .hubspot-embed-forms .hs-form-field label,
#form-footer .container .hubspot-embed-forms .hs-form-required,
#form-footer .container .hubspot-embed-forms .hsfc-FieldLabel__RequiredIndicator {
color: #ffffff;
} #form-footer .container .hubspot-embed-forms .hs_error_rollup {
width: 100%;
text-align: center;
color: red;
margin-bottom: 15px;
}
#form-footer .container .hubspot-embed-forms .hs_error_rollup .hs-error-msgs,
#form-footer .container .hubspot-embed-forms .hs_error_rollup .hs-error-msgs li {
list-style: none;
margin: 0;
padding: 0;
}
#form-footer .container .hubspot-embed-forms .hs_error_rollup label,
#form-footer .container .hubspot-embed-forms .hs_error_rollup .hs-main-font-element {
color: red !important;
}
#form-footer .preenchimento {
display: none !important;
} @media screen and (max-width: 1024px) {
#form-footer .container .hubspot-embed-forms { width: 760px; max-width: 100%; }
}
@media screen and (max-width: 500px) {
#form-footer .container .hubspot-embed-forms .hs-form-field { width: 100%; padding-right: 0; margin-bottom: 20px; }
} .formulario-whatsapp .hubspot-embed-forms {
width: 100%;
}
.formulario-whatsapp .submitted-message {
color: #171C24 !important;
width: 100%;
text-align: center;
padding: 20px 0px;
} .formulario-whatsapp .hubspot-embed-forms .hsfc-FieldLabel,
.formulario-whatsapp .hubspot-embed-forms .hs-form-field label,
.formulario-whatsapp .hubspot-embed-forms .hs-form-required,
.formulario-whatsapp .hubspot-embed-forms .hsfc-FieldLabel__RequiredIndicator {
color: #ffffff;
}
.formulario-whatsapp .hubspot-embed-forms .hs-form label {
color: #404040;
margin-left: 15px;
display: none;
} .formulario-whatsapp .hubspot-embed-forms .hs-error-msg { visibility: hidden; display: none; }
.formulario-whatsapp .hubspot-embed-forms .hs-error-msgs,
.formulario-whatsapp .hubspot-embed-forms .hs-error-msgs li { visibility: hidden !important; display: none !important; } .formulario-whatsapp .hubspot-embed-forms .hs_error_rollup {
width: 100%;
text-align: center;
color: red;
margin-bottom: 15px;
visibility: visible !important;
}
.formulario-whatsapp .hubspot-embed-forms .hs_error_rollup label,
.formulario-whatsapp .hubspot-embed-forms .hs_error_rollup .hs-main-font-element { color: red !important; }
.formulario-whatsapp .hubspot-embed-forms textarea.hs-input {
width: 90%;
margin: 0 auto;
border: 1px solid #dfdfdf;
height: 40px;
border-radius: 10px;
background-color: #fff;
font-size: 14px;
font-weight: 400;
height: 85px;
padding: 12px;
font-size: 16px;
color: #333333 !important;
}
.formulario-whatsapp .hubspot-embed-forms textarea.hs-input::placeholder {
font-size: 16px;
color: #333333 !important;
}
.formulario-whatsapp .hubspot-embed-forms .input {
text-align: center;
}
.formulario-whatsapp .hubspot-embed-forms .hs-button {
width: 95%;
text-align: center;
color: #fff !important;
border: none;
text-decoration: none;
background: #53a451;
cursor: pointer;
padding: 13px;
line-height: 16px;
font-size: 18px;
border-radius: 11px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
margin: 20px auto 0px;
display: block;
font-weight: 500;
} .formulario-whatsapp .hubspot-embed-forms .hs-input:focus,
.formulario-whatsapp .hubspot-embed-forms textarea.hs-input:focus { border: 2px solid var(--verde); } #footer {
position: relative;
background-color: var(--preto);
padding-top: 222px;
background-image: url(//www.sucessoemvendas.com.br/wp-content/themes/sucessoemvendas/consultoria-em-vendas/geral/bg-footer.webp);
background-size: cover;
background-position: bottom right;
background-repeat: no-repeat;
}
#footer .container {
width: 1640px;
max-width: 90%;
margin: 0 auto;
display: flex;
}
#footer .container {
display: flex;
flex-direction: column;
}
#footer .container .top {
display: flex;
column-gap: 30px;
justify-content: space-between;
align-items: center;
width: 100%;
margin-bottom: 80px;
padding-right: 51px;
}
#footer .container .top .esq svg {
max-width: 100%;
}
#footer .container .top .box-redes .titulo {
font-weight: 600;
font-size: 14px;
color: var(--verde);
margin-bottom: 24px;
text-align: center;
}
#footer .container .top .box-redes {
display: flex;
flex-direction: column;
align-items: center;
}
#footer .container .top .box-redes .redes {
padding: 8px 10px;
border-radius: 23px;
border: 1px solid var(--verde);
display: flex;
column-gap: 9px;
}
#footer .container .top .box-redes .redes a {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border: 2px solid;
backdrop-filter: blur(10px);
background-color: #fff;
opacity: 0.3;
border-radius: 50%;
transition: var(--transicao);
text-decoration: none;
border: none;
}
#footer .container .top .box-redes .redes a:hover {
opacity: 1;
}
#footer .container .middle {
width: 100%;
display: flex;
margin-bottom: 210px;
}
#footer .container .middle .box .titulo {
font-weight: 700;
font-size: 18px;
color: var(--verde);
margin-bottom: 26px;
}
#footer .container .middle .box .localizacao {
margin-bottom: 14px;
}
#footer .container .middle .box .localizacao p {
font-weight: 300;
font-size: 16px;
color: #fff;
}
#footer .container .middle .box ul {
display: flex;
flex-direction: column;
row-gap: 10px;
list-style: none;
}
#footer .container .middle .box ul li a {
color: #fff;
opacity: .5;
transition: var(--transicao);
font-weight: 300;
font-size: 16px;
font-family: var(--poppins);
position: relative;
}
#footer .container .middle .box ul li a::before {
content: '_';
transition: var(--transicao);
}
#footer .container .middle .box ul li a:hover {
opacity: 1;
}
#footer .container .middle .box ul li a:hover::before {
color: var(--verde);
}
#footer .container .middle .box-1 {
margin-right: 11.4%;
}
#footer .container .middle .box-2 {
margin-right: 7.5%;
}
#footer .container .middle .box-3 {
margin-right: 7.5%;
}
#footer .container .bottom {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #FFFFFF40;
padding-top: 22px;
padding-bottom: 30px;
padding-right: 100px;
}
#footer .container .bottom p,
#footer .container .bottom p a {
font-weight: 400;
font-size: 12px;
color: #fff;
transition: var(--transicao);
} #cabecalho-padrao {
padding-top: 230px;
background-color: var(--preto);
position: relative;
background-image: url(//www.sucessoemvendas.com.br/wp-content/themes/sucessoemvendas/consultoria-em-vendas/geral/detalhe-cabecalho-padrao.svg);
background-position: right;
background-size: contain;
background-repeat: no-repeat;
padding-bottom: 35px;
}
#cabecalho-padrao .container {
width: 1540px;
max-width: 90%;
margin: 0 auto;
}
#cabecalho-padrao .container .titulo {
font-weight: 700;
font-size: 2rem;
line-height: 2.25rem;
color: #fff;
} #breadcrumbs {
background-color: #EDEFF7;
padding: 10.5px 0;
}
#breadcrumbs .container {
width: 1540px;
max-width: 90%;
margin: 0 auto;
}
#breadcrumbs .container span,
#breadcrumbs .container a {
font-weight: 400;
font-size: 14px;
color: #000;
transition: var(--transicao);
}
#breadcrumbs .container .home::before {
content: url(//www.sucessoemvendas.com.br/wp-content/themes/sucessoemvendas/consultoria-em-vendas/geral/home-breadcrumb.svg);
display: inline-block;
margin-right: 10px;
}
#breadcrumbs .container .separador {
color: var(--azul);
display: inline-block;
margin: 0 5px;
}
#breadcrumbs .container a:hover span {
color: var(--azul);
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {
html {
font-size: 13px;
}
header .container .dir,
header .container .dir ul {
column-gap: 20px;
}
header .container .dir .sub-menu {
padding: 56px 3.4%;
}
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {
header .container .dir ul li a,
header .container .vamos-conversar {
font-size: 16px;
}
header .container .logo {
width: 160px;
}
header .container .dir .sub-menu {
column-gap: 2.3%;
row-gap: 34px;
}
header .container .dir .sub-menu li {
width: 31.8%;
}
header .container .dir .sub-menu li a {
font-size: 20px;
}
}
@media screen and (max-width: 1280px) {
html {
font-size: 11px;
}
}
@media screen and (max-width: 1200px) {
header .container .vamos-conversar {
padding: 7px 16.5px;
}
header .container .dir .sub-menu li .area-icone svg {
width: 35px;
min-width: 35px;
}
}
@media screen and (max-width: 1160px) {
header .container {
max-width: 95%;
}
}
@media screen and (max-width: 1080px) {
header .container .dir ul li a,
header .container .vamos-conversar {
font-size: 13px;
}
header .container .dir,
header .container .dir ul {
column-gap: 13px;
}
}
@media screen and (max-width: 1024px) {
#form-footer .container {
flex-direction: column;
row-gap: 30px;
}
.formulario-whatsapp input, .formulario-whatsapp select {
border: 1px solid #d0d0d0 !important;
}
.container-whatsapp {
display: flex !important;
}
#whatsapp.modalOpen #close_whatsapp {
background: #265c54 !important;
}
#form-footer .container form {
width: 100%;
max-width: 100%;
}
#form-footer .container .esq {
width: 100%;
}
#form-footer .container {
padding: 40px 30px;
}
#footer .container .middle .box {
margin-right: 0;
}
#footer .container .middle,
#footer .container .bottom {
flex-direction: column;
row-gap: 40px;
}
#footer .container .bottom {
flex-direction: column;
row-gap: 20px;
padding-right: 0;
text-align: center;
}
#footer .container .middle {
margin-bottom: 100px;
}
#footer .container .top {
align-items: flex-start;
flex-direction: column;
row-gap: 40px;
padding-right: 0;
}
header .container .dir {
position: absolute;
top: 80px;
padding: 30px 35px;
padding-bottom: 117px;
right: -100%;
width: 100%;
height: 100vh;
flex-direction: column;
background-color: var(--preto);
transition: var(--transicao);
overflow: auto;
align-items: flex-start;
row-gap: 40px;
}
header .container .dir .menu-principal-container {
width: 100%;
height: auto;
}
header .container .dir.aberto {
right: 0;
}
body>#page {
overflow: hidden;
}
header .container .logo {
width: 128px;
}
header {
height: 80px;
position: fixed;
background-color: var(--preto) !important;
}
header .container .menu-hamburger {
display: flex;
flex-direction: column;
row-gap: 6px;
}
header .container .dir ul li.menu-item-has-children>a::after {
display: none;
}
header .container .menu-hamburger .hamburger {
width: 22px;
height: 2px;
background-color: #fff;
transition: var(--transicao);
}
header .container .menu-hamburger.aberto .hamburger-01 {
transform: rotate(45deg) translate(4px, 4px);
}
header .container .menu-hamburger.aberto .hamburger-02 {
opacity: 0;
}
header .container .menu-hamburger.aberto .hamburger-03 {
transform: rotate(-45deg) translate(7px, -7px);
}
header .container {
padding: 0 15px;
max-width: 100%;
}
html.trava-scroll {
overflow: hidden;
}
header .container .dir ul {
flex-direction: column;
row-gap: 35px;
}
header .container .dir ul li a {
font-family: Raleway;
font-weight: 500;
font-size: 16px;
line-height: 14px;
}
header .container .dir ul li.menu-item-has-children>a::before {
position: absolute;
right: -22%;
top: 7px;
line-height: 0;
left: unset;
height: 7px;
margin: 0;
filter: brightness(0) saturate(100%) invert(87%) sepia(30%) saturate(775%) hue-rotate(31deg) brightness(103%) contrast(103%);
}
header .container .dir .sub-menu {
display: none;
background-color: transparent;
width: 100%;
box-shadow: none;
position: unset;
padding: 0;
row-gap: 0;
margin-top: 10px;
display: none;
}
header .container .dir .sub-menu li .area-infos .menu-subtitulo,
header .container .dir ul li.menu-item-has-children:hover .sub-menu {
display: none;
}
header .container .dir ul li.menu-item-has-children.aberto .sub-menu {
display: flex;
}
header .container .dir ul li.menu-item-has-children.aberto > a::before {
transform: rotate(180deg);
}
header .container .dir .sub-menu li .area-icone svg {
width: 20px;
min-width: 20px;
color: var(--verde);
}
header .container .dir .sub-menu li .separador {
display: none;
}
header .container .dir .sub-menu li a {
color: #fff;
font-weight: 400;
font-size: 14px;
}
header .container .dir .sub-menu li {
width: 100%;
}
header .container .vamos-conversar {
font-size: 16px;
padding: 14px 25.5px;
}
header .container .redes {
padding: 8px 10px;
border-radius: 23px;
display: flex;
column-gap: 15px;
row-gap: 10px;
}
header .container .redes a {
display: flex;
align-items: center;
justify-content: center;
width: 25px;
height: 25px;
border: 2px solid;
backdrop-filter: blur(10px);
background-color: #fff;
opacity: 0.3;
border-radius: 50%;
transition: var(--transicao);
text-decoration: none;
border: none;
}
#cabecalho-padrao {
padding-top: 150px;
}
}
@media screen and (max-width: 996px) {}
@media screen and (max-width: 768px) {
html {
font-size: 9px;
}
}
@media screen and (max-width: 600px) {
#cabecalho-padrao {
background-image: none;
}
}
@media screen and (max-width: 490px) {
#form-footer .container form .box-input {
flex-direction: column;
row-gap: 15px;
}
#form-footer .container form .box-input .inside {
width: 100%;
}
}
@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) {}