/*
Theme Name: Alcance company
Theme URI: https://website.com/alcance-company
Author: vinicius soares dev
Author URI: https://website.com/alcance-company
Description: landing page for company reach company.
Requires at least: 6.7
Tested up to: 5.9
Requires PHP: 8.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alcancecompany
Tags: custom-menu, custom-logo, featured-images
*/

body,
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
}

html {
  font-size: 14px;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999999 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

* {
  outline: none;
}

.site-title {
  font-family: 'MSungHK', sans-serif;
  font-size: 17px !important;
  font-weight: Light !important;
  color: #2A4A62;
  font-weight: 300 !important;
  /* Define a espessura da fonte como mais fina */
  margin: 0 !important;
  padding: 15px 0 !important;
  text-align: left !important;
  /* Alinha o texto à esquerda */
  margin-left: -7rem !important;
  /* Ajusta a margem esquerda para mover o título para o canto */
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
h1,
h2,
h3,
h4,
h5 {
  color: #2A4A62 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  margin: 0 0 28px !important;
  line-height: 1.2 !important;
}

h1 {
  font-size: 36px !important;
}

h2 {
  font-size: 28px !important;
}

h3 {
  font-size: 22px !important;
}


p {
  color: #2A4A62 !important;
  font-size: 17px;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.pCardAbout {
  color: #2A4A62 !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin-top: -15px !important;
}

.text--center {
  text-align: center !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}


/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/

.bg-gray {
  background-color: #f7fafc !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  width: auto;
  height: 44px;
  line-height: 44px;
  letter-spacing: 0.2px;
}

/* Button Primary */
.btn--primary {
  font-size: 1.3em !important;
  /* Aumentado para 20.8px */
  padding: 10px 20px !important;
  text-transform: uppercase;
  text-align: center !important;
  /* Centraliza o texto */
  display: inline-block !important;
  background-color: #2A4A62;
  color: #ffffff;
  border-color: #2A4A62;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  background-color: #4A6A82;
  border-color: #4A6A82;
  color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
  font-size: 1.3em !important;
  /* Aumentado para 20.8px */
  padding: 10px 20px !important;
  text-transform: uppercase;
  text-align: center !important;
  /* Centraliza o texto */
  display: inline-block !important;
  background-color: #2A4A62;
  color: #ffffff;
  border: 2px solid #2A4A62;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: #4A6A82;
  color: #ffffff;
  border-color: #4A6A82;
  text-decoration: none;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
  margin-bottom: 70px;
}

.heading .heading-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 20px;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 80px;
  /* Defina a altura desejada */
  padding: 10px 0;
  /* Ajuste o padding conforme necessário */
}

.header-transparent {
  background-color: transparent;
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
}

/*------------------------------------*\
  #Menu
\*------------------------------------*/

.header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.header .navbar {
  max-width: 90%;
  height: auto;
  line-height: 140px;
  bottom: 0;
  padding: 0;
  border-radius: 0;
  min-height: 100px;
  border: none;
  z-index: 1030;
}

.header .navbar.affix {
  top: 0;
}

.navbar-nav {
  padding-left: 80px !important; /* Volta o padding-left para alinhar próximo à logo */
  display: flex; /* Mantém o flexbox */
  justify-content: flex-start; /* Alinha os itens à esquerda */
  width: auto; /* Largura automática */
}

.navbar-nav > li {
  display: inline-block; /* Mantém os itens em linha */
  margin-right: 42px; /* Espaçamento entre os itens */
}

.navbar-nav > li:last-child {
  margin-right: 0; /* Remove a margem do último item */
}

.navbar-nav > li > a {
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  color: #999999 !important;
  padding: 0 10px;
  margin: 0;
  letter-spacing: -0.2px;
  display: inline-block;
}

.navbar-nav > li > a:hover {
  color: #3A5A72 !important;
  background-color: transparent;
}

.hero {
  padding-top: 310px;
  padding-bottom: 140px;
  background-image: url('/wp-content/themes/alcancecompany/assets/image/hero/Fundo_site_1.webp');
  /* Caminho da imagem */
  background-position: right top;
  /* Alinhamento da imagem */
  background-size: cover;
  /* Cobrir toda a área */
  background-repeat: no-repeat;
  /* Evitar repetição */
  background-color: #F6FAFD;
  /* Cor de fundo de fallback */
  height: 100vh;
  /* Altura total da janela */
  display: flex;
  align-items: center;
  /* Centralizar conteúdo verticalmente */
}

.hero-image-tablet {
  display: none; /* Oculta a imagem no desktop */
}

.hero .hero-headline {
  color: #444444;
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
  margin-bottom: 35px;
}

.hero .hero-bio {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.hero .btn {
  height: 60px;
  line-height: 50px;
  width: auto !important;
  max-width: 300px !important;
  display: flex !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  justify-items: center !important;
}


/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
  position: relative;
}

.feature-panel .feature-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 19px;
}

.feature-panel .feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}


.feature-2 .feature-panel {
  position: relative;
  padding-top: 100px;
}

.feature-2 .feature-panel .feature-content h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
}

.feature-2 .feature-panel .feature-content p {
  font-size: 16px;
  margin-bottom: 12px;
}

.feature-3 .feature-panel {
  position: relative;
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
}

.img-shadow {
  -moz-box-shadow: 0 10px 25px 0 rgba(32, 62, 84, 0.2);
  -webkit-box-shadow: 0 10px 25px 0 rgba(32, 62, 84, 0.2);
  box-shadow: 0 10px 25px 0 rgba(32, 62, 84, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.hr-bar {
  border-top-color: #e0e0e0;
  margin: 0;
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
/* Container principal */
#ctaAction .row {
  display: flex; /* Ativa o Flexbox */
  align-items: center; /* Alinha os itens verticalmente ao centro */
}

/* Estilos para o conteúdo (título, texto e botão) */
#ctaAction .feature-panel {
  padding: 20px; /* Espaçamento interno */
}

/* Mantendo o estilo atual do título */
#ctaAction .feature-content h3 {
  /* Mantenha o estilo atual do título */
  margin-bottom: 1rem; /* Espaçamento abaixo do título */
}

/* Mantendo o estilo atual do texto */
#ctaAction .feature-content p {
  /* Mantenha o estilo atual do texto */
  margin-bottom: 2rem; /* Espaçamento abaixo do texto */
}

/* Estilos para a imagem */
#ctaAction .image-wrapper {
  display: flex;
  justify-content: center; /* Centraliza a imagem horizontalmente */
  align-items: center; /* Centraliza a imagem verticalmente */
}

#ctaAction .img-fluid {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra na imagem */
  border-radius: 8px; /* Bordas arredondadas */
}

/* page erro 404  */
.error-404 {
  text-align: center;
  padding: 100px 20px;
  background: #f4f4f9;
  font-family: 'Arial', sans-serif;
}

.error-404 h1 {
  font-size: 10rem;
  color: #ff6b6b;
  margin: 0;
}

.error-404 p {
  font-size: 1.5rem;
  color: #333;
  margin: 20px 0;
}

.error-404 .btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1rem;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.error-404 .btn:hover {
  background: #ff6b6b;
}

/* cards serviços */
.section-title {
  margin-bottom: 110px !important;
  /* Ajuste conforme necessário */
}

.serviceCarde {
  width: 95%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #2A4A62;
  box-shadow: 0 10px 25px 0 rgba(32, 62, 84, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  background-color: #f8f9fa;
  /* Fundo claro */
  padding: 20px;
  /* Espaçamento interno */
}

.serviceCarde .card-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.serviceCarde:hover {
  transform: scale(1.05);
}

.serviceCarde .card-icon {
  font-size: 2em;
  margin-bottom: 10px;
}

.serviceCarde .card-title {
  font-size: 1.5em;
  /* 24px */
  margin-bottom: 12px !important;
  color: #2A4A62;
  line-height: 1.2;
  /* Melhora a legibilidade do título */
}

.serviceCarde .card-text {
  font-size: 1em;
  /* 16px */
  color: #2A4A62;
  line-height: 1.6;
  /* Melhora a legibilidade do texto */
}

/* Footer */
footer {
  width: 100%;
  min-height: 120px;
  color: #2A4A62; /* Cor do texto */
}

.lineFooter {
  margin-bottom: 15px;
}

footer p {
  font-size: 13px;
  margin: 0; /* Remove margens padrão dos parágrafos */
  padding: 5px 0; /* Espaçamento entre os parágrafos */
}

footer a {
  color: #2A4A62; /* Cor do link */
  text-decoration: none !important; /* Remove sublinhado */
  transition: color 0.3s ease;
}

footer a:hover {
  color: #000000 !important;
  background-color:transparent;
}

.footer-bottom {
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
}

.footer-bottom .container {
  width: 100%;
}

.footer-bottom .row {
  display: flex;
  flex-direction: column; /* Coloca os elementos em coluna */
  justify-content: center; /* Centraliza verticalmente */
  align-items: center; /* Centraliza horizontalmente */
}

.footer-bottom .instagram {
  font-size: 20px; /* Tamanho do ícone */
  margin-top: 10px; /* Espaçamento acima do ícone */
}

/*media query certo */
/* Desktop (acima de 768px) - seu CSS atual */
@media (max-width: 767.98px) {
  .header .navbar {
    height: auto; 
  }

  .container-fluid a {
    padding-left: 8px;
  }

.navbar-toggler {
  
    margin-right: -18px !important; /* Garante que o botão fique mais próximo da borda */
    border: 1px solid #3a5a7233 !important;
}

  .navbar-collapse {
    background-color: #fff;
    /* Fundo branco no menu expandido */
    padding: 5px 0;
    border: 1px solid #ddd;
    /* Borda sutil para destacar */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Leve sombra */
    width: 120%;
    /* Ocupa 100% da largura da tela */
    position: absolute;
    /* Posicionamento absoluto para sobrepor outros elementos */
    left: 0;
    /* Alinha à esquerda */
    top: 100%;
    /* Posiciona abaixo do navbar */
    z-index: 1000;
    /* Garante que o menu fique acima de outros elementos */
  }

  .navbar-nav {
    display: block;
    /* Um item por linha */
  }

  .navbar-nav > li {
    margin: 0;
    width: 50%;
    /* Cada item ocupa a largura toda */
    text-align: center;
    justify-content: center;
    /* Centraliza texto */
    padding: 0;
  }

  .navbar-nav > li > a {
    font-size: 16px;
    color: #999999 !important;
    /* Mesmo tom de cinza do desktop */
    padding: 0px 0; /* Reduz o espaçamento vertical entre os itens */
  }

  .navbar-nav>li>a:hover {
    color: #3A5A72 !important;
    background-color: transparent;
    /* Evita fundos que expandam a área */
  }

  .navbar-brand {
    display: none;

  }

  .hero {
    height: auto;
    max-height: 130vh;
    background-image: none;
    
  }

  .hero .hero-headline {
    font-size: 32px;
    line-height: 42px;
  }

  .hero .hero-bio {
    font-size: 16px;
    line-height: 24px;
  }

  .hero .btn {
    width: 80%;
    max-width: 300px;
    padding: 14px 20px; /* Substitui height fixa para melhor adaptação */
    font-size: 16px; /* Melhora legibilidade no mobile */
    text-align: center;
    border-radius: 6px; /* Deixa o botão mais amigável */
    margin: 16px auto; /* Remove margin negativa e melhora espaçamento */
    display: block;
  }

  .hero-image-tablet img {
    max-width: 100% !important;
  }

 /* Coloca a imagem em cima */
 .col-12.col-md-6.col-lg-6:first-child {
  order: 2; /* Texto fica embaixo */
}

/* Coloca o texto embaixo */
.col-12.col-md-6.col-lg-6:last-child {
  order: 1; /* Imagem fica em cima */
  padding-bottom: 50px; /* Espaçamento abaixo da imagem */
}

  section {
    padding-top: 80px;
    overflow: hidden;
  }

  .benefits{
    padding-top: 40px;
  }

  .card-deck {
    display: flex !important; /* Volta para flexbox */
    flex-direction: column !important; /* Coloca os cards um embaixo do outro */
    gap: 13px !important; /* Espaço entre os cards */
}

.card-deck .card {
    max-width: 100% !important; /* Largura máxima para evitar esticar */
    flex: 1 1 auto !important; /* Ajusta o flex para ocupar o espaço necessário */
}

  .sessionAboutCard,
  .serviceCarde {
    margin: 15px auto;
  }

  #bar {
    margin-top: -70px !important;
  }

  .sessionServicesTitle {
    margin-top: 25px !important;
    margin-bottom: -50px !important;
  }

  #services {
    margin-top: -40px !important;
    margin-bottom: -80px;
  }

  #ctaAction .container {
    margin-top: -65px !important;
  }

  #ctaAction .row {
    flex-direction: column;
  }

  #ctaAction .col-12.col-md-6.col-lg-6 {
    order: 2;
  }

  #ctaAction .col-12.col-md-6.col-lg-5.offset-lg-1 {
    order: 1;
    padding-bottom: 15px;
  }

  #ctaAction .image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .feature-panel .feature-content h3,
  .feature-panel .feature-content p {
    text-align: center;
  }

  .image-wrapper {
    margin-top: 2rem;
  }

  #ctaAction .hero-action {
    display: flex;
    justify-content: center;
    /* Centraliza o botão horizontalmente */
  }

  #ctaAction .btn--secondary {
    
    max-width: 300px;
    text-align: center;
    padding: 12px 16px; /* Mais altura e área de clique */
    font-size: 16px; /* Tamanho de fonte agradável para toque */
    border-radius: 6px; /* Deixa o botão mais amigável */
    margin: 16px auto; /* Centraliza horizontalmente e dá espaço externo */
    display: block; /* Garante que ocupa a linha inteira dentro da div */
  }

  #wrapperParallax {
    margin-bottom: 0 !important;
  }

  #footerParallax {
    position: relative;
  }

  .footer {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer .footer-bottom {
    padding: 30px 0;
  }

  .footer p {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-transform: capitalize;
  }

  .footer .footer-bottom .footer-social a {
    font-size: 14px;
    color: #999999;
    margin-right: 19px;
  }

  .footer .footer-bottom .footer-social a:last-of-type {
    margin-right: 0;
  }

  
  .footer-bottom .instagram{
    font-size: 23px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav {
    padding-left: 0 !important; /* Remove o padding-left */
    justify-content: center; /* Centraliza os itens */
    width: 100%; /* Ocupa toda a largura */
  }

  .navbar-nav > li {
    margin-right: 20px; /* Reduz o espaçamento entre os itens */
  }

  .navbar-nav > li:last-child {
    margin-right: 0; /* Remove a margem do último item */
  }  
  
.hero {
    background-image: none;
}

.hero-image-tablet {
  display: block;
}
  
.row-content {
  display: flex;
  flex-direction: row; /* Coloca o texto e a imagem lado a lado */
  align-items: center; /* Centraliza verticalmente */
 
}

.hero-text {
  flex: 1; /* Ocupa metade do espaço */
}

.hero-image-tablet {
  flex: 1; /* Ocupa metade do espaço */
  text-align: center;
}

.hero-image-tablet img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* Bordas arredondadas */
}

/* cards about */
.card-deck {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Espaço entre os cards */
  justify-content: center; /* Centraliza os cards */
}

.card-deck .card {
  flex: 1 1 calc(33.333% - 40px); /* 3 cards por linha no desktop */
  max-width: calc(33.333% - 40px); /* Largura máxima para evitar esticar */
  box-sizing: border-box;
}  
.card-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colunas */
}

.card-deck .card {
  flex: none; /* Remove o flex do desktop */
  max-width: 100%; /* Largura máxima para evitar esticar */
}

/* Organiza os cards em 3 em cima e 2 embaixo */
.card-deck .card:nth-child(1),
.card-deck .card:nth-child(2),
.card-deck .card:nth-child(3) {
  grid-column: span 1; /* Cada card ocupa 1 coluna */
}

.card-deck .card:nth-child(4),
.card-deck .card:nth-child(5) {
  grid-column: span 1; /* Cada card ocupa 1 coluna */
}

/* Ajusta a última linha para 2 cards */
.card-deck .card:nth-child(4),
.card-deck .card:nth-child(5) {
  grid-column: span 1.5; /* Cada card ocupa 1.5 colunas */
}

}


/* Dispositivos pequenos (smartphones em modo retrato) */
/* Configurações comuns para mobile e tablets */
@media (max-width: 1024px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero .btn {
    text-align: center;
    display: block;
    margin: 20px auto;
  }

  .footer .footer-bottom {
    text-align: center;
  }

  .footer .footer-bottom .footer-social {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 884px) {
  .header .navbar {
    height: auto; 
  }

  .container-fluid a {
    padding-left: 10px;
  }


  .navbar-toggler {
    margin-right: -65px; /* Garante que o botão fique mais próximo da borda */
    border: none; /* Remove a borda do botão */
    border: 1px solid #000000;
}

  .navbar-brand{
    margin-left: 20px;
  }

  .navbar-collapse {
    background-color: #fff;
    /* Fundo branco no menu expandido */
    padding: 5px 0;
    border: 1px solid #ddd;
    /* Borda sutil para destacar */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Leve sombra */
    width: 120%;
    /* Ocupa 100% da largura da tela */
    position: absolute;
    /* Posicionamento absoluto para sobrepor outros elementos */
    left: 0;
    /* Alinha à esquerda */
    top: 100%;
    /* Posiciona abaixo do navbar */
    z-index: 1000;
    /* Garante que o menu fique acima de outros elementos */
  }

  .navbar-nav {
    display: block;
    /* Um item por linha */
  }

  .navbar-nav > li {
    margin: 0;
    width: 50%;
    /* Cada item ocupa a largura toda */
    text-align: center;
    justify-content: center;
    /* Centraliza texto */
    padding: 0;
  }

  .navbar-nav > li > a {
    font-size: 16px;
    color: #999999 !important;
    /* Mesmo tom de cinza do desktop */
    padding: 0px 0; /* Reduz o espaçamento vertical entre os itens */
  }

  .navbar-nav>li>a:hover {
    color: #3A5A72 !important;
    background-color: transparent;
    /* Evita fundos que expandam a área */
  }

  .navbar-brand {
    display: none;

  }
}

/* Ajustes para tablets (768px a 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  
  .hero {
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .hero .hero-headline {
    font-size: 56px;
    line-height: 66px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .hero .hero-bio {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .hero .btn {
    height: 70px;
    line-height: 60px;
    max-width: 350px;
    font-size: 18px;
  }
}

/* Ajustes para dispositivos médios (481px a 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .hero .hero-headline {
    font-size: 36px;
    line-height: 46px;
  }

  .hero .hero-bio {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 360px) {
  .hero {
    height: auto;
    max-height: 140vh;
  }
}

@media (max-width: 320px) {
  .hero {
    height: auto;
    max-height: 220vh;
  }

  body {
    font-size: 12px !important; /* Reduz o tamanho da fonte para caber melhor */
  }

  /* Header */
  .header .navbar-nav > li > a {
    font-size: 14px !important; /* Reduz o tamanho da fonte do menu */
    padding: 5px 0 !important; /* Reduz o espaçamento entre os itens do menu */
  }

  /* Hero Section */
  .hero {
    padding-top: 100px !important; /* Reduz o padding superior */
    padding-bottom: 60px !important; /* Reduz o padding inferior */
  }

  .hero .hero-headline {
    font-size: 18px !important; /* Reduz o tamanho do título */
    line-height: 30px !important; /* Ajusta o line-height */
    margin-bottom: 20px !important; /* Reduz a margem inferior */
  }

  .hero .hero-bio {
    font-size: 14px !important; /* Reduz o tamanho do texto */
    line-height: 20px !important; /* Ajusta o line-height */
  }

  .hero .btn {
    height: 40px !important; /* Reduz a altura do botão */
    line-height: 40px !important; /* Ajusta o line-height do botão */
    font-size: 12px !important; /* Reduz o tamanho da fonte do botão */
    max-width: 200px !important; /* Reduz a largura máxima do botão */
  }

  /* Cards de Serviços */
  .serviceCarde {
    width: 100% !important; /* Ajusta a largura dos cards */
    height: auto !important; /* Ajusta a altura dos cards */
    padding: 15px !important; /* Reduz o padding interno */
  }

  .serviceCarde .card-title {
    font-size: 18px !important; /* Reduz o tamanho do título do card */
  }

  .serviceCarde .card-text {
    font-size: 14px !important; /* Reduz o tamanho do texto do card */
  }

  /* Footer */
  footer p {
    font-size: 12px !important; /* Reduz o tamanho da fonte do footer */
  }

}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}