@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}#single .container-geral {
display: flex;
padding-bottom: 184px;
column-gap: 119px;
align-items: flex-start;
}
#sidebar-blog {
min-width: 441px;
width: 441px;
border-radius: 10px;
background-color: var(--branco-neve);
display: flex;
flex-direction: column;
padding: 30px 30px 40px 30px;
font-family: "Open Sans", sans-serif;
}
#sidebar-blog form {
width: 100%;
position: relative;
margin-bottom: 28px;
}
#sidebar-blog 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-blog form input:focus {
border: 1px solid var(--vermelho);
}
#sidebar-blog form input::placeholder {
color: var(--preto);
font-weight: 400;
}
#sidebar-blog form button {
background-color: transparent;
border: none;
position: absolute;
top: 16px;
right: 15px;
cursor: pointer;
}
#sidebar-blog 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;
}
#sidebar-blog button.whatsapp p {
font-weight: 600;
color: var(--branco);
font-size: 18px;
line-height: 26px;
font-family: "Open Sans", sans-serif;
}
#sidebar-blog button.whatsapp svg {
width: 45px;
}
#sidebar-blog button.whatsapp svg .inside {
fill: var(--verde-whats);
}
#sidebar-blog button.whatsapp p span.quebra-linha span {
font-size: 26px;
font-weight: 700;
}
#sidebar-blog .categorias {
background-color: var(--branco);
border-radius: 10px;
width: 100%;
padding: 30px 27px 39px;
margin-bottom: 30px;
}
#sidebar-blog .categorias .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: 25px;
}
#sidebar-blog .categorias .topo::before {
content: '';
background-color: #FB2224;
width: 77.76px;
height: 1px;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
margin: 0 auto;
}
#sidebar-blog .categorias ul li a {
color: #797979;
font-weight: 600;
transition: 0.2s all ease-in-out;
font-size: 16px;
position: relative;
}
#sidebar-blog .categorias ul li a:hover {
color: #F92122;
}
#sidebar-blog .categorias 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;
}
#sidebar-blog .categorias ul li a:hover::before {
filter: brightness(0) saturate(100%) invert(39%) sepia(53%) saturate(5990%) hue-rotate(339deg) brightness(89%) contrast(124%);
}
#sidebar-blog .categorias ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
row-gap: 6px;
}
#sidebar-blog .destaque {
background-color: var(--branco);
border-radius: 10px;
width: 100%;
padding: 30px 27px 30px;
margin-bottom: 30px;
}
#sidebar-blog .destaque .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-blog .destaque .topo::before {
content: '';
background-color: #FB2224;
width: 77.76px;
height: 1px;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
margin: 0 auto;
}
#sidebar-blog .destaque .imagem {
width: 100%;
height: 207px;
border-radius: 10px;
margin-bottom: 18px;
display: block;
}
#sidebar-blog .destaque .imagem img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
#sidebar-blog .destaque .box-titulo {
display: flex;
align-items: center;
justify-content: center;
column-gap: 20px;
}
#sidebar-blog .destaque .box-titulo .titulo {
font-size: 18px;
font-weight: 700;
line-height: 24px;
text-align: left;
color: var(--preto);
}
#sidebar-blog .destaque .box-titulo a {
width: 45px;
min-width: 45px;
height: 45px;
background-color: var(--vermelho);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: 0.2s all ease-in-out;
}
#sidebar-blog .ultimos {
background-color: var(--branco);
border-radius: 10px;
width: 100%;
padding: 30px 27px 30px;
}
#sidebar-blog .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-blog .ultimos .topo::before {
content: '';
background-color: #FB2224;
width: 77.76px;
height: 1px;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
margin: 0 auto;
}
#sidebar-blog .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-blog .ultimos .card:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
#sidebar-blog .ultimos .card .imagem {
min-width: 144px;
width: 144px;
height: 100%;
border-radius: 10px;
}
#sidebar-blog .ultimos .card .imagem img {
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover;
}
#sidebar-blog .ultimos .card .textos {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#sidebar-blog .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-blog .ultimos .card .textos .titulo:hover {
color: var(--vermelho);
}
#sidebar-blog .ultimos .card .textos .box-data {
display: flex;
column-gap: 9px;
align-items: center;
}
#sidebar-blog .ultimos .card .textos .box-data  p {
font-size: 12px;
line-height: 14px;
color: var(--preto);
}
#single .container-geral .esq .topo h1 {
font-size: 32px;
color: var(--preto);
font-weight: 600;
font-family: var(--kanit);
position: relative;
border-bottom: 2px solid #e9e9e9;
padding-bottom: 27px;
margin-bottom: 28px;
}
#single .container-geral .esq .topo h1::after {
content: '';
background-color: #FB2224;
width: 50px;
height: 2px;
position: absolute;
bottom: -2px;
right: 0;
}
#single .container-geral .esq .topo {
margin-bottom: 42px;
}
#single .container-geral .box-infos {
display: flex;
flex-direction: column;
row-gap: 12px;
}
#single .container-geral .box-infos > div {
display: flex;
column-gap: 15px;
}
#single .container-geral .box-infos > div p, #single .container-geral .box-infos > div a {
font-size: 12px;
color: #5C5C5C;
transition: 0.2s all ease-in-out;
}
#single .container-geral .box-infos > div a:hover {
color: var(--vermelho);
}
#single .container-geral .box-infos > div svg {
margin-right: 5px;
} #single .area-conteudo img {
margin-bottom: 20px;
}
#single .container-geral .esq .area-conteudo p {
color: var(--preto);
font-size: 18px;
font-weight: 500;
line-height: 32px;
margin-bottom: 15px;
}
#single .container-geral .esq .area-conteudo a {
text-decoration: underline;
font-weight: 600;
color: var(--preto);
}
#single .container-geral .esq .area-conteudo b, #single .container-geral .esq .area-conteudo strong {
color: #9D252E;
font-weight: 700;
}
#single .container-geral .esq .area-conteudo mark {
background-color: #C5C5C5;
padding: 0 5px;
font-weight: 700;
}
#single .container-geral .esq .area-conteudo h1 {
font-size: 32px;
color: var(--preto);
font-weight: 600;
margin-bottom: 29px;
}
.alignleft {
margin-right: 25px;
}
.alignright {
margin-left: 25px;
}
#single .container-geral .esq .area-conteudo h2 {
font-size: 30px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#single .container-geral .esq .area-conteudo h3 {
font-size: 28px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#single .container-geral .esq .area-conteudo h4 {
font-size: 26px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#single .container-geral .esq .area-conteudo h5 {
font-size: 24px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#single .container-geral .esq .area-conteudo h6 {
font-size: 22px;
color: var(--preto);
font-weight: 600;
margin: 45px 0 15px;
}
#single .container-geral .esq .area-conteudo ul {
list-style: none;
position: relative;
margin: 0;
margin-bottom: 25px;
padding-left: 11px;
}
#single .container-geral .esq .area-conteudo ul li, #single .container-geral .esq .area-conteudo ol li {
list-style: none;
position: relative;
font-weight: 500;
font-size: 18px;
margin-bottom: 13px;
color: var(--preto);
position: relative;
}
#single .container-geral .esq .area-conteudo ol {
position: relative;
margin: 0;
margin-bottom: 25px;
padding-left: 32px;
}
#single .container-geral .esq .area-conteudo ol li {
list-style-type: style;
margin-left: 0;
}
#single .container-geral .esq .area-conteudo ul li:last-child, #single .container-geral .esq .area-conteudo ol li:last-child {
margin-bottom: 0;
}
#single .container-geral .esq .area-conteudo ul li::before {
content: '•';
color: var(--preto);
font-size: 18px;
margin-right: 11px;
}
#single .container-geral .esq .area-conteudo .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;
}
#single .container-geral .esq .area-conteudo .btn.vermelho {
background-color: var(--vermelho);
color: var(--branco);
}
#single .container-geral .esq .area-conteudo .btn.vermelho:hover {
background-color: var(--branco);
color: var(--vermelho);
border: 1px solid var(--vermelho);
}
#single .container-geral .esq .area-conteudo .btn.cinza {
background-color: #f9f9f9;
color: var(--preto);
border: 1px solid #bfbfbf;
}
#single .container-geral .esq .area-conteudo .btn.cinza:hover {
background-color: var(--preto);
color: #f9f9f9;
}
#single .container-geral .esq .area-conteudo .btn.branco {
background-color: var(--branco);
color: var(--preto);
border: 1px solid #bfbfbf;
}
#single .container-geral .esq .area-conteudo .btn.branco:hover {
background-color: var(--preto);
color: var(--branco);
}
.destaques_topicos {
border-radius: 8px;
border: 1px solid #c5c5c5;
padding: 18px 16px 18px 16px;
margin: 0 0 20px 0;
border-radius: 16px;
}
.destaques_topicos .titulo-topicos .titulo_destaque {
font-size: 22px;
color: #000;
font-weight: 700;
margin: 0;
}
#links-ancora ul {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
display: flex;
flex-direction: column;
row-gap: 5px;
}
#links-ancora ul li {
color: var(--preto) !important;
font-size: 14px !important;
line-height: 19px !important;
cursor: pointer;
margin: 0 !important;
transition: 0.2s all ease-in-out;
list-style: none !important;
}
#links-ancora ul li::before {
display: none !important;
}
#links-ancora ul li:last-child{
margin: 0;
}
#links-ancora ul li:hover {
color: var(--vermelho) !important;
font-weight: 700!important;
} #single .container-geral .esq .cta {
width: 100%;
height: 275px;
border-radius: 15px;
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/bg-banner.webp);
display: flex;
align-items: center;
padding-left: 40px;
column-gap: 26px;
position: relative;
margin-top: 45px;
}
#single .container-geral .esq .cta::after {
content: '';
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/home/mascote-formulario.webp);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: absolute;
width: 200px;
height: 218px;
right: -96px;
bottom: -33px;
z-index: 2;
}
#single .container-geral .esq .cta .dir {
min-width: 217px;
width: 217px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
row-gap: 20px;
position: relative;
z-index: 2;
}
#single .container-geral .esq .cta .dir::before {
content: '';
width: 1px;
height: 76%;
background-color: var(--vermelho);
position: absolute;
left: 0;
}
#single .container-geral .esq .cta .dir img {
width: 70%;
}
#single .container-geral .esq .cta .dir .box-redes {
display: flex;
justify-content: flex-start;
column-gap: 30px;
}
#single .container-geral .esq .cta .texto {
color: var(--branco);
font-weight: 600;
line-height: 20px;
font-size: 14px;
z-index: 2;
display: flex;
row-gap: 8px;
flex-direction: column;
}
#single .container-geral .overlay {
background-color: #00000036;
position: absolute;
width: 100%;
height: 100%;
border-radius: 15px;
z-index: 1;
left: 0;
top: 0;
} #comments {
border-top: 2px solid #ccc;
margin-top: 50px;
padding-top: 53px;
}
#comments .comments-title {
font-size: 22px !important;
color: #202020;
line-height: 32px !important;
margin-bottom: 42px !important;
}
#comments ol {
list-style: none !important;
margin-bottom: 0 !important;
padding-left: 0 !important;
}
#comments .comment-body {
width: 100%;
background-color: #f9f9f9;
position: relative;
margin-bottom: 50px;
}
#comments .comment-meta {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 31px;
padding: 19px 20px 0 19px;
flex-wrap: wrap;
row-gap: 12px;
column-gap: 20px;
background-color: #f9f9f9;
}
footer.comment-meta::after, footer.comment-meta::before {
display: none;
}
#comments .says {
display: none;
}
#comments .fn {
font-size: 16px;
color: #202020 !important;
letter-spacing: 0.8px;
}
#comments .fn a {
color: #202020 !important;
text-decoration: none;
font-weight: bold !important;
}
#comments .comment-content p {
font-size: 14px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.4px;
color: #242323;
padding: 0 50px;
margin-bottom: 0 !important;
padding: 0 19px;
}
#comments .comment-metadata a {
position: relative;
font-size: 13px;
color: #242323 !important;
font-weight: 500;
text-decoration: none;
border: none;
display: flex;
align-items: center;
column-gap: 13px;
}
#comments .reply {
display: flex;
justify-content: flex-end;
margin-top: 10px;
padding-bottom: 20px;
padding-right: 20px;
}
#comments .reply a {
box-sizing: border-box;
width: 169px;
height: 52px;
background-color: var(--vermelho);
color: var(--branco) !important;
text-decoration: none;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 700;
transition: 0.2s all ease-in-out;
border-radius: 25px;
}
#comments .comment-body .avatar {
display: none;
}
#comments .comment-list > li {
position: relative;
}
#comments .comment-list > li #respond {
margin-left: 20px;
padding-bottom: 30px;
padding-top: 0;
}
#comments .comment-list > li::before {
content: '';
height: 100%;
width: 2px;
background-color: var(--vermelho);
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
#comments .comment-list {
border-bottom: 1px solid #cccccc;
margin-bottom: 84px;
padding-bottom: 10px;
}
#comments .children .comment-body {
position: relative;
}
#comments .children .comment-body::before {
content: 'Resposta';
width: 81px;
height: 25px;
background-color: var(--vermelho);
display: flex;
align-items: center;
justify-content: center;
font-size: 9px;
color: var(--branco);
letter-spacing: 0.4px;
position: absolute;
top: -25px;
left: 0px;
border-radius: 0 25px 25px 0;
}
#comments .children .comment-body::after {
content: '';
height: 100%;
width: 2px;
background-color: var(--vermelho);
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
#comments .children {
margin-left: 40px;
}
#respond #reply-title {
font-size: 24px;
letter-spacing: 0.4px;
color: #202020;
margin-bottom: 20px;
}
#respond .comment-notes {
font-size: 12px;
letter-spacing: 0.4px;
color: #8d8d8d;
font-weight: 500;
}
#respond form {
display: flex;
flex-direction: column;
row-gap: 20px;
}
#respond #comment {
border: 1px solid #dfdfdf;
border-radius: 0;
resize: none;
height: 100%;
width: 100%;
position: relative;
box-sizing: border-box;
padding: 20px 38px;
background-color: #f9f9f9;
margin-bottom: 20px;
border-radius: 10px;
transition: 0.2s all ease-in-out;
}
#respond form input:focus, #respond form textarea:focus {
outline: none;
}
#respond .comment-form-comment {
position: relative;
height: 149px;
}
#respond .comment-form-comment label, #respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label {
position: absolute;
top: 16px;
left: 36px;
z-index: 1;
transition: 0.2s all ease-in-out;
font-size: 12px;
color: var(--preto);
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 0) 0%);
}
#respond .comment-form-comment label.subir, #respond .comment-form-author label.subir, #respond .comment-form-email label.subir, #respond .comment-form-url label.subir {
top: -9px;
background: linear-gradient(180deg, rgb(255 255 255) 60%, #f9f9f9 0%);
}
#respond 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;
}
#respond input#author {
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;
}
#respond textarea#comment {
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/blog/icone-comentario.svg);
background-position: 14px 18px;
background-repeat: no-repeat;
background-size: 14px 13px;
}
#respond .comment-form-url {
display: none;
}
#respond input {
width: 100%;
border-radius: 0;
border: 1px solid #dfdfdf !important;
border-bottom: 1px solid #c2c2c2;
height: 50px;
padding-left: 38px;
border-radius: 10px;
background-color: #f9f9f9;
transition: 0.2s all ease-in-out;
}
#respond input:focus, #respond textarea:focus {
border: 1px solid var(--vermelho) !important;
}
#respond input::placeholder, #respond textarea::placeholder {
color: #000;
font-size: 14px;
font-family: var(--poppins);
}
#comment::placeholder {
font-size: 14px;
color: #000;
font-family: var(--poppins);
}
#respond .comment-form-cookies-consent {
display: flex;
align-items: center;
margin-bottom:  0 !important;
}
#respond .comment-form-cookies-consent input {
width: auto;
margin-right: 7px;
height: auto;
}
#respond .comment-form-cookies-consent label {
font-size: 12px;
color: #000;
}
#respond #submit {
width: 275px;
max-width: 100%;
margin: 0 auto;
border: none;
height: 40px;
display: flex;
align-items: center;
border: 2px solid var(--vermelho);
justify-content: center;
color: #fff;
background-color: var(--vermelho);
font-size: 14px;
letter-spacing: 0.4px;
font-weight: 700;
cursor: pointer;
transition: 0.2s all ease-in-out;
border-radius: 26px;
padding: 0;
text-transform: uppercase;
}
#respond #submit:hover {
background-color: #fff;
color: var(--vermelho);
border: 1px solid var(--vermelho) !important;
}
#respond .logged-in-as {
display: flex;
column-gap: 10px;
flex-wrap: wrap;
}
#respond .logged-in-as a {
color: var(--vermelho);
}
#comments .comment-metadata a time {
position: relative;
display: flex;
column-gap: 5px;
align-items: center;
}
#comments .comment-metadata a time::before {
content: '';
background-image: url(//www.higitec.com.br/wp-content/themes/desentupidora/desentupimento/blog/icone-calendario.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 12px;
height: 12px;
display: block;
}
#respond {
padding-top: 57px;
}
#respond #email-notes, #respond .required-field-message {
font-size: 14px;
color: #8d8d8d;
}
#respond .comment-form-comment, #respond .comment-form-author, #respond .comment-form-email {
margin-bottom: 0 !important;
position: relative;
}
.comment-awaiting-moderation {
margin-top: 31px;
} #cancel-comment-reply-link {
margin-left: 20px;
color: var(--vermelho);
}
.comment-content:last-child {
padding: 40px;
}
footer::before {
z-index: 0;
}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {
#single .container-geral {
column-gap: 40px;
}
}
@media screen and (max-width: 1280px) {
#sidebar-blog {
min-width: 380px;
width: 380px;
}
#sidebar-blog .ultimos .card .imagem {
min-width: 109px;
width: 109px;
}
#sidebar-blog .ultimos .card .textos .titulo {
line-height: 16px;
}
}
@media screen and (max-width: 1200px) {
#sidebar-blog {
min-width: 328px;
width: 328px;
}
#sidebar-blog .categorias ul li a {
font-size: 14px;
}
#sidebar-blog button.whatsapp p {
font-size: 14px;
line-height: 19px;
}
#sidebar-blog button.whatsapp p span.quebra-linha span {
font-size: 20px;
}
#sidebar-blog button.whatsapp svg {
width: 33px;
}
#sidebar-blog .ultimos, #sidebar-blog .destaque, #sidebar-blog .categorias {
padding: 30px 15px 30px;
}
#sidebar-blog {
padding: 30px 14px 40px 15px;
}
#single .container-geral .esq .cta {
padding: 33px 0;
padding-left: 40px;
height: auto;
}
#single .container-geral .esq .cta .dir::before {
height: 190px;
}
}
@media screen and (max-width: 1080px) {
#single .container-geral .esq .cta .dir {
min-width: 187px;
width: 187px;
}
}
@media screen and (max-width: 1024px) {
#sidebar-blog {
min-width: unset;
width: 100%;
}
#single .container-geral {
padding-bottom: 249px;
}
#sidebar-blog .ultimos .card {
justify-content: left;
}
#sidebar-blog .destaque .imagem {
width: 331px;
max-width: 100%;
height: 207px;
margin: 0 auto;
margin-bottom: 18px;
}
#sidebar-blog .destaque .box-titulo {
justify-content: space-between;
}
#single .container-geral {
flex-direction: column;
}
#single .container-geral .esq .cta {
flex-direction: column;
row-gap: 50px;
}
#single .container-geral .esq .cta .dir::before {
width: 1px;
height: 1px;
left: 0;
width: 100%;
right: 0;
top: -26px;
}
#single .container-geral .esq .cta .dir {
min-width: unset;
width: 100%;
}
#single .container-geral .esq .cta .dir img {
width: 200px;
max-width: 100%;
}
#single .container-geral .esq .cta {
padding: 33px 40px;
}
#single .container-geral .esq .cta::after {
content: '';
background-image: none;
}
}
@media screen and (max-width: 996px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 490px) {}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 430px) {
#single .container-geral .box-infos > div {
flex-direction: column;
row-gap: 5px;
}
#single .container-geral .box-infos {
row-gap: 5px;
}
}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 360px) {
#sidebar-blog .ultimos .card .textos .titulo {
font-size: 12px;
}
#sidebar-blog .ultimos .card .imagem {
min-width: 90px;
width: 90px;
}
#single .container-geral .esq .cta {
padding: 33px 15px;
}
}
@media screen and (max-width: 330px) {}
@media screen and (max-width: 280px) {}.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;
}