/*
 * 
Theme Name: Actmob 2024 - Site institucional
Author: Jean Andrade
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

:root {
  --act_theme_font_14px: 0.875rem;
  --act_theme_font_40px: 2.5rem;
  --act_theme_font_64px: 4rem;
}

a {
  text-decoration: none;
}

* {
  outline: none;
  box-sizing: border-box;
  font-family: "Exo", sans-serif;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin-bottom: 0;
}

p {
  line-height: 125%;
}

main > p,
p {
  margin: 0;
}

ul {
  padding: 0;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f9f9f9;
  line-height: 160%;
  color: var(--act_theme_cor_4);
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
  max-width: 2400px;
  margin: auto;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-custom {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 20px;
}
.container-custom-2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 20px;
}
.container-marcas {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.bg_act_theme_cor_1 {
  background-color: var(--act_theme_cor_1);
}

.bg_act_theme_cor_2 {
  background-color: var(--act_theme_cor_2);
}

.bg_act_theme_cor_3 {
  background-color: var(--act_theme_cor_3);
}

.bg_act_theme_cor_4 {
  background-color: var(--act_theme_cor_4);
}

.bg_act_theme_cor_5 {
  background-color: var(--act_theme_cor_5);
}

.bg_act_theme_cor_6 {
  background-color: var(--act_theme_cor_6);
}

.bg_act_theme_cor_7 {
  background-color: var(--act_theme_cor_7);
}

.bg_act_theme_cor_8 {
  background-color: var(--act_theme_cor_8);
}

.bg_act_theme_cor_9 {
  background-color: var(--act_theme_cor_9);
}

.bg_act_theme_cor_10 {
  background-color: var(--act_theme_cor_10);
}

.text_act_theme_cor_1 {
  color: var(--act_theme_cor_1);
}

.text_act_theme_cor_2 {
  color: var(--act_theme_cor_2);
}

.text_act_theme_cor_3 {
  color: var(--act_theme_cor_3) !important;
}

.text_act_theme_cor_4 {
  color: var(--act_theme_cor_4);
}

.text_act_theme_cor_5 {
  color: var(--act_theme_cor_5);
}

.text_act_theme_cor_6 {
  color: var(--act_theme_cor_6);
}

.text_act_theme_cor_7 {
  color: var(--act_theme_cor_7);
}

.text_act_theme_cor_8 {
  color: var(--act_theme_cor_8);
}

.text_act_theme_cor_9 {
  color: var(--act_theme_cor_9);
}

.text_act_theme_cor_10 {
  color: var(--act_theme_cor_10);
}

.size_act_theme_font_xs {
  font-size: var(--act_theme_font_xs);
}

.size_act_theme_font_sm {
  font-size: var(--act_theme_font_sm);
}

.size_act_theme_font_md {
  font-size: var(--act_theme_font_md);
}

.size_act_theme_font_lg {
  font-size: var(--act_theme_font_lg);
}

.size_act_theme_font_xg {
  font-size: var(--act_theme_font_xg);
}

.size_act_theme_font_cor {
  font-size: var(--act_theme_font_cor);
}

.py-7 {
  padding: 4.875rem 0;
}

.btn:hover,
.wp-block-button__link:hover,
.btn.bg_act_theme_cor_1:hover {
  background-color: #c63f0c;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: var(--act_theme_cor_3);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: var(--act_theme_cor_2);
  -webkit-border-radius: 0px;
  height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: var(--act_theme_cor_2);
  border-radius: 4px;
  width: 10px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
  display: none;
}

::-moz-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
  background-color: var(--act_theme_cor_2);
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
  background: var(--act_theme_cor_3);
  border-radius: 4px;
  width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
  display: none;
}

::-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
  background-color: var(--act_theme_cor_2);
  -webkit-border-radius: 0px;
  height: 6px;
}

::-scrollbar-thumb:horizontal {
  background: var(--act_theme_cor_3);
  border-radius: 4px;
  width: 10px;
}

.wp-block-columns {
  gap: unset !important;
}

.wp-block-column[class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mt-perso {
  margin-top: 130px;
}

.w-max-content {
  width: max-content;
}

/* HEADER */
header {
  top: 0px !important;
}
header.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99998;
}

header.header .fundo-header {
  /* padding: 1.25rem 0; */
  /* padding-bottom: 20px; */
  border-bottom: 1px solid #ffffff26;
  transition: all 0.4s;
  padding: 10px 0px;
  background: var(--act_theme_cor_2);
}

header.header.ativo .fundo-header {
  backdrop-filter: blur(10.399999618530273px);
  background: var(--act_theme_cor_2);
}

header.header .fundo-header > div {
  max-width: 1320px;
  padding: 0 1rem;
}

/* redes sociais */
.redes-sociais {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.redes-sociais a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--act_theme_font_sm);
  color: var(--act_theme_cor_2);
  transition: all 0.4s;
}
.menu-item a {
  color: white;
  padding: 0px 0px;
  transition: 0.2s;
}
.menu-item a:hover {
  color: var(--act_theme_cor_1);

}
header .redes-sociais a:hover,
header #menu-menu-principal > .menu-item > a:hover {
  color: var(--act_theme_cor_1);
}

.redes-sociais a:hover,
#menu-menu-principal > .menu-item > a:hover {
  color: var(--act_theme_cor_3);
}

header .menu_header_container li.active a {
  color: var(--act_theme_cor_1) !important;
}

.redes-sociais a.rede-social-whatsapp {
  display: none;
}

.header_dados_de_contato .dados_de_contato,
.header_dados_de_contato,
.dado_contato,
.rede_social {
  font-size: 1rem;
  color: var(--act_theme_cor_5);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.header_dados_de_contato {
  gap: 1rem;
}

header .dado_contato i,
header .rede_social i {
  color: var(--act_theme_cor_5);
  font-size: 20px;
  transition: 0.3s;
}

.dado_contato i,
.rede_social i {
  color: var(--act_theme_cor_2);
  font-size: 24px;
  transition: 0.3s;
}

.dado_contato i:hover,
.rede_social i:hover,
.dado_contato_telefone:hover i,
.dado_contato_telefone:hover span{
  color: var(--act_theme_cor_1);

}

.icons-parceiro .dado_contato i,
.icons-parceiro .dado_contato span {
  color: var(--act_theme_cor_4);
}

.fa-whatsapp:before {
  color: var(--act_theme_cor_2);
}

.border-bottom-custom {
  border-bottom: 1px solid #e0e0e0;
}

/* MENU */
.menu_header {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3125rem;
  flex-wrap: wrap;
  padding-bottom: 0px;
  text-align: center;
}

.menu_header > li {
  position: relative;
}

header #menu-menu-principal > .menu-item > a {
  font-size: var(--act_theme_font_xs);
  font-weight: 500;
  color: var(--act_theme_cor_5);
  display: block;
  transition: all 0.4s;
}

#menu-menu-principal > .menu-item > a {
  font-size: var(--act_theme_font_xs);
  font-weight: 400;
  color: var(--act_theme_cor_2);
  display: block;
  transition: all 0.4s;
}

#menu-menu-principal > .menu-item > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 5px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}

.menu_header > li > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--act_theme_cor_3);
  width: 15rem;
  padding: 0rem;
  border-radius: 0px 0px 4px 4px;
  height: 0rem;
  overflow-y: auto;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.menu_header > li > .sub-menu > li > a:hover {
  color: var(--act_theme_cor_3);
  font-weight: bold;
}

.menu_header > li > .sub-menu > li > a {
  color: var(--act_theme_cor_3);
  display: block;
  font-size: var(--act_theme_font_md);
  padding: 0.335rem 0;
  margin: 0.1rem 0;
}

.menu_header > li > .sub-menu::-webkit-scrollbar-thumb {
  background: var(--act_theme_cor_3);
}

.menu_header > li > a:hover + .sub-menu,
.menu_header > li > .sub-menu:hover {
  opacity: 1;
  height: auto;
  transition: 0.3s ease-in-out;
  padding: 0.875rem;
}

.menu_header > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 0.313rem;
  font-size: 80%;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s;
}

.header_redes_sociais {
  align-content: center;
}

.btn-open-menu {
  font-size: var(--act_theme_font_md);
  color: var(--act_theme_cor_3);
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
}

.container-404 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.container-404 p {
  font-size: var(--act_theme_font_xs);
  margin-bottom: 0;
}

.container-404 h1 {
  font-weight: bold;
  font-size: var(--act_theme_font_xg);
  color: var(--act_theme_cor_1);
  margin-bottom: 0.625rem;
}

.container-404 {
  padding: 3.75rem 0;
}

.container-404 .btn-voltar-home {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: var(--bs-white);
  background: var(--act_theme_cor_1);
  border-radius: 5px;
  padding: 1rem;
}

.container-404 h2 {
  font-size: var(--act_theme_font_xg);
  font-weight: bold;
  color: var(--act_theme_cor_1);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.container-404 .sitemap li a:hover {
  color: var(--act_theme_cor_1);
}

.container-404 .sitemap li a {
  color: var(--act_theme_cor_1);
  font-weight: bold;
  margin: 0.2rem 0.665rem;
  font-size: var(--act_theme_font_md);
  display: inline-block;
}

.container-404 .sitemap {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 3;
  text-align: left;
}

.owl-carousel .owl-nav .owl-next::before {
  content: "\f061";
}

.owl-carousel .owl-nav .owl-prev::before {
  content: "\f060";
}

.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
  color: var(--act_theme_cor_9);
  font-size: var(--act_theme_font_lg);
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: none;
}

.owl-carousel .owl-nav .owl-prev {
  top: calc(50% - 40px);
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  top: calc(50% - 40px);
  right: 0;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  font-family: "FontAwesome" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 0;
  background: var(--act_theme_cor_3) !important;
  z-index: 2;
}

.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--act_theme_cor_1);
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 25px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 1rem;
  height: 1rem;
  background-color: var(--act_theme_cor_9);
  border-radius: 100px;
  margin: 0 0.4rem;
}

/* WhatsApp Flutuante */
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(42, 208, 122, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(42, 208, 122, 0);
  }
}

.btn-flutuante-whatsapp,
.btn-flutuante-whatsapp span,
.btn-flutuante-whatsapp i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-flutuante-whatsapp span {
  display: none;
}

.btn-flutuante-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 35px;
  z-index: 9999;
  font-size: var(--act_theme_font_xg);
  color: var(--act_theme_cor_9);
}

.btn-flutuante-whatsapp i {
  font-size: var(--act_theme_font_xg);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(42, 208, 122);
  z-index: 2;
  box-shadow: 0 0 0 0 rgba(42, 208, 122, 0.3);
  animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
}

.btn-flutuante-whatsapp:hover i {
  animation: none;
}

.btn-flutuante-whatsapp span {
  font-size: var(--act_theme_font_sm);
  background-color: rgb(0, 0, 0, 0.8);
  position: absolute;
  right: 50px;
  width: 145px;
  padding: 0.3125rem 1rem;
  border-radius: 5px;
  z-index: 1;
}

.btn-size {
  width: 30px;
  height: 30px;
}
.btn {
  padding: 0;
  align-items: center;
}
.pp-1 {
  padding: 1rem !important;
}
button.pp-1 {
  max-width: max-content;
}
.w-80 {
  max-width: 80%;
}
.border-primary {
  --bs-border-opacity: 1;
  border: 2px solid var(--act_theme_cor_1) !important;
  border-color: var(--act_theme_cor_1) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border: 2px solid var(--act_theme_cor_2) !important;
  border-color: var(--act_theme_cor_2) !important;
}
.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  font-weight: bold !important;
}

footer {
  background-color: var(--act_theme_cor_3);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
}

footer .img-actmob img {
  max-height: 55px;
}

footer .copyright p {
  font-size: var(--act_theme_font_xs);
  font-weight: 400;
  color: var(--act_theme_cor_2);
  margin-bottom: 0;
}

.border-top {
  border-top: 1px solid #292b2d !important;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-content-row a {
  color: var(--act_theme_cor_2);
  padding: 0.2125rem 0;
  display: inline-block;
  font-weight: 300;
  transition: all 0.4s;
}

.footer-content-row a:hover,
.lista-servicos a:hover {
  color: var(--act_theme_cor_1) !important;
}

footer .copyright p {
  margin: 0;
}

footer .rede_social i {
  color: var(--act_theme_cor_2);
}

footer .dado_contato_telefone:hover span{
  transition: .3s ease;
  color: var(--act_theme_cor_1);
}

main.main-content-site > br {
  display: none;
}

main.main-content-site {
  overflow: hidden;
}

main.main-content-site > p {
  margin-bottom: 0;
}

/* BANNER */
.banner_bg {
  display: flex !important;
  position: relative;
}

.banner_conteudo {
  display: flex;
  gap: 0.625rem;
  padding: 1.25rem;
  position: absolute;
  z-index: 3;
  padding-top: 32px;
}

.banner_conteudo h1 {
  font-size: clamp(var(--act_theme_font_lg), 4vw, var(--act_theme_font_cor));
  color: var(--act_theme_cor_2);
  max-width: 16ch;
  margin-bottom: 20px;
  font-weight: bold;
}
.banner_conteudo p {
  font-size: clamp(var(--act_theme_font_xs), 4vw, var(--act_theme_font_sm));
  color: var(--act_theme_cor_2);
  font-weight: 300;
  max-width: 50ch;
  margin: 0px auto 20px auto;
}

.text-banner {
  align-content: center;
}

.video_com_conteudo video {
  max-width: 300px;
}

.banner_img {
    width: 100%;
}

.banner_img img {
  width: 100%;
  object-fit: cover;
}

.banner_slider .slick-arrow.slick-prev {
  left: 5%;
}

.banner_slider .slick-arrow.slick-prev::before {
  content: "\f060";
}

.banner_slider .slick-arrow.slick-next {
  right: 5%;
}

.banner_slider .slick-arrow.slick-next::before {
  content: "\f061";
}

.banner_slider .slick-arrow::before {
  font-family: "FontAwesome";
  font-size: var(--act_theme_font_md);
  color: var(--act_theme_cor_4);
  opacity: 1;
  transition: all 0.4s;
}

.banner_slider .slick-arrow {
  width: 42px;
  height: 38px;
  background-color: transparent;
  z-index: 5;
  transition: all 0.4s;
  color: var(--act_theme_cor_4) !important;
}

.banner_slider .slick-arrow:hover:before {
  color: var(--act_theme_cor_4);
}

.banner_slider .slick-arrow:hover {
  opacity: 0.8;
}

.banner_video,
.banner_video video {
  width: 100%;
  display: flex;
}

.filtro_banner .banner_img,
.filtro_banner .banner_video {
  background-color: rgb(0 0 0 / 80%);
}

.filtro_banner .banner_img img,
.filtro_banner .banner_video video {
  mix-blend-mode: darken;
}
.banner_img_destacada_ativo {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: center;
}

.banner_img_destacada {
  display: flex;
  align-items: center;
}

.banner_img_destacada img {
  max-width: 100%;
  height: auto;
}

.banner-principal .anima_left {
  animation: anima_left 1s 1 forwards;
}

.banner-secundario .anima_left {
  animation: unset;
}
.banner_section .slick-track {
  padding: 0px;
}

@keyframes anima_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* FIM BANNER */

/* ul.slick-dots {
  bottom: 25px;
} */

ul.slick-dots li {
  width: auto;
  height: auto;
}

ul.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: all 0.4s;
}

ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
  background-color: var(--act_theme_cor_1);
}

.container-marcas ul.slick-dots li button:hover,
.container-marcas ul.slick-dots li.slick-active button {
  background-color: var(--act_theme_cor_1);
}

ul.slick-dots button::before {
  display: none;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: initial;
  flex-grow: initial;
}

/* Home */
.wp-block-button__link {
  background-color: var(--act_theme_cor_1);
  padding: 16px 48px;
  border-radius: 5px;
}

/* sobre */
.sobre-conteudo{
  max-width: 61ch;
}

.sobre-conteudo h2 {
  color: var(--act_theme_cor_1);
  font-size: var(--act_theme_font_lg);
  font-weight: bold;
}

.sobre-conteudo p {
  color: var(--act_theme_cor_3);
  font-size: var(--act_theme_font_sm);
  font-weight: bold;
}
.sobre-conteudo p + p {
  color: #6A6A6A;
  font-size: var(--act_theme_font_xs);
  font-weight: normal;
  max-width: 44ch;
}
.sobre-hero {
  min-height: 400px;
  overflow: hidden;
}

.sobre-hero .img-fundo {
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sobre-hero .z-1 {
  z-index: 1;
}

.sobre-hero h2.titulo-esquerda {
  color: var(--act_theme_cor_1);
  font-size: var(--act_theme_font_lg);
  font-weight: bold;
}

.sobre-hero p.texto-direita {
  color: var(--act_theme_cor_2);
  font-size: var(--act_theme_font_sm);
  font-weight: bold;
}
.sobre-institucional {
  background-color: #f9f9f9;
  color: #6A6A6A;
}

.sobre-institucional .texto-institucional {
  font-size: 1.375rem;
  /* line-height: 1.7; */
}

.sobre-institucional .logo-legenda,
.logo-legenda {
  font-size: 1.375rem;
  color: #6A6A6A;
  margin-top: 4px;
  text-align: c;
}

.cta-servico {
  min-height: 400px;
  overflow: hidden;
}

.cta-servico img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-servico .z-1 {
  z-index: 1;
}

.cta-servico h2 {
  font-size: var(--act_theme_font_lg);
  font-weight: bold;
  max-width: 54%;
  margin: 0 auto;
}

.cta-servico p {
  font-size: var(--act_theme_font_xs);
  margin: 0 auto;
  max-width: 37ch;
  color: #f1f1f1;
}

.cta {
  background-color: var(--act_theme_cor_1);
  border: none;
  border-radius: 5px;
}

.sobre-mvv {
  background-color: #f9f9f9;
}

.sobre-mvv .titulo-mvv {
  font-weight: bold;
  font-size: var(--act_theme_font_lg);
  margin-bottom: 15px;
  color: var(--act_theme_cor_1)
}

.sobre-mvv p,
.sobre-mvv li {
  font-size: var(--act_theme_font_xs);
  font-weight: 500;
  color: #6A6A6A;
  line-height: 1.6;
  max-width: 27ch;
}





/* serviços */
.servicos h2 {
  color: var(--act_theme_cor_1);
  font-size: var(--act_theme_font_lg);
  font-weight: bold;
}
.servicos p {
  color: var(--act_theme_cor_3);
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 16px;
}
.servicos p strong {
  color: var(--act_theme_cor_1);
}

.text-orange {
  color: var(--act_theme_cor_1);
}

.btn-orange {
  background-color: var(--act_theme_cor_1);
  color: white;
  padding: 10px 20px;
  font-size: 0.9rem;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: var(--act_theme_cor_1);
  text-decoration: none;
}

.servicos-intro p {
  font-size: 24px;
  color: var(--act_theme_cor_3);
  font-weight: 500;
}

.servicos-intro strong {
  color: var(--act_theme_cor_1);
}

.titulo-servico {
  font-size: var(--act_theme_font_lg);
}

/* motor */
.banner-servico {
  min-height: 610px;
  overflow: hidden;
}

.banner-servico img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-servico .z-1 {
  z-index: 1;
}

.banner-servico .categoria-servico,
.banner-seguranca .categoria-servico {
  font-size: var(--act_theme_font_sm);
  color: var(--act_theme_cor_1);
}

.banner-servico h2,
.banner-seguranca h2 {
  font-size: var(--act_theme_font_lg);
  line-height: 1.3;
}

.banner-servico .descricao-servico,
.banner-seguranca .descricao-servico {
  font-size: 1.375rem;
  color: var(--act_theme_cor_2);
}

.servico-texto-logo h3 {
  font-size: var(--act_theme_font_lg);
  color: var(--act_theme_cor_1);
}
.servico-texto-logo p {
  font-size: 1.25rem;
  color: #6A6A6A;
  padding-right: 32px;
}

.servico-texto-logo img {
  object-fit: contain;
}
.bloco-vantagens {
  min-height: 497px;
  overflow: hidden;
}

.bloco-vantagens .img-fundo {
  top: 0;
  left: 0;
  z-index: 0;
}

.bloco-vantagens h2 {
  font-size: var(--act_theme_font_lg);
  line-height: 1.3;
  max-width: 17ch;
}

.lista-vantagens .card-vantagem {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: all 0.3s;
  /* min-height: 100px; */
}

.lista-vantagens .card-vantagem:hover {
  transform: translateY(-3px);
}

.bloco-cta {
  height: 720px;
}

.bloco-cta h3 {
  font-size: var(--act_theme_font_lg);
  max-width: 15ch;
}
.bloco-cta p {
  font-size: 18px;
  line-height: 1.5;
  color: #6A6A6A;
}

.card-vantagem {
  padding: 40px;
}

.card-vantagem h6 {
  font-size: var(--act_theme_font_sm);
  color: var(--act_theme_cor_3);
}
.bottom-perso {
  bottom: 190px;
}

.bg-black-custom {
  background-color: #00000060;
}

.altura-cards {
  max-height: 615px;
}
.altura-cards-2 {
  max-height: 710px;
}

/* form */
.formulario h2{
  font-size: var(--act_theme_font_lg);
  color: var(--act_theme_cor_1);
}
.formulario p{
  font-size: var(--act_theme_font_sm);
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background-color: var(--act_theme_cor_2);
}

.wpcf7-form textarea {
  resize: vertical;
  /* min-height: 100px; */
  line-height: 1.5;
}

.wpcf7-form .wpcf7-submit {
  background-color: var(--act_theme_cor_1);
  color: var(--act_theme_cor_2);
  border: none;
  padding: 12px;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #c63f0c;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  right: 12px; /* ícone à direita */
  top: 50%; /* centraliza verticalmente */
  transform: translateY(-50%); /* centraliza no Y */
  color: #ccc; /* ou qualquer outra cor desejada */
  font-size: 1rem;
  pointer-events: none; /* evita que o ícone atrapalhe o clique no input */
  z-index: 100;
}

.input-icon br {
  display: none;
}

.input-icon input,
.input-icon textarea {
  padding-right: 40px !important; /* espaço para o ícone */
  padding-left: 12px;
}


/* segurança eletronica */
.servico-repeater h4 {
  font-size: var(--act_theme_font_sm);
}
.servico-repeater p {
  font-size: 20px;
  color: #6A6A6A;
}

.bloco-cta-2 {
  height: 710px;
}

.bloco-cta-2 h3 {
  font-size: var(--act_theme_font_lg);
  max-width: 16ch;
}
.bloco-cta-2 p {
  font-size: 18px;
  /* max-width: 28ch; */
  line-height: 1.5;
  color: #6A6A6A;
}

.bloco-cta-2 .p-custom,
.bloco-cta .p-custom {
  max-width: 30ch;
  font-size: var(--act_theme_font_sm);
}

/* atendimento */
.contato-bloco {
  background: linear-gradient(to right, #1a1a1a, #0f0f0f);
}

.text-theme {
  color: var(--act_theme_cor_1)
}

.bg-black-custom {
  background-color: #111;
}

.contato-bloco h3{
  font-size: var(--act_theme_font_lg);
  max-width: 16ch;
}
.contato-bloco p{
  font-size: 2.5rem;
}

.mapa-local {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.mapa-fundo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mapa-fundo iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: brightness(90%);
}

.mapa-card {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
}

.card-conteudo {
  background-color: var(--act_theme_cor_2);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  /* border-radius: 1rem; */
  padding: 2rem;
  max-width: 400px;
}

.titulo-localizacao {
  font-size: 48px;
  font-weight: 700;
  color: var(--act_theme_cor_1);
  margin-bottom: 0.5rem;
}

.endereco .dado_contato {
  font-size: 26px;
  color: #333;
  margin: 0;
}

.endereco i {
  display: none;
}

.gm-style .place-card,
.gm-style .place-card-large,
.gm-style.place-card-large {
  display: none !important;
}

.contato-bloco {
  height: 700px;
}
/* diferenciais */
.titulo-sobreposto {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}

.titulo-fundo {
  font-size: 8vw;
  color: #000;
  opacity: 0.05;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 0;
}

.titulo-sobreposto .container {
  position: relative;
  z-index: 1;
}

.subtitulo {
  font-size: var(--act_theme_font_xs);
  font-weight: bold;
  color: var(--act_theme_cor_1);
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
}

.subtitulo::before,
.subtitulo::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: var(--act_theme_cor_1);
  vertical-align: middle;
  margin: 0 8px;
}

.titulo-principal {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--act_theme_cor_3);
}


.diferencial-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.103);
  transition: all 0.3s ease;
}

.diferencial-card .numero {
  font-size: 2rem;
  font-weight: 800;
  min-width: 40px;
  color: var(--act_theme_cor_3);
}

.diferencial-card.destaque .numero {
  color: var(--act_theme_cor_2);
}

.diferencial-card .texto h4 {
  font-size: 24px;
  color: var(--act_theme_cor_3);
}

.depoimentos {
  background: url("./assets/imagens/image_bg.webp");
}

.depoimento-card {
  min-height: 280px;
}

.diferencial-card .texto p,
.depoimento-card p {
  font-size: var(--act_theme_font_xs);
  margin: 0;
  color: #6A6A6A;
}

.diferencial-card:hover .numero,
.diferencial-card:hover .texto h4,
.diferencial-card:hover .texto p {
  color: var(--act_theme_cor_2);
}

.diferencial-card:hover {
  background: var(--act_theme_cor_1);
}


.item-wrapper:hover {
  background-color: var(--act_theme_cor_2);
}
.item-wrapper:hover h3 {
  color: var(--act_theme_cor_1);
}
.item-wrapper:hover p {
  color: var(--act_theme_cor_4);
}

.item-wrapper h3 {
  font-size: 30px;
}

.item-wrapper p {
  font-size: 20px;
  font-weight: 300;
}

.col-4.card-regiao {
  width: 356px;
}
.areas-wrapper .col-4.card-regiao {
  width: 380px;
}
.menu_footer li {
  width: 100%;
}

.dados {
  background-color: #1e1f21;
}
.dados h2 {
  color: var(--act_theme_cor_2);
  font-size: 2.5rem;
}
.dados p {
  color: var(--act_theme_cor_2);
  font-size: 1.3rem;
}

.dados .dado:not(:last-child) {
  border-right: 2px solid #333637;
}

.historia {
  background-color: var(--act_theme_cor_1);
}

.historia h3 {
  color: var(--act_theme_cor_2);
  font-size: var(--act_theme_font_lg);
  margin-bottom: 1rem !important;
  font-weight: bold;
}

.historia p {
  color: var(--act_theme_cor_2);
  font-weight: 300;
}

.historia strong {
  color: var(--act_theme_cor_2);
  font-weight: bold;
}

.historia p + p {
  margin-top: 1rem !important;
}

.img-section-services {
  aspect-ratio: 1920 / 600 !important;
  height: 600px;
  object-fit: cover !important;
}
.img-section-area {
  aspect-ratio: 1920 / 888 !important;
  height: 888px;
  object-fit: cover !important;
}

.img-section-produtos {
  aspect-ratio: 1920 / 640 !important;
  height: 640px;
  object-fit: cover !important;
}

.service-wrapper h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  font-size: var(--act_theme_font_sm);
}
.service-wrapper h4 {
  font-size: var(--act_theme_font_sm);

}

.service-wrapper {
  position: relative;
  overflow: hidden;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-wrapper .info {
  position: absolute;
  bottom: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0 16px;
  box-sizing: border-box;
  transition: bottom 0.3s ease-in-out;
}
.service-wrapper a {
  margin: 0 auto;
}
.service-wrapper:hover .info {
  bottom: 0;
}
.service-wrapper:hover h3 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.areas-wrapper {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.content-banner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: end;
}

.content-banner h1,
.content-banner p,
.content-banner .col-6 {
  max-width: 580px;
}

.formulario-com-imagem {
  position: relative;
  overflow: hidden;
}

.imagem-lateral {
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100%;
  z-index: 0;
}

.formulario-com-imagem .container {
  position: relative;
  z-index: 1;
}

.formulario-com-imagem {
  min-height: 100%;
}

.imagem-lateral img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.formulario-com-imagem input,
.formulario-com-imagem textarea {
  background-color: var(--act_theme_cor_1);
  padding: 20px;
  resize: none;
}
.formulario-com-imagem button {
  padding: 20px !important;
}

.formulario-com-imagem input:focus,
.formulario-com-imagem textarea:focus {
  background-color: var(--act_theme_cor_1);
  outline: none;
}

.formulario-com-imagem input::placeholder,
.formulario-com-imagem textarea::placeholder {
  color: var(--act_theme_cor_2);
  opacity: 1;
}

.form-branco input,
.form-branco textarea {
  background-color: var(--act_theme_cor_2);
  padding: 20px;
  resize: none;
}

.form-branco button {
  padding: 20px !important;
}

.form-branco input:focus,
.form-branco textarea:focus {
  background-color: var(--act_theme_cor_2);
  outline: none;
}

.form-branco input::placeholder,
.form-branco textarea::placeholder {
  color: var(--act_theme_cor_4);
  opacity: 1;
  border: none;
}

.contact-form input[type="submit"] {
  padding: 20px !important;
  background-color: #198754;
  transition: 0.3s;
  color: var(--act_theme_cor_2);
}
.contact-form input[type="submit"]:hover {
  opacity: 0.8;
}

.link-form i,
.link-form span,
.link-form a {
  font-size: 26px;
}

.link-form span,
.link-form a {
  font-weight: 200;
}

.link-form a {
  gap: 26px;
}

.form-control,
.form-control:focus {
  color: var(--act_theme_cor_2);
}
.form-branco .form-control,
.form-branco .form-control:focus {
  color: black;
}
.f-26 {
  font-size: 26px;
}

.imagem-produto-destaque {
  position: relative;
  width: 100%;
}

.imagem-produto-destaque img {
  width: 100%;
  /* height: auto; */
  object-fit: cover;
  display: block;
}

.position {
  position: absolute;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.outros-servicos .mn {
  margin: 0;
}
.contato {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.botao span {
  display: none;
}
.border-bottom-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.border-bottom-gray {
  border-bottom: 1px solid rgba(211, 211, 211, 0.4);
}

.atendimento i,
.copyright .dado_contato i {
  display: none;
}

.copyright .dado_contato span {
  margin: 0 auto;
  color: var(--act_theme_cor_2);
}

@media screen and (max-width: 1399px) {
}

@media screen and (max-width: 1300px) {
  .banner_conteudo {
    padding-top: 120px;
  }
  .banner_conteudo h1 {
    font-size: var(--act_theme_font_lg);
  }
  .banner_conteudo p {
    font-size: var(--act_theme_font_xs);
  }
  .wp-block-button__link {
    padding: 10px 30px;
    font-size: var(--act_theme_font_xs);
  }
  #menu-menu-principal > .menu-item > a {
    font-size: var(--act_theme_font_xs);
  }
}

@media screen and (max-width: 991px) {
  .bloco-menu {
    position: fixed;
    top: 0;
    left: -150%;
    height: 100dvh;
    width: 100dvw;
    padding: 0;
    transition: all 0.5s;
  }

  .bloco-menu.ativo {
    left: 0;
  }

  .bloco-menu .fundo-menu {
    background-color: var(--act_theme_cor_1);
    height: 100dvh;
    width: 100dvw;
  }

  .bloco-menu .fundo-menu #menu-menu-principal > .menu-item > a {
    font-size: var(--act_theme_font_md);
    font-weight: 500;
    color: var(--act_theme_cor_2);
    display: block;
    transition: all 0.4s;
  }
  .bloco-menu .fundo-menu #menu-menu-principal > .menu-item > a:hover {
    color: var(--act_theme_cor_3);
  }
  .bloco-menu .fundo-menu #menu-menu-principal > .menu-item.active > a {
    color: var(--act_theme_cor_3) !important;
  }
  .menu_header {
    flex-direction: column;
  }

  #menu-menu-principal > .menu-item > a {
    font-size: var(--act_theme_font_md);
    padding: 0.625rem;
    display: block;
  }

  .header_dados_de_contato .dado_contato span {
    display: none;
  }

  .header_menu_mobile .img-fluid {
    width: 100% !important;
    height: 100px !important;
  }

  .header_menu_mobile {
    justify-content: space-around;
    align-items: center;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .header_menu_mobile .redes-sociais a:hover {
    opacity: 0.8;
  }

  .itens_header > div:first-child,
  .itens_header > div:last-child {
    padding-top: 1.5rem;
  }

  .header_menu_mobile .redes-sociais a,
  header .rede_social i {
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_2);
  }
  .header_menu_mobile .redes-sociais a:hover,
  header .rede_social i:hover {
    color: var(--act_theme_cor_3);
  }
  .menu_principal_item {
    position: absolute;
  }

  .banner_conteudo.banner_img_destacada_ativo {
    flex-direction: column-reverse;
    display: flex;
  }

  .banner_conteudo.banner_img_destacada_ativo .banner_img_destacada {
    max-width: 500px;
    margin-bottom: 2rem;
  }
  .imagem-produto-destaque img {
    height: 80vh;
  }

  .historia img {
    max-width: 50% !important;
  }
  .position img {
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .areas .item-wrapper {
    height: 250px;
  }
  .content-banner {
    text-align: center;
    align-items: center;
  }
  .item-wrapper h3 {
    font-size: var(--act_theme_font_md);
  }
  .item-wrapper p {
    font-size: var(--act_theme_font_xs);
  }
  .altura-cards,
  .altura-cards-2,
  .bloco-cta,
  .bloco-cta-2 {
    max-height: max-content;
    height: max-content;
  }
  .bloco-cta h3,
  .bloco-cta .p-custom,
  .bloco-cta-2 .p-custom,
  .bloco-vantagens h2,
  .bloco-cta-2 h3 {
    max-width: 100%;
    text-align: center;
  }
  .bottom-perso {
    bottom: 0;
  }
  .contato-bloco {
  height: max-content;
  }
  .contato-bloco h3{
    max-width: 100%;
  }
  .card-conteudo {
    padding: 1rem;
  }
  .mapa-card {
    left: 0%;
    top: 12%;
  }
  .titulo-localizacao {
    font-size: 1.5rem;
  }
  .endereco .dado_contato {
    font-size: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .position p,
  .position span {
    font-size: var(--act_theme_font_xs);
  }
}
@media (min-width: 768px) {
  .w-md-max-content {
    width: max-content !important;
  }
}
@media screen and (max-width: 768px) {
  .container-random {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .banner_img .mt-perso {
    margin-top: 0px;
  }
  .mt-perso {
    margin-top: 78px;
  }
  .container-404 .sitemap {
    column-count: 1;
  }

  .btn-flutuante-whatsapp {
    bottom: 20px;
  }
  .item-wrapper {
    height: 280px;
  }
  .form-branco input,
  .form-branco textarea {
    padding: 10px;
  }

  .link-form i,
  .link-form span,
  .link-form a {
    font-size: 18px;
  }
  .link-form a {
    gap: 10px;
  }
  .sobre-conteudo{
    text-align: center;
  }
  .sobre-conteudo,
  .sobre-conteudo p + p {
    max-width: 100%;
  }
  .dados .dado:not(:last-child){
    border: none;
  }
  .sobre-hero h2.titulo-esquerda,
  .sobre-conteudo h2,
  .formulario h2{
    font-size: 2.5rem;
  }
  .sobre-hero p.texto-direita{
    font-size: 1.5rem;
  }
  .sobre-institucional .texto-institucional,
  .sobre-institucional .logo-legenda, .logo-legenda,
  .servico-texto-logo p,
  .bloco-cta .p-custom,
  .bloco-cta-2 .p-custom {
    font-size: 1.125rem;
  }
  .cta-servico h2,
  .servico-texto-logo h3,
  .bloco-cta h3,
  .bloco-cta-2 h3{
    max-width: 100%;
    font-size: 2.5rem;
    text-align: center;
  }
  .servico-texto-logo p{
    padding: 0;
  }
  .sobre-mvv p, .sobre-mvv li{
    max-width: 100%;
  }
  .servico-repeater p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .servicos h2 {
    font-size: 2.25rem;
  }
  .titulo-fundo {
    display: none;
  }
  .depoimento-card {
    min-height: auto;
  }
  .sobre-hero p.texto-direita{
    font-size: 1.125rem;
  }
  .banner-servico h2,
  .banner-seguranca h2,
  .bloco-vantagens h2,
  .servico-texto-logo h3,
  .contato-bloco h3 {
    font-size: 2.1875rem;
  }
  .banner-servico .descricao-servico, 
  .banner-seguranca .descricao-servico {
    font-size: 1.125rem;
  }
  .contato-bloco p {
    font-size: 1.5rem;
  }
  .card-vantagem {
    padding: 20px;
  }
  .formulario h2,
  .titulo-principal,
  .bloco-cta-2 h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 376px) {
  .banner_img img {
    height: 100vh;
  }
  .banner_conteudo {
    padding-top: 60px;
    gap: 2rem;
  }
}
