/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Tema filho do Hello Elementor configurado para desenvolvimento.
Author: Antigravity
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Escreva seus estilos CSS personalizados abaixo desta linha */

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
}

body.active-menu {
  overflow: hidden;
}

body.active-menu header .nav {
  height: 100vh;
}

.custom-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

header {
  padding: 0;
  width: 100%;
  height: 81px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.083);
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  flex: 1;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  max-width: 210px;
  height: auto;
  position: relative;
  z-index: 9999;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

nav ul li.mega-link a {
  display: flex;
  align-items: center;
  gap: 4px;
}

nav ul li.mega-link a::after {
  content: "";
  background-image: url("./assets//imagens/arrow-menu.svg");
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

nav ul li a:hover {
  color: #0077bd;
}

.action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  background: #0066a1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 81px;
  padding: 0 32px;
  gap: 8px;
}

.action a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("./assets//imagens/whatsapp-white.svg");
  background-size: contain;
}

.action a:hover {
  background: #0088d7;
}

.hamburger {
  padding: 0;
  border: 0;
  display: none;
  position: relative;
  z-index: 9999;
}

.hamburger:hover {
  background: transparent;
  border: 0;
}

.hamburger .hamburger-box {
  width: 27px;
  padding: 0;
  top: 0px;
}

.hamburger .hamburger-box .hamburger-inner {
  width: 27px;
  height: 3px;
}

.hamburger .hamburger-box .hamburger-inner::before,
.hamburger .hamburger-box .hamburger-inner::after {
  width: 27px;
  height: 3px;
}

/*mega menu*/
.mega-menu {
  position: fixed;
  top: 81px;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  z-index: 999;
  padding: 30px 0 32px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.065);
}

.mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu .menu-content .grid-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  gap: 40px;
}

.mega-menu .menu-content .grid-links .links {
  display: flex;
  flex-direction: column;
}

.mega-menu .menu-content .grid-links .links h5 {
  margin: 0;
  font-size: 16px;
  font-family: "Libre Baskerville", Sans-serif;
  font-weight: 700;
}

.mega-menu .menu-content .grid-links .links ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
  line-height: 1.1;
}

.mega-menu .menu-content .grid-links .links ul li a {
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
  display: blobk;
  transition: 0.3s;
}

.mega-menu .menu-content .grid-links .links ul li a:hover {
  text-decoration: underline;
}

.close-mega-menu-btn {
  display: none;
}

/*lista de servicos home*/
.grid-servicos-home .content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  border-radius: 16px;
}

.grid-servicos-home .content-grid .col-servico {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f7f7f7;
  padding: 32px;
  border-radius: 16px;
}

.grid-servicos-home .content-grid .col-servico h5 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #0066a1;
  padding: 0;
  margin: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.grid-servicos-home .content-grid .col-servico ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grid-servicos-home .content-grid .col-servico ul li {
  display: flex;
  gap: 6px;
}

.grid-servicos-home .content-grid .col-servico ul li::before {
  content: "➜";
  color: #007bff;
  font-size: 1rem;
  margin-top: -2px;
}

.grid-servicos-home .content-grid .col-servico ul li a {
  color: #0a0a0a;
  font-size: 17px;
  font-weight: 300;
  width: 100%;
  display: blobk;
  transition: 0.3s;
  line-height: 1.4;
}

.grid-servicos-home .content-grid .col-servico ul li a:hover {
  text-decoration: underline;
}

footer {
  background: #003250;
  padding: 50px 0;
  overflow: hidden;
  color: #fff;
}

footer h6 {
  margin: 0;
  padding: 0;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.content-footer .col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.content-footer .col:nth-child(3) {
  flex: 1.5;
}

.content-footer .col ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.content-footer .col ul li a,
.content-footer .col ul li {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
}

.content-footer .col ul li {
  display: flex;
  gap: 7px;
  align-items: center;
}

.content-footer .col ul li img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.content-footer .col ul li:nth-child(2) img {
  width: 18px;
  height: 18px;
}

.content-footer .col ul li a:hover {
  text-decoration: underline;
}

.content-footer .col h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.content-footer .col.large {
  flex: 2;
}

.content-footer .col .logo-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-footer .col .logo-footer img {
  max-width: 210px;
  height: auto;
  object-fit: contain;
}

.content-footer .col .logo-footer small {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  max-width: 300px;
}

.copy-footer {
  padding: 15px 0;
  background: #002b43;
}

.content-footer {
  display: flex;
  justify-content: center;

  color: #fff;
}

.content-footer span {
  font-size: 14px;
  font-weight: 300;
  text-align: center !important;
}

/*pagina de contato*/
.contact-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-block li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
}

.contact-block li img {
  max-width: 20px;
  object-fit: contain;
}

.form-contact {
  background: #f5f5f5;
  padding: 25px 40px 35px 40px;
  border-radius: 12px;
}

.form-contact p {
  margin: 0;
  padding: 0;
}

.form-contact .row {
  margin: 7px 0;
}

.form-contact br {
  display: none;
}

.form-contact label {
  font-size: 15px;
  font-family: "Inter", Sans-Serif;
  margin-bottom: 5px;
}

.form-contact input {
  height: 44px;
  border-color: #e4e4e4;
  outline: none;
  border-radius: 6px;
}

.form-contact textarea {
  height: 65px;
  border-color: #e4e4e4;
  outline: none;
}

.form-contact input[type="submit"] {
  background: #0066a1;
  border: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 44px;
  font-weight: 600;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
}

.wpcf7-spinner {
  display: none;
}

/*blog*/
.hero-blog {
  overflow: hidden;
  position: relative;
  margin-top: 81px;
  height: 220px;
  background-image: url("./assets/imagens/blog.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(256deg, #005d93 0%, #00324e 100%);
  opacity: 0.8;
}

.hero-blog .hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-blog .hero-content h1 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 49px;
  color: #ffffff;
}

.blog-grid {
  padding: 60px 0;
  overflow: hidden;
}

.blog-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.header-blog {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eceaea;
  padding-bottom: 16px;
}

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

.left h3 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #292929;
  line-height: 1.4;
}

.right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.right .facetwp-facet {
  margin: 0;
}

.right select,
.right input {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  height: 40px;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  outline: none;
}

.blog-content .grid-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-content .grid-posts .card-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5bb;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.blog-content .grid-posts .card-post .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.blog-content .grid-posts .card-post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-content .grid-posts .card-post:hover {
  border: 1px solid #0066a141;
}

.blog-content .grid-posts .card-post:hover .img img {
  transform: scale(1.1);
}

.blog-content .grid-posts .card-post .text {
  box-sizing: border-box;
  padding: 10px 28px;
}

.blog-content .grid-posts .card-post .text small {
  background: #0066a1;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

.blog-content .grid-posts .card-post .text h3 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #292929;
  line-height: 1.4;
  margin: 8px 0;
}

.blog-content .grid-posts .card-post .text p {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #292929;
  line-height: 1.3;
}

.pagination {
  margin-top: 32px;
}

.pagination button {
  background: #0066a1;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.pagination button:hover {
  background: #0088d7;
}

/*single post*/
.hero-single {
  overflow: hidden;
  height: 450px;
}

.hero-single .content-hero-single {
  position: relative;
  z-index: 1;
}

.hero-single .content-hero-single h1 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 49px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-single .content-hero-single .meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.hero-single .content-hero-single .meta small {
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-single .content-hero-single .meta small::after {
  content: "•";
}

.hero-single .content-hero-single .meta small:last-child:after {
  display: none;
}

.post-content {
  overflow: hidden;
  padding: 40px 0;
}

.post-content article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.post-content article h1,
.post-content article h2,
.post-content article h3,
.post-content article h4,
.post-content article h5,
.post-content article h6 {
  font-family: "Libre Baskerville", Sans-serif;
  font-weight: 600;
  color: #292929;
  line-height: 1.4;
}

.post-content article h1 {
  font-size: 38px;
}

.post-content article h2 {
  font-size: 35px;
}

.post-content article h3 {
  font-size: 30px;
}

.post-content article h4 {
  font-size: 28px;
}

.post-content article h5 {
  font-size: 24px;
}

.post-content article h6 {
  font-size: 20px;
}

.post-content article p {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: 1.6;
}

.post-content article a {
  color: #0066a1;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.post-content article img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 16px 0;
}

.post-content article ul {
  list-style: disc;
  padding-left: 20px;
  margin: 16px 0;
}

.post-content article ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 16px 0;
}

.other-posts {
  padding: 60px 0 80px 0;
  background: #f7f7f7;
  margin-top: 80px;
}

.container-other-posts {
  max-width: 1136px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.container-other-posts h4 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #292929;
  line-height: 1.4;
  margin: 0;
}

.other-posts .grid-other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.other-posts .grid-other .card-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.other-posts .grid-other .card-post .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.other-posts .grid-other .card-post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.other-posts .grid-other .card-post:hover {
  border: 1px solid #0066a141;
}

.other-posts .grid-other .card-post:hover .img img {
  transform: scale(1.1);
}

.other-posts .grid-other .card-post .text {
  box-sizing: border-box;
  padding: 10px 28px;
}

.other-posts .grid-other .card-post .text small {
  background: #0066a1;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

.other-posts .grid-other .card-post .text h3 {
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #292929;
  line-height: 1.4;
  margin: 8px 0;
}

.other-posts .grid-other .card-post .text p {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #292929;
  line-height: 1.3;
}

/*single servico*/
.hero-single-servico {
  width: 100%;
  height: 800px;
  margin-top: 81px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-single-servico::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(50deg, #00263c9e, #000e15a1);
  z-index: 1;
  opacity: 0.9;
}

.hero-single-servico img:not(.action-img) {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  z-index: 0;
}

.hero-single-servico .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: auto;
}

.hero-single-servico .content h1 {
  text-align: center;
  font-family: "Libre Baskerville", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.hero-single-servico .content p {
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
}

.hero-single-servico .content .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  width: 100%;
  max-width: 70%;
}

.hero-single-servico .content .actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 20px;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.233);
  font-size: 18px;
  flex: 1;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s;
  text-transform: uppercase;
}

.hero-single-servico .content .actions a:hover {
  transform: scale(1.06);
  filter: saturate(150%);
}

.hero-single-servico .content .actions a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hero-single-servico .content .actions a.call {
  background: #008cdd;
}

.hero-single-servico .content .actions a.wa {
  background: #25d366;
}

.hero-faixa1 {
  padding: 45px 0;
  background: #0086ae;
  overflow-y: hidden;
}

.hero-faixa1 .content-faixa1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-faixa1 .content-faixa1 h3 {
  text-align: center;
  font-family: "Inter", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.hero-faixa2 {
  padding: 50px 0;
  overflow: hidden;
}

.hero-faixa2 .content-faixa2 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.hero-faixa2 .content-faixa2 span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter" sans-serif;
  font-size: 20px;
  list-style: 1.3;
}

.hero-faixa2 .content-faixa2 span img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.produtos {
  padding: 70px 0 80px 0;
  overflow: hidden;
}

.produtos .content-produtos {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.produtos .content-produtos h2 {
  margin: 0;
  font-size: 40px;
  text-align: center;
  font-family: "Libre Baskerville", Sans-serif;
  color: #0066a1;
}

.produtos .content-produtos .grid-produtos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.produtos .content-produtos .grid-produtos .produto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.produtos .content-produtos .grid-produtos .produto img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.produtos .content-produtos .grid-produtos .produto h5 {
  margin: 0;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  margin: 16px 0 5px 0;
  text-align: center;
}

.produtos .content-produtos .grid-produtos .produto p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: center;
}

.servicos-realizados {
  overflow: hidden;
  padding: 100px 0;
  background: #f9f9f9;
}

.servicos-realizados .content-servicos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.servicos-realizados .content-servicos h2 {
  margin: 0;
  font-size: 40px;
  text-align: center;
  font-family: "Libre Baskerville", sans-serif;
  color: #0066a1;
  text-align: center;
  margin: auto;
}

.servicos-realizados .content-servicos .grid-servicos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.servicos-realizados .content-servicos .grid-servicos .servico {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.servicos-realizados .content-servicos .grid-servicos .servico img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.servicos-realizados .content-servicos .grid-servicos .servico h5 {
  margin: 0;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  margin: 16px 0 5px 0;
  align-items: center;
  justify-content: center;
}

.servicos-realizados .content-servicos .grid-servicos .servico p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  text-align: center;
}

.servicos-realizados .content-servicos .cta-wa {
  background: #25d366;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0 auto;
  border-radius: 12px;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  color: #fff;
  gap: 12px;
  transition: 0.3s;
  font-weight: 600;
}

.servicos-realizados .content-servicos .cta-wa:hover {
  transform: scale(1.1);
  filter: saturate(150%);
}

.servicos-realizados .content-servicos .cta-wa img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.cta1-single {
  position: relative;
}

.cta1-single img:not(.cta1-single .action img) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.cta1-single::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.533);
}

.cta1-single .content-cta-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 200px 0;
}

.cta1-single .content-cta-single h2 {
  color: #fff;
  font-size: 45px;
  font-family: "Libre Baskerville", sans-serif;
  line-height: 1.3;
  max-width: 70%;
  text-align: center;
}

.cta1-single .content-cta-single p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0 50px 0;
}

.cta1-single .action {
  width: 100%;
  max-width: 50%;
  gap: 32px;
}

.cta1-single .action a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 20px;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.233);
  font-size: 18px;
  flex: 1;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s;
  height: auto;
}

.cta1-single .action a:hover {
  transform: scale(1.06);
  filter: saturate(150%);
}

.cta1-single .action img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cta1-single .action a.call {
  background: #008cdd;
}

.cta1-single .action a.call::before,
.cta1-single .action a.wa::before {
  display: none;
}

.cta1-single .action a.wa {
  background: #25d366;
}

.other-sevices {
  padding: 80px 0;
}

.other-sevices h2 {
  margin: 0;
  font-size: 40px;
  text-align: center;
  font-family: "Libre Baskerville", sans-serif;
  color: #0066a1;
  text-align: center;
  margin-bottom: 48px;
}

/*responsive*/
@media (max-width: 1215px) {
  header .content .nav {
    gap: 20px;
  }

  header .content .nav nav ul {
    gap: 20px;
  }

  header .content .logo {
    max-width: 180px;
  }
}

@media (max-width: 1100px) {
  header {
    height: 60px;
  }

  header .content .logo {
    max-width: 150px;
  }

  .nav {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 0;
    z-index: 999;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
    transition: height 0.4s;
    overflow-y: hidden;
  }

  .nav nav {
    margin-top: -100px;
  }

  .nav nav ul {
    flex-direction: column;
  }

  .nav nav ul li a {
    font-size: 17px;
  }

  header .content .action a {
    padding: 20px 30px;
    border-radius: 12px;
    height: auto;
    font-size: 17px;
  }

  .hamburger {
    transform: scale(0.9);
    display: block;
  }

  .mega-menu {
    top: 60px;
    height: 100%;
    overflow: auto;
    padding-bottom: 100px;
  }

  .mega-menu .menu-content .grid-links {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 24px;
  }

  .mega-menu .menu-content .close-mega-menu-btn {
    display: block;
    padding: 0 8px;
    position: absolute;
    top: 20px;
    right: 32px;
    color: #000;
    border-color: #ccc;
    background: #eee;
  }

  .hero-single-servico {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
  .grid-servicos-home .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-content .grid-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .other-posts .grid-other {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .hero-single .content-hero-single h1,
  .post-content article {
    max-width: 100%;
  }

  .content-footer .col ul li,
  .content-footer .col ul li a {
    font-size: 14px;
  }

  .hero-single-servico {
    height: auto;
    padding: 150px 0;
  }

  .hero-single-servico .content {
    max-width: 100%;
  }

  .hero-single-servico .content h1 {
    font-size: 38px;
  }

  .hero-single-servico .content p {
    font-size: 16px;
  }

  .single-servico h2 {
    font-size: 35px !important;
  }

  .produtos .content-produtos .grid-produtos {
    gap: 32px;
  }

  .servicos-realizados .content-servicos .grid-servicos {
    gap: 32px;
  }

  .cta1-single .content-cta-single {
    padding: 100px 0;
  }

  .cta1-single .content-cta-single h2 {
    max-width: 100%;
  }

  .cta1-single .action {
    max-width: 70%;
  }
}

@media (max-width: 980px) {
  .hero-single-servico .content .actions {
    flex-direction: column;
    max-width: 100%;
  }

  .hero-faixa2 .content-faixa2 {
    gap: 20px 32px;
  }

  .produtos .content-produtos .grid-produtos {
    grid-template-columns: repeat(2, 1fr);
  }

  .servicos-realizados .content-servicos .grid-servicos {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta1-single .action {
    max-width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .content-footer {
    flex-wrap: wrap;
  }

  .content-footer .col {
    flex: auto;
    width: 100%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .grid-servicos-home .content-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-content .grid-posts {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-content .header-blog {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .blog-content .header-blog .left h3 {
    margin: 0;
  }

  .blog-content .header-blog .right {
    width: 100%;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-content .header-blog .right .search,
  .blog-content .header-blog .right .filters {
    width: 100%;
  }

  .facetwp-facet {
    width: 100%;
    max-width: 100%;
  }

  .facetwp-input-wrap {
    width: 100%;
    max-width: 100%;
  }

  .facetwp-facet input,
  .facetwp-facet select {
    width: 100%;
    max-width: 100%;
  }

  .other-posts .grid-other {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .hero-single .content-hero-single h1 {
    font-size: 35px;
    line-height: 1.3;
  }

  .post-content article h1 {
    font-size: 38px;
  }

  .post-content article h2 {
    font-size: 30px;
  }

  .post-content article h3 {
    font-size: 24px;
  }

  .post-content article h4 {
    font-size: 22px;
  }

  .post-content article h5 {
    font-size: 20px;
  }

  .post-content article h6 {
    font-size: 18px;
  }

  .content-footer .col {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-single-servico {
    padding: 90px 0;
  }
  .hero-single-servico .content .actions {
    align-items: flex-start;
    gap: 16px;
  }

  .hero-single-servico .content .actions a {
    width: 100%;
  }

  .hero-faixa1 .content-faixa1 h3 {
    font-size: 22px;
  }

  .hero-faixa2 .content-faixa2 {
    flex-direction: column;
  }

  .produtos {
    padding: 40px 0;
  }

  .produtos .content-produtos .grid-produtos {
    grid-template-columns: repeat(1, 1fr);
  }

  .servicos-realizados {
    padding: 40px 0;
  }

  .servicos-realizados .content-servicos .grid-servicos {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta1-single .action {
    gap: 16px;
  }

  .cta1-single .action a {
    width: 100%;
  }
}
