/* BASE */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: 'Aptos';
  src: url('fonts/Aptos.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--black);
  font-size: 16px !important;
}

:root {
  --maple-red: #9A1915;
  --black: #030304;
  --white: #f1f1f1;
}

/* STRUCTURE */
/* Top Header ################################################################################# */
#et-boc #top {
  padding: 12px 0;
  background: var(--black) !important;
  color: var(--white) !important;
  font-size: 1rem !important;
  border-top: 3px solid var(--maple-red);
}
#et-boc #top .icon {
  width: 22px;
  height: 22px;
  margin: 0;
}
#et-boc #top .et_pb_row {
  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;
  justify-content: flex-end;
  gap: 20px;
}
#et-boc #top .et_pb_row .telefone-top-header {
  flex: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 600px) {
  #et-boc #top .et_pb_row .telefone-top-header .localizacao-top-header {
    display: none;
  }
}
#et-boc #top .et_pb_row .et_pb_column {
  width: auto !important;
  margin: 0;
}
#et-boc #top .telefones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#et-boc #top .telefones .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 7px;
  line-height: 1;
  font-size: 1rem;
}
@media (max-width: 580px) {
  #et-boc #top .telefones .item:nth-child(n+2) {
    display: none;
  }
}
#et-boc #top .redes-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#et-boc #top .redes-sociais a {
  line-height: 1;
  display: block;
}
#et-boc #top .redes-sociais .icon {
  display: block;
}

/* Header ################################################################################# */
#header {
  padding: 22px 0;
  font-family: "Inter", sans-serif !important;
}

#header .et_pb_menu .et_pb_menu_inner_container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .et_pb_menu .et_pb_menu__wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
#header .et_pb_menu .nav.et-menu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  #header .et_pb_menu .et_pb_menu__logo {
    margin: 0;
  }
}
@media (max-width: 980px) {
  #header .et_pb_menu .et_pb_menu_inner_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#header .et_pb_menu .sub-menu {
  padding: 0 !important;
  width: auto !important;
  min-width: 200px !important;
}
#header .et_pb_menu .sub-menu li {
  padding: 0 !important;
  width: 100% !important;
  white-space: nowrap !important;
}
#header .et_pb_menu .sub-menu li a {
  width: auto !important;
  padding: 10px 20px;
}

#et-boc #header .mobile_nav .mobile_menu_bar:before {
  font-size: 40px;
  -webkit-transform: none;
          transform: none;
}

#et-boc #mobile_menu1 {
  margin-top: 10px !important;
  padding: 0;
}

#header #menu-principal {
  margin-top: -10px;
  margin-bottom: -10px;
}
#header #menu-principal a {
  font-size: 1.3rem;
  color: var(--black);
}
#header #menu-principal .current-menu-item > a {
  color: var(--maple-red) !important;
}
#header #menu-principal .sub-menu {
  border-color: var(--maple-red);
}

/* Main Footer ################################################################################# */
#et-boc .main-footer {
  overflow: hidden;
}
#et-boc .main-footer .margin-auto {
  margin: auto !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
#et-boc .main-footer #rodape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#et-boc .main-footer #rodape:after {
  display: none;
}
#et-boc .main-footer #rodape .et_pb_column {
  width: auto !important;
}
#et-boc .main-footer #rodape .et_pb_column h3 {
  font-size: 22px;
  margin-bottom: 10px !important;
  color: #54c5d0 !important;
}
@media (max-width: 580px) {
  #et-boc .main-footer #rodape .et_pb_column h3 {
    font-size: 20px;
  }
}
#et-boc .main-footer .telefone a {
  width: 100%;
  display: block;
}

#politicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}

@media (max-width: 480px) {
  #politicas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#politicas a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
}
#politicas a:last-child {
  margin-right: unset;
}
#politicas a:hover {
  text-decoration: underline;
}

#bottom .acoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  #bottom .acoes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#bottom .et_pb_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#et-boc #bottom .et_pb_module {
  margin: 0;
}

/* BLOG ################################################################################# */
body.category #main-content .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.category #main-content .container:before {
  display: none;
}
body.category #main-content .container #content-area #left-area {
  width: 100%;
}
@media (max-width: 640px) {
  body.category #main-content .container #content-area #left-area article.et_pb_post {
    width: 94%;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) and (max-width: 980px) {
  body.category #main-content .container #content-area #left-area article.et_pb_post {
    width: 84%;
    margin: auto;
    margin-bottom: 50px;
  }
}
body.category #main-content .container #content-area #left-area article.et_pb_post a.entry-featured-image-url {
  width: 240px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 980px) {
  body.category #main-content .container #content-area #left-area article.et_pb_post a.entry-featured-image-url {
    width: 100%;
  }
}
body.category #main-content .container #content-area #left-area article.et_pb_post .readmore {
  display: inline-block;
  margin: 10px 0;
}
body.category #main-content .container #content-area #left-area article.et_pb_post:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  clear: both;
}
body.category #main-content .container #content-area #sidebar {
  display: none !important;
}

body.blog .et_pb_blog_grid article {
  margin: 10px !important;
  margin-bottom: 20px !important;
}

.et_pb_blog_grid .et_pb_post {
  border-radius: 6px !important;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 0 0px #f1f1f1;
          box-shadow: 5px 5px 0 0px #f1f1f1;
}

.single-post .entry-content p,
.single-post .et_pb_post_content p {
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.8;
}

.wg-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wg-posts .titulo {
  margin-bottom: 10px;
}
.wg-posts p {
  text-align: justify;
}
@media (min-width: 580px) {
  .wg-posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 980px) {
  .wg-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wg-posts .wp-pagenavi {
  grid-column: 1/-1;
}

.wg-posts .postagem {
  background: #fff;
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
  padding: 20px;
}
.wg-posts .postagem .titulo {
  font-size: 20px;
}
.wg-posts .postagem .imagem {
  margin-bottom: 10px;
}
.wg-posts .postagem p {
  font-size: 16px;
}

/* COMPONENTS */
/* Icons ################################################################################# */
.icon {
  font-family: ETmodules;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 4px;
  display: inline-block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.icon.whatsapp {
  background: url(/wp-content/themes/Divi-child/images/whatsapp.png) center no-repeat;
  background-size: contain;
}
.icon:hover {
  opacity: 0.8;
}

footer .icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.et_pb_menu__search-container {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_pb_menu__search-container .et_pb_menu__search {
  max-width: 300px;
  background: #eee;
  height: 50px;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 0px;
}
@media screen and (max-width: 580px) {
  .et_pb_menu__search-container .et_pb_menu__search {
    max-width: 100%;
  }
}
.et_pb_menu__search-container button.et_pb_menu__close-search-button {
  margin: 0;
}
@media screen and (max-width: 580px) {
  .et_pb_menu__search-container {
    background: rgba(255, 255, 255, 0.8666666667);
  }
}

.produtos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
.produtos .produto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2%;
}
@media (max-width: 980px) {
  .produtos .produto {
    width: 48%;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .produtos .produto {
    width: 100%;
  }
}
.produtos .produto .imagem img {
  border: 1px solid #ddd;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 250px;
  display: block;
}
.produtos .produto .nome a {
  font-size: 20px !important;
  text-align: center;
  display: block;
  padding: 10px;
  line-height: 1;
}

#main-content .lista-categorias {
  padding: 0;
  list-style: none;
}
#main-content .lista-categorias > li {
  margin-bottom: 6px;
}
#main-content .lista-categorias li a {
  color: #666;
  background: #f1f1f1;
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#main-content .lista-categorias li a:hover {
  background: #eeeeee;
}
#main-content .lista-categorias li .children {
  background: #f8f8f8;
  list-style: none;
  padding: 0;
}
#main-content .lista-categorias li .children li {
  margin-left: unset;
}
#main-content .lista-categorias li .children li a {
  background: unset;
  font-size: 1.1rem;
}
#main-content .lista-categorias li .children li a:hover {
  background: whitesmoke;
}

/* Forms ################################################################################# */
form label {
  font-weight: bold;
  font-size: 1rem;
}
form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
  width: 100%;
  background: #F1F1F1;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 1.2rem;
  border: none;
}
form input[type=submit] {
  font-size: 1.5rem;
  padding: 6px 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form input[type=submit]:hover {
  background: #34b1bd !important;
  cursor: pointer;
}
form .wpcf7-field {
  margin-bottom: 20px;
}

#main-content .et_pb_button,
#main-content .wpcf7-submit,
#main-content .wp-pagenavi a,
#main-content .no-products a,
#main-content .woocommerce-pagination a {
  color: #fff !important;
  background-color: #54c5d0 !important;
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
  text-shadow: none !important;
  border: none !important;
}
#main-content .et_pb_button:hover,
#main-content .wpcf7-submit:hover,
#main-content .wp-pagenavi a:hover,
#main-content .no-products a:hover,
#main-content .woocommerce-pagination a:hover {
  background-color: #34b1bd !important;
}

/* Parceiros ################################################################################# */
.parceiros .slick-arrow {
  display: none !important;
}
.parceiros .slick-slide {
  margin: 0 5px;
}

#equipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#equipe .membro {
  margin: 10px;
}
#equipe .membro .nome {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}

.galeria-imagens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 980px) {
  .galeria-imagens {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  .galeria-imagens {
    grid-template-columns: 1fr 1fr;
  }
}
.galeria-imagens .foto {
  aspect-ratio: 1;
}
.galeria-imagens a img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* Orcamento  ################################################################################# */
#budget-notification {
  position: fixed;
  z-index: 9999;
  right: 20px;
  background: #383838;
  padding: 20px;
  width: 500px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 19px;
  letter-spacing: 1px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  bottom: -400px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

#budget-notification.active {
  bottom: 20px;
}

#products-budget {
  padding: 0px;
  background: #fff;
  max-width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #eee;
}

#products-budget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#products-budget li {
  color: #383838;
  padding: 15px;
  letter-spacing: 1px;
  min-height: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  #products-budget li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#products-budget li + li {
  border-top: 1px solid #f8f8f8;
}

#products-budget li img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 2px;
}

#products-budget li a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

#products-budget .qtd {
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 980px) {
  #products-budget .qtd {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#products-budget .qtd input {
  height: 36px;
  border: none;
  float: left;
  padding: 0 10px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 2px;
}

#products-budget .qtd button {
  height: 36px;
  padding: 0 12px;
  margin: 0;
  float: left;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0px;
  border-radius: 2px;
  background: #ddd;
  border: none;
  width: 37px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

#products-budget .qtd button:hover {
  background: #ccc;
}

#products-budget .remove {
  margin: 0;
  padding: 9px 18px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  background: #bf2323;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 980px) {
  #products-budget .remove {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#products-budget .remove:hover {
  background: #a01b1b;
}

#products-budget .no-products {
  margin: 0;
  text-align: center;
  padding: 20px;
}

#products-budget .no-products a {
  display: block;
  padding: 10px;
  background: #0a9ed1;
  width: 150px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

/*custom*/
#main-content .btn-orcamento {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #40af86;
  cursor: pointer;
}

#main-content .btn-orcamento:hover {
  background-color: #389673 !important;
}

#main-content .btn-orcamento.adicionado {
  background: #ad4b3f;
}

#main-content .btn-orcamento.adicionado:hover {
  background: #944035;
}

#main-content .btn-orcamento-link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*woocommerce*/
.woocommerce #main-content .star-rating {
  display: none !important;
}

select.orderby option[value=price],
select.orderby option[value=price-desc] {
  display: none;
}

.single-product .addtoany_list {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}

#orcamento label {
  font-weight: bold;
}

#products-budget {
  text-align: unset !important;
}
@media (max-width: 980px) {
  #products-budget li a {
    text-align: center;
  }
}
#products-budget li a img {
  width: 100px;
  border: solid 1px #e1e1e1;
}
@media (max-width: 640px) {
  #products-budget li a img {
    width: 70%;
    margin-left: 9%;
    margin-right: 9%;
    margin-bottom: 10px;
  }
}

/* AddToAny ################################################################################# */
.addtoany_content {
  display: none;
}

#main-content .et_pb_section .addtoany_content {
  display: block;
}

#main-content .addtoany_content,
#main-content .addtoany_content,
#content-area .addtoany_content {
  display: block;
}

#main-content .addtoany_content {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 30px;
  text-align: center;
  padding-bottom: 30px;
}

/* WP PageNavi ################################################################################# */
.wp-pagenavi {
  padding-top: 22px !important;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Open Sans";
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 16px !important;
  font-size: 1rem !important;
  border-radius: 3px;
  line-height: 1;
  border: none;
  display: inline-block;
  text-shadow: unset !important;
  font-family: "Open Sans" !important;
}

.wp-pagenavi span {
  background: #ddd;
}

.wp-pagenavi a {
  background: #54c5d0 !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wp-pagenavi a:hover {
  background-color: #34b1bd !important;
}

.wp-pagenavi a.nextpostslink {
  color: #fff !important;
}

.et_pb_blog_0_tb_body .wp-pagenavi a.nextpostslink,
.et_pb_blog_0_tb_body .wp-pagenavi a.previouspostslink,
.et_pb_blog_0_tb_body .wp-pagenavi a.page {
  color: #fff !important;
  font-family: "Open Sans" !important;
}

.et_pb_blog_0_tb_body .wp-pagenavi a,
.et_pb_blog_0_tb_body .wp-pagenavi span {
  font-family: "Open Sans" !important;
}

.floating-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #43bc5d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.floating-whatsapp:hover {
  background-color: #39a04f;
}
.floating-whatsapp img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

/* CUSTOM ################################################################################# */
#breadcrumbs {
  background: #eee;
  line-height: 1;
  padding: 14px 0;
  font-size: 14px;
}

#breadcrumbs .container {
  width: 90%;
}

#breadcrumbs a {
  color: inherit;
}

#main-content {
  min-height: 600px;
}

.grecaptcha-badge {
  display: none !important;
}

body:not(.et-fb) h1,
body:not(.et-fb) h2,
body:not(.et-fb) h3 {
  font-weight: bold;
  line-height: 1em !important;
  padding: 0 !important;
}

.telefones a {
  display: block;
}

body.single .et_pb_post_content a {
  color: #1a0dab !important;
}

/* estilos do banner principal da home */
.slide.slick-slide .titulo,
.slide.slick-slide .texto{
bottom: -30px;
opacity: 0;
}

.slide.slick-slide.slick-current .titulo,
.slide.slick-slide.slick-current .texto{
animation-name: anima_texto;
position: relative;
animation-duration: 0.8s;
animation-delay: 0.5s;
animation-fill-mode:forwards;
}

@keyframes anima_texto{
0%{
bottom: -30px;
opacity: 0;
}

100%{
bottom:0;
opacity: 1;
}
}
.banner-principal .slide {
  position: relative;

  & picture {
    position: relative;
  }
}
.banner-principal .slide .container-texto,
.banner-principal-custom .slide .container-texto,
.banner-sobre-custom .slide .container-texto {
  position: absolute;
  max-width: 20%;
  min-width: 450px;
  top: 50%;
  transform: translateY(-50%);
  left: 5.3vw;

  & .titulo {
    line-height: 1.2em !important;
    color: #fff;
    font-size: clamp(20px, 3.2vw, 78px);
    margin-bottom: 40px;
  }

  & .texto {
    line-height: 1.4em !important;
    color: #fff;
    font-weight: 300;
    font-size: clamp(20px, 1.6vw, 80px);
  }
}
@media (max-width: 600px) {
  .banner-principal .slide .container-texto,
  .banner-principal-custom .slide .container-texto,
  .banner-sobre-custom .slide .container-texto {
    margin-left: 30px;
  }
}

/* estilos do form de informativos da home */ 
.informativos-form .wpcf7 {
  width: 60%;
}
.informativos-form .wpcf7 form.wpcf7-form,
body.page-id-378 #wpcf7-f2281-p378-o1 form.wpcf7-form {
  display: flex;
  align-items: center;
  gap: 10px;

  & input {
    background: transparent;
    border: 1px solid #DDD;
    border-radius: 0;
    height: 50px;
    font-size: 18px !important;
  }
  margin: 0;
  & .f-email, & .f-nome {
    margin: 0;
    height: 50px;

    & p {
      height: 50px;

      & br {
        display: none;
      }
    }
  }

  & .f-email {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

    & input.wpcf7-submit {
      background-color: #DDD !important;
      color: var(--black) !important;
      padding: 10px;
      border-radius: 0;
      width: 60px;
    }
  }

  & span.wpcf7-spinner {
    display: none;
  }
}
body.page-id-378 #wpcf7-f2281-p378-o1 form.wpcf7-form {
  & input {
    border: 1px solid var(--maple-red);
  }

  & .f-email {
    & input.wpcf7-submit {
      background-color: var(--maple-red) !important;
      color: #FFF !important;
    }
  }
}
@media (max-width: 600px) {
  .informativos-form .wpcf7,
  body.page-id-378 #wpcf7-f2281-p378-o1 {
    width: 100%;
  }
  .informativos-form .wpcf7 form.wpcf7-form,
  body.page-id-378 #wpcf7-f2281-p378-o1 form.wpcf7-form {
    flex-direction: column;
  }
}

@media (min-width: 600px) {
  body.home.page-id-1517 .wg-posts {
    gap: 0px;
    justify-content: center;
  }
}
.wg-posts.posts-destaques a.postagem,
.wg-posts.posts-internacional a.postagem,
.wg-posts.posts-insights a.postagem {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: 340px;

  & .imagem {
    height: 200px;
    width: 340px;
    overflow: hidden;

    & picture {
      width: 100%;

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

  & span.categorias {
    color: #5787b8;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px !important;
    width: 100%;
  }

  & h3.titulo {
    color: #002D62;
    font-size: 16px !important;
    display: inline;
    background: linear-gradient(0deg, #002D62, #002D62) left bottom no-repeat;
    background-size: 0% 2px;
    width: 100%;
    height: 20px;
    transition-duration: 1s;
  }
  &:hover h3.titulo {
    background-size: 100% 2px;
  }

  & p {
    display: none;
  }
}

.wg-posts.posts-destaques a.postagem .imagem img,
.wg-posts.posts-internacional a.postagem .imagem img,
.wg-posts.posts-insights a.postagem .imagem img {
  transition: 3s;
  height: 200px;
}
.wg-posts.posts-destaques a.postagem:hover .imagem img,
.wg-posts.posts-internacional a.postagem:hover .imagem img,
.wg-posts.posts-insights a.postagem:hover .imagem img {
  transform: scale(1.1);
}



/* estilos da galeria de videos do yt da home */
@media (max-width: 600px) {
  #sb_youtube_sbyUC7fvROoHdVxxt9jwWKuIJ4w4 {
    & .sby_item .sby_video_thumbnail_wrap a {
      height: 280px;
    }
  }
  #sby_lightbox {
    & .sby_lb-outerContainer {
      width: 100% !important;
      height: 100% !important;
    }
    & .sby_lb-container .sby_lb_video_thumbnail iframe,
    & .sby_lb-container .sby_lb_video_thumbnail img {
      height: 280px !important;
    }
    
    & .sby_lb-nav {
      display: none !important;
    }
  }
}

body.page-id-132 #main-content .consultoria-empresarial-btn {
  background-color: var(--black) !important;
  transition: 0.3s;
}
body.page-id-132 #main-content .consultoria-empresarial-btn:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.posts-carreira {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;

  & .postagem {
    & .imagem {
      height: 200px;
      margin-bottom: 10px;
      & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    & .titulo {
      font-size: 16px;
      color: #2a2a2a;

      display: inline;
      background: linear-gradient(0deg, #000, #000) left bottom no-repeat;
      background-size: 0% 2px;
      width: 100%;
      height: 20px;
      transition-duration: 1s;
    }
  }
  & .postagem:hover .titulo {
    background-size: 100% 2px;
  }
}
@media (max-width: 600px) {
  .posts-carreira {
    grid-template-columns: 1fr;
  }
}


/* css do menu customizado */
#menu-principal-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;

  & .logo {
    height: 65px;
    max-width: 220px;

    & img {
      width: 100%;
      height: 65px;
    }
  } 
}
#menu-principal-custom .menu-links {
  display: flex;
  align-items: center;
  padding: 0;

  & li {
    list-style: none;
    & a {
      color: var(--black);
      font-size: 16px;
    }
  }

  & .menu-item {
    padding: 2rem 1rem;

    & .submenu {
      opacity: 0;
      position: absolute;
      background-color: #FFF;
      width: 100%;
      left: 0;
      top: 100%;
      box-shadow: 0px -5px 40px 10px rgba(0,0,0,0.1);
      transform: translateY(-30px);
      transition: transform 0.5s, opacity 0.5s;
      pointer-events: none;

      & ul {
        padding: 0;
        & li:hover a {
          text-decoration: underline;
        }
      }

      & .destaque {
        border-bottom: 1px solid #000;
        padding: 2rem;
      }

      & .padrao {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        padding: 2rem;
        & li {
          width: 18%;
        }
      }
    }
  }
}
.menu-links .menu-item:has(.submenu) > a::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93biI+PHBhdGggZD0ibTYgOSA2IDYgNi02Ii8+PC9zdmc+);
  background-size: contain;
  vertical-align: middle;
}
.menu-links .menu-item .destaque .icone-servicos::before {
  background-image: url('/wp-content/uploads/2024/08/icone-servicos.png');
}
.menu-links .menu-item .destaque .icone-sobre::before {
  background-image: url('/wp-content/uploads/2024/08/icone-sobre.png');
}
.menu-links .menu-item .destaque .icone-servicos::before,
.menu-links .menu-item .destaque .icone-sobre::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

/* quando um link que possui submenu sofrer hover o submenu tera opacidade 1 */
#menu-principal-custom .menu-links .menu-item:hover {
  &:first-child {
    padding-left: 300px;
  }
}
#menu-principal-custom .menu-links .menu-item:hover .submenu {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
  pointer-events: auto
}

ul.listagem-subpaginas {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;

  & li a {
    color: var(--black);
    font-size: 16px;
    transition: 0.3s;
  }
  & li a:hover {
    text-decoration: underline;
  }
}


p.paragraph-tributos {
  font-size: 16px;
  font-weight: 400;
}
p.paragraph-tributos.link {
  color: #3e6edf !important;

  &:hover {
    text-decoration: underline;
  }
}

body.page-id-2656 .wg-posts.posts-destaques {
  grid-template-columns: repeat(3, 1fr);

  & .postagem p {
    display: inline;
    background: linear-gradient(0deg, #002D62, #002D62) left bottom no-repeat;
    background-size: 0% 2px;
    width: 100%;
    height: 20px;
    transition-duration: 2s;
  }
  & .postagem:hover p {
    background-size: 100% 2px;
  }
}
@media (max-width: 600px) {
  body.page-id-2656 .wg-posts.posts-destaques {
    grid-template-columns: 1fr;
  }
}

footer.et-l--footer {
  & .listagem-subpaginas {
    gap: 0;

    & li a {
      color: #FFF;
      font-weight: 400;
    }
  }

  & .redes-sociais {
    & a span.icon {
      width: 24px;
      height: 24px;
    }
  }

  & .et_pb_row_0_tb_footer {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    & .et_pb_column {
      width: auto;
    }
  }
}
@media (max-width: 600px) {
  footer.et-l--footer {
    & .redes-sociais {
      & a span.icon {
        width: 28px;
        height: 28px;
      }
    }

    & .et_pb_row_0_tb_footer {
      gap: 30px;
    }
  }
}


body.page-id-378 #contato-escritorios {
  & a {
    color: #224db1;
    font-weight: 400;
  }
  & a:hover {
    text-decoration: underline;
  }
  & p {
    font-weight: 400;
  }
}

body.page-id-378 #wpcf7-f17-p378-o1 form .wpcf7-submit {
  background-color: var(--maple-red) !important;
  font-size: 18px !important;
  padding: 10px 28px !important;
}

.barrinha-em-cima {
  background-color: var(--maple-red);
  height: 5px;
  width: 65px;
  margin-bottom: 10px;
}

body.blog #main-content {
  & .wg-posts {
    & .postagem {
      border: 0;
      padding: 0;
      border-radius: 0;

      & .imagem {
        height: 210px;
        & img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      & .titulo {
        font-size: 16px !important;
        color: var(--black);
        display: inline;
        background: linear-gradient(0deg, #030304, #030304) left bottom no-repeat;
        background-size: 0% 2px;
        width: 100%;
        height: 20px;
        transition-duration: 1s;
      }
      &:hover .titulo {
        background-size: 100% 2px;
      }

      & p {
        display: none;
      }
    }
  }
}

#main-content .wp-pagenavi {
  & a {
    background-color: var(--maple-red) !important;

    &:hover {
      background-color: #a01b1b !important;
    }
  }
}

#noticias-nav-container {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #DDD;
  
  & .nav-link {
    text-decoration: none;
    color: #858585;
    font-size: 16px !important;
    font-weight: 400;
    padding: 10px 30px;

    &:hover {
      color: #3e6edf;
    }
  }
  
  & .nav-link.active {
     color: #3e6edf;
    border-bottom: 2px solid #3e6edf;
  }
}
@media (max-width: 600px) {
  #noticias-nav-container {
    flex-direction: column;
    border: 0;

    & .nav-link {
      text-align: center;
      width: 100%;
      border-bottom: 1px solid #DDD;
    }
  }
}

body.category {
  #main-content #left-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

    & article.et_pb_post  {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin: 0;

      & a {
        margin: 0 !important;
        height: 210px;
        width: 100% !important;
        & img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      & h2 {
        font-size: 16px !important;
        color: var(--black);
        display: inline;
        background: linear-gradient(0deg, #030304, #030304) left bottom no-repeat;
        background-size: 0% 2px;
        width: 100%;
        height: 20px;
        transition-duration: 1s;
      }
      &:hover h2 {
        background-size: 100% 2px;
      }
    }
  }
}


body.page-id-359 #main-content #post-359 ul.listagem-subpaginas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;

  & li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    border: 2px solid #CCC;
    padding: 20px 30px;
    border-radius: 20px;

    & a {
      font-size: 18px;
      color: var(--maple-red);
    }

    & a.botao-saiba-mais {
      background-color: var(--maple-red);
      color: var(--white);
      padding: 10px 20px;;
      text-align: center;
      display: block;
      width: 100%;
      font-weight: 400;
    }
  }
}
@media (max-width: 600px) {
  body.page-id-359 #main-content #post-359 ul.listagem-subpaginas {
    grid-template-columns: 1fr;
  }
}

body.page-id-2908 .listagem-subpaginas {
  padding: 20px;
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
  gap: 0;
  & li {
    border-bottom: 1px solid #DDD;
    padding: 16px 10px;
    transition: 0.5s;
    & a {
      font-weight: 400;
      display: inline-block;
  		position: relative;
    }
    & a::before {
      content: '';
      position: absolute;
      left: -30px;
      transform: translateX(0);
      opacity: 0;
      width: 18px;
      height: 24px;
      background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tcmlnaHQiPjxwYXRoIGQ9Im05IDE4IDYtNi02LTYiLz48L3N2Zz4=');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: transform 0.4s, opacity 0.4s;
      transition-delay: 0.1s;
      color: #777;
    }

    &:hover a {
      color: #741815;
      padding-left: 20px;
      padding-right: 10px;
      text-decoration: none;
      position: relative;
      &:hover a { 
        text-decoration: none;
        position: relative;
      }
    }
    &:hover a::before {
      transform: translateX(20px);
      opacity: 1;
    }
  }
  & li:last-child {
    border-bottom: 0;
  }
}

.imagem-100-altura {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.altura-do-monitor {
  min-height: 100vh;
}
.altura-do-monitor .et_pb_row {
  min-height: 100vh;
}

body.page-id-1517 #page-container #main-content {
  & h2 {
    font-weight: 400;
  }
  & a.postagem h3.titulo {
    font-weight: 500;
  }
}

body.page-id-16339 #page-container #main-content .gestao-de-energia-btn {
  background-color: #05132a !important;
  padding: .3rem 2rem !important;
  font-size: 16px !important;

  &:hover {
    opacity: 0.9;
  }
}

body.page-id-16339 #page-container #main-content .gestao-de-energia-btn.variante-1 {
  padding: .6rem 8rem !important;
}


body.page-id-2656 .posts-destaques{
  & .postagem {
    & p {
      display: none !important;
    }
  }
}

body.home {
  & .posts-destaques,
  & .posts-internacional,
  & .posts-insights {
    grid-template-columns: repeat(3, 340px);
    gap: 30px !important;
  }
}

@media (max-width: 600px) {
  body.home {
    & .posts-destaques,
    & .posts-internacional,
    & .posts-insights {
      grid-template-columns: 1fr;
    }
  }
}


.listar-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

  & .postagem {

    & .categorias {
      margin: 10px 0;
    }

    & .imagem {
      height: 210px;
      & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    & .titulo {
      color: var(--black);
      font-size: 16px !important;
      display: inline;
      background: linear-gradient(0deg, #030304, #030304) left bottom no-repeat;
      background-size: 0% 2px;
      width: 100%;
      height: 20px;
      transition-duration: 1s;
    }
    &:hover .titulo {
      background-size: 100% 2px;
    }
  }
}

@media (max-width: 600px) {
  .listar-posts-container {
    grid-template-columns: 1fr;
  }
}


/* estilos do form da newsletter */
.informativos-text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  
  & .images {
    display: flex;
    align-items: start;
    gap: 20px;
    
    & img {
      width: 120px;
    }
    
    & .crowe-logo {
      width: 90px;
    }
  }
  
  & .texts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 10px;
    
    & p {
      color: var(--black);
      margin: 0;
      padding: 0;
    }
  }
}
@media (max-width: 600px) {
  .texts {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0 !important;
  }
}

.listagem-subpaginas .icone-subpagina {
  width: 120px;
  flex: 1;
}

#main-content .banner-principal-custom,
.banner-principal-custom .slick-track .slide,
#main-content .banner-sobre-custom,
.banner-sobre-custom .slick-track .slide,
#main-content .banner-treinamentos-custom,
.banner-treinamentos-custom .slick-track .slide {
  max-height: 550px;
}

body.page-id-2908 .banner-treinamentos-custom .slide .container-texto {
  position: absolute;
  max-width: 20%;
  min-width: 450px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 200px;

  & .titulo {
    line-height: 1.2em !important;
    font-size: clamp(20px, 3.2vw, 78px);
    margin-bottom: 40px;
  }

  & .texto {
    line-height: 1.4em !important;
    font-weight: 300;
    font-size: clamp(20px, 1.6vw, 80px);
    max-width: 280px;
  }
}

@media (max-width: 600px) {
  body.page-id-2908 .banner-treinamentos-custom .slide .container-texto {
    margin-left: 30px;
  }
}

body.home .cf7-cf-turnstile{
  position: absolute;
  top: 70px;
  right: 0;
}

@media(max-width: 980px){
  body.home .cf7-cf-turnstile{
    position: relative;
    top: unset;
    right: unset;
    margin: 0 !important;
  }
}