:root {
--cinza: #8c8c8c;
--azul: #003C71;
--cinza-escuro: #444444;
} .container {
min-width: 66.68vw;
max-width: 1280px;
margin: 0 auto;
}
.container-geral {
width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-start;
}
.block {
display: block;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: ''!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: ''!important;
}
.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;
}
.noselect:focus {
outline: none !important;
}
.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;
}
.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;
}
.btn-demolix {
display: flex;
flex-direction: row;
align-items: center;
text-decoration: none;
transition: .2s;
}
.btn-demolix,
.btn-demolix .svg-btn {
height: 52.3px;
}
.btn-demolix .text-button {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
height: 100%;
display: flex;
align-items: center;
padding: 0 31px;
color: var(--azul);
background-color: #fff;
transition: .2s;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.03em;
}
.btn-demolix .svg-left {
margin: -1px 0 0 0;
}
.btn-demolix .svg-right {
margin: -1px 0 0 -1px;
}
.btn-demolix .svg-btn {
transition: .2s;
}
.btn-demolix svg path {
stroke: #fff;
fill: #fff;
transition: .2s;
}
.btn-demolix svg text {
color: #fff;
font-weight: 600;
letter-spacing: 0.03em;
}
.btn-demolix:hover .text-button {
background-color: var(--azul);
border-color: var(--azul);
color: #fff;
transition: .2s;
}
.btn-demolix:hover svg path {
stroke: var(--azul);
fill: var(--azul);
transition: .2s;
}
.phone_hp {
display: none!important;
}
*:focus {
outline: none;
}
#primary {
z-index: 1;
position: relative;
}
.post-edit-link {
display: block;
text-align: center;
padding: 10px 0;
}
.mwl-img {
cursor: pointer!important;
} #header {
position: absolute;
top: 0px;
left: 0;
width: 100%;
z-index: 9;
}
#header .container-header {
justify-content: space-between;
width: 100%;
padding: 20px 0;
}
#header .box-logo {
width: 11.3vw;
margin: 0 0 0 16.3vw;
}
#header #header-logo {
display: block;
}
#header .box-menu {
border-bottom: 2px solid #8c8c8c85;
width: auto;
padding: 0 9.6vw 16px 0;
margin: 0 6.3vw 0 0;
justify-content: flex-end;
}
#header .box-menu #menu-principal {
display: flex;
flex-direction: row;
list-style: none;
padding: 0;
margin: 0;
}
#header .box-menu #menu-principal .menu-item {
margin: 0 1.04vw;
position: relative;
}
#header .box-menu #menu-principal .menu-item:first-child {
margin: 0 1.04vw 0 0;
}
#header .box-menu #menu-principal a {
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.02em;
}
#header .header-principal {
display: flex;
align-items: center;
margin-right: 1.1vw;
}
#header .btn-demolix {
height: 40px;
}
#header #menu-principal a:before {
background-color: #fff;
bottom: -28px;
content: '';
height: 2px;
position: absolute;
transform: scaleX(0);
transition: all 0.3s ease-in-out 0s;
transition: all 0.3s;
visibility: hidden;
}
#header #menu-principal a:hover:before {
left: -6%;
transform: scaleX(1);
transition: all 0.3s;
visibility: visible;
width: 116%;
}
#header .box-menu #menu-principal .hover-menu {
position: relative;
}
#header .box-menu #menu-principal .sub-menu {
display: none;
position: absolute;
top: 46px;
left: -118px;
flex-direction: column;
margin: 0;
background-color: #fff;
list-style: none;
padding: 20px;
width: 330px;
}
#header .box-menu #menu-principal .sub-menu .menu-item {
padding: 0;
margin: 0;
display: block
}
#header .box-menu #menu-principal .sub-menu .menu-item a{
color: var(--azul);
border-bottom: 2px solid var(--azul);
padding: 15px 0;
margin: 0;
display: block;
}
#header .box-menu #menu-principal .sub-menu .menu-item a:hover:before {
left: 0;
transform: none;
transition: all 0.3s;
visibility: hidden;
width: 0;
}
#header .box-menu #menu-principal .sub-menu .menu-item:last-child a{
border: none;
padding: 15px 0 0 0;
}
#header .box-menu #menu-principal .sub-menu .menu-item:first-child a{
padding: 0 0 15px 0;
}
#header .btn-demolix .svg-btn {
height: 102%;
}
#header .menu-mobile-icone {
display: none;
}
#header > .topo {
height: 40px;
display: flex;
background-color: var(--azul);
}
#header > .topo .content {
width: 1280px;
margin: 0 auto;
max-width: 90%;
display: flex;
align-items: center;
justify-content: space-between;
column-gap: 18px;
height: 100%;
}
#header > .topo .content > div {
height: 100%;
}
#header > .topo .content .esq {
display: flex;
column-gap: 20px;
}
#header > .topo .content .esq a {
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
#header > .topo .content .esq  .linkedin svg {
width: 13px;
}
#header > .topo .content .esq  .instagram svg {
width: 15px;
margin-top: 2px;
}
#header > .topo .content .esq  .youtube  svg{
width: 17px;
}
#header > .topo .content .esq  .facebook svg {
width: 8px;
}
#header > .topo .content .dir {
display: flex;
align-items: center;
column-gap: 6px;
}
#header > .topo .content .dir p, #header > .topo .content .dir a  {
font-size: 15px;
color: #fff;
margin: 0;
font-weight: 600;
display: flex;
column-gap: 10px;
letter-spacing: 0.4px;
text-decoration: none;
}
#header > .topo .content .dir p.separador {
opacity: .25;
}
#header > .topo .content .dir svg {
width: 15px;
}
#header > .topo .content .dir svg.mail {
margin-top: 2px;
}
#header > .topo .content .dir a {
font-size: 15px;
color: #fff;
font-weight: 500;
letter-spacing: 0.4px;
text-decoration: none;
display: flex;
align-items: center;
column-gap: 9px;
} #footer {
background: rgb(19,21,17);
background: linear-gradient(-38deg, rgb(9 12 8) 43%, rgb(35 35 35) 73%);
position: relative;
margin-top: -4.5vw;
}
#footer .effect {
position: absolute;
right: 0;
bottom: 0;
}
#footer .effect .mobile {
display: none;
}
#footer .effect .desktop {
display: block;
}
#footer .assinatura p,
#footer .assinatura a {
color: #fff;
font-size: 12px;
text-decoration: none;
}
#footer .assinatura {
border-top: 1px solid #303030;
z-index: 2;
position: relative;
}
#footer .footer_assinatura {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
letter-spacing: 0.25px;
margin: auto;
min-width: 1000px;
padding: 15px 0;
width: 67.3%;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
}
#footer .content {
padding: 9.3vw 0px 5vw 0px;
}
#footer .content .coluna_1 {
-ms-flex-align: start;
-ms-flex-direction: column;
-ms-flex-pack: justify;
-webkit-box-align: start;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-box-pack: justify;
align-items: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 25%;
}
#footer .content .coluna_2 {
width: 24.75%;
}
#footer .content .coluna_3 {
width: 24.75%;
}
#footer .content .coluna_4 {
min-width: 327px;
width: 25.5%;
}
.organiza_colunas {
-ms-flex-align: stretch;
-ms-flex-direction: row;
-webkit-box-align: stretch;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
align-items: stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
margin: auto;
min-width: 1000px;
width: 67.3%;
}
.coluna_1 .logo-demolix {
margin: 0 0 20px 0;
}
.coluna_1 .texto {
color: #a4a4a4;
font-size: 14px;
font-weight: 400;
line-height: 24px;
width: 100%;
}
.coluna_1 .titulo {
color: #fff;
font-size: 0.7552vw;
font-weight: bold;
margin-bottom: 1.5vw;
text-transform: uppercase;
}
.coluna_1 .redes_logos svg,
.coluna_1 .redes_logos g {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
fill: #fff;
transition: .2s ease all;
}
.coluna_1 .redes_logos svg:hover,
.coluna_1 .redes_logos g:hover {
fill: var(--azul);
}
.coluna_1 .redes_logos {
-ms-flex-direction: row;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
gap: 1.7187vw;
margin-left: 2px;
}
.coluna_1 .logo_footer {
height: 4.895vw;
margin-bottom: 1.1vw;
margin-left: -4px;
width: 7.187vw;
}
.organiza_colunas .titulo_menu {
color: #fff;
font-size: 14.5px;
letter-spacing: 0.3px;
margin: 0 0 2vw 0;
font-weight: 600;
}
.organiza_colunas .titulo_bpo {
margin-top: 2.34375vw;
}
.organiza_colunas .menu {
padding: 0;
list-style: none;
margin: 0;
}
.organiza_colunas .menu li a {
color: #fff;
text-decoration: none;
font-size: 12px;
}
.organiza_colunas .menu li {
margin-bottom: 14px;
}
.organiza_colunas .menu li a:before {
-o-transition: .2s ease all;
-webkit-transition: .2s ease all;
color: #fff!important;
content: '|';
display: inline-block;
margin-right: 6px;
transition: .2s ease all;
}
.organiza_colunas .menu li a:hover:before {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
margin-right: 8px;
transform: rotate(90deg);
}
#footer .bloco-selo {
margin: 40px 0 0 0;
}
#footer .bloco-selo .titulo_menu {
margin: 0 0 20px 0;
}
#footer .bloco-selo .container-image {
position: relative;
z-index: 2;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 25px;
margin: 0;
}
#footer .bloco-selo .container-image .selo {
width: auto;
height: 80px;
} .btn_animacao {
background-color: var(--azul);
color: #fff;
display: inline-block;
position: relative;
}
.btn_animacao span {
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-webkit-box-pack: center;
align-items: center;
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 0.85vw;
height: 100%;
justify-content: center;
letter-spacing: 0.5px;
position: relative;
width: 100%;
}
.btn_animacao:before,
.btn_animacao:after {
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
background: var(--branco);
content: "";
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease;
}
.btn_animacao:before {
height: 0%;
width: 2px;
}
.btn_animacao:after {
height: 2px;
width: 0%;
}
.btn_animacao:hover {
-webkit-box-shadow: none;
background-color: #fff;
box-shadow: none;
}
.btn_animacao:hover:before {
height: 100%;
}
.btn_animacao:hover:after {
width: 100%;
}
.btn_animacao span:hover {
color: #fff;
}
.btn_animacao span:before,
.btn_animacao span:after {
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
background: #fff;
bottom: 0;
content: "";
left: 0;
position: absolute;
transition: all 0.3s ease;
}
.btn_animacao span:before {
height: 0%;
width: 2px;
}
.btn_animacao span:after {
height: 2px;
width: 0%;
}
.btn_animacao span:hover:before {
height: 100%;
}
.btn_animacao span:hover:after {
width: 100%;
} .cta-footer {
position: relative;
display: flex;
flex-direction: row;
align-items: center;
width: 1280px;
margin: 0 auto;
background-color: var(--azul);
justify-content: space-between;
padding: 130px 70px 130px 110px;
z-index: 2;
background-image: url(//www.demolix.com.br/wp-content/themes/demolidora/desmontagem/geral/implosao-logo-demolix-cta.webp);
background-repeat: no-repeat;
background-size: contain;
background-position: center left;
}
.cta-footer .esq .texto {
color: #fff;
font-size: 18px;
letter-spacing: initial;
margin: 0;
line-height: 44px;
}
.cta-footer .esq .texto strong {
font-size: 50px;
letter-spacing: 0.02em;
}
.cta-footer .btn-demolix {
height: 75.3px;
}
.cta-footer .btn-demolix .svg-btn {
height: 77.3px;
}
.cta-footer .btn-demolix .text-button {
padding: 0 60px;
font-size: 18px;
border-color: #3d6a90;
color: #fff;
background-color: var(--azul);
}
.cta-footer .btn-demolix svg path {
stroke: #3d6a90;
fill: var(--azul);
}
.cta-footer .btn-demolix:hover .text-button {
border-color: #fff;
color: var(--azul);
background-color: #fff;
}
.cta-footer .btn-demolix:hover svg path {
stroke: #fff;
fill: #fff;
}
.cta-footer .btn-demolix .svg-left {
margin: -1px -1px 0 0;
}
.cta-footer .btn-demolix .svg-right {
margin: -1px 0 0 -3px;
}
.divisao-demolix {
max-width: 1280px;
width: 90%;
margin: 60px auto;
text-align: center;
background-image: url(//www.demolix.com.br/wp-content/themes/demolidora/desmontagem/geral/implosao-linha-separacao.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 32px;
}@media only screen and (max-width: 1700px){
#header .box-menu #menu-principal .menu-item {
margin: 0 0.8vw;
position: relative;
}
#header .btn-demolix .text-button {
padding: 0 22px;
font-size: 14px;
}
}
@media only screen and (max-width:1600px){
#footer .bloco-selo .selo {
width: 140px;
}
}
@media only screen and (max-width:1560px) {
#footer .content .coluna_2 {
width: 17.75%;
}
}
@media only screen and (max-width: 1530px){
#header #header-logo {
width: 13vw;
}
#header .btn-demolix .text-button {
padding: 0 12px;
font-size: 14px;
}
#header .btn-demolix {
height: 34px;
}
#header #menu-principal a:before {
bottom: -25px;
}
#header .box-menu #menu-principal a {
font-size: 13px;
}
}
@media only screen and (max-width:1500px){
.container-geral {
width: 90%;
}
.cta-footer {
width: 90%;
padding: 10% 3% 10% 6%;
}
.cta-footer .btn-demolix .text-button {
padding: 0 40px;
}
.cta-footer .esq .texto {
margin: 0 20px 0 0;
}
.cta-footer .esq .texto strong {
font-size: 44px;
}
.divisao-demolix {
max-width: 90%;
width: 90%;
}
}
@media only screen and (max-width: 1400px){
#header #header-logo {
width: 11vw;
margin-top: 3px;
}
}
@media only screen and (max-width: 1300px){
#header .box-menu #menu-principal .menu-item {
margin: 0 0.6vw;
}
#header .box-menu #menu-principal .menu-item:first-child {
margin: 0 0.6vw 0 0;
}
#header .btn-demolix .text-button {
padding: 0 10px;
font-size: 13px;
}
.cta-footer .btn-demolix .text-button {
font-size: 16px;
padding: 0 15px;
}
}
@media only screen and (max-width: 1250px){
#header .box-menu #menu-principal a {
font-size: 12px;
}
}
@media only screen and (max-width: 1160px){
#header #header-logo {
width: 10vw;
margin-top: 7px;
}
#header .box-menu #menu-principal a {
font-size: 12px;
}
#header .btn-demolix .text-button {
padding: 0 7px;
font-size: 12px;
}
}
@media only screen and (max-width: 1100px){
#header .box-menu #menu-principal .menu-item {
margin: 0 0.4vw;
}
#header .box-menu #menu-principal .menu-item:first-child {
margin: 0 0.4vw 0 0;
}
#header .btn-demolix .text-button {
padding: 0 3px;
font-size: 12px;
}
}
@media only screen and (max-width:1082px) {
.organiza_colunas {
min-width: 90%;
width: 90%;
justify-content: space-between;
}
#footer .content .coluna_3 {
width: 26%;
}
#footer .content .coluna_4 {
min-width: 22%;
width: 22%;
}
#footer .footer_assinatura {
min-width: 90%;
width: 90%;
}
}
@media only screen and (max-width: 1024px){
.container {
min-width: 90%;
max-width: 90%;
margin: 0 auto;
}
.container-geral {
flex-direction: column;
}
.menu-open {
overflow: hidden;
-webkit-overflow-scrolling: touch;
position: fixed;
width: 100%;
}
#header {
padding: 20px 0;
padding-top: 0;
}
#header .container-header {
width: 90%;
padding: 0;
}
#header .box-menu {
display: none;
}
#header .menu-mobile-icone {
display: flex;
background-color: #fff;
padding: 17px;
position: fixed;
right: 0;
top: 45px;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
transition: .2s;
}
#header .menu-mobile-icone svg {
color: #000;
}
#header.header-fixo .menu-mobile-icone {
border-color: #000;
transition: .2s;
}
#header #header-logo {
width: 155px;
margin-top: initial;
filter: brightness(2);
}
#header .box-logo {
width: auto;
margin: 0 0 0 5%;
display: flex;
align-items: center;
}
.organiza_colunas {
flex-direction: column;
}
#footer {
margin-top: 0;
}
#footer .assinatura {
background-color: #090c08;
}
#footer .content .coluna {
width: 100%;
}
#footer .effect .mobile {
display: block;
height: 100%;
}
#footer .effect .desktop {
display: none;
}
#footer .content {
padding: 85px 0px 0;
}
#footer .effect {
right: 0;
top: 0;
bottom: initial;
height: 100%
}
.coluna_1 .texto {
font-size: 16px;
}
.coluna_1 .titulo {
font-size: 14px;
margin: 46px 0 20px 0;
letter-spacing: 0.05em;
}
.coluna_1 .redes_logos {
gap: 30px;
}
.coluna_1 {
margin: 0 0 60px 0;
}
.organiza_colunas .titulo_menu {
font-size: 16px;
margin: 0 0 35px 0;
}
.organiza_colunas .menu li a {
font-size: 14px;
}
#footer .content .coluna_3,
#footer .content .coluna_4 {
margin: 22px 0 0 0;
}
#footer .footer_assinatura {
flex-direction: column;
}
#footer .assinatura p {
color: #fff;
line-height: 28px;
font-size: 16px;
text-align: center;
width: 50%;
text-decoration: none;
}
#header.mobile-open {
padding: 0;
}
#header.mobile-open .container-header {
width: 100%;
padding: 0;
}
#header > .topo {
margin-bottom: 20px;
}
#header.mobile-open .box-menu #menu-principal {
flex-direction: column;
width: 100%;
}
#header.mobile-open .box-menu {
position: fixed;
top: 0;
height: 100%;
width: 100%;
left: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: flex-start;
padding: 130px 0 0 0;
margin: 0;
z-index: 10;
background-color: var(--cinza-escuro);
}
#header.mobile-open .box-logo {
margin: 0;
padding: 0px 0 35px 5%;
z-index: 11;
background-color: #444;
width: 100%;
}
#header.mobile-open .menu-mobile-icone {
z-index: 11;
}
#header.mobile-open .menu-mobile-icone svg {
color: #000;
}
#header.mobile-open .box-menu #menu-principal .menu-item:first-child,
#header.mobile-open .box-menu #menu-principal .menu-item{
margin: 0;
}
#header.mobile-open .header-principal {
margin-right: 0;
width: 90%;
}
#header.mobile-open .box-menu #menu-principal a,
#header.mobile-open .box-menu #menu-principal .sub-menu a {
font-size: 18px;
padding: 14px 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
border: 1px solid;
margin: 0 0 20px 0;
color: #fff;
width: 100%;
}
#header .box-menu #menu-principal .sub-menu .menu-item:first-child a {
padding: 14px 20px;
}
#header.mobile-open .btn-demolix .text-button {
padding: 0 35px;
font-size: 16px;
}
#header.mobile-open .btn-demolix {
height: 46px;
margin: 10px 0 0 0;
}
#header.mobile-open #menu-principal a:hover:before {
visibility: hidden;
}
#header.mobile-open .box-menu #menu-principal .sub-menu .menu-item {
margin: 0;
width: 90%;
}
#header.mobile-open .box-menu #menu-principal .sub-menu {
position: fixed;
top: 0;
height: 100%;
width: 100%;
left: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
z-index: 10;
justify-content: flex-start;
padding: 130px 0 0 0;
background-color: var(--cinza-escuro);
}
#header.mobile-open .back-menu {
color: #fff;
width: 90%;
margin: 0 auto;
font-size: 18px;
display: flex;
align-items: center;
font-weight: 600;
}
#header.mobile-open .back-menu svg {
margin: 0 10px 0 0;
}
.cta-footer {
width: 100%;
padding: 50px 2%;
flex-direction: column;
}
.cta-footer .esq .texto {
margin: 0 0 30px;
text-align: center;
line-height: 38px;
}
#footer .bloco-selo {
margin: 40px 0;
}
}
@media only screen and (max-width: 600px) {
.cta-footer .esq .texto strong {
font-size: 38px;
}
.cta-footer .btn-demolix {
height: 60px;
width: 260px;
}
.cta-footer .btn-demolix .svg-btn {
height: 113px;
}
.cta-footer .btn-demolix .text-button {
padding: 0 40px;
text-align: center;
font-size: 13px;
line-height: 20px;
}
.cta-footer {
padding: 50px 5%;
}
}
@media only screen and (max-width: 490px) {
#header > .topo .content .dir a {
font-size: 13px;
}
#header > .topo .content .dir a span {
display: none;
}
}
@media only screen and (max-width: 430px) {
#header > .topo .content .dir svg {
display: none;
}
}
@media only screen and (max-width: 410px) {
.cta-footer {
background-size: cover;
}
}
@media only screen and (max-width: 400px) {
#footer .bloco-selo .container-image {
justify-content: center;
}
}
@media only screen and (max-height: 650px) {
#header.mobile-open .box-menu,
#header.mobile-open .box-menu #menu-principal .sub-menu {
padding: 130px 0 60px 0;
overflow-x: scroll;
}
}
@media only screen and (max-width: 360px) {
#header > .topo .content .esq {
display: none;
}
#header > .topo .content {
justify-content: center;
}
}.container-whatsapp .box-whatsapp {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #33d951;
padding: 18px 24px;
z-index: 9;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 120px;
}
.container-whatsapp .box-whatsapp:hover {
background-color: #47dd62;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.box-whatsapp .icone {
margin: 0 -2px -3px 0px;
}
.box-whatsapp svg {
color: #fff;
font-size: 50px;
}
.container-whatsapp .box-whatsapp .texto {
display: none;
}
#whatsapp {
width: 360px;
max-width: 360px;
position: fixed;
bottom: 0;
right: 0;
z-index: 999999;
}
#whatsapp #open_whatsapp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}
#close_whatsapp {
position: absolute;
left: -13px;
z-index: 99999;
color: var(--verde);
top: -13px;
cursor: pointer;
display: none;
border: 1px solid #000;
border-radius: 15px;
text-align: center;
width: 26px;
height: 26px;
font-size: 14px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fff;
}
#close_whatsapp svg {
color: #000;
}
.header-whatsapp {
background: #33d951;
color: #fff;
padding: 15px 10px 15px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header-whatsapp:hover {
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
-webkit-filter: brightness(1.05);
filter: brightness(1.05);
}
.header-whatsapp p {
margin: 0;
text-align: center;
font-size: 18px;
line-height: 16px;
color: #fff!important;
cursor: pointer;
}
#open_whatsapp svg {
margin: 0 0 0 10px;
font-size: 22px;
}
.formulario-whatsapp {
padding: 0;
background-color: #fbfbfb;
color: #fff;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.formulario-whatsapp form {
padding: 10px 0;
}
.formulario-whatsapp input,
.formulario-whatsapp textarea,
.formulario-whatsapp select {
width: 90%;
padding: 12px;
text-align: left;
font-size: 16px;
color: #333333!important;
text-decoration: none;
position: relative;
display: block;
margin: 0 auto;
margin-bottom: 10px;
border: none;
border-radius: 0px;
border-bottom: 1px solid #d0d0d0;
background: transparent;
}
.formulario-whatsapp input:focus,
.formulario-whatsapp textarea:focus {
outline: none;
}
.formulario-whatsapp .form-bt {
width: 95%;
text-align: center;
color: #fff!important;
border: none;
text-decoration: none;
background: #33d951;
cursor: pointer;
padding: 13px;
line-height: 16px;
font-size: 18px;
border-radius: 25px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
margin: 20px auto 0px;
display: block;
font-weight: 500;
}
.formulario-whatsapp .form-bt:hover {
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
-webkit-filter: brightness(1.05);
filter: brightness(1.05);
color: #ffffff;
}
.formulario-whatsapp .error::-webkit-input-placeholder {
color: #FF0025;		
}
.formulario-whatsapp .error {
border: 0 !important;
border-bottom: 1px solid red !important;
color:red;
}	
.formulario-whatsapp .phone_hp {
display: none!important;
}
#whatsapp .status-form {
text-align: center;
font-size: 14px;
margin: 20px 0 12px;
padding: 0 5%;
line-height: 20px;
border: none!important;
color:red;
}
#status_whatsapp.input-ok{
color: green;
}
.input-ok{
color: green!important;
} #resposta-modal-whatsapp {
position: fixed;
top: 0;
left: 0;
background: #00000063;
width: 100%;
height: 100%;
z-index: 3000;
display: none;
align-items: center;
justify-content: center;
line-height: normal;
font-family: inherit;
}
#resposta-modal-whatsapp .content {
max-width: 90%;
background: #fff;
position: relative;
width: 466px;
}
#resposta-modal-whatsapp .content .topo {
height: 50px;
background-color: #4acd36;
display: flex;
align-items: center;
color: #fff;
}
#resposta-modal-whatsapp .content .topo > div {
width: 85px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
font-size: 41px;
height: 100%;
background-color: #34ac22;
padding: 5px 0 0 0;
}
#resposta-modal-whatsapp .content .topo .texto {
width: 100%;
text-align: center;
color: #fff;
font-weight: 600;
font-size: 16px;
}
#resposta-modal-whatsapp .content .bottom {
padding: 15px 28px;
}
#resposta-modal-whatsapp .content .bottom .texto {
text-align: center;
line-height: 22px;
font-size: 14px;
margin-bottom: 3px;
}
#resposta-modal-whatsapp .content .bottom .sub {
font-size: 12px;
color: #868686;
text-align: center;
margin-bottom: 10px;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp {
height: 45px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #4acd36;
margin-bottom: 5px;
text-decoration: none;
transition: 0.2s all ease-in-out;
} 
#resposta-modal-whatsapp .content .bottom .btn-wpp svg {
color: #fff;
margin: 0 0 0 8px;
font-size: 25px;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp:hover {
filter: brightness(1.1);
transition: 0.2s all ease-in-out;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp img{
max-width: 100%;
max-height: 100%;
width: 25px;
height: auto; 
margin-right: 15px;
} 
#resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
color: #fff;
font-size: 18px;
font-weight: 700;
text-align: center;
margin: 0;
}
#resposta-modal-whatsapp .content .bottom .continuar {
font-size: 16px;
color: #000;
text-decoration: underline;
line-height: 32px;
text-align: center;
font-weight: 700;
margin: 0 auto;
display: block;
cursor: pointer;
}
#resposta-modal-whatsapp .content .fechar-modal {
color: #000;
background-color: #fff;
border: 1px solid #000;
display: flex;
width: 30px;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 12px;
height: 29px;
position: absolute;
top: -13px;
right: -13px;
padding: 4px 0 0 0;
cursor: pointer;
border-radius: 48px;
}
.modal-aberto {
display: flex !important;
}
@media only screen and (max-width: 1024px){
#whatsapp {
width: 100%;
max-width: 100%;
right: 0;
}
.formulario-whatsapp form {
padding: 10px 0;
background-color: #fff;
z-index: 10;
position: relative;
width: 90%;
margin: 0 auto;
}
#whatsapp.modalOpen {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: initial;
}
#whatsapp.modalOpen .formulario-whatsapp {
height: auto;
z-index: 10;
width: 90%;
margin: 0 auto;
}
#whatsapp.modalOpen .header-whatsapp {
position: relative;
z-index: 10;
width: 90%;
margin: 0 auto;
}
#whatsapp.modalOpen #close_whatsapp {
right: -13px;
left: initial;
}
#whatsapp.modalOpen .bgformulario {
position: fixed;
width: 100%;
max-width: 100%;
height: 100%;
background: rgba(0,0,0,.5);
bottom: 0;
right: 0;
z-index: 9;
}
}
@media only screen and (max-width: 600px){
.box-whatsapp svg {
font-size: 45px;
}
.container-whatsapp .box-whatsapp {
padding: 15px 20px;
}
}#header {
width: 100%;
z-index: 9;
background-color: #fff;
position: relative;
}
#header .box-logo {
width: auto;
margin: 0;
}
#header .box-menu {
padding: 0;
margin: 0;
}
#header .container-header {
width: 1280px;
margin: 0 auto;
}
#header .box-menu {
padding-bottom: 0;
}
#header #header-logo .logo-demolix {
filter: invert(1);
}
#header .box-menu #menu-principal a {
color: #000;
}
#header .box-menu {
border-bottom: none;
}
#header .btn-demolix svg path {
stroke: #000;
fill: #000;
}
#header .btn-demolix .text-button {
border-top: 2px solid #000;
border-bottom: 2px solid #000;
color: #fff;
background-color: #000;
}
#header .btn-demolix:hover svg path {
stroke: var(--azul);
fill: var(--azul);
}
#header .btn-demolix:hover .text-button {
border-color: var(--azul);
background-color: var(--azul);
}
#header #menu-principal a:before {
background-color: #000;
bottom: -31px;
}
@media only screen and (max-width:1500px){
#header .container-header {
width: 90%;
}
}
@media only screen and (max-width:1024px){
#header.mobile-open #header-logo .logo-demolix {
filter: none;
}
}.organiza_colunas,
#footer .footer_assinatura {
min-width: initial;    
width: 1280px;
}
#footer .effect {
width: 393px;
}
@media only screen and (max-width:1500px){
.organiza_colunas,
#footer .footer_assinatura {
width: 90%;
}
}
@media only screen and (max-width:1024px){
#footer .effect {
width: auto;
}
}#banner {
background-color: #191919;
background-image: url(//www.demolix.com.br/wp-content/themes/demolidora/desmontagem/geral/implosao-logo-demolix-banner.webp);
background-repeat: no-repeat;
background-position: center right;
height: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 28px;
letter-spacing: 0.02em;
font-weight: 500;
text-align: center;
color: #fff;
position: relative;
}
#banner::after {
content: " ";
background-image: url(//www.demolix.com.br/wp-content/themes/demolidora/desmontagem/geral/implosao-banner-direita.webp);
background-repeat: no-repeat;
background-position: center right;
background-size: contain;
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
height: 100%;
width: 113px;
}
#banner::before {
content: " ";
background-image: url(//www.demolix.com.br/wp-content/themes/demolidora/desmontagem/geral/implosao-banner-esquerda.webp);
background-repeat: no-repeat;
background-position: center right;
background-size: contain;
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
height: 100%;
width: 113px;
}
#banner .titulo_banner{
z-index: 2;
font-size: 28px;
position: relative;
padding: 0 40px;
background-color: #191919; 
max-width: 600px;
font-weight: 500;
}
#banner .linha-bg {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
height: 2px;
width: 82%;
background-color: #3e3e3e;
z-index: 1;
}
#banner .destaque {
font-weight: 700;
margin: 6px 0 0 0;
display: block;
}
#breadcrumb {
background-color: #c5c5c5;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.02em;
padding: 7px 0;
}
#breadcrumb .container-geral {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 28px;
width: 1280px;
margin: 0 auto;
}
#breadcrumb a {
color: #000;
text-decoration: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#breadcrumb a:hover {
color: var(--azul);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#breadcrumb .current-item {
color: var(--azul);
}
#breadcrumb .home {
color: #000;
}
#breadcrumb span {
margin: 0 2px;
line-height: 20px;
}
@media only screen and (max-width:1500px){
#breadcrumb .container-geral {
width: 90%;
}
#banner {
font-size: 26px;
}
#banner .linha-bg {
width: 75%;
}
}
@media only screen and (max-width: 1024px) {
#banner {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 20px;
padding: 0 5%;
text-align: left;
background-size: 75px;
height: 147px;
}
#banner::before {
content: "";
background-image: none;
}
#banner .titulo_banner {
padding: 0 80px 0 0;
background-color: transparent;
}
#breadcrumb {
font-size: 12px;
}
#breadcrumb svg {
width: 14px;
}
#banner .linha-bg {
display: none;
}
}.content-post {
padding: 60px 0 80px 0;
}
.content-post h1 {
margin: 0 0 55px 0;
font-size: 28px;
letter-spacing: 0.02em;
line-height: 34px;
font-weight: 700;
}
.content-post h2 {
margin: 40px 0 15px 0;
font-size: 24px;
letter-spacing: 0.02em;
font-weight: 700;
line-height: 32px;
}
.content-post h3 {
margin: 40px 0 15px 0;
font-size: 24px;
letter-spacing: 0.02em;
font-weight: 600;
line-height: 32px;
}
.content-post h4 {
margin: 40px 0 15px 0;
font-size: 20px;
letter-spacing: 0.02em;
font-weight: 600;
line-height: 26px;
}
.content-post h5 {
margin: 40px 0 15px 0;
font-size: 18px;
letter-spacing: 0.02em;
font-weight: 600;
line-height: 26px;
}
.content-post h6 {
margin: 40px 0 15px 0;
font-size: 16px;
letter-spacing: 0.02em;
font-weight: 700;
line-height: 26px;
}
.content-post p {
margin: 0 0 25px 0;
line-height: 23px;
font-size: 16px;
}
.content-post ul {
margin: 30px 0;
list-style: none;
padding: 0 0 0 6%;
}
.content-post ul li:before {
content: "\2022";
color: var(--azul);
font-weight: bold;
display: inline-block;
width: 6px;
font-size: 20px;
margin: 0 7px 0 -13px;
}
.content-post ul li {
margin: 0 0 3px 0;
font-size: 16px;
line-height: 23px;
}
.content-post ol { 
list-style: none;
counter-reset: item; 
margin: 30px 0;
padding: 0 0 0 6%;
}
.content-post ol li { 
line-height: 26px; 
font-size: 16px;
}
.content-post ol li:before {
content: "."counter(item);
counter-increment: item;
color: var(--azul);
font-weight: bold;
display: inline-block;
width: 6px;
width: 12px;
direction: rtl;
margin: 0 7px 0 -19px;
}
.content-post b,
.content-post strong {
color: var(--azul);
font-weight: 600;
}
.content-post a {
color: var(--azul);
text-decoration: underline;
}
.content-post .alignright {
margin: 0 0 0 30px;
}
.content-post .alignleft {
margin: 0 30px 0 0;
}
.content-post .aligncenter {
display: block;
margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
.content-post {
padding: 50px 0 0;
}
.content-post h1 {
margin: 0 0 40px 0;
}
.content-post p {
line-height: 28px;
margin: 0 0 25px 0;
}
.content-post .alignright,
.content-post .alignleft {
display: block;
margin: 20px auto;
float: none;
}
.content-post ol,
.content-post ul {
padding: 0 0 0 10%;
}
}.content-post {
padding: 10px 0 60px 0;
}
#primary .box-principal {
margin: 92px 0;
}
#primary .box-principal .container-servicos {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
}
#primary .box-principal .dir,
#primary .box-principal .esq {
width: 50%;
}
#primary .box-principal .esq .conteudo .titulo h2 {
font-size: 48px;
font-weight: 400;
letter-spacing: 0.02em;
line-height: 54px;
margin: 0 0 30px 0;
}
#primary .box-principal .esq .conteudo-2 {
margin: 60px 0 0;
}
#primary .box-principal .esq .conteudo-2 .titulo {
font-weight: 700;
font-size: 32px;
}
#primary .box-principal .esq .conteudo .titulo .topico {
color: var(--azul);
font-weight: 600;
font-size: 16px;
letter-spacing: 0.02em;
margin: 0;
line-height: 30px;
}
#primary .box-principal .esq .conteudo p {
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
font-weight: 500;
}
#primary .box-principal .esq .btn-demolix svg path {
stroke: var(--azul);
fill: var(--azul);
transition: .2s;
}
#primary .box-principal .esq .btn-demolix .text-button {
border-color: var(--azul);
color: #fff;
background-color: var(--azul);
}
#primary .box-principal .esq .btn-demolix:hover svg path {
fill: #fff;
}
#primary .box-principal .esq .btn-demolix:hover .text-button {
color: var(--azul);
background-color: #fff;
}
#primary .box-principal .esq .btn-demolix .svg-btn {
height: 53.3px;
}
#primary .box-principal .esq .btn-cta {
margin: 60px 0 0;
}
#primary .box-principal .dir {
position: relative;
padding: 0;
max-width: 581px;
overflow: hidden;
}
#primary .box-principal .dir .efeito {
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
}
.divisao-demolix {
width: 100%;
}
@media only screen and (max-width:1500px) {
.divisao-demolix {
max-width: 100%;
width: 100%;
}
#primary .box-principal .esq {
margin: 0 40px 0 0;
}
#primary .box-principal {
margin: 60px 0;
}
#primary .container {
width: 90%;
min-width: 90%;
max-width: 90%;
}
#primary .box-principal .esq .conteudo .titulo {
font-size: 42px;
line-height: 46px;
margin: 0 0 24px 0;
}
#primary .box-principal .esq .conteudo p {
font-size: 14px;
line-height: 22px;
}
#primary .box-principal .esq .conteudo-2 .titulo {
font-size: 30px;
}
#primary .box-principal .esq .conteudo .titulo .topico {
font-size: 14px;
}
#primary .box-principal .dir .efeito {
width: 21vw;
}
#primary .box-principal .esq .btn-demolix .text-button {
font-size: 14px;
}
}
@media only screen and (max-width:1024px) {
#primary .box-principal .container-servicos {
flex-direction: column;
}
#primary .box-principal .dir, #primary .box-principal .esq {
width: 100%;
}
#primary .box-principal {
background-image: none;
}
#primary .box-principal .esq .conteudo .titulo .topico {
font-size: 12px;
}
#primary .box-principal .esq .conteudo .titulo {
font-size: 34px;
line-height: 38px;
}
#primary .box-principal .esq .conteudo-2 {
margin: 25px 0 0;
}
#primary .box-principal .esq .conteudo-2 .titulo {
font-size: 26px;
}
#primary .box-principal .esq .btn-demolix .svg-btn {
height: 54.3px;
}
#primary .box-principal .esq .btn-demolix .svg-right {
margin: -1px 0 0 -2px;
}
#primary .box-principal .dir {
margin: 60px auto 0;
text-align: center;
}
#primary .box-principal .esq .btn-cta .btn-demolix {
justify-content: center;
}
#primary .box-principal .dir .efeito {
width: 40vw;
}
}