@charset "UTF-8";
.container-geral {
width: 1363px;
margin: 0 auto;
position: relative;
max-width: 90%;
}
.quebra-linha {
display: block;
}
html {
scroll-behavior: smooth;
}
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
outline: none !important;
}
.fbx-caption,
.fbx-count {
display: none !important;
}
.display-flex-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.display-flex-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.noselect {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.phone_hp {
display: none !important;
}
.post-edit-link {
display: block;
text-align: center;
padding: 15px 0;
}
input.error::placeholder, textarea.error::placeholder, select.error, label.error {
color: red !important;
font-weight: 600;
opacity: 1;
}
body {
font-family: "Open Sans", sans-serif;
}
.mt-page {
padding-top: 60px;
} :root {
--vermelho: #FA2223;
--vinho: #9D252E;
--preto: #000;
--preto-absoluto: #0A0A0A;
--branco: #fff;
--branco-neve: #F9F9F9;
--cinza: #F3F3F3;
--cinza-claro: #E9E9E9;
--cinza-palido: #DFDFDF;
--cinza-neutro: #D9D9D9;
--cinza-claro-neutro: #DFDFDF;
--chumbo: #5C5C5C;
--verde: #00CF4B;
--verde-whats: #33B560;
--marrom-escuro: #1B130F;
--cinza-svg: #868686;
--carvao: #434343;
--kanit: "Kanit", sans-serif;
}
div#page {
display: flex;
flex-direction: column;
}
main {
overflow: hidden;
order: 3;
display: flex;
flex-direction: column;
padding-top: 159px;
} header {
position: absolute;
width: 100%;
order: 1;
z-index: 109;
}
header .header-top {
display: flex;
justify-content: space-between;
align-items: center;
height: 39px;
background-color: var(--marrom-escuro);
color: #fff;
padding: 0 40px;
position: relative;
}
header .header-top .meio {
display: flex;
align-items: center;
position: absolute;
left: 0;
right: 0;
justify-content: center;
}
header .header-top .meio p {
margin-right: 10px;
font-size: 14px;
font-weight: 700;
}
header .header-top .esq {
display: flex;
align-items: center;
z-index: 2;
}
header .header-top .esq a {
color: var(--branco);
font-weight: 400;
font-size: 14px;
transition: 0.2s all ease-in-out;
}
header .header-top .esq a:hover {
color: var(--vermelho);
}
header .header-top .esq a::after {
content: '';
height: 15px;
position: relative;
top: 2px;
width: 1px;
background-color: var(--branco);
margin: 0 20px;
display: inline-block;
}
header .header-top .esq a:last-child::after {
display: none;
}
header .header-top .dir {
display: flex;
column-gap: 26px;
z-index: 2;
}
header .header-top .dir a {
display: flex;
align-items: center;
transition: 0.2s all ease-in-out;
}
header .header-top .dir a svg {
fill: var(--cinza-svg);
transition: 0.2s all ease-in-out;
}
header .header-top .dir a:hover svg {
fill: var(--branco);
}
#menu-principal-1 {
display: none;
}
header #menu-principal {
display: flex;
align-items: end;
justify-content: flex-end;
position: relative;
padding-top: 20px;
margin: 0;
margin-bottom: 18px;
}
header #menu-principal .mobile {
display: none;
}
header #menu-principal li {
list-style: none;
position: relative;
}
header #menu-principal li::after {
content: '';
height: 15px;
width: 1px;
background-color: var(--cinza-svg);
margin: 0 16px;
display: inline-block;
position: relative;
top: 2px;
}
header #menu-principal li:last-child::after, header #menu-principal li.contato::after {
display: none;
}
header #menu-principal li a {
font-weight: 700;
font-size: 14px;
color: var(--preto);
transition: 0.2s all ease-in-out;
}
header #menu-principal li a:hover {
color: var(--vermelho);
}
header .header-bottom {
background-color: var(--cinza-claro);
height: 120px;
}
header .header-bottom .header-geral {
background-color: var(--branco);
border-radius: 20px;
height: 120px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
header .header-bottom .header-geral .esq {
margin-left: 34px;
}
header .header-bottom .header-geral .esq img {
width: 281px;
}
header .header-bottom .header-geral .dir {
display: flex;
column-gap: 25px;
}
header .header-bottom .header-geral .dir>.box {
display: flex;
align-items: center;
position: relative;
}
header .header-bottom .header-geral .dir>.box-RA {
margin-right: 25px;
}
header .header-bottom .header-geral .dir>.box.box-numeros {
column-gap: 46px;
}
header .header-bottom .header-geral .dir>.box-RA span {
background-color: var(--vermelho);
display: flex;
align-items: center;
justify-items: center;
border-radius: 50px;
height: 14px;
color: var(--branco);
font-size: 8px;
font-weight: 800;
width: 84px;
justify-content: center;
line-height: 0;
position: absolute;
bottom: 8px;
right: 0px;
text-transform: uppercase;
}
header .header-bottom .header-geral .dir .box-numero p {
font-size: 11px;
font-weight: 700;
color: #DC2220;
text-align: center;
}
header .header-bottom .header-geral .dir .box-numero a {
position: relative;
font-size: 18px;
font-weight: 800;
color: #181818;
}
header .header-bottom .header-geral .dir .box-numero a::before {
content: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-telefone.svg);
position: absolute;
left: -23px;
}
header .header-bottom .header-geral .dir .box-whatsapp {
width: 165px;
height: 49px;
background-color: var(--verde);
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
border-radius: 50px;
column-gap: 9px;
margin-right: 20px;
cursor: pointer;
transition: 0.2s all ease-in-out;
}
header .header-bottom .header-geral .dir .box-whatsapp:hover {
filter: brightness(1.1);
}
header .header-bottom .header-geral .dir .box-whatsapp p {
color: var(--branco);
font-weight: 800;
font-size: 16px;
}
header .header-bottom .header-geral .menu-absoluto {
display: flex;
justify-content: space-between;
background-color: var(--preto);
position: absolute;
right: 0;
bottom: -35px;
height: 50px;
border-radius: 25px;
width: 100%;
}
header .header-bottom .header-geral .menu-linha-container {
width: 100%;
}
header .header-bottom .header-geral .menu-absoluto #menu-linha {
display: flex;
padding: 0;
margin: 0;
height: 100%;
width: 100%;
justify-content: space-between;
}
header .header-bottom .header-geral .menu-absoluto li {
list-style: none;
position: relative;
width: 100%;
}
header .header-bottom .header-geral .menu-absoluto a,
header .header-bottom .header-geral .menu-absoluto .menu_text,
header .header-bottom .header-geral .menu-absoluto .menu_text_mobile {
color: var(--branco);
font-size: 14px;
font-weight: 800;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
position: relative;
transition: 0.2s all ease-in-out;
text-align: center;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu a{
justify-content: flex-start;
text-align: left;
}
header .header-bottom .header-geral #menu-linha li:first-child a {
border-radius: 25px 0 0 25px;
padding: 0 1vw 0 20px;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa {
border-radius: 0 25px 25px 0;
column-gap: 1vw;
font-size: 14px;
font-weight: 800;
display: flex;
align-items: center;
height: 100%;
position: relative;
padding: 0  20px 0 1vw;
transition: 0.2s all ease-in-out;
cursor: pointer;
}
header .header-bottom .header-geral .menu-absoluto .menu_text {
padding: 0;
text-wrap: nowrap;
cursor: pointer;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa:hover,
header .header-bottom .header-geral .menu-absoluto.aberto .linha-completa {
background-color: var(--vermelho);
}
header .header-bottom .header-geral .menu-absoluto .menu_text_mobile {
display: none;
} header .header-bottom .header-geral #menu-linha li a:hover {
background-color: #272727;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa .menu-hamburger {
display: flex;
flex-direction: column;
row-gap: 2.45px;
cursor: pointer;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa .menu-hamburger .linha {
width: 15px;
height: 2.37px;
background-color: var(--chumbo);
transition: 0.4s all ease-in-out;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa:hover .menu-hamburger .linha {
background-color: var(--branco);
}
header .header-bottom .header-geral .menu-absoluto.aberto .linha {
background-color: var(--branco) !important;
}
header .header-bottom .header-geral .menu-absoluto.aberto .linha-completa .menu-hamburger .linha-01 {
transform: rotate(-45deg) translate(-5px, 4px);
}
header .header-bottom .header-geral .menu-absoluto.aberto .linha-completa .menu-hamburger .linha-02 {
transform: rotate(45deg) translate(0px, 1.5px);
}
header .header-bottom .header-geral .menu-absoluto.aberto .linha-completa .menu-hamburger .linha-03 {
opacity: 0;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu {
position: absolute;
right: 0;
top: 43px;
padding-top: 14px;
width: 100%;
display: flex;
border-radius: 15px;
height: auto;
transition: 0.2s all ease-in-out;
opacity: 0;
z-index: -1;
pointer-events: none;
max-width: 1060px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .fechar {
display: none;
}
header .header-bottom .header-geral .menu-absoluto.aberto .box-sub-menu {
opacity: 1;
transition: 0.2s all ease-in-out;
z-index: 1;
pointer-events: all;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .esq {
background-color: var(--branco);
display: flex;
flex-direction: column;
margin: 0;
border-radius: 15px 0 0 15px;
min-width: 339px;
padding: 30px;
row-gap: 20px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .meio,
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .dir {
background-color: var(--cinza);
display: flex;
flex-direction: column;
margin: 0;
width: 100%;
padding: 30px;
row-gap: 16px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .dir {
border-radius: 0 15px 15px 0;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu a {
color: var(--preto);
font-weight: 500;
font-size: 12px;
height: auto;
padding: 0;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu .principal {
color: var(--preto);
font-weight: 800;
font-size: 14px;
margin-bottom: 14px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul {
padding: 0;
display: flex;
flex-direction: column;
row-gap: 10px;
margin: 0;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul .voltar, header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul .fechar {
display: none;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu .principal .emergencia {
width: 134px;
height: 25px;
background-color: var(--vermelho);
color: var(--branco);
font-weight: 700;
font-size: 10px;
border-radius: 30px;
text-align: center;
padding: 0;
line-height: 0;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 0.4px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .esq .principal {
justify-content: space-between;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul li a {
position: relative;
transition: 0.2s all ease-in-out;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul li a:hover {
font-weight: 800;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul li a::before {
content: '';
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-seta-menu.svg);
width: 8px;
height: 8px;
display: inline-block;
background-repeat: no-repeat;
margin-right: 5px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul li a:hover::before {
filter: brightness(0) saturate(100%) invert(39%) sepia(53%) saturate(5990%) hue-rotate(339deg) brightness(89%) contrast(124%);
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .botoes-maiores .botao {
height: 40px;
width: 271px;
display: flex;
align-items: center;
justify-content: flex-start;
color: var(--branco);
font-weight: 700;
font-size: 14px;
border-radius: 30px;
padding: 0;
margin-bottom: 5px;
transition: 0.2s all ease-in-out;
padding-left: 47px;
cursor: pointer;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .botoes-maiores .botao.btn-01 {
background-color: var(--verde);
column-gap: 33px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .botoes-maiores .botao.btn-02 {
background-color: var(--preto);
column-gap: 16px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .botoes-maiores .botao.btn-03 {
background-color: var(--vermelho);
column-gap: 40px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .botoes-maiores .botao.btn-01 img {
width: 17px;
height: 17px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .botoes-maiores .botao:hover {
filter: brightness(1.1);
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .btn_linha_completa {
width: 271px;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
font-weight: 700;
font-size: 14px;
border-radius: 30px;
padding: 11px 2%;
transition: 0.2s all ease-in-out;
cursor: pointer;
text-align: center;
background-color: var(--preto);
height: auto;
position: absolute;
bottom: 40px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .btn_linha_completa:hover {
background-color: var(--vermelho);
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu .principal.contrato {
margin: 0 0 30px;
}
.box-RA img {
width: 100px;
}
.wpp-flutuante {
position: fixed;
bottom: 12%;
left: 2%;
cursor: pointer;
transition: 0.2s all ease-in-out;
z-index: 10;
}
.wpp-flutuante .inside{
transition: 0.2s all ease-in-out;
}
.wpp-flutuante:hover .inside {
fill: #4AB74A;
}
.ligacao-flutuante {
position: fixed;
bottom: 14%;
right: 2%;
width: 134px;
height: 152px;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 10px;
background-color: var(--branco);
box-shadow: 0px 0px 4px 0px #00000040;
justify-content: center;
padding-bottom: 21px;
z-index: 10;
}
.ligacao-flutuante .fechar {
position: absolute;
top: -7px;
right: -7px;
border-radius: 50%;
display: block;
width: 26px;
height: 26px;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--kanit);
font-weight: 300;
color: var(--preto);
font-size: 12px;
cursor: pointer;
box-shadow: 0px 0px 4px 0px #00000040;
background-color: var(--branco);
}
.ligacao-flutuante .principal {
font-weight: 700;
color: var(--preto);
font-size: 36px;
}
.ligacao-flutuante .quebra-linha {
line-height: 15px;
color: var(--preto);
font-size: 14px;
text-align: center;
font-weight: 600;
}
.ligacao-flutuante .sim {
background-color: var(--verde);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
width: 80px;
height: 30px;
position: absolute;
bottom: -9px;
border: none;
font-family: var(--kanit);
font-weight: 800;
color: var(--branco);
font-size: 16px;
cursor: pointer;
transition: 0.2s all ease-in-out;
}
.ligacao-flutuante:hover .sim {
background-color: var(--verde-whats);
}
.area-wpp-flutuante, .area-ligacao-flutuante {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: flex-start;
justify-content: center;
z-index: 101;
background-color: #00000096;
padding-top: 10%;
display: none;
z-index: 110;
}
.area-wpp-flutuante.abrir, .area-ligacao-flutuante.abrir {
display: flex;
}
.area-wpp-flutuante form {
width: 580px;
max-width: 90%;
display: flex;
flex-direction: column;
border-radius: 25px;
background-color: var(--branco);
position: relative;
}
.area-wpp-flutuante form .fechar, .box-ligacao-flutuante .fechar {
position: absolute;
top: -25px;
left: 0;
cursor: pointer;
}
.area-wpp-flutuante form .box-texto {
width: 100%;
border-radius: 25px 25px 0 0;
padding: 0 5%;
display: flex;
align-items: center;
justify-content: center;
column-gap: 25px;
background-color: var(--verde);
height: 67px;
color: var(--branco);
font-weight: 700;
text-align: center;
}
.area-wpp-flutuante form input,
.area-wpp-flutuante form select {
width: 100%;
position: relative;
border-radius: 10px;
border: 1px solid var(--cinza-palido);
height: 40px;
padding-left: 37px;
}
.area-wpp-flutuante form input#wpp-nome {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/ico-nome.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
.area-wpp-flutuante form input#wpp-telefone {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/ico-telefone.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
margin-bottom: 18px;
}
.area-wpp-flutuante form select {
font-weight: 400;
color: var(--carvao);
padding-left: 15px;
margin-bottom: 23px;
}
.area-wpp-flutuante form label:not([for='wpp-servico']) {
position: relative;
top: 29px;
left: 38px;
z-index: 1;
font-size: 14px;
color: var(--preto);
transition: 0.2s all ease-in-out;
height: 19px;
font-weight: 500;
}
.area-wpp-flutuante form label[for='wpp-servico'] {
font-size: 12px;
font-weight: 400;
color: var(--preto);
margin-top: 16px;
margin-bottom: 6px;
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 0) 0%);
}
.area-wpp-flutuante form label:not([for='wpp-servico']).subir {
top: 10px;
font-size: 12px;
width: min-content;
background: linear-gradient(180deg, rgb(255 255 255) 50%, rgba(255, 255, 255, 1) 50%);
}
.area-wpp-flutuante form .solicitar {
width: 100%;
height: 50px;
border-radius: 50px;
background-color: var(--verde);
transition: 0.2s all ease-in-out;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
font-weight: 700;
text-decoration: none;
border: none;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
margin-bottom: 10px;
}
.area-wpp-flutuante form .solicitar.btn-desabilitado{
background-color: var(--cinza-neutro);
cursor: default;
}
.area-wpp-flutuante form .obrigatorio,
.area-wpp-flutuante form .obrigatorio a,
.area-ligacao-flutuante form .obrigatorio,
.area-ligacao-flutuante form .obrigatorio a {
font-size: 9px;
text-align: center;
font-weight: 500;
color: var(--preto);
transition: 0.2s all ease-in-out;
}
.area-wpp-flutuante form .obrigatorio a:hover, .area-ligacao-flutuante form .obrigatorio a:hover {
color: var(--vermelho);
}
.area-wpp-flutuante form .solicitar:hover {
filter: brightness(1.1);
}
.area-wpp-flutuante form .area {
padding: 13px 45px 41px;
}
.area-ligacao-flutuante .box-ligacao-flutuante {
position: relative;
width: 582px;
max-width: 90%;
}
.area-ligacao-flutuante .box-ligacao-flutuante .topo {
display: flex;
margin: 0;
padding: 0;
list-style: none;
align-items: flex-end;
height: 52px;
}
.area-ligacao-flutuante .box-ligacao-flutuante .topo li:first-child {
border-radius: 25px 0 0 0;
}
.area-ligacao-flutuante .box-ligacao-flutuante .topo li:last-child {
border-radius:0 25px 0  0;
}
.area-ligacao-flutuante .box-ligacao-flutuante .topo li {
background-color: var(--preto);
height: 48px;
margin: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
column-gap: 12px;
color: var(--branco);
font-weight: 700;
text-align: center;
font-size: 12px;
transition: 0.2s all ease-in-out;
cursor: pointer;
padding: 0 10px;
}
.area-ligacao-flutuante .box-ligacao-flutuante .topo li.ativo {
height: 52px;
background-color: var(--vermelho);
transition: 0.2s all ease-in-out;
}
.area-ligacao-flutuante .box-ligacao-flutuante .topo li.contato-whatsapp.ativo {
background-color: var(--verde);
}
.area-ligacao-flutuante form {
display: flex;
flex-direction: column;
border-radius: 0 0 25px 25px;
background-color: var(--branco);
position: relative;
width: 100%;
display: none;
}
.area-ligacao-flutuante form.ativo {
display: flex;
}
.area-ligacao-flutuante form input,
.area-ligacao-flutuante form select {
width: 100%;
position: relative;
border-radius: 10px;
border: 1px solid var(--cinza-palido);
height: 40px;
padding-left: 37px;
}
.area-ligacao-flutuante form input:focus,
.area-ligacao-flutuante form select:focus,
.area-wpp-flutuante form input:focus,
.area-wpp-flutuante form select:focus {
border: 1px solid var(--vermelho);
}
.area-ligacao-flutuante form input#agora-nome,
.area-ligacao-flutuante form input#depois-nome,
.area-ligacao-flutuante form input#contato-wpp-nome {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/ico-nome.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
.area-ligacao-flutuante form input#agora-telefone, .area-ligacao-flutuante form input#depois-telefone,
.area-ligacao-flutuante form input#contato-wpp-telefone {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/ico-telefone.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
margin-bottom: 18px;
}
.area-ligacao-flutuante form input#agora-data {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-data.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
margin-bottom: 0px;
}
.area-ligacao-flutuante form input#horario-ligacao {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-horario.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
margin-bottom: 0px;
}
.area-ligacao-flutuante form select {
font-weight: 400;
color: var(--carvao);
padding-left: 15px;
margin-bottom: 23px;
}
.area-ligacao-flutuante form .data-horario {
display: flex;
column-gap: 24px;
}
.area-ligacao-flutuante form .data-horario .area-input {
width: 100%;
position: relative;
}
.area-ligacao-flutuante form label:not([for='agora-servico']), .area-ligacao-flutuante form label:not([for='depois-servico']),
.area-ligacao-flutuante form label:not([for='contato-wpp-servico']) {
position: relative;
top: 29px;
left: 38px;
z-index: 1;
font-size: 14px;
color: var(--preto);
transition: 0.2s all ease-in-out;
height: 19px;
font-weight: 500;
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 0) 0%);
}
.area-ligacao-flutuante form label[for='agora-servico'], .area-ligacao-flutuante form label[for='depois-servico'],
.area-ligacao-flutuante form label[for='contato-wpp-servico']  {
font-size: 12px;
font-weight: 400;
color: var(--preto);
margin-top: 16px;
margin-bottom: 6px;
top: 0;
left: 0;
}
.area-ligacao-flutuante form label:not([for='agora-servico']).subir, .area-ligacao-flutuante form label:not([for='depois-servico']).subir,
.area-ligacao-flutuante form label:not([for='contato-wpp-servico']).subir {
top: 12px;
font-size: 12px;
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgb(255 255 255) 0%);
}
.area-ligacao-flutuante form .solicitar {
width: 100%;
height: 50px;
border-radius: 50px;
background-color: var(--vermelho);
transition: 0.2s all ease-in-out;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
font-weight: 700;
text-decoration: none;
border: none;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
margin-bottom: 10px;
}
.area-ligacao-flutuante form .solicitar.btn-desabilitado{
background-color: var(--cinza-neutro);
cursor: default;
}
.area-ligacao-flutuante form[data-topico="contato-wpp"] .solicitar {
background-color: var(--verde);
}
.area-ligacao-flutuante form .solicitar:hover {
background: #DC2220;
}
.area-ligacao-flutuante form .area {
padding: 13px 45px 41px;
} footer {
background-color: var(--preto);
position: relative;
order: 3;
}
footer .container-geral {
display: flex;
flex-direction: column;
}
footer .container-geral .box-footer {
display: flex;
justify-content: space-between;
padding-bottom: 102px;
column-gap: 20px;
}
footer .container-geral .newsletter {
background-color: var(--cinza);
border-radius: 22px;
display: flex;
height: 127px;
width: 100%;
align-items: center;
justify-content: center;
margin-top: -64px;
margin-bottom: 90px;
padding:  0 20px;
}
footer .container-geral .newsletter .textos {
margin-right: 38px;
}
footer .container-geral .newsletter .textos .titulo {
font-weight: 700;
color: var(--preto);
text-align: left;
text-transform: uppercase;
}
footer .container-geral .newsletter .textos .texto {
font-weight: 400;
font-size: 12px;
text-align: left;
}
footer .container-geral .newsletter .box-input {
position: relative;
display: flex;
margin-right: 26px;
}
footer .container-geral .newsletter .box-input input {
width: 297px;
height: 53px;
border-radius: 10px;
background-color: var(--branco);
padding-left: 36px;
box-sizing: border-box;
border: none;
border: 1px solid transparent;
transition: 0.2s all ease-in-out;
}
footer .container-geral .newsletter .box-input input#newsletter-nome {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/ico-nome.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
footer .container-geral .newsletter .box-input input#newsletter-email {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-email.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
footer .container-geral .newsletter .box-input input:focus {
border: 1px solid var(--vermelho);
}
footer .container-geral .newsletter .box-input label {
font-size: 14px;
color: var(--preto);
position: absolute;
top: 17px;
left: 34px;
transition: 0.2s all ease-out;
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 0) 0%);
}
footer .container-geral .newsletter .box-input label.subir {
top: -10px;
background: #fff;
height: 19px;
background: linear-gradient(180deg, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 50%);
}
footer .container-geral .newsletter .box-botao {
display: flex;
flex-direction: column;
position: relative;
align-items: center;
row-gap: 4px;
}
footer .container-geral .newsletter .box-botao button {
background-color: var(--vermelho);
width: 301px;
height: 54px;
border: none;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
text-transform: uppercase;
line-height: 0;
cursor: pointer;
transition: 0.2s all ease-in-out;
}
footer .container-geral .newsletter .box-botao button.btn-desabilitado{
background-color: var(--cinza-neutro);
cursor: default;
}
footer .container-geral .newsletter .box-botao button:hover {
background: #9D252E;
}
footer .container-geral .newsletter .box-botao p {
position: absolute;
bottom: -15px;
}
footer .container-geral .newsletter .box-botao p,
footer .container-geral .newsletter .box-botao p a {
color: var(--preto);
font-size: 9px;
letter-spacing: 0.4px;
transition: 0.2s all ease-in-out;
}
footer .container-geral .newsletter .box-botao p a:hover {
color: var(--vermelho);
}
footer .container-geral .box-footer .box-1 .endereco {
font-size: 12px;
color: var(--branco);
line-height: 22px;
margin-bottom: 23px;
}
footer .container-geral .box-footer .box-1 .endereco .maior {
font-size: 14px;
}
footer .container-geral .box-footer .box-1>a {
margin-bottom: 20px;
display: block;
}
footer .container-geral .box-footer .box-1 .box-redes p {
font-size: 14px;
color: var(--branco);
font-weight: 700;
text-transform: uppercase;
margin-bottom: 16px;
}
footer .container-geral .box-footer .box-1 .box-redes .redes {
display: flex;
column-gap: 30px;
align-items: flex-end;
}
footer .container-geral .box-footer .box-1 .box-redes .redes a svg {
fill: var(--vermelho);
}
footer .container-geral .box-footer .box .principal {
font-size: 12px;
color: #FFFFFF40;
text-transform: uppercase;
letter-spacing: 0.2px;
margin-bottom: 21px;
transition: 0.2s all ease-in-out;
display: block;
}
footer .container-geral .box-footer .box a.principal:hover {
color: var(--branco);
}
footer .container-geral .box-footer .box .principal.contrato {
margin-top: 29px;
margin-bottom: 34px;
}
footer .container-geral .box-footer .box ul {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 24px;
display: flex;
row-gap: 7px;
flex-direction: column;
}
footer .container-geral .box-footer .box:not(.box-1) {
padding-top: 26px;
}
footer .container-geral .box-footer .box ul li a {
position: relative;
color: var(--branco);
font-size: 12px;
}
footer .container-geral .box-footer .box ul li a::before {
content: '';
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-seta-menu.svg);
width: 8px;
height: 8px;
display: inline-block;
background-repeat: no-repeat;
margin-right: 5px;
}
footer .container-geral .box-footer .box ul li a:hover::before {
filter: brightness(0) saturate(100%) invert(39%) sepia(53%) saturate(5990%) hue-rotate(339deg) brightness(89%) contrast(124%);
}
footer .container-geral .box-footer .box .pagamentos p {
font-size: 12px;
letter-spacing: 0.01em;
color: var(--branco);
display: flex;
align-items: center;
margin-bottom: 15px;
}
footer .container-geral .box-footer .box .pagamentos p svg {
margin-right: 10px;
}
footer .footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
height: 59px;
background-color: var(--vermelho);
padding: 0 40px;
}
footer .footer-bottom p, footer .footer-bottom p a {
font-size: 12px;
color: var(--branco);
transition: 0.2s all ease-in-out;
}
footer .footer-bottom p a:hover {
color: var(--preto);
}
footer .fixo-mobile {
display: none;
}
footer .container-geral .box-footer .box ul .contato a {
font-size: 14px;
border: 1px solid var(--vermelho);
border-radius: 50px;
text-align: center;
padding: 6px 27px;
margin: 5px 0 0 0;
display: block;
max-width: 109px;
}
footer .container-geral .box-footer .box ul .contato a:hover {
background-color: var(--vermelho);
}
footer .container-geral .box-footer .box ul .contato a::before {
content: none;
}  
#breadcrumbs {
width: 100%;
background-color: #272727;
padding-top: 115px;
padding-bottom: 17px;
}
#breadcrumbs .container-geral span {
color: var(--branco);
font-size: 12px;
}
#breadcrumbs .container-geral .separador {
color: var(--vermelho);
margin: 0 5px;
}
#breadcrumbs .container-geral .home {
position: relative;
}
#breadcrumbs .container-geral .home::before {
content: '';
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-home.svg);
width: 11px;
height: 13px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 10px;
display: inline-block;
} .statusWhatsForm {
text-align: center;
font-size: 12px;
margin: 0 auto 23px;
}
.statusWhatsForm.error {
color: var(--vermelho);
}
.statusWhatsForm.ok {
color: var(--verde-whats);
}
.sendWhatsappForm .input-form.error {
border-color: var(--vermelho);
}
#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;
border-radius: 25px;
}
#resposta-modal-whatsapp .content {
max-width: 600px;
background: var(--branco);
position: relative;
width: 90%;
border-radius: 25px;
}
#resposta-modal-whatsapp .content .topo {
height: 50px;
background-color: #4acd36;
display: flex;
align-items: center;
color: var(--branco);
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#resposta-modal-whatsapp .content .topo > div {
width: 85px;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
font-weight: 700;
font-size: 37px;
height: 100%;
background-color: var(--verde-whats);
padding: 0;
border-top-left-radius: 25px;
}
#resposta-modal-whatsapp .content .topo .texto {
width: 100%;
text-align: center;
color: var(--branco);
font-weight: 600;
font-size: 16px;
padding: 0 2%;
margin: 0;
}
#resposta-modal-whatsapp .content .bottom {
padding: 35px;
}
#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-modal {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 10px;
color: var(--branco);
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
line-height: 14px;
border-radius: 4px;
background:  var(--vermelho);
border: 1px solid var(--vermelho);
transition: all 0.5s;
margin: 30px 0;
text-decoration: none;
transition: 0.2s all ease-in-out;
box-sizing: border-box;
} 
#resposta-modal-whatsapp .content .bottom .btn-wpp-modal svg {
color: var(--branco);
margin: 0 8px 0 0;
font-size: 25px;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp-modal:hover {
filter: brightness(1.1);
transition: 0.2s all ease-in-out;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp-modal img{
max-width: 100%;
max-height: 100%;
width: 25px;
height: auto; 
margin-right: 15px;
} 
#resposta-modal-whatsapp .content .bottom .btn-wpp-modal .texto {
color: var(--branco);
font-size: 16px;
font-weight: 700;
text-align: center;
margin: 0;
}
#resposta-modal-whatsapp .content .bottom .continuar {
font-size: 14px;
color: #000;
text-decoration: underline;
text-align: center;
font-weight: 700;
margin: 0 auto;
display: block;
cursor: pointer;
}
#resposta-modal-whatsapp .content .fechar-modal {
position: absolute;
top: -40px;
right: 0px;
font-size: 25px;
color: var(--branco);
cursor: pointer;
}
.modal-aberto {
display: flex !important;
}
@media only screen and (max-width: 550px){
#resposta-modal-whatsapp .content .bottom .btn-wpp-modal .texto {
font-size: 15px;
}
#resposta-modal-whatsapp .content .bottom .continuar {
font-size: 14px;
}
#resposta-modal-whatsapp .content .topo > div {
font-size: 30px;
}
#resposta-modal-whatsapp .content .topo .texto {
font-size: 15px;
}
#resposta-modal-whatsapp .content .fechar-modal {
top: -35px;
right: 0;
}
}
@media only screen and (max-width: 360px){
#resposta-modal-whatsapp .content .bottom .btn-wpp-modal {
height: auto;
padding: 8px 5%;
}
}
@media screen and (max-width: 1440px) {
header .header-bottom .header-geral .esq img {
width: 200px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .esq .principal {
column-gap: 20px;
flex-wrap: wrap;
row-gap: 5px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .esq {
min-width: 246px;
}
footer .container-geral .newsletter .box-input input {
width: 260px;
}
}
@media screen and (max-width: 1366px) {
footer .container-geral .newsletter .box-botao button {
width: 246px;
}
}
@media screen and (max-width: 1350px) {
header .header-bottom .header-geral .menu-absoluto a,
header .header-bottom .header-geral .menu-absoluto .menu_text,
header .header-bottom .header-geral .menu-absoluto .menu_text_mobile {
font-size: 13px;
}
}
@media screen and (max-width: 1280px) {
header .header-bottom .header-geral .menu-absoluto a,
header .header-bottom .header-geral .menu-absoluto .menu_text,
header .header-bottom .header-geral .menu-absoluto .menu_text_mobile {
font-size: 12px;
}
header .header-top .meio p {
font-size: 12px;
}
header .header-top .esq a::after {
margin: 0 10px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .meio, header .header-bottom .header-geral .menu-absoluto .box-sub-menu .dir {
padding: 30px 15px;
}
footer .container-geral .newsletter .textos {
margin-right: 20px;
}
footer .container-geral .newsletter .box-input {
margin-right: 15px;
}
footer .container-geral .newsletter .textos .titulo {
font-size: 14px;
}
}
@media screen and (max-width: 1200px) {
header .header-bottom .header-geral .dir {
column-gap: 10px;
}
header .header-bottom .header-geral .dir .box-numero a {
font-size: 16px;
}
header .header-bottom .header-geral .dir .box-whatsapp {
width: 140px;
height: 40px;
}
header .header-bottom .header-geral .dir .box-whatsapp p {
font-size: 14px;
}
header .header-bottom .header-geral .dir .box-whatsapp img {
width: 20px;
}
header .header-bottom .header-geral .esq img {
margin-bottom: 27px;
}
footer .container-geral .newsletter .box-input input {
width: 223px;
}
}
@media screen and (max-width: 1170px) {
header .header-bottom .header-geral .menu-absoluto .linha-completa {
column-gap: 10px;
padding: 0 20px 0 5px;
}
}
@media screen and (max-width: 1080px) {
header .header-top .esq a {
font-size: 12px;
}
header .header-bottom .header-geral .esq img {
width: 172px;
}
}
@media screen and (max-width: 1024px) {
main {
padding-top: 167px;
}
#breadcrumbs {
padding-top: 40px;
}
.ligacao-flutuante {
display: none;
}
.wpp-flutuante {
bottom: 131px;
}
header #menu-principal .mobile {
display: inline-block;
}
header .header-bottom .header-geral .dir>.box-RA span {
width: auto;
padding: 0 10px;
bottom: 14px;
}
footer .fixo-mobile {
display: flex;
width: 100%;
flex-direction: column;
position: fixed;
bottom: 20px;
max-width: 90%;
z-index: 100;
}
footer .fixo-mobile .top {
background-color: var(--verde);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 50px;
border-radius: 15px 15px 0 0;
column-gap: 5px;
}
footer .fixo-mobile .top p {
color: var(--branco);
font-weight: 700;
font-size: 16px;
text-align: center;
}
footer .fixo-mobile .bottom  {
display: flex;
height: 55px;
background-color: var(--branco);
border-radius:  0 0 15px 15px;
align-items: center;
position: relative;
}
footer .fixo-mobile .bottom::before {
content: '';
height: 34px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
width: 1px;
background-color: var(--cinza-neutro);
}
footer .fixo-mobile .bottom .area {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
footer .fixo-mobile .bottom .area p {
color: #DC2220;
font-size: 11px;
font-weight: 700;
text-align: center;
margin-left: 15px;
}
footer .fixo-mobile .bottom .area p.numero {
font-weight: 800;
color: #181818;
text-align: center;
font-size: 18px;
margin-left: 0px;
}
footer .footer-bottom {
flex-direction: column;
height: auto;
padding-bottom: 144px;
padding-top: 30px;
}
footer .container-geral .box-footer {
flex-direction: column;
}
footer .container-geral .newsletter .box-botao p {
width: 100%;
padding: 0 5%;
text-align: center;
}
footer .container-geral .newsletter .box-botao button {
width: 325px;
max-width: 100%;
}
footer .container-geral .newsletter .textos {
margin-right: 0;
margin-bottom: 30px;
}
footer .container-geral .newsletter .box-botao {
max-width: 100%;
}
footer .container-geral .newsletter {
flex-direction: column;
height: auto;
border: 5px solid var(--branco);
padding: 30px 25px;
margin-top: -192px;
}
footer .container-geral .newsletter .textos .texto {
font-size: 14px;
text-align: center;
}
footer .container-geral .newsletter .textos .titulo {
font-size: 16px;
text-align: center;
}
footer .container-geral .newsletter .box-input {
width: 100%;
margin-bottom: 25px;
}
footer .container-geral .newsletter .box-input  input {
width: 100%;
}
footer .container-geral .newsletter .box-botao p, footer .container-geral .newsletter .box-botao p a {
position: unset;
font-size: 12px;
}
footer .footer-bottom > p {
margin-bottom: 20px;
text-align: center;
}
.wpp-flutuante > svg {
width: 64px;
}
header .header-top .esq {
display: none;
}
header .header-top .dir {
display: none;
}
header .header-bottom .header-geral .dir>.box.box-numeros, header .header-bottom .header-geral .dir .box-whatsapp {
display: none;
}
header .header-bottom .header-geral {
height: auto;
}
header .header-bottom .menu-linha-container {
display: none;
}
header .header-bottom .header-geral .menu-absoluto {
position: unset;
width: 100%;
}
header .header-bottom .header-geral {
flex-wrap: wrap;
padding: 16px 0;
padding-bottom: 0;
border-radius: 25px;
}
header .header-bottom .header-geral .esq img {
width: 240px;
margin-bottom: 0;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa::after {
display: none;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
border-radius: 0;
z-index: 400;
flex-direction: column;
align-items: center;
pointer-events: all;
padding: 0 5%;
padding-top: 118px;
padding-bottom: 30px;
background: var(--branco);
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/higitec-logo.webp);
background-position: 10% 15px;
background-size: 245px;
background-repeat: no-repeat;
transition: 0.6s all ease-in-out !important;
overflow: auto;
}
header .header-bottom .header-geral .menu-absoluto.aberto .box-sub-menu {
left: 0 !important;
transition: 0.6s all ease-in-out !important;
opacity: 1;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .fechar {
font-size: 32px;
font-weight: 300;
position: absolute;
top: 37px;
right: 5%;
cursor: pointer;
display: block;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu .principal .emergencia {
display: none;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu > div {
width: 100%;
background-color: var(--branco) !important;
border-radius: 0 !important;
min-width: unset !important;
row-gap: 15px !important;
padding: 0 !important;
padding-bottom: 15px !important;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu > div .box-menu > div {
position: fixed;
left: -100%;
width: 100%;
height: 100%;
top: 0;
z-index: 1000;
background: var(--branco-neve);
transition: 0.6s all ease-in-out;
overflow: auto;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul {
position: relative;
padding-top: 157px;
padding-left: 35px;
padding-right: 35px;
}
header #menu-principal {
display: none;
}
#menu-principal-1 {
display: flex;
}
header #menu-principal-1 li::after {
content: '';
height: 15px;
width: 1px;
background-color: var(--cinza-svg);
margin: 0 16px;
display: inline-block;
position: relative;
top: 2px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul#menu-principal-1 {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul#menu-principal-1 li {
width: auto;
display: flex;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul#menu-principal-1 li a {
padding: 0;
font-weight: 500;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul#menu-principal-1 li.contato::after {
display: inline-block;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul#menu-principal-1 li a::before {
display: none;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .dir.box-redes {
display: flex;
column-gap: 26px;
z-index: 2;
flex-direction: row;
column-gap: 0px;
justify-content: center;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .dir.box-redes a {
display: flex;
align-items: center;
transition: 0.2s all ease-in-out;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .dir.box-redes a svg {
fill: var(--cinza-svg);
transition: 0.2s all ease-in-out;
transform: scale(1.7);
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul::before {
position: absolute;
top: 94px;
right: 0;
left: 0;
text-align: center;
width: 95%;
margin: 0 auto;
padding-bottom: 15px;
border-bottom: 1px solid var(--cinza-neutro);
color: #0A0A0A;
font-size: 20px;
font-weight: 700;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu #menu-outros-servicos::before {
content: 'Outros Serviços';
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu #menu-servicos-hidraulicos::before {
content: 'Serviços Hidráulicos';
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu #menu-caca-vazamentos::before {
content: 'Caça Vazamentos';
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu #menu-desentupimento::before {
content: 'Desentupimento';
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu #menu-dedetizacao::before {
content: 'Dedetização';
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul li a {
font-size: 16px !important;
color: #0a0a0a;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul .voltar {
position: absolute;
top: 47px;
left: 17px;
display: flex;
column-gap: 8px;
align-items: center;
justify-content: center;
color: var(--carvao);
text-transform: uppercase;
width: 78px;
}
html.trava-scroll {
overflow: hidden !important;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu ul .fechar {
position: absolute;
top: 34px;
right: 17px;
display: block;
width: 17.5px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu > div .box-menu > div.aberto {
left: 0%;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu .principal.contrato {
margin: 0;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .principal {
width: 100%;
border-radius: 50px;
border: 1px solid var(--cinza-neutro);
height: 50px !important;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu .principal  {
margin: 0 !important;
display: flex;
align-items: center;
padding-left: 30px;
position: relative;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .box-menu .principal:not(.contrato)::after {
content: '';
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/seta-menu-mobile.svg);
width: 9px;
height: 14px;
position: absolute;
background-repeat: no-repeat;
background-size: contain;
right: 25px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .botoes-maiores .botao {
width: 100%;
justify-content: center;
padding-left: 0;
height: 50px;
column-gap: 20px !important;
margin-bottom: 15px;
}
header .header-bottom {
padding-top: 3px;
height: 128px;
}
header .header-bottom .header-geral .dir {
margin-bottom: 0;
margin-right: 26px;
}
header .header-bottom .header-geral .esq {
margin-left: 0;
margin-bottom: 13px;
margin-left: 26px;
}
header .header-bottom .header-geral .dir>.box-RA {
margin-right: 0;
}
header .header-bottom .container-geral {
max-width: 100%;
padding: 0 10px;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa {
width: 100%;
border-radius: 25px;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa>a {
font-size: 18px;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa {
justify-content: center;
column-gap: 24px;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa .menu-hamburger .linha {
width: 25px;
}
header .header-bottom .header-geral .menu-absoluto .linha-completa .menu-hamburger {
row-gap: 5px;
}
header .header-bottom .header-geral .menu-absoluto .menu_text{
display: none;
}
header .header-bottom .header-geral .menu-absoluto .menu_text_mobile {
display: flex;
align-items: center;
font-size: 14px;
}
header .header-bottom .header-geral .menu-absoluto .box-sub-menu .btn_linha_completa {
width: 100%;
justify-content: center;
padding-left: 0;
height: 50px;
column-gap: 20px !important;
margin-bottom: 15px;
position: relative;
bottom: initial;
}
}
@media screen and (max-width: 430px) {
.area-wpp-flutuante form .area, .area-ligacao-flutuante form .area {
padding: 13px 20px 41px;
}
header .header-bottom .header-geral .esq img {
width: 158px;
object-fit: contain;
height: 66px;
margin-bottom: 0;
}
.box-RA img {
width: 88px;
}
}
@media screen and (max-width: 400px) {
header .header-bottom .header-geral .menu-absoluto .linha-completa>a {
font-size: 14px;
}
header .header-top .meio svg {
display: none;
}
header .header-top .meio p {
text-align: center;
font-size: 10px;
padding: 0 5%;
}
footer .fixo-mobile .top p {
font-size: 12px;
}
footer .fixo-mobile .bottom .area p.numero {
font-size: 14px;
}
footer .fixo-mobile .bottom .area p {
font-size: 10px;
}
.area-ligacao-flutuante .box-ligacao-flutuante .topo li {
font-size: 10px;
}
}
@media screen and (max-width: 360px) {
header .header-bottom .header-geral .esq img {
width: 146px;
}
header .header-bottom .header-geral .dir>.box-RA img {
width: 85px;
}
}
@media screen and (max-width: 320px) {
header .header-bottom .header-geral .menu-absoluto .linha-completa>a {
font-size: 12px;
}
}
@media screen and (max-width: 310px) {
header .header-bottom .header-geral .esq img {
width: 40vw;
}
header .header-bottom .header-geral .dir>.box-RA img {
width: 28vw;
}
header .header-bottom .header-geral .dir>.box-RA span {
padding: 6px 5px;
line-height: 9px;
text-align: center;
}
}
 :root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}#sidebar-page {
min-width: 441px;
width: 441px;
border-radius: 10px;
background-color: var(--branco-neve);
border: 1px solid var(--cinza-claro-neutro);
display: flex;
flex-direction: column;
padding: 30px 30px 40px 30px;
font-family: "Open Sans", sans-serif;
margin: 75px 0 0 0;
}
#sidebar-page form {
width: 100%;
position: relative;
}
#sidebar-page form input {
width: 100%;
height: 53px;
border-radius: 10px;
border: 1px solid var(--cinza-neutro);
padding-left: 20px;
color: var(--preto);
font-weight: 400;
transition: 0.2s all ease-in-out;
}
#sidebar-page form input:focus {
border: 1px solid var(--vermelho);
}
#sidebar-page form input::placeholder {
color: var(--preto);
font-weight: 400;
}
#sidebar-page form button {
cursor: pointer;
}
#sidebar-page button.whatsapp {
cursor: pointer;
width: 100%;
height: 80px;
border-radius: 10px;
background-color: var(--verde);
display: flex;
align-items: center;
justify-content: center;
column-gap: 10px;
border: none;
text-align: left;
margin-bottom: 30px;
transition: 0.2s all ease-in-out;
}
#sidebar-page button.whatsapp:hover {
background-color: var(--verde-whats);
}
#sidebar-page button.whatsapp p {
font-weight: 600;
color: var(--branco);
font-size: 18px;
line-height: 26px;
font-family: "Open Sans", sans-serif;
}
#sidebar-page button.whatsapp svg {
width: 45px;
}
#sidebar-page button.whatsapp svg .inside {
fill: var(--verde-whats);
}
#sidebar-page button.whatsapp p span.quebra-linha span {
font-size: 26px;
font-weight: 700;
}
#sidebar-page .ultimos {
background-color: var(--branco);
border-radius: 10px;
width: 100%;
padding: 30px 27px 30px;
}
#sidebar-page .ultimos .topo {
color: var(--preto);
text-align: center;
font-weight: 700;
font-size: 18px;
padding-bottom: 18px;
border-bottom: 1px solid #c5c5c5;
position: relative;
margin-bottom: 30px;
}
#sidebar-page .ultimos .topo::before {
content: '';
background-color: #FB2224;
width: 77.76px;
height: 1px;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
margin: 0 auto;
}
#sidebar-page .ultimos .card {
display: flex;
align-items: flex-start;
justify-content: space-between;
column-gap: 17px;
height: 91px;
padding-bottom: 15px;
margin-bottom: 15px;
box-sizing: content-box;
border-bottom: 1px solid #c5c5c5;
align-items: center;
}
#sidebar-page .ultimos .card:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
#sidebar-page .ultimos .card .imagem {
min-width: 144px;
width: 144px;
height: 100%;
border-radius: 10px;
}
#sidebar-page .ultimos .card .imagem img {
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover;
}
#sidebar-page .ultimos .card .textos {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#sidebar-page .ultimos .card .textos .titulo {
color: var(--preto);
font-size: 14px;
line-height: 20px;
font-weight: 700;
transition: 0.2s all ease-in-out;
text-decoration: none;
}
#sidebar-page .ultimos .card .textos .titulo:hover {
color: var(--vermelho);
}
#sidebar-page .ultimos .card .textos .box-data {
display: flex;
column-gap: 9px;
align-items: center;
}
#sidebar-page .ultimos .card .textos .box-data  p {
font-size: 12px;
line-height: 14px;
color: var(--preto);
}
#sidebar-page .form-sidebar-whatsapp,
#sidebar-page .form-sidebar-emergencia {
background-color: #fff;
border-radius: 10px;
padding: 30px 15px;
margin-bottom: 30px;
}
#sidebar-page form input,
#sidebar-page form select {
width: 100%;
position: relative;
border-radius: 10px;
border: 1px solid var(--cinza-palido);
height: 40px;
padding-left: 37px;
}
#sidebar-page form input:focus,
#sidebar-page form select:focus {
border: 1px solid var(--vermelho);
}
#sidebar-page form .input-nome {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/ico-nome.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
#sidebar-page form .input-telefone {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/ico-telefone.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
margin-bottom: 18px;
}
#sidebar-page form .input-email {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-email.svg);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
#sidebar-page form select {
font-weight: 400;
color: var(--carvao);
padding-left: 15px;
margin-bottom: 23px;
}
#sidebar-page form .data-horario .area-input {
width: 100%;
position: relative;
}
#sidebar-page form .solicitar {
width: 100%;
height: 50px;
border-radius: 50px;
background-color: var(--vermelho);
transition: 0.2s all ease-in-out;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
font-weight: 700;
text-decoration: none;
border: none;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
margin-bottom: 10px;
}
#sidebar-page form .solicitar {
width: 100%;
height: 50px;
border-radius: 50px;
background-color: var(--vinho);
transition: 0.2s all ease-in-out;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
font-weight: 700;
text-decoration: none;
border: none;
font-size: 16px;
text-transform: uppercase;
cursor: pointer;
margin-bottom: 10px;
}
#sidebar-page form .solicitar:hover {
background-color: var(--vermelho);
}
#sidebar-page form .solicitar.btn-whatsapp {
background-color: var(--verde);
}
#sidebar-page form .solicitar.btn-desabilitado,
#sidebar-page form .solicitar.btn-whatsapp.btn-desabilitado{
background-color: var(--cinza-neutro);
cursor: default;
}
#sidebar-page form .solicitar.btn-whatsapp:hover {
background-color: var(--verde-whats);
}
#sidebar-page form .obrigatorio,
#sidebar-page form .obrigatorio a {
font-size: 12px;
text-align: center;
font-weight: 500;
color: var(--preto);
transition: 0.2s all ease-in-out;
}
#sidebar-page form .obrigatorio a:hover, #sidebar-page form .obrigatorio a:hover {
color: var(--vermelho);
}
#sidebar-page form .label-effect {
position: relative;
top: 29px;
left: 38px;
z-index: 1;
font-size: 14px;
color: var(--preto);
transition: 0.2s all ease-in-out;
height: 19px;
font-weight: 500;
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 0) 0%);
}
#sidebar-page form .label-effect.subir {
top: 12px;
font-size: 12px;
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgb(255 255 255) 0%);
}
#sidebar-page form .label-text {
font-size: 12px;
font-weight: 400;
color: var(--preto);
margin-top: 0;
margin-bottom: 10px;
display: block;
}
#sidebar-page .topo {
color: var(--preto);
text-align: center;
font-weight: 700;
font-size: 24px;
padding-bottom: 16px;
border-bottom: 2px solid #e2e2e2;
position: relative;
}
#sidebar-page .topo .low {
font-size: 12px;
font-weight: 400;
margin-top: 5px;
}
#sidebar-page .topo::before {
content: '';
background-color: #FB2224;
width: 77.76px;
height: 2px;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
margin: 0 auto;
}
#sidebar-page .form-sidebar-whatsapp .topo::before {
background-color: var(--verde);
}
@media screen and (max-width: 1280px) {
#sidebar-page {
min-width: 380px;
width: 380px;
}
#sidebar-page .ultimos .card .imagem {
min-width: 109px;
width: 109px;
}
#sidebar-page .ultimos .card .textos .titulo {
line-height: 16px;
}
#sidebar-page .topo {
font-size: 18px;
}
}
@media screen and (max-width: 1200px) {
#sidebar-page {
min-width: 328px;
width: 328px;
padding: 30px 14px 40px 15px;
}
#sidebar-page button.whatsapp p {
font-size: 14px;
line-height: 19px;
}
#sidebar-page button.whatsapp p span.quebra-linha span {
font-size: 20px;
}
#sidebar-page button.whatsapp svg {
width: 33px;
}
#sidebar-page .ultimos {
padding: 30px 15px 30px;
}
}
@media screen and (max-width: 1024px) {
#sidebar-page {
min-width: unset;
width: 100%;
}
#sidebar-page .ultimos .card {
justify-content: left;
}
#sidebar-page form .solicitar {
font-size: 14px;
}
}
@media screen and (max-width: 360px) {
#sidebar-page .ultimos .card .textos .titulo {
font-size: 12px;
}
#sidebar-page .ultimos .card .imagem {
min-width: 90px;
width: 90px;
}
}#bloco_servicos {
position: relative;
display: flex;
flex-direction: column;
background-color: var(--branco-neve);
padding-top: 62px;
overflow: hidden;
}
#bloco_servicos .container-geral {
z-index: 1;
}
#bloco_servicos .topo {
margin-bottom: 54px;
position: relative;
}
#bloco_servicos .topo::before {
content: 'Serviços';
font-size: 160px;
position: absolute;
left: 0;
right: 0;
top: -68px;
margin: 0 auto;
text-align: center;
font-family: var(--kanit);
font-weight: 600;
color: var(--branco-neve);
-webkit-text-stroke: 1px var(--cinza-neutro);
}
#bloco_servicos .topo .sub {
color: var(--vermelho);
font-weight: 700;
text-align: center;
z-index: 1;
position: relative;
}
#bloco_servicos .titulo {
font-family: var(--kanit);
font-weight: 600;
line-height: 36px;
text-align: center;
color: var(--preto);
z-index: 1;
position: relative;
}
#bloco_servicos .box-cards {
display: flex;
flex-wrap: wrap;
column-gap: 1.79%;
row-gap: 82px;
margin-bottom: 220px;
}
#bloco_servicos .box-cards .card {
width: 32.14%;
min-height: 577px;
display: flex;
border-radius: 16px;
flex-direction: column;
position: relative;
background-color: var(--branco);
row-gap: 27px;
padding-bottom: 41px;
}
#bloco_servicos .box-cards .card .imagem {
width: 100%;
min-height: 210px;
height: 210px;
border-radius: 16px 16px 0 0;
position: relative;
}
#bloco_servicos .box-cards .card .imagem .atendimento {
position: absolute;
bottom: -11px;
left: 35px;
width: 150px;
height: 30px;
background-color: var(--vermelho);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--kanit);
font-size: 14px;
text-align: center;
color: var(--branco);
font-weight: 300;
}
#bloco_servicos .box-cards .card .imagem .box-imagem {
width: 100%;
height: 100%;
transition: 0.2s all ease-in-out;
overflow: hidden;
border-radius: 16px 16px 0 0;
}
#bloco_servicos .box-cards .card .imagem img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px 16px 0 0;
transition: 0.2s all ease-in-out;
}
#bloco_servicos .box-cards .card:hover .box-imagem img {
transform: scale(1.2);
}
#bloco_servicos .box-cards .card .conteudo {
padding: 0 33px 0 33px;
height: 100%;
width: 100%;
}
#bloco_servicos .box-cards .card .conteudo  dd {
margin-left: 0;
}
#bloco_servicos .box-cards .card .conteudo .titulo {
font-family: var(--kanit);
font-weight: 600;
color: var(--preto);
font-size: 22px;
margin-bottom: 7px;
display: block;
text-align: left;
}
#bloco_servicos .box-cards .card .conteudo p {
font-size: 13px;
color: var(--preto);
line-height: 20px;
font-weight: 600;
margin-bottom: 17px;
}
#bloco_servicos .box-cards .card .conteudo .saiba {
font-weight: 700;
color: #434343;
font-size: 13px;
text-decoration: none;
}
#bloco_servicos .box-cards .card .conteudo p:last-child {
margin-bottom: 0;
}
#bloco_servicos .box-cards .card .chamar {
background-color: var(--carvao);
width: 86.8%;
height: 50px;
border: none;
border-radius: 50px;
transition: 0.2s all ease-in-out;
display: flex;
align-items: center;
justify-content: center;
color: var(--branco);
text-align: center;
position: absolute;
font-size: 18px;
bottom: -25px;
left: 0;
right: 0;
margin: 0 auto;
cursor: pointer;
column-gap: 22px;
}
#bloco_servicos .box-cards .card:hover .chamar {
background-color: var(--verde-whats);
}
#bloco_servicos .topo-linha {
position: relative;
margin-top: -110px;
margin-bottom: 86px;
}
#bloco_servicos .topo-linha .sub {
font-size: 18px;
color: var(--preto-absoluto);
text-align: center;
margin-bottom: -3px;
position: relative;
z-index: 1;
}
#bloco_servicos .topo-linha .titulo {
font-family: var(--kanit);
color: var(--preto);
font-size: 32px;
text-align: center;
margin-bottom: 7px;
position: relative;
z-index: 1;
}
#bloco_servicos .topo-linha .avaliacoes {
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
}
#bloco_servicos .topo-linha .avaliacoes p {
font-size: 12px;
color: var(--preto-absoluto);
font-weight: 500;
}
#bloco_servicos .topo-linha::before {
content: 'Mais serviços';
font-size: 160px;
position: absolute;
left: 0;
right: 0;
top: -81px;
margin: 0 auto;
text-align: center;
font-family: var(--kanit);
font-weight: 600;
color: var(--branco-neve);
-webkit-text-stroke: 1px var(--cinza-neutro);
}
#bloco_servicos .box-lista {
display: flex;
flex-wrap: wrap;
column-gap: 2.38%;
row-gap: 18px;
position: relative;
}
#bloco_servicos .box-lista .card {
width: 14.68%;
height: 203px;
border: 1px solid var(--cinza-neutro);
border-radius: 5px;
transition: 0.2s all ease-in-out;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: #FFFFFF80;
backdrop-filter: blur(3px);
position: relative;
}
#bloco_servicos .box-lista .card p {
font-weight: 700;
color: #000;
text-align: center;
}
#bloco_servicos .box-lista .card svg.seta {
transition: 0.2s all ease-in-out;
position: absolute;
top: 10px;
right: 10px;
}
#bloco_servicos .box-lista .card:hover svg.seta path {
fill: var(--vermelho);
}
#bloco_servicos .box-lista .card svg:not(.seta) {
height: 128px;
margin-top: -19px;
fill: var(--cinza-palido);
transition: 0.2s all ease-in-out;
}
#bloco_servicos .box-lista .card:hover {
box-shadow: 0px 0px 4px 0px #00000040;
}
#bloco_servicos .box-lista .card:hover svg:not(.seta) {
fill: var(--vermelho);
}
#bloco_servicos .container-mais-servicos {
background-color: var(--branco);
padding-bottom: 57px;
}
#bloco_servicos .box-lista .profissionais {
width: 107px;
height: 67px;
border-radius: 10px;
box-shadow: 0px 1px 4px 0px #00000040;
display: flex;
flex-direction: column;
position: absolute;
right: -26px;
top: -98px;
}
#bloco_servicos .box-lista .profissionais .top {
background-color: var(--branco);
text-align: center;
color: var(--preto);
font-size: 10px;
line-height: 13px;
border-radius: 10px 10px 0 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 7px;
}
#bloco_servicos .box-lista .profissionais .bottom {
height: 23px;
min-height: 23px;
border-radius: 0 0 10px 10px;
text-align: center;
background-color: #009635;
font-weight: 700;
font-size: 12px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 1800px) {
#bloco_servicos .box-lista .profissionais {
right: 4%;
}
}
@media screen and (max-width: 1600px) {
#bloco_servicos .box-lista .profissionais {
right: 8%;
}
#bloco_servicos:after {
width: 466px;
}
#bloco_servicos .topo-linha::before {
font-size: 134px;
}
}
@media screen and (max-width: 1440px) {
#bloco_servicos .topo-linha::before {
top: -55px;
font-size: 120px;
}
}
@media screen and (max-width: 1200px) {
#bloco_servicos .box-cards .card {
width: 49%;
}
#bloco_servicos .topo::before {
font-size: 120px;
top: -43px;
}
#bloco_servicos .topo-linha::before {
top: -43px;
font-size: 100px;
}
#bloco_servicos .box-lista .card p {
font-size: 14px;
}
#bloco_servicos .box-lista .profissionais {
right: 9%;
}
}
@media screen and (max-width: 1024px) {
#bloco_servicos .titulo {
font-size: 30px;
line-height: 36px;
}
#bloco_servicos .box-lista .card {
width: 23.2%;
}
}
@media screen and (max-width: 768px) {
#bloco_servicos .box-cards .card {
width: 370px;
max-width: 100%;
}
#bloco_servicos .box-cards {
justify-content: center;
}
#bloco_servicos .box-cards .card .imagem .atendimento {
height: 23px;
}
#bloco_servicos .box-cards .card .conteudo {
padding: 0 25px 0 25px;
}
#bloco_servicos .box-cards .card .conteudo .titulo {
line-height: 23px;
}
#bloco_servicos .box-lista .card {
width: 31.7%;
height: 170px;
}
#bloco_servicos .box-lista .card svg:not(.seta) {
height: 90px;
max-width: 47px;
}
#bloco_servicos .topo-linha::before {
top: -43px;
font-size: 76px;
text-wrap: nowrap;
text-align: center;
width: 110%;
margin-left: -5%;
}
}
@media screen and (max-width: 600px) {
#bloco_servicos .topo::before {
font-size: 90px;
top: 9px;
}
#bloco_servicos .box-lista .card {
width: 172px;
height: 150px;
max-width: 100%;
}
#bloco_servicos .box-lista .card {
width: 172px;
height: 150px;
max-width: 100%;
}
#bloco_servicos .box-lista {
justify-content: center;
column-gap: 5%;
}
#bloco_servicos .box-lista .profissionais {
right: 0;
left: 0;
margin: 0 auto;
top: unset;
bottom: -100px;
width: 145px;
height: 70px;
}
#bloco_servicos .container-mais-servicos {
padding-bottom: 254px;
}
}
@media screen and (max-width: 490px) {
#bloco_servicos .topo-linha::before {
top: -32px;
font-size: 57px;
}
}
@media screen and (max-width: 460px) {
#bloco_servicos .topo-linha {
margin-top: -176px;
}
#bloco_servicos .box-cards {
margin-bottom: 265px;
}
}
@media screen and (max-width: 430px) {
#bloco_servicos .box-lista .card {
width: 47%;
}
}#primary {
padding-bottom: 130px;
}
#primary .display-flex-row {
justify-content: space-between;
align-items: flex-start;
}
#sidebar-page {
margin-left: 73px;
}
.content-top .titulo-principal {
color: var(--preto);
font-weight: 700;
font-size: 32px;
line-height: 44px;
font-family: "Open Sans", sans-serif;
position: relative;
border-bottom: 2px solid #e9e9e9;
padding-bottom: 27px;
margin-bottom: 28px;
}
.content-top .titulo-principal::after {
content: '';
background-color: #FB2224;
width: 80px;
height: 2px;
position: absolute;
bottom: -2px;
right: 0;
} #primary .content h2 {
font-size: 30px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#primary .content h3 {
font-size: 28px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#primary .content h4 {
font-size: 26px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#primary .content h5 {
font-size: 24px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#primary .content h6 {
font-size: 22px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#primary .content p {
font-weight: 400;
font-size: 14px;
line-height: 26px;
color: var(--preto);
margin-bottom: 15px;
}
#primary .content ul {
list-style: none;
position: relative;
margin: 0;
margin-bottom: 25px;
padding-left: 11px;
}
#primary .content ul li, #primary .content ol li {
list-style: none;
position: relative;
font-weight: 400;
font-size: 14px;
margin-bottom: 5px;
color: var(--preto);
position: relative;
}
#primary .content ol {
position: relative;
margin: 0;
margin-bottom: 25px;
padding-left: 32px;
}
#primary .content ol li {
list-style-type: style;
margin-left: 0;
}
#primary .content ul li:last-child, #primary .content ol li:last-child {
margin-bottom: 0;
}
#primary .content ul li::before {
content: '•';
color: var(--preto);
font-size: 18px;
margin-right: 11px;
}
#primary .content .btn {
border-radius: 25px;
text-align: center;
text-decoration: none;
transition: 0.2s all ease-in-out;
font-weight: 700;
font-size: 16px;
display: inline-block;
padding: 14px 31px;
border: 1px solid transparent;
margin-bottom: 25px;
}
#primary .content .btn.vermelho {
background-color: var(--vermelho);
color: var(--branco);
}
#primary .content .btn.vermelho:hover {
background-color: var(--branco);
color: var(--vermelho);
border: 1px solid var(--vermelho);
}
#primary .content .btn.cinza {
background-color: #f9f9f9;
color: var(--preto);
border: 1px solid #bfbfbf;
}
#primary .content .btn.cinza:hover {
background-color: var(--preto);
color: #f9f9f9;
}
#primary .content .btn.branco {
background-color: var(--branco);
color: var(--preto);
border: 1px solid #bfbfbf;
}
#primary .content .btn.branco:hover {
background-color: var(--preto);
color: var(--branco);
}
#primary .content > *:first-child {
margin-top: 0;
}
#primary .content a {
font-weight: 700;
font-size: 14px;
line-height: 26px;
text-decoration: underline;
color: var(--vinho);
transition: 0.2s all ease-in-out;
}
#primary .content a:hover {
color: var(--vermelho);
}
.divisao {
height: 2px;
background-color:#e9e9e9;
position: relative;
z-index: 1;
margin: 55px 0;
}
.divisao::after {
content: '';
background-color: #FB2224;
width: 80px;
height: 2px;
position: absolute;
bottom: 0;
right: 0;
z-index: 2;
} #bloco_servicos {
background-color: transparent;
padding-top: 0;
}
#bloco_servicos .box-cards {
margin-bottom: 80px;
}
#bloco_servicos .box-cards .card {
width: 48.14%;
border: 1px solid var(--cinza-claro-neutro);
}
#bloco_servicos .titulo {
font-family: inherit;
font-weight: 700;
font-size: 20px;
line-height: 27px;
color: var(--preto);
text-align: left;
margin: 0 0 15px 0;
text-decoration: none !important;
}
#bloco_servicos .texto {
font-weight: 400;
font-size: 14px;
line-height: 26px;
color: var(--preto);
text-align: left;
margin: 0 0 40px 0;
} .bloco_servicos_add {
margin-bottom: 100px;
}
.bloco_servicos_add .titulo {
font-weight: 400;
font-size: 14px;
line-height: 26px;
color: var(--preto);
}
.bloco_servicos_add .box {
border: 1px solid var(--cinza-neutro);
border-radius: 5px;
width: 192px;
height: 224px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 40px 0 0 0;
text-decoration: none!important;
}
.bloco_servicos_add .container-box {
margin: 40px 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
column-gap: 27px;
row-gap: 50px;
}
.bloco_servicos_add .servico {
font-weight: 700 !important;
font-size: 14px !important;
line-height: 20px !important;
text-align: center !important;
padding: 0 10%;
}
.bloco_servicos_add .icone {
margin: 0 0 10px 0;
}
.bloco_servicos_add svg {
color: var(--cinza-neutro);
transition: 0.2s all ease-in-out;
}
.bloco_servicos_add .btn-saiba {
border-radius: 50px;
background-color: var(--carvao);
padding: 13px 5px;
font-weight: 700;
font-size: 14px;
line-height: 19px;
text-align: center;
letter-spacing: 0.01em;
color: var(--branco);
position: absolute;
bottom: -23px;
left: 50%;
width: 160px;
transform: translate(-50%, 0);
transition: 0.2s all ease-in-out;
}
.bloco_servicos_add .box:hover .btn-saiba{
background-color: var(--vermelho);
}
.bloco_servicos_add .box:hover svg{
color: var(--vermelho);
} .box-search {
margin: 30px 0;
}
.box-search .titulo {
font-weight: 700;
font-size: 20px;
line-height: 27px;
color: var(--preto);
margin: 0 0 15px 0;
}
.box-search input {
width: 100%;
position: relative;
border-radius: 10px;
border: 1px solid var(--cinza-palido);
height: 50px;
padding-left: 37px;
font-size: 14px;
color: var(--preto);
font-weight: 500;
}
.box-search #taxInput {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/geral/icone-search.svg);
background-position: right 20px center;
background-repeat: no-repeat;
background-size: 23px 20px;
}
.box-search #taxInput::placeholder {
font-size: 14px;
color: var(--preto);
font-weight: 500;
} .bloco-cidades .titulo {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: var(--preto);
border-bottom: 2px solid #e9e9e9;
padding-bottom: 27px;
margin-bottom: 28px;
position: relative;
}
.bloco-cidades .box {
margin: 0 0 25px 0;
}
.bloco-cidades .titulo::after {
content: '';
background-color: #FB2224;
width: 80px;
height: 2px;
position: absolute;
bottom: -2px;
right: 0;
}
.unified-list .titulo {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: var(--preto);
border-bottom: 2px solid #e9e9e9;
padding-bottom: 27px;
margin-bottom: 28px;
position: relative;
}
.unified-list .titulo::after {
content: '';
background-color: #FB2224;
width: 80px;
height: 2px;
position: absolute;
bottom: -2px;
right: 0;
}
.bloco-cidades .lista,
.unified-list .lista-unificada {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
list-style: none;
padding: 0;
}
.bloco-cidades .lista li,
.unified-list .lista-unificada li {
margin: 0 0 5px 0;
padding: 0;
transition: 0.2s all ease-in-out;
}
.bloco-cidades .lista li svg,
.unified-list .lista-unificada li svg {
margin: 0 10px 0 0;
color: var(--cinza-neutro);
transition: 0.2s all ease-in-out;
}
.bloco-cidades .lista li a,
.unified-list .lista-unificada li a {
font-weight: 400;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.02em;
color: var(--preto);
transition: 0.2s all ease-in-out;
}
.bloco-cidades .lista li a .destaque,
.unified-list .lista-unificada li a .destaque {
font-weight: 700;
}
.bloco-cidades .lista li:hover svg,
.bloco-cidades .lista li:hover a .destaque,
.unified-list .lista-unificada li:hover a .destaque {
color: var(--vermelho);
}
.bloco-cidades .lista .hidden {
display: none;
}
@media only screen and (max-width:1500px){
.content-top .titulo-principal {
font-size: 30px;
padding-bottom: 20px;
}
}
@media screen and (max-width: 1400px) {
.bloco-cidades .lista {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
@media screen and (max-width: 1325px) {
#bloco_servicos .box-cards {
flex-direction: column;
}
#bloco_servicos .box-cards .card {
width: 75%;
}
}
@media screen and (max-width: 1024px) {
#primary {
padding-bottom: 190px;
}
#primary .container-page.display-flex-row {
flex-direction: column;
}
#sidebar-page {
margin-left: 0;
margin-top: 20px;
}
#primary .content h2 {
font-size: 26px;
margin: 35px 0 20px;
}
#primary .content h3 {
font-size: 24px;
margin: 35px 0 20px;
}
#primary .content h4 {
font-size: 22px;
margin: 35px 0 20px;
}
#primary .content h5 {
font-size: 20px;
margin: 35px 0 20px;
}
#primary .content h6 {
font-size: 18px;
margin: 35px 0 20px;
}
#bloco_servicos .box-cards {
margin-bottom: 80px;
}
}
@media only screen and (max-width:600px){
.content-top .titulo-principal {
font-size: 26px;
padding-bottom: 16px;
}
}
@media only screen and (max-width:580px){
.bloco-cidades .lista {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
#bloco_servicos .box-cards .card {
width: 100%;
}
}
@media only screen and (max-width:456px){
.bloco_servicos_add .container-box {
justify-content: center;
}
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}