* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

/* ========================================= */
/* FIX PARA REMOVER A FAIXA BRANCA E STICKY  */
/* ========================================= */
html, body {
    overflow-x: clip; 
    width: 100%;
}

html {
    scroll-behavior: smooth; 
    scroll-padding-top: 90px; 
}

a {
    text-decoration: none;    
}

ul {
    list-style: none;      
}

/* ========================================= */
/* NAV BAR                                   */
/* ========================================= */
nav {
    background-color: #162a43;
    padding: 12px 0; 
    font-family: Arial, Helvetica, sans-serif;
    position: sticky;
    top: 0; 
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}

.container-nav_bar {
    margin: 0 auto;
    padding: 0 80px; 
    display: flex; 
    justify-content: space-between;  
    align-items: center; 
}

.container-nav_bar img{
    height: 65px; 
}

.container-nav_bar ul {
    display: flex; 
    gap: 30px; 
}

.container-nav_bar ul li a {
    color: white;
    font-size: 20px;
    transition: color 0.3s ease; 
}

.container-nav_bar ul li a:hover {
    color: #d8572e;
}

.btn_solicite{
    background-color: #f2683a;
    color: white;
    padding: 16px 32px; 
    font-size: 20px;
    border-radius: 100px; 
    font-weight: bold;   
    display: inline-block; 
    transition: background-color 0.3s ease;
}

.btn_solicite:hover{
    background-color: #d8572e;
}

/* ========================================= */
/* HERO SECTION                              */
/* ========================================= */
.hero {
    background-color: #162a43;
    color: white;
    display: flex; 
    align-items: stretch; 
    padding: 0 5%; 
    min-height: calc(100vh - 90px); 
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.hero::after {
    content: "Verbalis - Comunicação - Acessibilidade - Inclusão";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    z-index: 1;
}

.texto-principal {
    width: 55%; 
    padding-top: 30px; 
    padding-bottom: 90px; 
    position: relative;
    z-index: 2;
    align-self: center;
}

.texto-principal h1 {
    font-size: 4.2rem;
    margin-bottom: 25px; 
    line-height: 1.2; 
    padding-left: 15px;
}

.destaque-laranja {
    border-bottom: 6px solid #e8622c;
    padding-bottom: 2px; 
}

.texto-principal p {
    font-size: 1.3rem;
    margin-bottom: 35px; 
    color: #D3D3D3;
    max-width: 600px;
    line-height: 1.5;
}

.texto-principal ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.texto-principal ul li {
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.texto-principal ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e8622c;
    border-radius: 50%;
}

.btn_solicitar2 {
    background-color: #f2683a;
    color: white;
    padding: 16px 32px; 
    font-size: 1.1rem;
    border-radius: 100px; 
    font-weight: bold;   
    display: inline-flex; 
    align-items: center;
    transition: background-color 0.3s ease;
    margin-bottom: 50px; 
}

.btn_solicitar2:hover {
    background-color: #d8572e;
}

.image-principal {
    width: 45%; 
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: flex-end;
    position: relative;
    z-index: 2;
}

.image-principal img {
    width: 150%; 
    max-width: 950px; 
    min-width: 650px;
    margin-bottom: 60px; 
    margin-left: -25%; 
    filter: drop-shadow(0px 0px 25px rgba(85, 120, 255, 0.3)) drop-shadow(-5px 10px 15px rgba(0, 0, 0, 0.4));
}

/* ========================================= */
/* FORMAS DE FUNDO - ISOLADAS                */
/* ========================================= */
.bg-formas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.forma-azul-servicos {
    position: absolute;
    top: -100px;
    left: -120px;
    width: 500px;
    height: 500px;
    background-color: #162a43;
    border-radius: 41% 59% 48% 52% / 37% 41% 59% 63%;
}

.forma-laranja-servicos {
    position: absolute;
    bottom: -150px;
    right: -120px;
    width: 650px;
    height: 650px;
    background-color: #e8622c;
    opacity: 0.85;
    border-radius: 31% 69% 34% 66% / 46% 36% 64% 54%;
}

.forma-azul-sobre {
    position: absolute;
    top: -100px;
    left: -150px;
    width: 550px;
    height: 700px;
    background-color: #162a43;
    border-radius: 41% 59% 48% 52% / 37% 41% 59% 63%;
}

.forma-laranja-sobre {
    position: absolute;
    bottom: -150px;
    right: -100px;
    width: 600px;
    height: 550px;
    background-color: #e8622c;
    opacity: 0.70; 
    border-radius: 31% 69% 34% 66% / 46% 36% 64% 54%;
}

/* ========================================= */
/* NOSSOS SERVIÇOS                           */
/* ========================================= */
.nossos_servicos{
    background-color: #f5f0e8;
    padding-bottom: 50px; 
    position: relative;
}

.topo-servico, .conteudo-servico, .topo, .secao-sobre-colunas {
    position: relative;
    z-index: 1;
}

.topo-servico {
    padding-top: 30px; 
}

.nossos_servicos p:first-child {
    text-align: center; 
    color: #e8622c;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.nossos_servicos h2 {
    text-align: center;
    margin-top: 15px;
    color: #162a43;
    font-size: 3.5rem;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.nossos_servicos h3 {
    text-align: center;
    margin-top: 15px;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.conteudo-servico {
    width: 100%;
    margin-top: 50px;
}

.carrossel-wrapper {
    position: relative;
    max-width: 1550px;
    margin: 0 auto;
    padding: 20px 55px;
}

.seta-carrossel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #162a43;
    border: 2px solid #162a43;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seta-carrossel:hover {
    background-color: #162a43;
    color: #ffffff;
}

.seta-esq { left: 0px; }
.seta-dir { right: 0px; }

.container-cards-servicos {
    display: flex;
    gap: 120px;
    padding: 50px 20px 0px 20px;
    overflow-x: auto;
    scroll-behavior: smooth; 
    scroll-snap-type: x mandatory; 
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.container-cards-servicos::-webkit-scrollbar {
    display: none;
}

.card-servico {
    background-color: #ffffff;
    border-radius: 35px;
    overflow: hidden; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); 
    width: calc((100% - 240px) / 3); 
    min-width: 340px; 
    display: flex;
    flex-direction: column;
    flex-shrink: 0; 
    font-family: Arial, Helvetica, sans-serif;
    scroll-snap-align: start;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, opacity 0.3s ease;
    will-change: transform;
}

.card-servico--peek {
    transform: scale(0.92);
    opacity: 0.6;
}

.card-servico:hover {
    transform: translateY(-20px) scale(1.08);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.25);
    z-index: 5;
}

.card-img img {
    width: 100%;
    height: 240px;
    object-fit: cover; 
    display: block;
}

.card-conteudo {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}

.card-conteudo h3 {
    color: #e8622c; 
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.card-conteudo p {
    color: #444; 
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; 
}

.link-solicitar {
    color: #e8622c;
    font-weight: bold;
    font-size: 1.1rem;
}


/* ========================================= */
/* SOBRE A VERBALIS & SLIDER DE IMAGEM       */
/* ========================================= */
.sobre {
    background-color: #f5f0e8;
    padding-bottom: 70px;
    padding-top: 40px;
    position: relative;
}

.topo {
    width: 100%;
    max-width: 100%; 
    margin: 0 auto;
}

.topo p:first-child {
  font-size: 2rem;
  color: #e8622c;
  font-weight: bold;
  padding-left: 4%; 
}

.linha {
  color: #e8622c;
  margin-top: -10px;
  padding-left: 4%; 
}

.baixo {
  color: #e8622c !important;
  margin-top: 0 !important; 
  margin-bottom: 60px !important; 
}

section.sobre h2 {
    text-align: center;
    color: black;
    font-size: 3rem;
    margin-top: -5px; 
    margin-bottom: 10px; 
    font-family: Arial, Helvetica, sans-serif;
}

.secao-sobre-colunas {
    display: flex;
    align-items: stretch;
    gap: 5%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    font-family: Arial, Helvetica, sans-serif;
}

.coluna-imagem {
    flex: 1; 
    display: flex;
}

/* Estilos do Container de Comparação de Imagens na Seção Sobre (Com Contain e Centralizado) */
.img-comparacao-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
    overflow: hidden;
    border-radius: 30px;
    user-select: none;
    background-color: #f5f0e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-comparacao-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
}

/* Imagem do Topo (Vai sendo cortada) */
.img-top-sobre {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Começa na metade */
    height: 100%;
    overflow: hidden;
}

.img-top-sobre img {
    width: 100%; 
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Linha Divisória Visual */
.slider-line-sobre {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    z-index: 10;
    pointer-events: none;
    transform: translateX(-50%);
}

/* Input Range Interativo */
.slider-sobre {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    z-index: 20;
    cursor: ew-resize;
}

.slider-sobre::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0px;
    height: 100%;
}

.slider-sobre::-moz-range-thumb {
    width: 0px;
    height: 100%;
    background: transparent;
    border: none;
}

.box-verbalis {
    flex: 1.1; 
    padding: 20px 0; 
    position: relative; 
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    justify-content: left; 
}

.conteudo-box {
    position: relative; 
    z-index: 2; 
    color: #1a1a1a; 
    font-size: 1.5rem; 
    line-height: 1.9;
}

.conteudo-box p {
    margin-bottom: 30px; 
    opacity: 0.5;
}

.destaque {
    border-bottom: 2px solid #e8622c; 
}

.btn-equipe {
    background-color: #162a43; 
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 18px 40px; 
    border: none;
    border-radius: 100px; 
    cursor: pointer;
    margin-top: 1.5rem;
    align-self: flex-start  ; 
    transition: background-color 0.3s ease;
}

.btn-equipe:hover {
    background-color: #f2683a;
}

.btn_fale_conosco {
    background-color: #162a43; 
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 18px 40px; 
    border: none;
    border-radius: 100px; 
    cursor: pointer;
    margin-top: 10px;
    align-self: center; 
    transition: background-color 0.3s ease;
}


/* ========================================= */
/* DIFERENCIAIS                              */
/* ========================================= */
.diferenciais {
  background-color: #162a43;
  padding: 70px 0 0;
}

.container-diferenciais {
  position: relative;
  max-width: 1600px;
  min-height: 780px;
  margin: 0 auto;
  padding: 0 1% 20px;
}

.container-diferenciais .section-eyebrow {
  position: relative;
  z-index: 1;
  color: #e8622c;
  font-weight: 700;
  left: -130px
}

.container-diferenciais h2 {
  position: relative;
  z-index: 1;
  max-width: 950px;
  margin: 0.5rem 0 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 800;
  border-bottom: 3px solid #e8622c;
  left: -130px;
}

.foto-diferenciais {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 780px;
  width: auto;
  max-width: none;
  filter: drop-shadow(0px 0px 25px rgba(85, 120, 255, 0.3)) drop-shadow(-5px 10px 15px rgba(0, 0, 0, 0.4));
}

.card-diferencial {
  position: absolute;
  z-index: 2;
  width: 700px;
  padding: 2.2rem 2.4rem;
  border-radius: 18px;
}

.card-diferencial h3 {
  margin-bottom: 0.7rem;
  color: #ffffff;
  font-size: 1.3rem;
}

.card-diferencial p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.5;
}

.card-diferencial-laranja {
  background-color: #e8622c;
}

.card-diferencial-laranja::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: inherit;
}

.card-diferencial-contorno {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.card-diferencial-1 {
  top: 145px;
  left: 0%;
  width: 700px;
}

.card-diferencial-2 {
  top: 160px;
  right: 0%;
}

.card-diferencial-3 {
  top: 410px;
  left: -6%;
  width: 650px;
}

.card-diferencial-4 {
  top: 395px;
  right: 0%;
  width: 550px;
}

.cta-diferenciais {
  position: absolute;
  z-index: 2;
  left: 0%;
  bottom: 40px;
  max-width: 700px;
  padding: 1.3rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

.cta-diferenciais-titulo {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.55rem;
}

.cta-diferenciais-texto {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.10rem;
}

.btn-diferenciais {
    position: absolute;
    z-index: 100;
    right: 10%;
    bottom: 60px;
    font-size: 24px;
    background-color: #f2683a;
    color: white;
    padding: 2rem 6rem;
    border-radius: 100px; 
    font-weight: bold;   
    transition: background-color 0.3s ease;
}

.nossos_servicos,
.depoimentos{
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.30);
  position: relative;
  z-index: 1;
}

.diferenciais,
.hero {
  box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.30);
  position: relative;
  z-index: 1;
}


/* ========================================= */
/* DEPOIMENTOS                               */
/* ========================================= */
.depoimentos {
  background-color: #f5f0e8;
  padding: 80px 5%;
}

.info-depoimentos {
  max-width: 1600px;
  margin: 0 auto 3rem;
}

.info-depoimentos .eyebrow {
  position: relative;
  width: fit-content;
  margin: 0 auto 0.75rem;
  padding-top: 22px;
  color: #e8622c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  bottom: 4rem;
}

.info-depoimentos .eyebrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 16px;
  background-color: #e8622c;
}

.info-depoimentos h2 {
  color: #162a43;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  left: -130px ;
}

.info-depoimentos p:last-child {
  width: fit-content;
  color: #555;
  font-size: 1.3rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #e8622c;
}

.container-depoimentos {
  display: flex;
  gap: 2.5rem;
  align-items: stretch;
  max-width: 1600px;
  margin: 0 auto;
}

.depoimentos-videos {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  flex: 1;
  min-width: 0;
}

.Depoimentos-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  min-width: 0;
}

.video-container {
  position: relative;
  flex: 1;
  min-width: 0;
  border-radius: 12px;
  overflow: hidden; 
}

.video-container video {
  width: 100%;
  height: 100%;
  display: block; 
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #e8622c;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.video-container.playing .play-button {
  opacity: 0;
  pointer-events: none;
}

.depoimento {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.75rem;
  row-gap: 0.6rem;
  background-color: #ffffff;
  border: 1px solid #e6e0d4;
  border-radius: 26px;
  padding: 1.5rem 1.75rem;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #9aa0a8;
  flex-shrink: 0;
}

.avatar::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 0.8rem;
}

.depoimento:nth-child(2) .avatar {
  background-color: #f2b705;
}

.depoimento:nth-child(3) .avatar {
  background-color: #2f6fed;
}

.autor-depoimento {
  margin: 0;
  color: #162a43;
  font-size: 1rem;
  font-weight: 700;
}

.stars {
  margin-left: auto;
  display: flex;
  gap: 2px;
  color: #f2b705;
  font-size: 0.85rem;
}

.depoimento-texto {
  flex-basis: 100%;
  margin: 0;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}


/* ========================================= */
/* FALE CONOSCO                              */
/* ========================================= */
.contato {
  background-color: #f5f0e8;
}

.container-contato {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem;
  padding: 4rem 5%;
}

.form-contato {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  flex: 1;
  max-width: 820px;
  display: flex;
  flex-direction: column;
}

.form-contato label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
  color: #555;
}

.form-contato input,
.form-contato select,
.form-contato textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  box-sizing: border-box;
}

.form-contato textarea {
  min-height: 100px;
  resize: vertical;
}

.form-contato button {
  width: 100%;
  padding: 0.9rem;
  margin-top: 2rem;
  flex-shrink: 0;
  background-color: #f2683a;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.form-contato button:hover {
  background-color: #d8572e;
}

.info-contato {
  flex: 1.6;
  max-width: 840px;
}

.info-contato h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #888;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.info-contato .section-eyebrow {
    margin-bottom: 0.5rem;
    color: #f2683a;
    font-size: 1.25rem;
}

.info-contato h2 {
  font-size: 3.7rem;
  line-height: 1.25;
  margin: 0.5rem 0 1rem;
  margin-bottom: 1rem;
}

.info-contato .contato-intro {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 2rem;
}

.info-item p {
  font-weight: 600;
  color: #1a1a1a;
}

.info-contato p {
  margin: 0;
  font-weight: 500;
}

.info-contato .container-footer-redes-sociais a {
  color: #162a43;
}

.highlight {
  color: #e8622c;
}

.info-contato,
.form-contato {
  min-width: 0;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #fbe4d8;
  color: #e8622c;
  font-size: 1rem;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-row > div {
  flex: 1;
  min-width: 0;
}

/* ========================================= */
/* RODAPÉ                                    */
/* ========================================= */
footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 12rem;
    padding: 3rem 5%;
    background-color: #162a43;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.container-footer-marca ul,
.container-footer-col-servicos ul,
.container-footer-col-empresa ul,
.container-footer-newsletter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container-footer-marca {
  flex: 0 1 470px;
  max-width: 470px;
}

.container-footer-marca p {
    margin-bottom: 1.25rem;
    font-size: 1.2rem;
    color: rgb(175, 175, 175);
}

.container-footer-marca img {
    width: 200px;
    height: auto;
    margin-bottom: 1rem;
}

.container-footer-col-servicos h3,
.container-footer-col-empresa h3,
.container-footer-newsletter h3 {
  margin-bottom: 0.75rem;
}

.container-footer-col-servicos li,
.container-footer-col-empresa li {
    margin-bottom: 0.75rem;
}

footer a {
    color: rgb(175, 175, 175);
    text-decoration: none;
    opacity: 0.85;
}

footer a:hover {
    opacity: 1;
    text-decoration: underline;
}

.container-footer-redes-sociais {
    display: flex;
    gap: 1.25rem;
    margin-top: 1rem;
}

.container-footer-redes-sociais a {
    font-size: 1.2rem;
}

.Newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  max-width: 220px;
}

.Newsletter-form p {
  color: rgb(175, 175, 175);
}

.container-footer-newsletter {
  max-width: 210px;
}

.Newsletter-form input {
  flex: 1;
  padding: 0.6rem 0.8rem;
  border: none;
  border-radius: 12px;
}

.Newsletter-form button {
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 12px;
  background-color: #f2683a;
  color: #ffffff;
  cursor: pointer;
}

.Newsletter-form button:hover {
  background-color: #d8572e;
}

.container-rodape-menor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.container-rodape-menor ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.container-rodape-menor p {
  margin: 0;
  opacity: 0.7;
  font-size: 0.9rem;
}


/* =============================================================== */
/* RESPONSIVIDADE                                                   */
/* =============================================================== */

@media (max-width: 1650px) {

  /* --- Diferenciais --- */
  .container-diferenciais {
    min-height: auto;
    padding: 0 6% 40px;
  }

  .container-diferenciais .section-eyebrow {
    left: 0;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .container-diferenciais h2 {
    left: 0;
    max-width: 100%;
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 0rem;
  }

  .foto-diferenciais {
    position: static;
    display: block;
    transform: none;
    height: auto;
    width: auto;
    max-width: 1000px;
    max-height: 1000px;
    margin: 0 auto 2rem;
  }

  .card-diferencial,
  .card-diferencial-1,
  .card-diferencial-2,
  .card-diferencial-3,
  .card-diferencial-4 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 24px;
  }

  .cta-diferenciais {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 24px;
  }

  .btn-diferenciais {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 1024px) {

  /* --- Nav --- */
  .container-nav_bar {
    padding: 0 30px;
  }

  .container-nav_bar ul {
    gap: 18px;
  }

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

  /* --- Hero --- */
  .hero {
    flex-direction: column;
    min-height: auto;
    padding: 40px 5% 0;
  }

  .texto-principal {
    width: 100%;
    text-align: center;
    align-self: center;
    padding-bottom: 40px;
  }

  .texto-principal h1 {
    font-size: 3rem;
    padding-left: 0;
  }

  .texto-principal p {
    margin-left: auto;
    margin-right: auto;
  }

  .texto-principal ul {
    justify-content: center;
  }

  .image-principal {
    width: 100%;
    align-self: center;
    justify-content: center;
  }

  .image-principal img {
    width: 90%;
    max-width: 600px;
    min-width: 0;
    margin-left: 0;
  }

  .hero::after {
    height: auto;
    padding: 12px 10px;
    font-size: 0.9rem;
    position: static;
  }

  /* --- Nossos Serviços --- */
  .nossos_servicos h2 {
    font-size: 2.6rem;
  }

  .nossos_servicos h3 {
    font-size: 1.05rem;
  }

  .carrossel-wrapper {
    padding: 20px 55px;
  }

  .container-cards-servicos {
    gap: 40px;
    padding: 60px 20px 100px 20px;
  }

  .card-servico {
    width: calc((100% - 40px) / 2);
    min-width: 280px;
  }

  /* --- Sobre --- */
  .secao-sobre-colunas {
    flex-direction: column;
    gap: 40px;
  }

  .img-comparacao-container {
    min-height: 350px;
  }

  .conteudo-box {
    font-size: 1.4rem;
  }

  section.sobre h2 {
    font-size: 2.2rem;
  }

  /* --- Depoimentos --- */
  .container-depoimentos {
    flex-direction: column;
    gap: 2rem;
  }

  .info-depoimentos h2 {
    font-size: 2.3rem;
  }

  /* --- Contato --- */
  .container-contato {
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem 5%;
  }

  .info-contato,
  .form-contato {
    max-width: 100%;
  }

  .info-contato h2 {
    font-size: 2.8rem;
  }

  /* --- Rodapé --- */
  footer {
    column-gap: 4rem;
    row-gap: 2.5rem;
  }
}

@media (max-width: 900px) {
  .forma-azul-sobre {
    width: 260px;
    height: 320px;
    top: -60px;
    left: -80px;
  }

  .forma-laranja-sobre {
    width: 320px;
    height: 320px;
    top: -80px;
    right: -80px;
  }
}

@media (max-width: 900px) {
  .forma-azul-servicos {
    width: 220px;
    height: 220px;
    top: -60px;
    left: -80px;
  }

  .forma-laranja-servicos {
    width: 260px;
    height: 260px;
    top: -80px;
    right: -80px;
  }
}

@media (max-width: 768px) {

  /* --- Nav --- */
  .container-nav_bar {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
  }

  .container-nav_bar img {
    height: 50px;
  }

  .container-nav_bar ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .container-nav_bar ul li a {
    font-size: 15px;
  }

  .btn_solicite {
    padding: 12px 24px;
    font-size: 16px;
  }

  html {
    scroll-padding-top: 190px;
  }

  /* --- Hero --- */
  .texto-principal h1 {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }

  .texto-principal p {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }

  .texto-principal ul li {
    font-size: 0.85rem;
  }

  .btn_solicitar2 {
    padding: 14px 26px;
    font-size: 1rem;
    margin-bottom: 35px;
  }

  /* --- Nossos Serviços --- */
  .topo-servico {
    padding-top: 50px;
  }

  .nossos_servicos h2 {
    font-size: 2rem;
  }

  .nossos_servicos h3 {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .carrossel-wrapper {
    padding: 15px 45px;
  }

  .seta-carrossel {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .container-cards-servicos {
    gap: 20px;
    padding: 40px 15px 70px 15px;
  }

  .card-servico {
    width: 85%;
    min-width: 240px;
  }

  .card-img img {
    height: 200px;
  }

  .card-conteudo {
    padding: 22px;
  }

  /* --- Sobre --- */
  .topo p:first-child {
    font-size: 1.5rem;
  }

  section.sobre h2 {
    font-size: 1.8rem;
  }

  .secao-sobre-colunas {
    padding: 0 6%;
  }

  .img-comparacao-container {
    min-height: 260px;
    border-radius: 20px;
  }

  .conteudo-box {
    font-size: 1.15rem;
  }

  .btn-equipe {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }

  /* --- Diferenciais --- */
  .diferenciais {
    padding: 50px 0 0;
  }

  .container-diferenciais {
    gap: 18px;
  }

  .container-diferenciais h2 {
    font-size: 1.8rem;
  }

  .foto-diferenciais {
    max-width: 340px;
    margin: 0 auto 1rem;
  }

  .card-diferencial {
    padding: 1.6rem 1.8rem;
  }

  .card-diferencial h3 {
    font-size: 1.15rem;
  }

  .card-diferencial p {
    font-size: 0.95rem;
  }

  .cta-diferenciais {
    padding: 1rem 1.3rem;
  }

  .cta-diferenciais-titulo {
    font-size: 1.25rem;
  }

  .cta-diferenciais-texto {
    font-size: 0.95rem;
  }

  .btn-diferenciais {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  /* --- Depoimentos --- */
  .depoimentos {
    padding: 60px 5%;
  }

  .info-depoimentos h2 {
    font-size: 1.8rem;
  }

  .info-depoimentos p:last-child {
    font-size: 1.1rem;
  }

  .depoimentos-videos {
    flex-direction: column;
  }

  .video-container {
    height: 320px;
  }

  .depoimento {
    padding: 1.2rem 1.4rem;
  }

  /* --- Contato --- */
  .contato .container-contato {
    padding: 2.5rem 5%;
    gap: 2rem;
  }

  .info-contato h2 {
    font-size: 2.2rem;
  }

  .info-contato .contato-intro {
    font-size: 1.1rem;
  }

  .form-contato {
    padding: 2rem;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  /* --- Rodapé --- */
  footer {
    flex-direction: column;
    column-gap: 0;
    row-gap: 2rem;
    padding: 2.5rem 6%;
  }

  .container-footer-marca,
  .container-footer-newsletter {
    max-width: 100%;
  }

  .Newsletter-form {
    max-width: 100%;
  }

  .container-rodape-menor {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .image-principal img {
    width: 100%;
    max-width: 380px;
  }

  .image-principal {
    margin-bottom: -10px;
  }

  .hero::after {
    font-size: 0.75rem;
    padding: 10px;
  }
}

@media (max-width: 480px) {

  /* --- Nav --- */
  .container-nav_bar ul {
    gap: 10px 14px;
  }

  .container-nav_bar ul li a {
    font-size: 14px;
  }

  .btn_solicite {
    padding: 10px 20px;
    font-size: 14px;
  }

  html {
    scroll-padding-top: 210px;
  }

  /* --- Hero --- */
  .texto-principal h1 {
    font-size: 1.7rem;
  }

  .texto-principal p {
    font-size: 0.95rem;
  }

  .texto-principal ul {
    gap: 12px;
  }

  .image-principal img {
    max-width: 280px;
  }

  .hero::after {
    font-size: 0.62rem;
  }

  /* --- Nossos Serviços --- */
  .nossos_servicos h2 {
    font-size: 1.6rem;
  }

  .carrossel-wrapper {
    padding: 10px 38px;
  }

  .seta-carrossel {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }

  .container-cards-servicos {
    gap: 15px;
    padding: 30px 10px 50px 10px;
  }

  .card-servico {
    width: 88%;
    min-width: 0;
  }

  .card-img img {
    height: 170px;
  }

  .card-conteudo {
    padding: 18px;
  }

  .card-conteudo h3 {
    font-size: 1.05rem;
  }

  .card-conteudo p {
    font-size: 0.88rem;
  }

  /* --- Sobre --- */
  section.sobre h2 {
    font-size: 1.5rem;
  }

  .img-comparacao-container {
    min-height: 200px;
  }

  .conteudo-box {
    font-size: 1rem;
  }

  /* --- Diferenciais --- */
  .container-diferenciais h2 {
    font-size: 1.4rem;
  }

  .foto-diferenciais {
    max-width: 260px;
    margin: 0 auto 1rem;
  }

  .card-diferencial {
    padding: 1.2rem 1.4rem;
    border-radius: 14px;
  }

  .card-diferencial h3 {
    font-size: 1.05rem;
  }

  .card-diferencial p {
    font-size: 0.88rem;
  }

  .cta-diferenciais {
    padding: 0.9rem 1.1rem;
  }

  .btn-diferenciais {
    width: 100%;
    text-align: center;
    padding: 0.9rem 1.4rem;
    font-size: 0.9rem;
  }

  /* --- Depoimentos --- */
  .video-container {
    height: 240px;
  }

  .info-depoimentos h2 {
    font-size: 1.5rem;
  }

  /* --- Contato --- */
  .info-contato h2 {
    font-size: 1.7rem;
  }

  .form-contato {
    padding: 1.5rem;
  }

  /* --- Rodapé --- */
  footer {
    padding: 2rem 6%;
  }
}

