:root {
  --primary: #131516;
  --secound: #973c07;
  --third: #c89677;
  --fourth: #f9efe6;
  --fifth: #fcf7f3;
  --error: #e00000;
  --dark: #000;
  --fontFamily: "DM Sans", system-ui;
  --secoundFontFamily: "Lora", serif;
  --thirdFontFamily: "Inter", serif;
  --fontSize: 18px;
  --titleContentSize: 62px;
  --xsm: "575.98px";
  --sm: "576px";
  --md: "min-width: 768px";
  --lg: "min-width: 992px";
  --xxl: "min-width: 1400px";
  --tabletMin: "min-width: 600px";
  --tabletMax: "max-width: 900px";
}

/*
===========================================================================
	RESET
===========================================================================
*/

* {
  outline-color: #fff;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
}
textarea {
  resize: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: var(--secoundFontFamily);
}
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-moz-selection {
  background-color: var(--primary);
  color: var(--fifth);
}

::selection {
  background-color: var(--primary);
  color: var(--fifth);
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: var(--primary);
  padding: 0.2em 0;
}

a {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

object[type*="application/gas-events-"] {
  display: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
}
input,
select {
  outline: none;
  outline-color: transparent;
}
*[onclick] {
  cursor: pointer;
}

body {
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  background-color: var(--fifth);
  height: 100%;
  width: 100%;
  margin: 0;
}

/*
===========================================================================
	HEADER
===========================================================================
*/
#header {
  height: auto;
  min-height: 460px;
  background-color: var(--fourth);
  position: relative;
}
#page #header {
  min-height: initial;
}
.header-home {
}
.header-page #logoHeader > svg path {
  fill: var(--primary);
}
#heroSlider > img {
  width: 100%;
  height: auto;
}
#heroSlider > .container > h1 {
  /* position: absolute;
  bottom: 40px; */
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: var(--secoundFontFamily);
  font-size: 72px;
  font-weight: normal;
  color: var(--primary);
}
#heroSlider > .container > h1 > small {
  font-size: 30px;
  color: var(--secound);
}
#heroSlider > .container > h1 > a {
  color: var(--primary);
}
#heroSlider > .container > h1 > a:hover {
  color: var(--secound);
}

/*
===========================================================================
	NAVIGATION
===========================================================================
*/
#navigator {
  position: absolute;
  top: 30px;
  width: 100%;
}
#page #navigator {
  position: relative;
  padding-top: 30px;
  top: initial;
}
#navigator > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation {
  display: flex;
}
.navigation > .menu {
  display: flex;
}
.navigation > .menu > li {
  margin: 0 15px;
}
.navigation > .menu > li:first-child {
  margin-left: 0;
}
.navigation > .menu > li:last-child {
  margin-right: 0;
}
.navigation > .menu > li > a {
  padding: 15px 20px;
  color: var(--fourth);
  border-bottom: 2px transparent solid;
}
.header-page .navigation > .menu > li > a {
  color: var(--primary);
}
.navigation > .menu > li > a:hover,
.navigation > .menu > li.current_page_item > a {
  text-decoration: none;
  border-bottom-color: var(--secound);
}
.navigation > .menu > li#menu-item-51 > a {
  padding-left: 80px;
  padding-right: 80px;
  font-weight: bold;
  background-color: var(--secound);
  color: var(--fourth);
  border-radius: 5px;
}
#menuMobile,
#toggleMobile {
  display: none;
}

/*
===========================================================================
	QUALITIES
===========================================================================
*/
#qualities-block > .container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
}
#qualities-block {
  width: 100%;
  background-color: #c89677;
  padding: 60px 0;
}
#qualities-block > div > .item {
  color: var(--fourth);
  max-width: 33.333333%;
  padding: 15px;
}
#qualities-block > div > .item > .content {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 2px solid var(--fourth);
  border-radius: 5px;
  height: 100%;
}
#qualities-block > div > .item > .content > .text p {
  font-size: 12px;
  margin: 0;
}
#qualities-block > div > .item > .content > .icon {
  margin-right: 30px;
  width: 20%;
  height: auto;
}
#qualities-block > div > .item > .content > .text .title {
  font-size: 18px;
}

/*
===========================================================================
	BUTTON
===========================================================================
*/
.btn {
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
  font-family: (--thirdFontFamily);
}
.btn-more {
  max-width: 240px;
  height: 50px;
  border-color: var(--fourth);
  color: var(--fourth);
}

/*
===========================================================================
	SERVICES
===========================================================================
*/
#services-block {
}
#services-block .title-4 {
  color: var(--primary);
  text-align: center;
}
#services-block .content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-check {
  &:checked {
    + .service-modal {
      display: block;
    }
  }
}
.service-modal {
  display: none;
  position: fixed;
  padding: 3vw;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  &:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  > .content {
    height: 100%;
    z-index: 1;
    position: relative;
    background-color: var(--fifth);
    padding: 3vw;
    overflow-y: auto;
    > .title {
      font-size: var(--titleContentSize);
      margin-bottom: 50px;
    }
    > p {
      word-wrap: break-word;
    }
  }
  .btn-service-close {
    position: fixed;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 100px;
    margin: auto;
    display: block;
    > .item {
      background-color: var(--fifth);
    }
  }
}

/*
===========================================================================
	ABOUT
===========================================================================
*/
#about-block {
  background-color: var(--secound);
  display: flex;
}
#about-block .wp-block-gallery {
  display: none;
}
#about-block > .content {
  padding: 90px 60px;
}

#about-block > .content .resume p {
  font-size: 20px;
  color: #fff;
  display: none;
}
#about-block > .content .resume p:nth-child(1),
#about-block > .content .resume p:nth-child(2) {
  display: block;
}
#about-block > .content .resume p:last-of-type {
  margin-bottom: 0;
}
#about-block > .content .resume {
  margin-bottom: 60px;
}
#about-block > .content {
  width: 50%;
  height: auto;
  overflow: hidden;
  background-position-x: center;
}
#about-home-photo {
  width: auto;
  height: 100%;
  display: none;
}
#about-page > .content {
  display: flex;
  margin-bottom: 60px;
}
#about-block > .content:first-child {
  padding: 0;
  margin: 0;
}
#about-page > .content > .half-content {
  width: 50%;
}
#about-page > .content > .half-content:first-child {
  padding-right: 60px;
}
#about-page .wp-block-gallery {
  display: none;
}
#about-cover {
  background-size: cover;
}
/*
===========================================================================
	PAGE
===========================================================================
*/
#page > .container:first-of-type {
  padding-top: 45px;
  /* padding-bottom: 45px; */
}
.title-3 {
  font-size: var(--titleContentSize);
  font-family: var(--secoundFontFamily);
  color: var(--primary);
  line-height: calc(var(--titleContentSize) + 5px);
  margin-bottom: 30px;
  font-weight: normal;
}
.title-4 {
  font-size: 62px;
  margin-bottom: 50px;
  color: var(--fourth);
  font-weight: normal;
}
.list-1 > .item {
  padding: 25px;
  border: none;
  border-top: 2px var(--third) solid;
}
.list-1 > .item:last-of-type {
  border-bottom: 2px var(--third) solid;
}
.content-block {
  padding: 50px 0;
}
.list-block {
  justify-content: center;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.list-block > .item {
  width: 33.3333%;
  padding: 15px;
}
.list-block > .item > .content {
  padding: 30px;
  border: 2px var(--third) solid;
  border-radius: 5px;
  text-align: center;
  height: 100%;
}
.list-block > .item > .content > h4 {
  font-size: 27px;
  font-family: var(--secoundFontFamily);
  margin-bottom: 20px;
}

/*
===========================================================================
	NAVIGATION BLOCK
===========================================================================
*/
.navigation-block {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.navigation-block > .item,
.navigation-pages > a {
  padding: 8px 30px;
  border: 1px var(--third) solid;
  font-size: 18px;
  font-family: var(--fontFamily);
  color: var(--third);
  border-radius: 5px;
  &:hover {
    cursor: pointer;
  }
}
.navigation-block > .item:hover,
.navigation-pages > a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.navigation-pages {
  margin-right: 30px;
  display: inline-flex;
}
.navigation-pages:last-child {
  margin-right: 0;
}
.navigation-pages > a {
  margin-right: 15px;
}
.navigation-pages > a:last-child {
  margin-right: 0;
}

/*
===========================================================================
  BUSCA
===========================================================================
*/
#search {
  display: flex;
  justify-content: end;
  padding-right: 15px;
  padding-top: 5px;
  > form {
    border: 1px var(--secound) solid;
    border-radius: 8px;
    display: flex;
    padding: 5px;
    width: 60%;
    > input[type="text"] {
      border: none;
      background-color: transparent;
      width: calc(100% - 36px);
      &:focus {
        border: none;
        outline: none;
      }
    }
    > button[type="submit"] {
      background-color: transparent;
      border: none;
    }
  }
}
/*
===========================================================================
	BLOG
===========================================================================
*/
#blog-block {
  background-color: var(--fourth);
}
#blog-block .title-4 {
  color: var(--primary);
  text-align: center;
}
.list-blog {
  justify-content: normal;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.blog-card {
  width: 33.3333%;
  padding: 15px;
}
.blog-card > .content {
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  display: block;
}
.blog-card > .content:hover *,
.blog-card > .content:hover {
  text-decoration: none;
}
.blog-card > .content:hover > figure > figcaption {
  color: var(--secound);
}
.blog-card > .content:hover > figure img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.blog-card > .content > figure {
  width: 100%;
  margin: 0;
}
.blog-card > .content > figure > figcaption {
  font-size: 23px;
  line-height: 28px;
  font-family: var(--secoundFontFamily);
  color: var(--dark);
  padding: 25px;
}
.blog-card > .content > figure > figcaption > *:first-child {
  margin-bottom: 15px;
  display: block;
}
.blog-card > .content > figure > figcaption > time {
  color: var(--third);
  font-family: var(--fontFamily);
  font-size: 16px;
}
.card-blog-thumb {
  width: 100%;
  display: flex;
  height: 255px;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  overflow: hidden;
}
.card-blog-thumb > img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.card-blog-thumb > img.card-blog-placeholder {
  width: auto;
}

#blogPage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#blogSide {
  width: 280px;
  padding-bottom: 60px;
}
#blogSide > .title {
  color: var(--primary);
  font-family: var(--secoundFontFamily);
  font-size: 52px;
  line-height: 52px;
  font-weight: normal;
  margin-bottom: 40px;
}
#blogCategories,
#blogMetas {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
#blogCategories > a,
#blogMetas > li {
  color: var(--secound);
  font-size: 15px;
  font-family: var(--fontFamily);
  font-weight: bold;
  display: block;
  padding: 25px 0;
  border-bottom: 2px solid var(--third);
}
#blogMetas > li {
  font-size: var(--fontSize);
  color: var(--primary);
  font-weight: normal;
}
#blogMetas li.post-author {
  font-weight: 400;
}
#blogMetas > li:first-child {
  padding-top: 0;
}
#blogCategories > br {
  display: none;
}
#blogCategories {
}
#blogMain {
  padding-left: 40px;
  padding-bottom: 60px;
  flex: 2 1;
  max-width: calc(100% - 280px);
  display: flex;
  flex-direction: column;
}
#blogMain > .content > .blog-card {
  width: 50%;
  padding: 30px 10px;
}
#postBlog {
  padding-bottom: 60px;
}
#postBlog p {
  margin-bottom: 20px;
  word-wrap: break-word;
}
#postBlog p:last-child {
  margin-bottom: 0;
}
#postBlog p > strong,
#postBlog h1,
#postBlog h2,
#postBlog h3,
#postBlog h4,
#postBlog h5,
#postBlog h6 {
  font-family: var(--secoundFontFamily);
  font-size: 23px;
  font-weight: bold;
}

#postBlog {
  .wp-block-image {
    width: 100%;
    > figure {
      width: 100%;
      > img {
        width: 100% !important;
      }
    }
  }
}

/* Estilo geral da galeria */
.wp-block-gallery {
  display: flex; /* Organiza as imagens em linha */
  flex-wrap: wrap; /* Quebra linha se necessário */
  gap: 15px; /* Espaço entre as imagens */
  justify-content: center; /* Centraliza a galeria */
}

/* Estilo das imagens na galeria */
.wp-block-image {
  list-style: none; /* Remove marcadores de lista */
  width: 200px; /* Define a largura da imagem */
  margin: 0; /* Remove margens entre os itens */
}

/* Estilo das imagens */
.wp-block-image img {
  width: 100%; /* Faz com que a imagem ocupe 100% do item */
  height: auto; /* Mantém a proporção da imagem */
  border-radius: 8px; /* Bordas arredondadas nas imagens */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Adiciona sombra à imagem */
  transition: transform 0.3s ease; /* Efeito suave ao passar o mouse */
}

/* Efeito hover para as imagens */
.wp-block-image img:hover {
  transform: scale(1.05); /* Amplia a imagem ao passar o mouse */
}

/* Legenda das imagens */
.wp-element-caption {
  text-align: center; /* Centraliza o texto da legenda */
  font-size: 14px; /* Tamanho da fonte da legenda */
  color: #666; /* Cor da legenda */
  margin-top: 8px; /* Espaço entre a imagem e a legenda */
}

.related-posts {
  background-color: var(--fourth);
}
.related-posts#blog-block .title-4 {
  text-align: left;
}

/*
===========================================================================
	DIVULGACAO | ADS
===========================================================================
*/
#ads-block {
  background-color: var(--fourth);
  padding-bottom: 50px;
}
#container-ads {
  position: relative;
  overflow: hidden;
}
#contentAds {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  transition: all 1s ease-in-out;
  left: 0;
}
#container-ads,
#contentAds {
  width: 100%;
}
#contentAds > .item {
  flex: 1;
  min-width: 100%;
  width: 100%;
}
.ads-link img {
  transition: all 1s ease-in-out;
}
.ads-link {
  display: block;
  overflow: hidden;
}
.ads-link:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
#ads-navigation {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
}
#ads-navigation > label {
  margin: 30px 15px;
}
#ads-navigation > label > i:hover,
#ads-navigation > label > input:checked + i {
  cursor: pointer;
  background-color: var(--primary);
  border-color: var(--primary);
}
#ads-navigation > label > input {
  display: none;
}
#ads-navigation > label > i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--secound);
  background-color: var(--fifth);
}

/*
===========================================================================
	NEWSLETTER
===========================================================================
*/
#newsletter-block {
  width: 100%;
  height: 728px;
  /* background-repeat: no-repeat; */
  background-size: contain;
  display: flex;
  align-items: end;
}
#newsletter-container {
  background-color: var(--secound);
  height: 180px;
  padding: 60px 0;
  width: 100%;
}
#newsletter-container > .container {
  display: flex;
  justify-content: space-between;
}
#newsletter-container > .container > .title {
  width: 350px;
  display: flex;
  align-items: center;
  color: #fff;
}
#newsletter-container > .container > .title > img {
  margin-right: 20px;
}
#newsletter-container form {
  width: 570px;
  position: relative;
}
#newsletter-container form input[type="email"] {
  width: 375px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
}
#newsletter-container form input[type="email"],
#newsletter-container form input[type="submit"] {
  border-radius: 8px;
  height: 40px;
  border: none;
}
#newsletter-container form input[type="submit"] {
  background-color: var(--fourth);
  color: var(--third);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
  border: 1px solid transparent;
  padding: 5px 30px;
}
#newsletterReturn {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--fourth);
}

/*
===========================================================================
	FAQ
===========================================================================
*/
#faq-block {
  background-color: var(--fourth);
  padding: 80px 0 0;
}
#faq-block > .container {
  justify-content: space-between;
  display: flex;
}
#faq-block > .container > .title {
  display: flex;
  flex-direction: column;
}
#faq-block > .container > .title img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}
#faq-block > .container > .title span {
  display: block;
  width: 235px;
  font-size: 20px;
  line-height: 22px;
  font-family: var(--secoundFontFamily);
  color: var(--secound);
}
#faq-content {
  width: 770px;
}
#faq-content > .faq-item {
  border: 1px solid var(--third);
  border-left: none;
  border-right: none;
  padding: 20px;
}
#faq-content > .faq-item:last-child {
  border-bottom-width: 2px;
}
#faq-content > .faq-item:first-child {
  border-top-width: 2px;
}
#faq-content > .faq-item > input[type="radio"] {
  display: none;
}
#faq-content > .faq-item > .faq-question {
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#faq-content > .faq-item > .faq-question > h6 {
  font-weight: 400;
}

#faq-content > .faq-item > .faq-question > .faq-arrow {
  display: block;
  transition: all 0.2s ease-in-out;
}

#faq-content > .faq-item > .faq-answer {
  display: none;
  padding-top: 15px;
  font-size: var(--fontSize);
}
#faq-content > .faq-item > input[type="radio"]:checked ~ .faq-answer {
  display: block;
}
#faq-content
  > .faq-item
  > input[type="radio"]:checked
  ~ .faq-question
  > .faq-arrow {
  transform: rotate(90deg);
}
/*
===========================================================================
	BANNER CONTATO
===========================================================================
*/
#bannerContact,
.bannerContact {
  display: flex;
  width: 100%;
  padding: 30px 60px;
  background-color: var(--third);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
  > .title {
    font-size: 52px;
    line-height: 60px;
    font-family: var(--secoundFontFamily);
    font-weight: normal;
    color: var(--fourth);
    margin-right: 60px;
  }
  > .content {
    display: flex;
    flex-direction: column;
    width: 50%;
    > a {
      width: 238px;
      height: 58px;
      border: 2px solid var(--fourth);
      border-radius: 5px;
      line-height: var(--fontSize);
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--fourth);
      &:hover {
        border-color: var(--primary);
        color: var(--primary);
      }
    }
    > small {
      color: var(--fourth);
      margin-bottom: 15px;
    }
  }
}
.service-modal {
  .bannerContact {
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
    > .title {
      display: none;
    }
    > .content {
      width: 100% !important;
      > small {
        font-size: 100%;
      }
      > a {
        margin: 0 auto;
      }
    }
  }
}

/*
===========================================================================
	FOOTER
===========================================================================
*/
#footer {
  background-color: var(--secound);
  padding: 40px 0 20px;
}
#footer > .container > .content {
  display: flex;
  align-items: center;
}
#footer > .container > .content:first-of-type {
  flex-direction: column;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #fff;
}
#footer > .container > .content:last-of-type {
  justify-content: space-between;
}
#footer > .container > .content:last-of-type small {
  color: var(--fourth);
  > i {
    font-style: normal;
  }
}
#logoFooter {
  margin-bottom: 30px;
}
#socialMedias {
  display: flex;
  align-items: center;
  justify-content: center;
}
#socialMedias > a {
  margin-right: 10px;
  display: block;
}
#socialMedias > a:last-child {
  margin-right: 0;
}
/*
===========================================================================
	CONTATO
===========================================================================
*/
#contact-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  > .content {
    width: 45%;
  }
  > #formContact {
    > .wp-block-heading {
      font-size: 55px;
      font-family: var(--secoundFontFamily);
      line-height: 55px;
      margin-bottom: 30px;
    }
    .wpcf7-form-control,
    .wpcf7-form-control-wrap,
    p > label {
      width: 100%;
    }
    p > label {
      margin-bottom: 30px;
    }
    .wpcf7-textarea {
      height: 200px;
    }
    input {
      height: 40px;
    }
    input,
    textarea {
      border: 1px solid var(--third);
      border-radius: 8px;
      padding: 2px 10px;
      font-size: 18px;
      &:focus {
        border-color: var(--primary);
        outline: none;
      }
    }
    .wpcf7-submit {
      width: 280px;
      height: 50px;
      background-color: var(--secound);
      border-radius: 5px;
      border: none;
      color: var(--fourth);
      &:hover {
        color: #fff;
      }
    }
    .screen-reader-response {
      display: none;
    }
    .wpcf7-not-valid-tip {
      font-size: 12px;
      color: var(--error);
    }
    .wpcf7-not-valid {
      border-color: var(--error);
    }
    .wpcf7-response-output {
      display: none;
    }
  }
  #contact-link {
    background-color: var(--secound);
    color: var(--fourth);
    width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    &:hover {
      color: #fff;
    }
  }
  #contactDescription {
    margin-bottom: 30px;
    display: block;
  }
}

/*
===========================================================================
	HELP
===========================================================================
*/
#help {
  position: fixed;
  border: 1px var(--primary) solid;
  border-right: none;
  background-color: white;
  width: 44px;
  z-index: 1;
  right: 0;
  bottom: 150px;
  > .content {
    width: 100%;
    height: 90px;
    > h1 {
      font-size: 14px;
      transform: rotate(-90deg);
      padding: 0;
      position: absolute;
      right: 0;
      left: 0;
      /* top: 0; */
      bottom: 60px;
      margin: auto;
      letter-space: 5px;
      color: var(--primary);
    }
  }
  > .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: var(--primary);
    > svg {
      width: 20px;
      height: auto;
      color: var(--fifth);
    }
  }
  &:hover {
    > .content {
      > h1 {
        color: var(--secound);
      }
    }
    > .icon {
      background-color: var(--secound);
      > svg {
        animation-name: pulseShake;
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-delay: 550ms;
      }
    }
  }
}
@keyframes pulseShake {
  90% {
    transform: scale(1);
  }
  92% {
    transform: scale(1.2);
  }
  96% {
    transform: scale(1, 1);
  }
  98% {
    transform: scale(1.1);
  }
}

/*
===========================================================================
	404
===========================================================================
*/
.pag-404 {
  margin: 50px auto 100px;
}
.pag-404 img {
  width: 240px;
  height: auto;
}
.pag-404 .titulo-404 {
  border-bottom: 4px;
  padding: 0;
  color: var(--error);
}
.pag-404 .desc-404 {
  font-size: 11px !important;
  color: var(--primary);
}
.mg-bottom-default {
  margin-bottom: 11px;
}
.pag-404 ul.erros-404 li {
  font-size: 14px;
  display: block;
  clear: both;
  margin-bottom: 10px;
}

/*
===========================================================================
	MEDIA QUERIES | TABLET 
===========================================================================
*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  body,
  html {
    position: relative;
    height: 100%;
  }
  #navigator > .container {
    justify-content: center;
  }
  .navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: auto;
    background-color: var(--fourth);
    border-top: 2px solid var(--primary);
    padding: 15px 0;
    z-index: 1;
  }
  .navigation > .menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 30px;
    > li {
      margin: 0 0.5vw;
      > a {
        color: var(--primary);
        display: block;
      }
    }
  }
  .navigation > .menu > li#menu-item-51 > a {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #header {
    min-height: auto;
  }
  #footer {
    height: 450px;
  }
  #about-page > .content {
    > .half-content {
      img {
        max-width: 100%;
      }
    }
  }
  .bannerContact > .title {
    font-size: 28px;
    line-height: 38px;
  }
}

/*
===========================================================================
	MEDIA QUERIES | TABLET | CELULAR
===========================================================================
*/
@media only screen and (max-width: 1024px) {
  #qualities-block > div > .item > .content {
    flex-direction: column;
  }
  #qualities-block > div > .item > .content > .icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #qualities-block > div > .item > .content > .text .title {
    text-align: center;
  }
  #about-block > .content:first-child {
    height: 500px;
  }
  #about-block > .content {
    width: 100%;
  }
  #about-block,
  .list-blog {
    flex-direction: column;
  }
  #services-block {
    .list-block {
      flex-direction: column;
      > .item {
        width: 100%;
        margin-bottom: 30px;
        &:last-of-type {
          margin-bottom: 0;
        }
      }
    }
  }
  .list-blog {
    > .blog-card {
      width: 100%;
      margin-bottom: 45px;
      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }
  .ads-link img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  #newsletter-block {
    height: 490px;
  }
  #newsletter-container > .container > .title {
    width: 130px;
    > span {
      display: none;
    }
  }
  #footer .navigation {
    display: none;
  }
  #page {
    #header {
      min-height: auto;
    }
  }
  #page #heroSlider {
    padding-bottom: 30px;
  }
  #page #heroSlider > .container > h1 {
    position: relative;
    font-size: 42px;
    bottom: auto;
  }
  #page #navigator {
    position: relative;
    top: auto;
    /* padding-top: 30px; */
    padding-top: 0;
    /* padding-bottom: 60px; */
  }
  .list-block {
    > .item {
      width: 50%;
    }
  }
  #search {
    margin-bottom: 30px;
    > form {
      width: 100%;
    }
  }
  #blogMain > .content > .blog-card {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  #contact-block {
    flex-direction: column-reverse;
  }
  #contact-block {
    > .content {
      width: 100%;
    }
  }
  #contact-block {
    & > #formContact {
      > .wp-block-heading {
        margin-top: 30px;
        font-size: 42px;
        line-height: 42px;
      }
    }
  }
  #footer > .container > .content:last-of-type small {
    > i {
      display: none;
    }
  }
  #socialMedias > a {
    margin-right: 8vw;
  }
}

/*
===========================================================================
	MEDIA QUERIES | CELULAR 
===========================================================================
*/
@media only screen and (max-width: 599px) {
  #navigator > .container {
    justify-content: center;
  }
  .navigation {
    position: relative;
  }
  .navigation > .menu {
    display: none;
    left: 0;
  }
  #menuMobile {
    display: block;
    width: 20px;
    height: auto;
    position: fixed;
    left: 15px;
    top: 15px;
    margin: 0;
    z-index: 2;
    &:after {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      content: "";
      top: -10px;
      left: -10px;
      padding: 20px;
    }
    > i {
      display: block;
      width: 100%;
      position: relative;
      z-index: 1;
      border-bottom: 3px solid var(--fourth);
      &:before,
      &:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--fourth);
        margin-bottom: 5px;
        position: relative;
      }
    }
  }
  #toggleMobile {
    &:checked {
      & ~ .navigation {
        &:after {
          content: "";
          position: fixed;
          width: 100vw;
          height: 100vh;
          z-index: 1;
          background-color: rgba(0, 0, 0, 0.5);
          left: 0;
          top: 0;
        }
        > .menu {
          > li {
            margin-bottom: 30px;
            &:first-child {
              margin-left: 15px;
            }
            &:last-child {
              margin-bottom: 0;
            }
            > a {
              color: var(--primary);
              padding: 15px 0;
              display: block;
              background-color: transparent;
            }
            &#menu-item-51 > a {
              color: var(--secound);
            }
          }
        }
        > #menu-primary_menu {
          display: flex;
          position: fixed;
          left: 45px;
          top: 5px;
          z-index: 2;
          background-color: var(--fourth);
          padding: 30px;
          justify-content: initial;
          align-items: initial;
          text-align: left;
          flex-direction: column;
          width: 80vw;
        }
      }
      & + #menuMobile {
        > i {
          &:before {
            transform: rotate(45deg);
            top: 8px;
          }
          &:after {
            transform: rotate(-45deg);
          }
          border-bottom-color: transparent;
        }
      }
    }
  }
  #logoHeader {
    transform: scale(0.7);
  }
  #navigator {
    top: 0;
  }
  #header {
    min-height: auto;
  }
  #qualities-block > .container {
    flex-direction: column;
  }
  #qualities-block > div > .item {
    max-width: 100%;
  }
  #about-block > .content:first-child,
  #qualities-block > div > .item > .content > .icon {
    display: none;
  }
  #about-block > .content {
    padding: 30px;
  }
  #qualities-block {
    padding: 30px 0;
  }
  .title-4 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  #about-block > .content .resume p {
    font-size: 18px;
  }
  .ads-link img {
    width: 100%;
    height: auto;
  }
  #ads-block {
    padding-bottom: 30px;
    > .container {
      padding: 0;
    }
  }
  #newsletter-block {
    height: auto;
  }
  #newsletter-container > .container {
    flex-direction: column;
    align-items: center;
  }
  #newsletter-container > .container > .title {
    width: auto;
    margin-bottom: 60px;
  }
  #newsletter-container {
    height: auto;
  }
  #newsletter-container form {
    width: auto;
    justify-content: space-between;
    display: flex;
  }
  #newsletterReturn {
    font-size: 14px;
  }
  #newsletter-container form input[type="email"] {
    width: 55vw;
    margin-right: 2vw;
  }
  #newsletter-container form input[type="submit"] {
    padding: 5px 15px;
    width: 30vw;
  }
  #faq-block > .container {
    flex-direction: column;
  }
  #faq-block {
    padding: 30px 0;
  }
  #faq-content {
    width: auto;
  }
  #faq-content > .faq-item > .faq-question > h6 {
    font-size: 18px;
  }
  #faq-content > .faq-item > .faq-answer {
    font-size: 15px;
  }
  .bannerContact {
    flex-direction: column;
    margin: 30px 0 0;
    justify-content: initial;
    align-items: initial;
  }
  #page {
    .bannerContact {
      margin-bottom: 60px;
    }
  }
  .bannerContact > .title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
  .bannerContact > .content {
    width: 100%;
    > a {
      width: 100%;
    }
  }
  .list-block {
    flex-direction: column;
    > .item {
      width: 100%;
    }
  }
  #blogPage {
    flex-direction: column;
    justify-content: initial;
  }
  #blogSide {
    width: 100%;
    padding-bottom: 30px;
  }
  #blogCategories,
  #blogMetas {
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
    > a,
    > li {
      padding: 15px 15px;
      border: none;
    }
  }
  #blogMain {
    padding-left: 0;
    max-width: 100%;
    flex: initial;
  }
  #search {
    margin-bottom: 30px;
    > form {
      width: 100%;
    }
  }
  #blogMain > .content > .blog-card {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  #postBlog {
    padding-left: 30px;
    padding-right: 30px;
  }
  #about-page {
    > .content {
      flex-direction: column;
      > .half-content {
        width: 100%;
        img {
          max-width: 100%;
        }
        &:first-child {
          padding-right: 0;
          img {
            /* display: none; */
          }
        }
      }
      &:first-child {
        flex-direction: column-reverse;
      }
    }
  }
  #footer {
    #menuMobile,
    .navigation {
      display: none;
    }
  }
  #help {
    bottom: initial;
    top: 4px;
    right: 0;
    > .content {
      display: none;
    }
  }
  .service-modal {
    padding: 10vh 10vw;
    > .content {
      padding: 4vw;
      > .title {
        font-size: 24px;
        margin-bottom: 20px;
      }
      > p {
        font-size: 16px;
      }
    }
  }
}
