@charset "UTF-8";
/*!
Theme Name: AAS Servicos
Theme URI: https://aaservicos.co.mz
Author: Atipiko Brands
Author URI: https://atipikobrands.com/
Description: Um tema inclusivo para AAS Sericos, Lda.
Text Domain: Thema Wordpress com ACF
Version: 2
*/
/* Reset de estilos */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Configurações padrão para blocos */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reseta a aparência dos botões */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

/* Remove estilos padrão de links */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove a aparência do campo de pesquisa no Safari */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* Remove a aparência do contorno em formulários no Firefox */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:focus,
input:focus {
  outline: 0;
}

/* Remove a aparência de rolagem de textos em dispositivos móveis */
textarea {
  resize: none;
}

.site-header {
  background-color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}
.site-header .logo {
  display: flex;
  align-items: center;
}
.site-header .logo img {
  max-height: 45px;
  width: auto;
  display: block;
}
.site-header .logo .logo-mobile {
  display: none;
}
.site-header .site-navigation {
  display: flex;
  align-items: center;
}
.site-header .site-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-navigation .nav-menu li {
  margin: 0 15px;
}
.site-header .site-navigation .nav-menu li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.site-header .site-navigation .nav-menu li a:hover {
  color: #0056b3;
}
.site-header .site-navigation .nav-menu li.current-menu-item > a {
  font-weight: 600;
}
.site-header .site-navigation .secondary-navigation {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-left: 25px;
  border-left: 1px solid #cccccc;
  height: 30px;
}
.site-header .site-navigation .secondary-navigation .secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item {
  position: relative;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%231a1a1a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path></svg>');
  background-size: cover;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%231a1a1a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-size: cover;
  transition: transform 0.3s ease;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item a:hover::after {
  transform: translateY(2px);
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 4px;
  min-width: 120px;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item ul li {
  padding: 5px 15px;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item ul li a::before, .site-header .site-navigation .secondary-navigation .secondary-menu .lang-item ul li a::after {
  display: none;
}
.site-header .site-navigation .secondary-navigation .secondary-menu .lang-item:hover ul {
  display: block;
}
.site-header .menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
}
.site-header .menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.site-header .mobile-menu {
  display: none;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  padding: 20px;
}
.site-header .mobile-menu .mobile-menu-list, .site-header .mobile-menu .secondary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .mobile-menu .mobile-menu-list li, .site-header .mobile-menu .secondary-menu li {
  margin-bottom: 15px;
}
.site-header .mobile-menu .mobile-menu-list li a, .site-header .mobile-menu .secondary-menu li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 18px;
  display: block;
}
.site-header .mobile-menu .info-contact {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.site-header .mobile-menu .info-contact .contact a {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .site-header .container {
    padding: 10px 20px;
  }
  .site-header .logo .logo-desktop {
    display: none;
  }
  .site-header .logo .logo-mobile {
    display: block;
  }
  .site-header .site-navigation {
    display: none;
  }
  .site-header .menu-toggle {
    display: flex;
  }
  .site-header .mobile-menu.is-active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
}
.site-navigation {
  display: flex;
  align-items: center;
}
.site-navigation .language-switcher-desktop {
  margin-left: 20px;
  padding-left: 25px;
  border-left: 1px solid #cccccc;
  height: 30px;
  display: flex;
  align-items: center;
}
.site-navigation .language-switcher-desktop .custom-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.site-navigation .language-switcher-desktop .custom-select-wrapper .globe-icon {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.site-navigation .language-switcher-desktop .custom-select-wrapper .arrow-icon {
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.site-navigation .language-switcher-desktop .custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  color: #1a1a1a;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 0 20px 0 26px;
  outline: none;
}
.site-navigation .language-switcher-desktop .custom-select-wrapper select::-ms-expand {
  display: none;
}
.site-navigation .language-switcher-desktop .custom-select-wrapper select:hover {
  color: #0056b3;
}

.mobile-menu .language-switcher-mobile {
  margin: 15px 0;
}
.mobile-menu .language-switcher-mobile select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
}

footer {
  background: url("./images/background.svg") no-repeat center top;
  background-size: cover;
  padding-top: 100px;
  color: #fff;
  background-color: #393838;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  align-items: start;
}
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: auto;
  }
}

.footer-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.8rem;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-section ul li a:hover {
  color: white;
  transform: translateX(5px);
}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .logo-section {
    align-items: center;
    order: -1;
  }
  .footer {
    padding: 2rem 1rem;
  }
}
@media (max-width: 480px) {
  .footer-container {
    gap: 1.5rem;
  }
  .footer-section h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .footer-section ul li a {
    font-size: 0.9rem;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-size: 1.0625rem;
  color: #000000;
  background-color: white;
}

.cover-image {
  position: relative;
  width: 100%;
}
.cover-image > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

h1,
h2,
h3 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  margin-bottom: 0.625rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 2.1875rem;
  }
}

h2 {
  font-size: 2.1875rem;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 1.5625rem;
  line-height: 1;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  font-size: 1.0625rem;
  line-height: 1.4;
}

.p-text {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 992px) {
  .p-text {
    width: 100%;
  }
}
.p-text h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin: 28px 0 18px;
}
.p-text h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 24px 0 16px;
}
.p-text p, .p-text span {
  font-size: 1.0625rem;
  margin-bottom: 25px;
}
.p-text p:last-child, .p-text span:last-child {
  margin-bottom: 20px;
}
.p-text blockquote {
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 16px;
  margin: 20px 0;
  color: #666;
}
.p-text ul, .p-text ol {
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.p-text ul {
  list-style-type: disc;
}
.p-text ol {
  list-style-type: decimal;
}
.p-text a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.p-text a:hover {
  color: #0f5bb5;
  text-decoration: underline;
}
.p-text u {
  text-decoration: underline;
}
.p-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
}
.p-text strong {
  font-weight: bold;
}
.p-text em {
  font-style: italic;
}

.container {
  max-width: 1250px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
}

.mg-mx {
  margin: 100px 0;
}
@media (max-width: 992px) {
  .mg-mx {
    margin: 50px 0;
  }
}

.mg-md {
  margin: 50px 0;
}

.mg-pd {
  margin: 20px 0;
}

.pd-mx {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .pd-mx {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 50px 0;
}

.pd-pd {
  padding: 20px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 35px;
}
@media (max-width: 1000px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .hero {
    height: 60dvh;
  }
}
@media (max-width: 992px) {
  .hero {
    height: 80dvh;
  }
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero .hero_content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 25%;
  color: #fff;
  width: 55%;
  z-index: 10;
}
@media (max-width: 1000px) {
  .hero .hero_content {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .hero .hero_content {
    width: 90%;
  }
}
.hero .hero_content h1 {
  font-size: 3.125rem;
}
@media (max-width: 992px) {
  .hero .hero_content h1 {
    font-size: 2.1875rem;
  }
}
.hero .hero_content .butt {
  margin-top: 15px;
}

.services {
  background-color: #37B04A;
  color: white;
  padding: 80px 0;
  font-family: sans-serif;
}
.services .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.services__title {
  margin-bottom: 40px;
}
.services__title h2 {
  font-size: 3.125rem;
  margin: 0;
}
@media (max-width: 992px) {
  .services__title h2 {
    font-size: 2.1875rem;
  }
}
.services__grid {
  display: flex;
  flex-direction: column;
}
.services .service__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  gap: 40px;
}
.services .service__card:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.services .service__card h3 {
  order: 1;
  flex: 1;
  font-size: 1.875rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .services .service__card h3 {
    font-size: 1.5625rem;
  }
}
.services .service__card p {
  order: 2;
  flex: 1.5;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  padding-right: 20px;
}
.services .service__card .card_image {
  order: 3;
  flex: 1;
  max-width: 280px;
  height: 180px;
}
.services .service__card .card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .services .service__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .services .service__card h3, .services .service__card p, .services .service__card .card_image {
    order: unset;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .services .service__card .card_image {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.projects {
  background-color: #e0e0e0;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}
.projects .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.projects h1 {
  text-align: left;
  margin-bottom: 40px;
  color: #1a1a1a;
  font-size: 32px;
}
.projects .project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .projects .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .projects .project-grid {
    grid-template-columns: 1fr;
  }
}
.projects .project-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}
.projects .project-card:hover {
  transform: translateY(-5px);
}
.projects .project-card:hover .project-image img {
  transform: scale(1.05);
}
.projects .project-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.projects .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.projects .project-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.projects .project-info h3 {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}
.projects .project-info p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.projects .project-info .project-btn {
  margin-top: auto;
  background-color: #37B04A;
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 24px;
  align-self: flex-start;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.projects .project-info .project-btn:hover {
  background-color: rgb(42.8571428571, 137.1428571429, 57.6623376623);
  transform: scale(1.02);
}

.carrossel {
  background: white;
  position: relative;
}
.carrossel .slides {
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
  background: #0070c0;
}
.carrossel .slides .slide {
  display: none;
  flex: 1;
  gap: 50px;
  align-items: center;
  height: 500px;
}
@media (max-width: 768px) {
  .carrossel .slides .slide {
    align-items: first baseline;
    height: 550px;
  }
}
.carrossel .slides .slide.ativo {
  display: flex;
}
.carrossel .slides .slide .conteudo {
  position: relative;
  color: white;
  padding-right: 30px;
  width: 50%;
}
@media (max-width: 768px) {
  .carrossel .slides .slide .conteudo {
    width: 100%;
    padding-top: 20px;
  }
}
.carrossel .slides .slide .conteudo span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.carrossel .slides .slide .conteudo h2 {
  text-transform: uppercase;
  margin: 20px 0;
}
.carrossel .slides .slide .conteudo p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.carrossel .slides .slide .imagem {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .carrossel .slides .slide .imagem {
    height: 50vw;
    top: auto;
    width: 100%;
    left: auto;
    bottom: 0 !important;
  }
}
.carrossel .slides .slide .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carrossel .controles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.carrossel .controles .paginacao {
  display: flex;
  gap: 10px;
}
.carrossel .controles .paginacao .ponto {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: grey;
}
.carrossel .controles .paginacao .ponto.ativo {
  background: #34a853;
}
.carrossel .controles .botoes {
  display: flex;
  gap: 10px;
  align-items: center;
}
.carrossel .controles .botoes .anterior,
.carrossel .controles .botoes .seguinte {
  background: none;
}
.carrossel .controles .botoes .seguinte img {
  transform: scaleX(-1);
}
.carrossel .ver-mais {
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  color: #0070c0;
  font-weight: bold;
}

.about-image {
  height: 400px;
}
@media (max-width: 992px) {
  .about-image {
    flex-direction: column;
    height: 250px;
  }
}

.about-description {
  background-color: #ffffff;
  padding: 100px 20px 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.about-description .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 60px;
}
@media (max-width: 900px) {
  .about-description .container {
    flex-direction: column;
    gap: 40px;
  }
}
.about-description .about_text {
  flex: 1;
  max-width: 55%;
  padding-bottom: 100px;
}
@media (max-width: 900px) {
  .about-description .about_text {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.about-description .about_text h2 {
  font-size: 45px;
  font-weight: 400;
  color: #111111;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .about-description .about_text h2 {
    font-size: 36px;
  }
}
.about-description .about_text > p {
  font-size: 16px;
  color: #444444;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 25px;
}
.about-description .about_effect {
  display: flex;
  gap: 60px;
}
@media (max-width: 900px) {
  .about-description .about_effect {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.about-description .about_effect .item h3 {
  font-size: 42px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 8px 0;
  line-height: 1;
}
.about-description .about_effect .item p {
  font-size: 15px;
  color: #555555;
  margin: 0;
  line-height: 1.3;
  max-width: 100px;
}
.about-description .about_image {
  flex: 1;
  display: flex;
}
.about-description .about_image img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  display: block;
}
@media (max-width: 900px) {
  .about-description .about_image img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
  }
}

.mission-vision {
  background-color: #0068c8;
  color: #ffffff;
  padding: 100px 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.mission-vision .container {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 80px;
}
@media (max-width: 768px) {
  .mission-vision .container {
    flex-direction: column;
    gap: 60px;
  }
}
.mission-vision .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mission-vision .column h2 {
  font-size: 42px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.mission-vision .column p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
}
.mission-vision .vision {
  position: relative;
}
.mission-vision .vision::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 5%;
  bottom: 5%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .mission-vision .vision::before {
    left: 0;
    right: 0;
    top: -30px;
    bottom: auto;
    width: 100%;
    height: 1px;
  }
}

.btn {
  display: inline-block;
  background-color: #37B04A;
  padding: 15px 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #026DC6;
  color: white;
  border: none;
}

.btn-white {
  display: inline-block;
  background-color: white;
  padding: 15px 20px;
  color: black;
  text-align: center;
  text-decoration: none;
}
.btn-white:hover {
  color: white;
  border: none;
}

.gallery {
  width: 100%;
  overflow: hidden;
  margin: 1.25rem 0;
}
.gallery .g-wrapper {
  display: flex;
  width: 200%;
  animation: scrollCarousel 60s linear infinite;
}
.gallery .g-content {
  display: flex;
  gap: 1.25rem;
  padding-right: 2rem;
}
.gallery .g-content img {
  flex-shrink: 0;
  height: 395px;
  width: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .gallery .g-content img {
    height: 200px;
  }
}

@keyframes scrollCarousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.expertise {
  padding: 3.125rem 0;
}
.expertise .container {
  display: flex;
  gap: 120px;
}
@media (max-width: 1000px) {
  .expertise .container {
    flex-direction: column;
    gap: 0;
  }
}
.expertise .exp-item {
  width: 100%;
}
.expertise .exp-item h2 {
  line-height: 1.1;
}
.expertise .accordion {
  width: 100%;
}
.expertise .accordion .accordion-item .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: #000000;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
.expertise .accordion .accordion-item .accordion-title span {
  float: right;
  transition: transform 0.3s ease;
  font-size: 35px;
  color: #878787;
}
.expertise .accordion .accordion-item .accordion-title .title {
  display: flex;
  align-items: center;
}
.expertise .accordion .accordion-item .accordion-title .title h3 {
  font-size: 1.5625rem;
  color: #000000;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .expertise .accordion .accordion-item .accordion-title .title h3 {
    font-size: 1.375rem;
  }
}
.expertise .accordion .accordion-item .accordion-title .title img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.expertise .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.3s ease;
  color: #585858;
  border-bottom: 1px solid black;
}
.expertise .accordion .accordion-item .accordion-content .p-text {
  padding: 0 !important;
}
.expertise .accordion .accordion-item .accordion-content .p-text p {
  margin-bottom: 20px !important;
}
.expertise .accordion .accordion-item.active .accordion-title span {
  transform: rotate(45deg);
}
.expertise .accordion .accordion-item.active .accordion-content {
  max-height: 400px; /* Ajuste conforme necessário */
}
@media (max-width: 992px) {
  .expertise .accordion .accordion-item.active .accordion-content {
    max-width: 500px;
  }
}

.logo-carousel {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.logo-carousel .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.logo-carousel h2 {
  color: #1a1a1a;
  font-size: 32px;
  margin-bottom: 15px;
}
.logo-carousel p {
  color: #4a4a4a;
  font-size: 16px;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.logo-carousel .my-slider {
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .logo-carousel .my-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .logo-carousel .my-slider {
    grid-template-columns: repeat(4, 1fr);
  }
}
.logo-carousel .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 10px;
}
.logo-carousel .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) opacity(60%);
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.logo-carousel .logo-item img:hover {
  filter: grayscale(0%) opacity(100%);
  transform: scale(1.05);
}

.team {
  margin-bottom: 6.25rem;
}
.team .container .team-header {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 3.125rem 0;
}
@media (max-width: 992px) {
  .team .container .team-header {
    flex-direction: column;
    gap: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.team .container .team-header h2, .team .container .team-header p {
  width: 100%;
}
@media (max-width: 992px) {
  .team .container .team-header h2 {
    font-size: 25px;
  }
}
.team .container .team-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .team .container .team-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team .container .team-content {
  gap: 0.625rem;
}
@media (max-width: 992px) {
  .team .container .team-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.team .container .personal {
  width: 100%;
  margin-bottom: 1.5625rem;
}
.team .container .personal .photo {
  height: 350px;
  width: 100%;
}
.team .container .personal .info {
  margin-top: 1.5625rem;
}
.team .container .personal .info h3 {
  font-size: 1.5625rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
.team .container .personal .info .function {
  padding: 0.625rem 0;
  color: #707070;
}

.cta {
  padding: 6.25rem 0;
  background-color: #393838;
}
.cta .container {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.cta .cta-content {
  display: flex;
  flex-direction: column;
  color: white;
  width: 100%;
}
.cta .cta-content h3 {
  font-size: 50px;
}
@media (max-width: 992px) {
  .cta .cta-content h3 {
    font-size: 35px;
  }
}
.cta .cta-content a {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
.cta .cta-content a img {
  margin-right: 10px;
}
.cta .cta-content p {
  margin: 20px 0;
}
.cta .cta-content p:first-child {
  margin-top: 0;
}
.cta .cta-form {
  width: 100%;
}
.cta .cta-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cta .cta-form form input,
.cta .cta-form form select,
.cta .cta-form form textarea {
  width: 48%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: #515151;
  outline: none;
}
.cta .cta-form form input::placeholder,
.cta .cta-form form select::placeholder,
.cta .cta-form form textarea::placeholder {
  color: #555555;
}
.cta .cta-form form input:focus,
.cta .cta-form form select:focus,
.cta .cta-form form textarea:focus {
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #026DC6;
  transition: background 0.3s, border 0.3s;
}
.cta .cta-form form textarea {
  width: 100% !important;
  resize: none;
}
.cta .cta-form form #textarea {
  width: 100%;
  padding: 2.1875rem 1rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cta .cta-form form select {
  background-color: transparent;
}
.cta .cta-form form .mensagem-status {
  width: 100%;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
}
.cta .cta-form form .mensagem-status.ocultar {
  display: none;
}
.cta .cta-form form #mensagem-estado {
  margin-top: 10px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.cta .cta-form form #mensagem-estado.ocultar {
  opacity: 0;
}
@media (max-width: 768px) {
  .cta .container {
    flex-direction: column;
  }
  .cta .cta-content,
  .cta .cta-form {
    flex: 1 1 100%;
  }
  .cta .cta-form form input,
  .cta .cta-form form select {
    width: 100%;
  }
}

.project-cover {
  width: 100%;
  height: 21.875rem;
  position: relative;
}
.project-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: linear-gradient(to right, #009245, #0070c0);
  z-index: 2;
}

.project-content .container, .project-title .container {
  width: 1000px;
}
@media (max-width: 1000px) {
  .project-content .container, .project-title .container {
    width: 100%;
  }
}

.project-title {
  padding-top: 50px;
}
.project-title h1 {
  color: #37B04A;
  margin-bottom: 10px;
}

.block-image .b-imagem {
  width: 100%;
  height: 395px;
  margin: 50px 0;
}
@media (max-width: 1000px) {
  .block-image .b-imagem {
    margin: 25px 0;
  }
}
.block-image .b-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .block-image .b-imagem {
    height: auto;
    aspect-ratio: 16/9;
  }
  .block-image .b-imagem img {
    height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
