/*
 * 
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;
}

figure {
  margin-bottom: 0;
}

p {
  line-height: 125%;
}

main > p {
  margin: 0;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1420px;
  padding: 0 40px;
}

.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);
}

.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);
}

::-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;
}

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

header.header .fundo-header {
  padding: 1.25rem 0;
  transition: all 0.4s;
}

header.header.ativo .fundo-header {
  backdrop-filter: blur(10.399999618530273px);
  background: rgba(0, 0, 0, 0.95);
}

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

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

.redes-sociais a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--act_theme_font_md);
  color: var(--act_theme_cor_4);
  transition: all 0.4s;
}

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

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

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

.header_dados_de_contato {
  gap: 1rem;
}

.dado_contato i {
  color: var(--act_theme_cor_1);
}

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

.menu_header > li {
  position: relative;
}

#menu-menu-principal > .menu-item > a {
  font-size: var(--act_theme_font_xs);
  font-weight: 300;
  color: var(--act_theme_cor_4);
  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_9);
  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_9);
  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;
}

.btn-open-menu {
  font-size: var(--act_theme_font_xg);
  color: var(--act_theme_cor_4);
  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);
}

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

.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;
}

/* Formulario */
/* .formulario .select_form p > span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.formulario .select_form p > span:after {
  content: "\f0d7";
  font-size: var(--act_theme_font_md);
  font-family: "FontAwesome";
  display: flex;
  position: absolute;
  right: 0;
  color: var(--act_theme_cor_1);
  z-index: 0;
  transition: all 0.4s;
}

.formulario .select_form p > span.ativo:after {
  transform: rotate(180deg);
}

.formulario .select_form select {
  font-size: var(--act_theme_font_md);
  color: var(--act_theme_cor_9);
  background-color: transparent;
  border-radius: 3px;
  border: none;
  border-bottom: 1px solid rgb(41, 61, 42);
  padding: 0.75rem 0;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.formulario .select_form select option {
  color: var(--act_theme_cor_10);
}

.formulario > div {
  margin-bottom: 1.25rem;
}

.formulario p {
  margin-bottom: 0;
}

.formulario p span {
  display: block;
  position: relative;
}

.formulario select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.formulario p span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  font-size: 0.75rem;
}

.formulario select,
.formulario textarea,
.formulario input {
  background-color: var(--act_theme_cor_9);
  border-radius: 5px;
  border: 1px solid rgba(21, 24, 27, 0.1);
  width: 100%;
  min-height: 62px;
  padding: 0.75rem 1.25rem;
  color: var(--act_theme_cor_2);
  font-size: var(--act_theme_font_xs);
  z-index: 2;
  position: relative;
}

textarea[aria-invalid="true"] {
  border-color: rgb(255, 44, 0) !important;
}

.formulario textarea::placeholder,
.formulario input::placeholder {
  color: var(--act_theme_cor_4);
  font-size: var(--act_theme_font_xs);
}

.formulario .btn-form {
  background-color: var(--act_theme_cor_2);
  color: var(--act_theme_cor_9);
  font-size: var(--act_theme_font_sm);
  min-height: 56px;
  border: none;
  transition: all 0.4s;
}

.formulario .btn-form:hover {
  transform: scale(1.02);
  background-color: var(--act_theme_cor_1);
}

.formulario .form_politica p a {
  color: var(--act_theme_cor_9);
  text-decoration: underline;
}

.formulario .form_politica p {
  font-size: 1rem;
  font-weight: 300;
} */

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

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

footer .copyright p {
  font-size: var(--act_theme_font_sm);
  font-weight: 200;
  color: var(--act_theme_cor_9);
  margin-bottom: 0;
}

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

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

.footer-content-row a:hover {
  color: var(--act_theme_cor_1);
}

footer .copyright p {
  margin: 0;
}

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;
}

.banner_conteudo h1 {
  font-size: var(--act_theme_font_cor);
  margin: 0 auto;
  max-width: 22ch;
  margin-bottom: 20px;
}
.banner_conteudo p {
  font-size: var(--act_theme_font_sm);
  font-weight: 300;
  max-width: 50ch;
  margin: 0 auto;
  margin-bottom: 40px;
}

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

.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-principal .anima_left {
  animation: anima_left 1s 1 forwards;
}

.banner-secundario .anima_left {
  animation: unset;
}

@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: 12px;
  height: 12px;
  background-color: var(--act_theme_cor_1);
  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_2);
}

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;
}

@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_3);
    height: 100dvh;
    width: 100dvw;
  }

  .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 {
    color: var(--act_theme_cor_1);
  }

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

  .header_menu_mobile .redes-sociais a {
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_4);
  }
}

/* CODIGOS PERSONALIZADOS  */
.btn_principal > a,
a.btn_principal,
.btn_principal > button,
button.btn_principal {
  background-color: var(--act_theme_cor_1);
  color: var(--act_theme_cor_9);
  font-size: var(--act_theme_font_14px);
  font-weight: 600;
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.4s;
}

.btn_principal > a:hover,
a.btn_principal:hover,
.btn_principal > button:hover,
button.btn_principal:hover {
  background-color: var(--act_theme_cor_6);
  transform: scale(1.05);
}

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

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

@media screen and (max-width: 991px) {
  .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;
  }
}

@media screen and (max-width: 767px) {
  .container-404 .sitemap {
    column-count: 1;
  }

  .btn-flutuante-whatsapp {
    bottom: 20px;
  }
}

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

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

/* Home */
.wp-block-button__link {
  background-color: var(--act_theme_cor_2);
  padding: 20px 60px;
}

@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);
  }
  .banner_img img {
    height: 100vh;
  }
  .itens_header > div:first-child,
  .itens_header > div:last-child {
    padding: 0 !important;
  }
  div[class="itens_header row align-items-start align-items-lg-center justify-content-between"] {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }
  div[class="itens_header row align-items-start align-items-lg-center justify-content-between"]
    > div {
    justify-content: center !important;
  }
}

/* Sobre */
.text-container h2 {
  font-size: var(--act_theme_font_cor);
  font-weight: 500;
  color: var(--act_theme_cor_4);
  text-align: start;
}
.text-container p {
  font-size: var(--act_theme_font_sm);
  color: var(--act_theme_cor_4);
  text-align: start;
  font-weight: 300;
}
.text-container h2 + p {
  margin: 30px 0px;
}
.text-container strong {
  font-weight: bold;
}
.text-container p + p {
  font-size: var(--act_theme_font_lg);
}

.feature h3 {
  font-size: var(--act_theme_font_md);
  color: var(--act_theme_cor_4);
}

.feature p {
  font-size: var(--act_theme_font_xs);
  color: var(--act_theme_cor_4);
}

@media screen and (max-width: 1300px) {
  .content-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
  }
  .content-wrapper > div {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  header {
    top: 0 !important;
  }
  .banner_conteudo {
    padding-top: 0px;
    position: absolute;
    bottom: 40px;
  }
  .itens_header > div:first-child,
  .itens_header > div:last-child {
    padding: 0 !important;
  }
  .text-container {
    width: 100%;
    padding: 0;
  }
  .text-container h2 {
    font-size: var(--act_theme_font_lg);
  }
  .text-container p {
    font-size: var(--act_theme_font_xs);
    font-weight: 200;
    text-align: center;
  }
  .text-container p + p {
    font-size: var(--act_theme_font_sm);
    text-align: center;
  }
  .image-container {
    max-width: 100%;
  }
  .atendimento-mt {
    margin-top: 160px;
  }
}

.services-text {
  color: var(--act_theme_cor_4);
  max-width: 60%;
  z-index: 1;
}

.services-text h1 {
  font-size: var(--act_theme_font_cor);
  font-weight: 500;
  margin-bottom: 25px;
}

.services-text p {
  font-size: var(--act_theme_font_sm);
  margin: 0 auto;
  font-weight: 200;
}

.services-content {
  display: flex;
  flex-wrap: wrap;
  top: -100px;
}

.services-content .cards-services {
  width: 33.33333%;
  min-height: 500px;
}

.services-content .cards-services,
.services-content .cards-services * {
  transition: all 0.5s !important;
}
.cards-services:hover div.image-services {
  height: 60%;
  max-height: 160px;
}
.cards-services div.image-services {
  height: 100%;
  max-height: 220px;
}
.services-content .cards-services,
.services-content .cards-services * {
  transition: all 0.5s !important;
}

.services-content div::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #12120f;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.services-content div:nth-child(3)::after,
.services-content div:last-child::after {
  content: none;
}

.services-content div:nth-child(4)::before,
.services-content div:nth-child(5)::before,
.services-content div:nth-child(6)::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #12120f;
  transform: translateY(-50%);
  top: -10px;
  position: absolute;
}

.services-content h2 {
  font-size: var(--act_theme_font_md);
  font-weight: 300;
}

.services-content > div:nth-child(odd) h2::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--act_theme_cor_2);
}
.services-content > div:nth-child(even) h2::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--act_theme_cor_1);
}

.services-content p {
  font-size: var(--act_theme_font_xs);
  font-weight: 200;
  max-width: 85%;
}

.cards-services img {
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s ease;
}

.cards-services:hover img {
  height: 100%;
}

.cards-services:hover div.image-services {
  height: 164px;
}
.cards-services:hover h2,
.cards-services:hover p {
  animation: slideUp 0.4s ease forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cards-services .button-custom {
  opacity: 0;
  width: 100%;
  transition: all 0.5s;
  height: 0%;
  max-height: 60px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.cards-services:hover .button-custom {
  height: 100%;
  opacity: 1;
  width: 60%;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  position: initial;
}

@media screen and (max-width: 1150px) {
  .services-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .services-content .cards-services {
    width: auto;
  }
  .mb-custom {
    margin-bottom: 80px;
  }
  .services-content div:nth-child(2)::after,
  .services-content div:nth-child(4)::after,
  .services-content div:last-child::after {
    content: none;
  }
  .services-content div:nth-child(3)::after {
    content: "";
  }
  .services-content div:nth-child(3)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #12120f;
    transform: translateY(-50%);
    top: -10px;
    position: absolute;
  }
}

@media screen and (max-width: 850px) {
  .mb-custom {
    margin-bottom: 40px;
  }

  .services-content {
    display: block;
  }
  .services-content p {
    max-width: 100%;
  }
  .services-text {
    padding: 0;
    min-width: 80%;
    top: auto !important;
    bottom: 0 !important;
    transform: translate(-50%, 0) !important;
  }
  .services-text h1 {
    font-size: var(--act_theme_font_lg);
  }
  .services-section picture img {
    height: 500px;
  }
  .services-content div:nth-child(odd)::after,
  .services-content div:nth-child(even)::after {
    content: none;
  }
  .services-content div:nth-child(odd)::before,
  .services-content div:nth-child(even)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #12120f;
    transform: translateY(-50%);
    top: -10px;
    position: absolute;
  }
  .cards-services .button-custom {
    height: 100%;
    opacity: 1;
    width: 60%;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    position: initial;
  }

  .cards-services:hover div.image-services,
  .cards-services div.image-services {
    height: auto !important;
  }
  .cards-services div.image-services {
    max-height: max-content !important;
  }
  .cards-services:hover h2,
  .cards-services:hover p {
    pointer-events: none;
    animation: none;
  }
  .services-content .cards-services,
  .services-content .cards-services * {
    transition: none !important;
  }
  .services-content {
    top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .services-content div {
    margin: 10px;
  }
  .services-text {
    min-width: 100% !important;
  }
}

.services-inside-text {
  bottom: 15%;
  left: 15%;
  width: 100%;
  color: var(--act_theme_cor_4);
  padding: 15px;
}

.services-inside-text h2 {
  font-size: var(--act_theme_font_lg);
  color: var(--act_theme_cor_4);
  font-weight: 300;
  max-width: 90%;
}
.services-inside-text p {
  margin: 0;
  font-size: 1em;
  max-width: 55%;
  line-height: 1.5;
  font-weight: 200;
  margin: 20px 0px;
}
.services-inside-text button {
  border: 1px solid var(--act_theme_cor_2);
}

.services-inside-text a {
  color: var(--act_theme_cor_4);
  font-weight: 200;
  font-size: var(--act_theme_font_sm);
}

@media screen and (max-width: 645px) {
  .services-imgs picture img {
    height: 500px;
  }
  .services-inside-text {
    bottom: 5%;
    left: 5%;
  }
  .services-inside-text p {
    max-width: 75%;
  }
}

.container-custom {
  color: var(--act_theme_cor_4);
  border-top: 1px solid #12120f;
  border-bottom: 1px solid #12120f;
}

.button-custom {
  background-color: var(--act_theme_cor_1);
  color: var(--act_theme_cor_4);
}
.button-custom:hover,
.wp-block-button__link:hover,
.contact-form input[type="submit"]:hover {
  opacity: 0.7 !important;
}

.container-fluid p {
  margin: 0;
  font-size: var(--act_theme_font_md);
  max-width: 37ch;
}

@media screen and (max-width: 1000px) {
  .container-custom {
    flex-direction: column;
    padding: 60px 12px;
  }
  .container-fluid p {
    text-align: center;
    margin-bottom: 40px;
  }
  .services-section picture img {
    height: 550px;
  }
  .feature {
    text-align: center;
  }
  .text-container h2 {
    text-align: center;
  }
  .text-container p + p {
    font-size: var(--act_theme_font_md);
  }
  .text-container {
    padding: 0;
  }
}

/* Novidades */
.cases-container {
  padding: 100px 0px;
}
.cases-btn {
  border: 1px solid var(--act_theme_cor_2);
  color: var(--act_theme_cor_4);
  height: 40px;
  font-size: var(--act_theme_font_sm);
  font-weight: 200;
}
.cases-container h2 {
  font-size: var(--act_theme_font_cor);
  width: 60%;
  margin: 50px 0px;
}

.cases h3 {
  font-size: var(--act_theme_font_md);
  font-weight: 400;
}
.cases p {
  font-size: var(--act_theme_font_xs);
  font-weight: 200;
}

.cases::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(
    180deg,
    var(--act_theme_cor_1),
    var(--act_theme_cor_2)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: 450px;
}

.cases {
  font-size: 18px;
  align-items: center;
  margin: 15px;
}

.cases img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-wrap button {
  border: none;
}

.slick-list {
  padding: 10px 0px;
}

.slick-next:before {
  content: "\f061";
  font-family: "FontAwesome";
}
.slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
}

.cases-container ul.slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 992px) {
  .cases::before {
    height: auto;
  }
  .cases-container h2 {
    font-size: var(--act_theme_font_lg);
    text-align: center;
  }
  .row-cols-md-3 > * {
    width: 50% !important;
  }
}

/* Contato */
.novidade-section {
  position: relative;
  border-bottom: 1px solid #12120f;
}

.novidade-section h2 {
  font-size: var(--act_theme_font_cor);
  width: 25ch;
}

.novidade-section .cases-btn,
.cases-btn {
  cursor: initial !important;
}

.translate-middle {
  transform: translate(-50%, -85%) !important;
}

/* Depoimentos */
.depoimentos-wrapper h3 {
  font-size: calc(var(--act_theme_font_lg) * 1.2);
}
.depoimentos-wrapper span {
  font-size: var(--act_theme_font_sm);
  color: var(--act_theme_cor_1);
}
.depoimentos-wrapper p {
  font-size: var(--act_theme_font_lg);
  font-weight: 400;
}
.depoimentos-wrapper blockquote {
  font-size: var(--act_theme_font_sm);
  font-weight: 200;
}

.container-dep-cards {
  max-width: 1200px;
  margin: 0 auto;
}

.cards-dep {
  border-left: 1px solid #12120f;
  border-right: 1px solid #12120f;
}

.depoimentos-wrapper {
  position: relative;
  top: -150px;
}

@media screen and (max-width: 1200px) {
  .translate-middle {
    transform: translate(-50%, -75%) !important;
  }
  .cases-container h2 {
    width: 100%;
  }
  .services-imgs {
    flex-direction: column;
  }
}
@media screen and (max-width: 1050px) {
  .translate-middle {
    transform: translate(-50%, -65%) !important;
  }
}
@media screen and (max-width: 900px) {
  .translate-middle {
    transform: translate(-50%, -50%) !important;
  }
  .novidade-section h2 {
    font-size: var(--act_theme_font_lg);
  }
}
@media screen and (max-width: 600px) {
  .texto-transform-servicos.translate-middle {
    transform: translate(-50%, -0%) !important;
  }
  .texto-transform-novidades.translate-middle {
    transform: translate(-50%, -100%) !important;
    width: 100%;
  }
  .depoimentos-wrapper {
    position: relative;
    top: -220px;
  }
  .novidade-section h2 {
    width: 100%;
  }
  .novidade-section {
    height: 80vh;
    border: none;
  }
  .cards-dep {
    padding: 8px !important;
  }
  .container-dep-cards {
    border-bottom: 1px solid #12120f;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 16px !important;
  }
}

/* Contato */
.contact-section {
  border-bottom: 1px solid #12120f;
  padding: 80px 0px;
}

.contact-info p > span {
  color: var(--act_theme_cor_2);
}

.contact-info h2 {
  max-width: 90%;
}

.dados_de_contato {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 34ch;
}

.dados_de_contato span {
  font-size: var(--act_theme_font_sm);
  font-weight: 300;
}

textarea {
  resize: none;
}

input::placeholder {
  color: rebeccapurple;
}

.bg-dark {
  background-color: #161615 !important;
}

input::placeholder,
textarea::placeholder {
  font-weight: 200;
  color: var(--act_theme_cor_4) !important;
  opacity: 1;
}

button.bg-transparent:hover {
  background: var(--act_theme_cor_2) !important;
}

button {
  transition: 0.3s;
}

.contact-form input[type="submit"] {
  font-size: var(--act_theme_font_sm);
  color: var(--act_theme_cor_4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 3rem;
  border-radius: 50rem;
  width: auto;
  background-color: var(--act_theme_cor_2);
}

.contact-form input[type="submit"]::after {
  content: "teste";
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  background: #161614 !important;
  border: none;
  color: var(--act_theme_cor_4) !important;
  padding: 1.5rem;
}
textarea {
  background: #161614 !important;
  color: var(--act_theme_cor_4) !important;
}

.contact-form i {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .header_redes_sociais .redes-sociais {
    gap: 20px;
  }
  .contact-info {
    margin-bottom: 16px;
  }
  .contact-info h2 {
    max-width: 100%;
    text-align: center;
  }
  .dados_de_contato {
    gap: 14px;
    max-width: 34ch;
    margin: 0 auto;
    align-items: center;
  }
  .contact-form button {
    width: 100%;
  }
}

/* Footer */

footer .redes-sociais {
  justify-content: start;
  color: var(--act_theme_cor_1);
}
footer .redes-sociais i {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--act_theme_cor_1);
  font-size: var(--act_theme_font_sm);
  height: 36px;
  width: 36px;
}

footer .fa-facebook::before {
  content: "\f39e";
}

@media screen and (max-width: 576px) {
  .topo_header {
    display: none;
  }
  .header_menu_mobile {
    gap: 20px;
  }
  .header_menu_mobile .img-fluid {
    height: auto !important;
  }
  .cases-container {
    padding: 80px 0px;
  }
  .cases-btn {
    margin: 0 auto;
  }
  .footer div {
    text-align: center !important;
    justify-content: center !important;
  }
  .footer {
    gap: 24px;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
