/* ----------------------------------------------------------

    Theme Name: Soamar Sociedade Amigos da Marinha de Santos
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto A Cruz
    Author URI: https://www.linkedin.com/in/carlosaugustocruz/
    Description: Tema oficial da Soamar Sociedade Amigos da Marinha de Santos criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
  --cor-branco: white;
  --cor-cinza: #4c5357;
  --cor-azul: #004b69;
  --cor-azul-claro: #218dca;
  --cor-vermelho: #a23939;

  --font-Montserrat: "Poppins", sans-serif;

  --font-extralight: 200;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  --titulo: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--titulo);
}
/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
  transition: ease 0.4s all !important;
}

html,
body {
  margin: 0;
  overflow-x: clip;
  font-family: "Poppins", sans-serif;
}

* {
  margin: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  font-family: "Poppins", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

/* section {
	padding-bottom: 80px;
} */

h2 {
  font-size: 40px;
  line-height: 2.875rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 0;
}
h4,
h3 {
  letter-spacing: 2px;
}
p,
p > span {
  line-height: 30px;
  color: var(--cor-cinza);
}

p {
  margin-bottom: 0;
  font-weight: var(--font-light);
}

p > span {
  font-weight: var(--font-semibold);
}

img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.btn-azul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 15px 35px;
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  background-color: var(--cor-azul-claro);
  color: var(--cor-branco);
  transition: all 0.3s ease-in-out;
  border-radius: 28px;
  border: 0;
}

.btn-azul:hover {
  transform: scale(1.02);
}

iframe {
  width: 100%;
  height: 520px;
  border: none;
}
.social-icons a {
  color: #666;
  margin-left: 12px;
  font-size: 1.2rem;
  transition: color 0.2s;
}
/***************************************************************************
        Header
***************************************************************************/
/* .jtf.drop{
	justify-content: center!important;
} */

header {
  position: relative;
  width: 100%;
  z-index: 99;
  margin-top: 20px;
}

header.drop #menu-primeiro {
  background-color: #5192d4de;
  box-shadow: 0px 14px 19.95px 1.05px rgba(11, 8, 11, 0.18);
  border-radius: 0;
  padding: 15px 60px;
  margin-top: 0px;
}

header #menu-primeiro .col-lg-8 {
  margin-top: 1rem;
}

header.drop #menu-primeiro .col-lg-8 {
  margin-top: 0.5rem;
}

header.drop #menu-primeiro ul {
  gap: 18px;
}

header.drop #menu-primeiro .btn-azul {
  margin-bottom: 20px;
}

header .logo {
  max-height: 130px;
}

header .topo-social {
  justify-content: end;
  gap: 12px;
}

header ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

header ul .nav-item .nav-link {
  font-size: 18px;
  color: var(--cor-branco);
  font-weight: var(--font-regular);
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

header ul .nav-item .nav-link:hover,
header ul .nav-item.active .nav-link {
  border-bottom: 3px solid #fff;
}

header ul .nav-item.active .nav-link {
  font-weight: var(--font-semibold);
}

header ul .nav-item .nav-link.fav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

header ul .nav-item .nav-link.fav .circle {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-color: var(--cor-azul-claro);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cor-branco);
  font-weight: var(--font-semibold);
  font-size: 0.75rem;
}

header .btn-azul {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

#menu-primeiro .submenu,
.area-footer .submenu {
  min-width: 140px;
  top: calc(100% - -2px);
  list-style: disc;
  color: var(--cor-branco);
}

#menu-primeiro .nav-item .submenu .nav-link,
.area-footer .nav-item .submenu .nav-link {
  color: var(--cor-branco);
  border-bottom: 2px solid transparent;
}

#menu-primeiro .nav-item .submenu .nav-link:hover,
#menu-primeiro .nav-item .submenu .nav-item.active .nav-link {
  border-color: rgba(255, 255, 255, 0.572);
}

#menu-primeiro .menusegundo:hover .nav-link .seta,
.area-footer .menusegundo:hover .nav-link .seta,
header #opt_menu .nav-item.ativo:hover .nav-link .seta {
  transform: rotate(-180deg);
}

#menu-primeiro .menusegundo .nav-link,
.area-footer .menusegundo .nav-link {
  display: flex;
  align-items: center;
  gap: 2px;
}

#menu-primeiro .menusegundo .nav-link .seta,
.area-footer .menusegundo .nav-link .seta,
header #opt_menu .nav-item .nav-link .seta {
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://clientemarcasite.com.br/mactost-wp/wp-content/uploads/2025/12/seta-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#menu-primeiro ul li ul,
.area-footer ul li ul {
  width: max-content;
  max-width: 280px;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 280px;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  margin-top: -41px;
  flex-direction: column;
  float: none;
  margin: 0px 0px;
  padding: 20px 35px 20px 35px;
  border-radius: 12px;
  background-color: var(--cor-branco);
  -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  align-items: start;
  gap: 0;
  justify-content: unset;
}

/* #menu-primeiro ul li ul::before,
.area-footer ul li ul::before {
	content: "";
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: var(--cor-vermelho);
} */

#menu-primeiro ul li:hover > ul,
.area-footer ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

/***************************************************************************
        Banner Principal
***************************************************************************/
/* 
section.banner-principal {
  display: flex;
  align-items: center;
  background-image: url("https://www.soamarsantos.com.br/wp-content/uploads/2026/02/banner-home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  position: relative;
  z-index: 1;
  top: -80px;
}
.borda {
  border-bottom: 3px solid #fff;
  width: 120px;
}

.banner-principal .thumb {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  min-height: 700px;
  z-index: 0;
}

.banner-principal h2 {
 
  font-size: 45px;
  color: var(--cor-branco);
}
.banner-principal span {
  color: #f4b207 !important;
  font-family: var(--titulo);
  font-size: 45px !important;
}
.banner-principal p {
  font-size: 25px;
}

.banner-principal p {
  
  color: var(--cor-branco);
}

.banner-principal form {
  width: 100%;
  background-color: #d8dada;
  padding: 15px;
  border-radius: 44px;
}

.banner-principal form input,
.banner-principal form select {
  width: 100%;
  padding: 15px;
  background-color: var(--cor-branco);
  border-radius: 27px;
}

.banner-principal form select {
  color: rgba(128, 128, 128, 0.7);
}

.banner-principal form select:valid {
  color: #000;
}

.banner-principal form input::placeholder {
  color: var(--cor-cinza);
  opacity: 0.7;
}

.banner-principal form select option {
  color: #000;
}

.banner-principal form select option:disabled {
  color: var(--cor-cinza);
}

.banner-principal form .box-input {
  position: relative;
  max-width: fit-content;
}

.banner-principal form .box-input {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 62px;
  border-radius: 50%;
  background-color: var(--cor-azul-claro);
  border: 0;
}

.banner-principal form .box-input img {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icone-ingrediente {
  max-width: 120px;
}

@media (max-width: 576px) {
  .icone-ingrediente {
    max-width: 80px;
  }
}
.seta-btn {
  width: 40px;
  height: 50px;
  position: relative;
  top: 7px;
} */

/***************************************************************************
  Banner Principal (REFEITO - Mobile First)
***************************************************************************/

/* SECTION BASE */
section.banner-principal {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background-image: url("https://www.soamarsantos.com.br/wp-content/uploads/2026/03/banner-principal-somar-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% center;
  /* vh seguro no mobile */
  min-height: 100svh;
  /* espaço para header + respiro */
  padding: 110px 0 40px;
  overflow: hidden; /* evita vazamento do carrossel/img */
  top: -80px;
  margin-top: -70px;
}

/* Se seu header NÃO é fixo, pode reduzir o padding-top acima.
   Se seu header é fixo (sticky/fixed), esse padding-top é o correto. */

/* CONTEÚDO */
.banner-principal .container {
  position: relative;
  z-index: 2;
}

/* Coluna do texto - mobile centralizado */
.banner-principal .col-lg-5 {
  text-align: center;
}

/* TÍTULO */
.banner-principal h2 {
  margin: 0;
  color: #fff;
  font-size: 120px;
  font-weight: 800;
}
.banner-principal h5 {
  color: #00c6f6;
  margin-top: 30px;
  font-size: 24px;
}
/* TEXTO */
.banner-principal p {
  margin: 0;

  color: var(--cor-branco);
  font-size: clamp(16px, 3.8vw, 22px);
  line-height: 1.5;
}
.banner-principal .conteudo-banner {
  position: relative;
  padding-left: 30px; /* espaço pra linha */
}

.banner-principal .conteudo-banner::before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 10px; */
  top: -20px;
  width: 3px;
  height: 110%;
  background: #fff;
  border-radius: 2px;
}

/* BOTÃO + SETA */
.banner-principal .btn.btn-transformando {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.seta-btn {
  width: 36px;
  height: auto;
  position: relative;
  top: 0;
}

/* Wrapper do botão+seta */
.banner-principal .d-flex.align-items-center.gap-4 {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px !important;
}

/* ÍCONES */
.icone-ingrediente {
  width: 100%;
  max-width: 90px;
  height: auto;
  display: block;
}

.banner-principal .d-flex.flex-wrap.gap-3 {
  justify-content: center;
}

/***************************************************************************
  Ajustes Tablet (>= 576px)
***************************************************************************/
@media (min-width: 576px) {
  section.banner-principal {
    padding: 120px 0 55px;
    background-position: 65% center;
  }

  .icone-ingrediente {
    max-width: 100px;
  }

  #banner-slide .item img {
    max-height: 380px;
  }
}

/***************************************************************************
  Ajustes Desktop (>= 992px)
***************************************************************************/
@media (min-width: 992px) {
  section.banner-principal {
    /* desktop com mais respiro e alinhado ao header */
    padding: 70px 0 70px;

    /* Se quiser ocupar quase a tela toda, pode manter 100svh */
    min-height: 800px;

    background-position: center;
  }

  /* Texto volta a alinhar à esquerda */
  .banner-principal .col-lg-5 {
    text-align: left;
  }

  /* Botão + seta alinhados à esquerda */
  .banner-principal .d-flex.align-items-center.gap-4 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 24px !important;
  }

  /* Ícones à esquerda */
  .banner-principal .d-flex.flex-wrap.gap-3 {
    justify-content: flex-start;
  }

  .icone-ingrediente {
    max-width: 100px;
  }

  /* Slide pode crescer sem estourar */
  #banner-slide .item img {
    max-height: 520px;
    object-fit: contain;
  }
}

/***************************************************************************
  Ajustes Ultra Desktop (>= 1200px)
***************************************************************************/
@media (min-width: 1200px) {
  #banner-slide .item img {
    max-height: 600px;
  }
}

/***************************************************************************
  (Opcional) Form do banner — mantive, mas responsivo
***************************************************************************/
.banner-principal form {
  width: 100%;
  background-color: #d8dada;
  padding: 14px;
  border-radius: 44px;
}

.banner-principal form input,
.banner-principal form select {
  width: 100%;
  padding: 14px;
  background-color: var(--cor-branco);
  border-radius: 27px;
  border: 0;
  outline: none;
}

.banner-principal form select {
  color: rgba(128, 128, 128, 0.7);
}

.banner-principal form select:valid {
  color: #000;
}

.banner-principal form input::placeholder {
  color: var(--cor-cinza);
  opacity: 0.7;
}

.banner-principal form select option {
  color: #000;
}

.banner-principal form select option:disabled {
  color: var(--cor-cinza);
}

.banner-principal form .box-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 62px;
  min-height: 62px;

  border-radius: 50%;
  background-color: var(--cor-azul-claro);
  border: 0;
}

.banner-principal form .box-input img {
  width: 36px;
  height: 36px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/***************************************************************************
        Banner Interno
***************************************************************************/
.banner_interno {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -150px;
  padding: 180px 0 0px;
  position: relative;
  z-index: 1;
  margin-bottom: -80px;
}

/* alinhamento */
.banner_interno .titulo-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* linha */
.banner_interno .linha {
  width: 3px;
  height: 110px;
  background: #fff;
}

/* título */
.banner_interno h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

/* subtítulo */
.banner_interno p {
  color: #00c6f6;
  margin: 12px 0 0;
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .onda-blog {
    top: -35px !important;
  }
  .banner_interno {
    padding: 180px 0 0px;
    min-height: 360px;
  }

  .banner_interno h3 {
    font-size: 48px;
  }

  .banner_interno .linha {
    height: 60px;
    position: relative;
    left: 13px;
  }

  .banner_interno p {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
/***************************************************************************
        Conheça | Home
***************************************************************************/
#conheca {
  display: flex;
  align-items: center;
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/conecabg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding: 220px 0px 130px 0px;
  top: -200px;
  margin-bottom: -220px;
}
#conheca h2 {
  color: #fff;
}
#conheca p {
  color: #fff;
}
/* =========================
   TABS
========================= */
.tabs-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tab-btn {
  border: 2px solid #fff;
  background: transparent;
  border: 2px solid #fff;
  padding: 10px 50px;
  border-radius: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  font-family: var(--titulo);
  letter-spacing: 2px;
  font-weight: 100;
}

.tab-btn.active {
  background: #fff;
  color: #ff9500;
  border: 2px solid #fff;
}

.tab-content {
  display: block; /* não some do layout */
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.tab-content.active {
  height: auto;
  overflow: visible;
  visibility: visible;
}

/* =========================
   OWL: mantém layout (corta lateral),
   mas deixa a imagem vazar só em Y
========================= */

/* container do carousel NÃO pode cortar o owl */
.produtos-carousel {
  position: relative;
  overflow: visible; /* <- era hidden (isso matava) */
  width: 100%;
}

/* o corte lateral fica só no stage-outer */
.produtos-carousel .owl-stage-outer {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  padding-top: 40px;
  padding-bottom: 80px; /* espaço pros dots/zoom */
}

/* garante que os itens não fiquem “travados” */
.produtos-carousel .owl-stage,
.produtos-carousel .owl-item {
  overflow: visible;
}
.produtos-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* =========================
   ITENS / CARD
========================= */

/* Espaçamento dos itens */
.produtos-carousel .item {
  padding: 20px;
}

/* Card */
.card-produto {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: visible; /* deixa a imagem transpassar */
  transition: transform 0.3s ease;
  transform: translateZ(0);
}

/* Wrapper da imagem */
.img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
}

/* Imagem */
.img-wrapper img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  transform-origin: center bottom;
  transition: transform 0.35s ease;
}

/* =========================
   Z-INDEX / HOVER
========================= */

.produtos-carousel .owl-item {
  position: relative;
  z-index: 1;
}

.produtos-carousel .owl-item:hover {
  z-index: 999; /* traz o slide inteiro pra frente no hover */
}

/* Zoom apenas na imagem (passa por cima do card) */
.produtos-carousel .owl-item:hover .img-wrapper img {
  transform: scale(1.35);
}

/* (opcional) destaque do center */
.produtos-carousel .owl-item.active.center {
  z-index: 50;
}

/* Opcional: leve subida do card central (fica mais premium) */
.owl-item.active.center {
  transform: translateY(-10px);
}

/* Container dos dots */
.owl-dots {
  width: 100%;
  position: absolute;
  bottom: -55px;

  display: flex;
  justify-content: center; /* centraliza horizontal */
  align-items: center; /* alinha vertical */
  gap: 10px; /* espaço entre os dots */
}

/* Remove qualquer deslocamento */
.owl-dot span {
  width: 25px;
  height: 25px;
  background: #cfcfcf56;
  border-radius: 50%;
  display: block;
  transition: background 0.3s;
  margin: 0; /* remove margin extra */
  top: 0; /* remove o deslocamento */
  position: static;
}

/* .owl-dot.active span {
  background: #fff !important;
} */

/***************************************************************************
        SOAMAR QUEM SOMOS | Home
***************************************************************************/
/* #soamar-quem-somos {
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/03/quem-somos-home-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  padding-top: 200px;
  position: relative;
  top: -200px;
  margin-bottom: -200px;
} */
#soamar-quem-somos h2 {
  font-size: 49px;
  color: #0c6a8f;
  font-weight: 800;
}
#soamar-quem-somos p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
#soamar-quem-somos h5 {
  color: #00c6f6;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}
.amarelo {
  color: #f4b207 !important;
}
.batata-float {
  width: 110px;
  width: 110px;
  float: right;
  position: relative;
  left: -50px;
}
.btn-transformando {
  font-family: var(--titulo);
  border-radius: 40px;
  background-color: #00c6f6;
  color: #fff;
  width: fit-content;
  padding: 10px 30px;
  border: solid 2px #00c6f6;
  transition: ease 0.5s all !important;
  letter-spacing: 2px;
  font-weight: 700;
}
.btn-transformando:hover {
  background-color: transparent;
  color: #00c6f6;
  border: solid 2px #00c6f6;
  transition: ease 0.5s all !important;
}
/***************************************************************************
        SOAMAR NOSSOS EVENTOS | Home
***************************************************************************/
#soamar-nossos-eventos {
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/03/quem-somos-home-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100px;
  padding-top: 20px;
  position: relative;
}
#soamar-nossos-eventos h2 {
  font-size: 49px;
  color: #0c6a8f;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
#soamar-nossos-eventos p {
  color: #5d686c;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

#soamar-nossos-eventos h5 {
  color: #00c6f6;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
}
/* ===== NOVOS EVENTOS SOAMAR ===== */

#soamar-nossos-eventos .evento-card {
  background: linear-gradient(90deg, #015a83, #0098c3);
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;

  /* animação base */
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* ✨ efeito de brilho passando */
#soamar-nossos-eventos .evento-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
}

/* 🚀 HOVER */
#soamar-nossos-eventos .evento-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 152, 195, 0.35);
}

/* ativa o brilho */
#soamar-nossos-eventos .evento-card:hover::before {
  left: 130%;
}

/* leve destaque no texto */
#soamar-nossos-eventos .evento-card:hover h3 {
  letter-spacing: 2.5px;
}

/* título */
#soamar-nossos-eventos .evento-card h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}

/* subtítulo */
#soamar-nossos-eventos .evento-card span {
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.9;
  text-align: center;
}

/* responsivo */
@media (max-width: 991px) {
  #soamar-nossos-eventos .evento-card {
    padding: 20px;
    text-align: center;
  }

  #soamar-nossos-eventos .evento-card h3 {
    font-size: 16px;
  }
}
/***************************************************************************
        SOAMAR NOSSOS PROJETOS| Home
***************************************************************************/
#projetos-soamar-home {
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/03/projetos-home.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 130px 0 90px;
  position: relative;
  overflow: hidden;
  top: -100px;
  margin-bottom: -40px;
  z-index: 10;
}

#projetos-soamar-home .container {
  position: relative;
  z-index: 2;
}

#projetos-soamar-home .row {
  justify-content: center;
}

#projetos-soamar-home .projetos-topo {
  color: #fff;
  margin-bottom: 40px;
}

#projetos-soamar-home .projetos-topo span {
  display: block;
  font-size: 20px;

  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;

  color: #00c6f6;
}

#projetos-soamar-home .projetos-topo h2 {
  color: #fff;
  font-size: 58px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

#projetos-soamar-home .projetos-topo h2 strong {
  font-weight: 800;
}

#projetos-soamar-home .projetos-topo h2 small {
  font-size: 0.7em;
  font-weight: 400;
}

/* CARROSSEL */
#projetos-soamar-home .projetos-soamar {
  max-width: 100%; /* 👈 tira o limite */
}

/* CARD */
#projetos-soamar-home .projeto-card h3 {
  min-height: 40px;
}

#projetos-soamar-home .projeto-card p {
  flex-grow: 1;
}
#projetos-soamar-home .projeto-card {
  min-height: 330px;
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgb(0 0 0 / 6%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: #fff;
  text-align: left;
  transition: all 0.3s ease;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#projetos-soamar-home .projeto-card .icone {
  width: 38px;
  height: auto;
  margin-bottom: 18px;
}

#projetos-soamar-home .projeto-card h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#projetos-soamar-home .projeto-card p {
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

/* OWL */
#projetos-soamar-home .owl-stage {
  display: flex;
}

#projetos-soamar-home .owl-item {
  padding: 0 12px; /* 👈 simula gutter do bootstrap */
}

#projetos-soamar-home .projeto-card {
  width: 100%;
}

#projetos-soamar-home .owl-nav {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

#projetos-soamar-home .owl-nav button {
  width: 48px;
  height: 48px;
  border: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  transition: transform 0.3s ease;
}

#projetos-soamar-home .owl-nav button:hover {
  transform: scale(1.08);
}

#projetos-soamar-home .owl-nav .owl-prev {
  background: url("https://www.soamarsantos.com.br/wp-content/uploads/2026/03/seta-esquerda.png")
    no-repeat center;
  width: 50px;
  height: 50px;
  color: transparent;
}

#projetos-soamar-home .owl-nav .owl-next {
  background: url("https://www.soamarsantos.com.br/wp-content/uploads/2026/03/seta-direita.png")
    no-repeat center;
  width: 50px;
  height: 50px;
  color: transparent;
}

#projetos-soamar-home .owl-nav span {
  display: none;
}

/* RESPONSIVO */
@media (max-width: 1199px) {
  #projetos-soamar-home {
    padding: 140px 0 130px;
  }

  #projetos-soamar-home .projetos-topo h2 {
    font-size: 48px;
  }
}
.img_blog_ocb_int {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .img_blog_ocb_int {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  }
  #projetos-soamar-home {
    padding: 110px 0 100px;
    background-position: center center;
  }

  #projetos-soamar-home .projetos-topo {
    margin-bottom: 30px;
  }

  #projetos-soamar-home .projetos-topo h2 {
    font-size: 38px;
  }

  #projetos-soamar-home .projeto-card {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  #projetos-soamar-home {
    padding: 80px 0 80px;
    background-position: center center;
    background-size: cover;
  }

  #projetos-soamar-home .projetos-topo span {
    font-size: 14px;
    letter-spacing: 3px;
  }

  #projetos-soamar-home .projetos-topo h2 {
    font-size: 30px;
  }

  #projetos-soamar-home .projeto-card {
    min-height: auto;
    padding: 24px 20px;
  }

  #projetos-soamar-home .projeto-card h3 {
    font-size: 17px;
  }

  #projetos-soamar-home .projeto-card p {
    font-size: 15px;
  }
}
#galeria_cha {
  padding: 70px 0;
}

#galeria_cha h3 {
  font-size: 30px;
  font-weight: 800;
  color: #0c6a8f;
  margin-bottom: 10px;
}

#galeria_cha .galeria-grid {
  margin-left: -12px;
  margin-right: -12px;
}

#galeria_cha .galeria-grid > div {
  padding-left: 12px;
  padding-right: 12px;
}

#galeria_cha .img_galeria-container {
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 22px;
  position: relative;
  transition: all 0.3s ease;
  background: #ddd;
}

#galeria_cha .img_galeria {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#galeria_cha .img_galeria-container:hover .img_galeria {
  transform: scale(1.05);
}

#galeria_cha a {
  display: block;
  text-decoration: none;
}

@media (max-width: 991px) {
  #galeria_cha {
    padding: 50px 0;
  }

  #galeria_cha h3 {
    font-size: 34px;
  }

  #galeria_cha .img_galeria-container {
    height: 210px;
  }
}

@media (max-width: 767px) {
  #galeria_cha h3 {
    font-size: 28px;
  }

  #galeria_cha .img_galeria-container {
    height: 200px;
    border-radius: 18px;
  }
}
/***************************************************************************
        SOAMAR QUEM SOMOS | Home
***************************************************************************/
#soamar-explore {
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  padding-top: 200px;
  position: relative;
  top: -200px;
  margin-bottom: -200px;
}
#soamar-explore h2 {
  font-size: 49px;
  color: #0c6a8f;
  font-weight: 800;
}
#soamar-explore p {
  color: #5d686c;
  font-size: 20px;
  font-weight: 400;
}
#soamar-explore h5 {
  color: #00c6f6;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}
/***************************************************************************
        SOAMAR | PROJETOS
***************************************************************************/
#soamar-projetos {
}

#soamar-projetos h2 {
  font-size: 49px;
  color: #0c6a8f;
  font-weight: 800;
}

#soamar-projetos .soamar-projeto-box {
  display: flex;
  align-items: stretch;
  border-radius: 22px;
  overflow: hidden;
}
#soamar-projetos .icone-ok {
  width: 46px;
  margin-bottom: 22px;
}

#soamar-projetos .soamar-projeto-info {
  width: 50%;
  background: linear-gradient(180deg, #0d87b8 0%, #0a6792 100%);
  padding: 50px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#soamar-projetos .soamar-projeto-info p {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
  max-width: 470px;
}
#soamar-projetos .soamar-projeto-info {
  width: 50%;
  background: linear-gradient(180deg, #0d87b8 0%, #0a6792 100%);
  padding: 50px 55px;

  display: flex;
  flex-direction: column;

  height: 520px; /* mesma altura do slider */
  overflow: hidden;
}

/* container do texto com scroll */
#soamar-projetos .soamar-projeto-info p {
  overflow-y: auto;
  padding-right: 10px;
  margin-top: 15px;
}

/* limita altura do texto */
#soamar-projetos .soamar-projeto-info p {
  max-height: 300px;
}
#soamar-projetos .soamar-projeto-info p::-webkit-scrollbar {
  width: 6px;
}

#soamar-projetos .soamar-projeto-info p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

#soamar-projetos .soamar-projeto-info p::-webkit-scrollbar-thumb {
  background: #00c6f6;
  border-radius: 10px;
}
#soamar-projetos .soamar-projeto-info h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

#soamar-projetos .soamar-projeto-box {
  display: flex;
  align-items: stretch;
  min-height: 520px;
}

#soamar-projetos .soamar-projeto-info {
  width: 50%;
  min-height: 520px;
}

#soamar-projetos .soamar-projeto-slider-wrap {
  width: 50%;
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

#soamar-projetos .soamar-projeto-slider,
#soamar-projetos .soamar-projeto-slider .owl-stage-outer,
#soamar-projetos .soamar-projeto-slider .owl-stage,
#soamar-projetos .soamar-projeto-slider .owl-item,
#soamar-projetos .soamar-projeto-slider .item {
  height: 520px;
}

#soamar-projetos .soamar-projeto-slider .item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* setas só dentro da imagem */
#soamar-projetos .soamar-projeto-slider-wrap {
  width: 50%;
  position: relative;
  overflow: hidden;
}

#soamar-projetos .soamar-projeto-slider {
  position: relative;
}

#soamar-projetos .soamar-projeto-slider .owl-nav {
  margin: 0;
}

#soamar-projetos .soamar-projeto-slider .owl-nav .owl-prev,
#soamar-projetos .soamar-projeto-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  z-index: 20;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#soamar-projetos .soamar-projeto-slider .owl-nav .owl-prev {
  left: 18px;
}

#soamar-projetos .soamar-projeto-slider .owl-nav .owl-next {
  right: 18px;
}

#soamar-projetos .soamar-projeto-slider .owl-nav .owl-prev img,
#soamar-projetos .soamar-projeto-slider .owl-nav .owl-next img {
  width: 58px;
  height: 58px;
  display: block;
}

#soamar-projetos .soamar-projeto-slider .owl-nav span {
  display: none !important;
}

#soamar-projetos .soamar-projeto-slider .owl-dots {
  display: none !important;
}

@media (max-width: 991.98px) {
  #soamar-projetos .soamar-projeto-box {
    flex-direction: column;
    min-height: auto;
  }

  #soamar-projetos .soamar-projeto-info,
  #soamar-projetos .soamar-projeto-slider-wrap {
    width: 100%;
    min-height: auto;
  }

  #soamar-projetos .soamar-projeto-slider,
  #soamar-projetos .soamar-projeto-slider .owl-stage-outer,
  #soamar-projetos .soamar-projeto-slider .owl-stage,
  #soamar-projetos .soamar-projeto-slider .owl-item,
  #soamar-projetos .soamar-projeto-slider .item,
  #soamar-projetos .soamar-projeto-slider .item img {
    height: 260px;
  }
}
/***************************************************************************
        SOAMAR | PATROCINADORES
***************************************************************************/
#soamar-patrocinadores h2 {
  font-size: 49px;
  color: #0c6a8f;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
#soamar-patrocinadores p {
  color: #5d686c;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

#soamar-patrocinadores h5 {
  color: #00c6f6;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
}
#soamar-patrocinadores .logo-wrap {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  overflow: hidden;
}

#soamar-patrocinadores .logo-wrap img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
/***************************************************************************
        PATROCINADORES | Home
***************************************************************************/
#soamar-patrocinadores h2 {
  font-size: 49px;
  color: #0c6a8f;
  font-weight: 800;
  text-align: center;
}
#soamar-patrocinadores p {
  color: #5d686c;
  font-size: 20px;
  font-weight: 400;
}
#soamar-patrocinadores h5 {
  color: #00c6f6;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
}
#soamar-patrocinadores {
  padding: 70px 0;
}

#soamar-patrocinadores .patrocinador-item {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#soamar-patrocinadores .patrocinador-item img {
  max-width: 180px;
  width: 100%;
  height: auto;
  filter: grayscale(100%) opacity(0.45);
  transition: all 0.35s ease;
}

#soamar-patrocinadores .patrocinador-item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.04);
}

/* dots */
#soamar-patrocinadores .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#soamar-patrocinadores .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 0px;
  background: #ccf5ff;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#soamar-patrocinadores .owl-dot.active span,
#soamar-patrocinadores .owl-dot:hover span {
  background: #00aeea;
}

#soamar-patrocinadores .owl-stage-outer {
  padding: 0 !important;
}

#soamar-patrocinadores .owl-stage {
  display: flex;
  align-items: center;
}

#soamar-patrocinadores .owl-item {
  padding: 0 5px; /* controla espacinho entre itens */
}
/***************************************************************************
        SOAMAR QUEM SOMOS 
***************************************************************************/
#soamar-quem-somos {
  padding: 80px 0;
}

/* TÍTULO GRANDE */
#soamar-quem-somos h2 {
  font-size: 40px;
  color: #0c6a8f;
  font-weight: 800;
}

/* SUBTÍTULO */
#soamar-quem-somos h5 {
  color: #00c6f6;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}

/* TEXTO */
#soamar-quem-somos p {
  color: #555;
  line-height: 1.6;
}

/* IMAGEM */
#soamar-quem-somos .img-box img {
  border-radius: 24px;
  object-fit: cover;
  width: 90% !important;
}

/* MOBILE */
@media (max-width: 991px) {
  .footer-privacy a {
    font-size: 10px;
  }
  .footer-copy img {
    height: 10px;
  }
  .logo-footer {
    width: 80% !important;
    margin: auto;
    display: block;
    margin-top: 30px;
  }
  #soamar-quem-somos h2 {
    font-size: 26px;
  }

  #soamar-quem-somos .row {
    margin-bottom: 40px;
  }
}
.soamar-destaque {
  background: linear-gradient(90deg, #015a83, #0098c3);
  padding: 25px 30px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.soamar-destaque p {
  margin: 0;
  font-style: italic;
  line-height: 1.6;
  font-size: 15px;
  color: #fff;

}
/***************************************************************************
        experimente | Home
***************************************************************************/
#experimente {
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/experimente-bg.png);
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;
  margin: 60px 0;
  background-size: cover;
  min-height: 80vh;
}
#experimente .row {
  min-height: 80vh; /* ou 100% se você quiser amarrar por outro jeito */
}
#experimente h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 10px;
}
#experimente p {
  color: #fff;
  font-size: 20px;
}
/* display: flex;
  align-items: center;
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/conecabg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding: 220px 0px 130px 0px;
  top: -160px;
  margin-bottom: -220px; */
/***************************************************************************
    RECEITAS | HOME
***************************************************************************/
/* ====== RECEITAS (estilo do print) ====== */
#receitas {
  background: #ffffff;
}

.receitas-title {
  color: #0c407c; /* azul do título */
}

.receitas-subtitle {
  font-size: 20px;
}

/* Card */
/* .recipe-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
} */
.recipe-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);

  display: flex;
  flex-direction: column;
}

.recipe-body {
  padding: 18px 22px 22px;
  text-align: center;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.recipe-link {
  margin-top: auto; /* empurra o botão pra base do card */
}

.recipe-img {
  /* padding: 14px 14px 0 14px; */
}

.recipe-img img {
  width: 100%;
  height: 250px; /* parecido com o print */
  object-fit: cover;
  /* border-radius: 14px; */
  display: block;
}

.recipe-body {
  padding: 18px 45px 45px;
  text-align: center;
}

.recipe-stars {
  color: #f7b500; /* amarelo estrelas */
  font-size: 25px;
  letter-spacing: 2px;
  /* margin: 6px 0 12px; */
}

.recipe-name a {
  color: #6f6f6f; /* cinza do título do card */
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: var(--font-Montserrat) !important;
}

.recipe-desc {
  color: #9aa3ad;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 14px;
}

.recipe-link {
  color: #f7b500; /* amarelo do link */
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.recipe-link:hover {
  color: #e7a800;
}

/* Botão CTA */
.receitas-btn {
  background: #f7b500;
  color: #ffffff;
  font-weight: 800;
  border-radius: 999px;
  border: none;
  box-shadow: 0 10px 18px rgba(247, 181, 0, 0.25);
}

.receitas-btn:hover {
  background: transparent;
  color: #e7a800;
}
/***************************************************************************
        footer home include
***************************************************************************/
#footer-home {
  position: relative;
  top: 70px;
  z-index: 0;
}
#footer-home h2 {
  font-size: 40px;
  color: #0c407c;
}
#footer-home p {
  font-size: 20px;
}
#footer-home .amarelo {
  color: #f4b207 !important;
  font-family: var(--titulo);
  font-size: 40px;
}
/***************************************************************************
        PRODUTOS
***************************************************************************/
#produtos {
  display: flex;
  align-items: center;
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/banner-sobre-amarelo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding: 150px 0 20px;
}

#produtos h2 {
  color: #fff;
}
#produtos-tabs h3 {
  color: #0c407c;
  letter-spacing: 2px;
}
#produtos-tabs span {
  color: #f4b207 !important;
  font-family: var(--titulo);
  font-size: inherit !important;
  letter-spacing: 2px;
  font-size: 1.75rem;
}
#produtos-tabs {
}

#produtos p {
  color: #fff;
}
.tab-content h4 {
  color: #6f6f6f;
  letter-spacing: 2px;
  text-align: center;
  font-size: 19px;
  margin-top: 15px;
}
/* =========================
   TABS
========================= */
#produtos .tabs-wrapper {
  display: flex;
  justify-content: inherit;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

#produtos .tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  height: 56px;
  padding: 0 50px;

  border: 2px solid #fff;
  background: transparent;
  border-radius: 14px;

  font-family: var(--titulo);
  letter-spacing: 2px;
  font-weight: 700; /* remove o 100 */
  color: #fff;
}

#produtos .tab-btn.active {
  background: #fff;
  color: #ff9500;
  border: 2px solid #fff;
}

#produtos .tab-content {
  display: block; /* não some do layout */
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#produtos .tab-content.active {
  height: auto;
  overflow: visible;
  visibility: visible;
}

/* =========================
   OWL: mantém layout (corta lateral),
   mas deixa a imagem vazar só em Y
========================= */

/* container do carousel NÃO pode cortar o owl */
.produtos-carousel {
  position: relative;
  overflow: visible; /* <- era hidden (isso matava) */
  width: 100%;
}

/* o corte lateral fica só no stage-outer */
.produtos-carousel .owl-stage-outer {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  padding-top: 40px;
  padding-bottom: 80px; /* espaço pros dots/zoom */
}

/* garante que os itens não fiquem “travados” */
.produtos-carousel .owl-stage,
.produtos-carousel .owl-item {
  overflow: visible;
}
#produtos-tabs .produtos-carousel .owl-dots {
  position: absolute;
  left: 45%;
  right: 0;
  bottom: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* =========================
   ITENS / CARD
========================= */

/* Espaçamento dos itens */
.produtos-carousel .item {
  padding: 20px;
}

/* Card */
.card-produto {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: visible; /* deixa a imagem transpassar */
  transition: transform 0.3s ease;
  transform: translateZ(0);
}

/* Wrapper da imagem */
.img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: relative;
}

/* Imagem */
.img-wrapper img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  transform-origin: center bottom;
  transition: transform 0.35s ease;
}

/* =========================
   Z-INDEX / HOVER
========================= */

.produtos-carousel .owl-item {
  position: relative;
  z-index: 1;
}

.produtos-carousel .owl-item:hover {
  z-index: 999; /* traz o slide inteiro pra frente no hover */
}

/* Zoom apenas na imagem (passa por cima do card) */
#produtos-tabs .produtos-carousel .owl-item:hover .img-wrapper img {
  transform: scale(1.1);
}

/* (opcional) destaque do center */
.produtos-carousel .owl-item.active.center {
  z-index: 50;
}

/* Opcional: leve subida do card central (fica mais premium) */
.owl-item.active.center {
  transform: translateY(-10px);
}

/* Container dos dots */
#produtos-tabs .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 100%;
  display: flex;
  justify-content: center; /* centraliza horizontal */
  align-items: center; /* alinha vertical */
  gap: 10px; /* espaço entre os dots */
}

/* Remove qualquer deslocamento */
#produtos-tabs .owl-dot span {
  width: 25px;
  height: 25px;
  background: #dddddd;
  border-radius: 50%;
  display: block;
  transition: background 0.3s;
  margin: 0; /* remove margin extra */
  top: 0; /* remove o deslocamento */
  position: static;
}

#produtos-tabs .owl-dot.active span {
  background: #6b6b6b !important;
}
/***************************************************************************
        Onde Encontrar
***************************************************************************/
#onde-encontrar {
  display: flex;
  align-items: center;
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/banner-onde.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding: 150px 0 70px;
}

#onde-encontrar h2 {
  color: #fff;
  text-align: center;
}
#onde-encontrar p {
  color: #fff;
  text-align: center;
}
.card-onde-encontrar {
  border-radius: 20px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.card-onde-encontrar .card-img-top {
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-onde-encontrar .card-body {
  padding: 60px;
}

.card-onde-encontrar .card-title {
  color: #6b7280;
  font-family: var(--font-Montserrat) !important;
  font-weight: 800 !important;
}

.card-onde-encontrar .card-text {
  font-size: 0.95rem;
}
/***************************************************************************
        Quem somos
****************************************************************************/
#quem-somos {
  padding: 80px 0;
}
.quadrado-cont {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  padding-left: 30px;
  position: relative;
  top: -120px;
  left: -40px;
  box-shadow: 2px 5px 11px 0px;
}
.quadrado-cont img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 10px;
}
#quem-somos h3 {
  color: #045189;
}
.quemimg {
  width: 100%;
  object-fit: contain;
  height: 550px;
}
.rednumber,
.countercd {
  margin: 0;
  font-size: 34px;
  font-weight: normal;
  color: #045189;
  font-family: var(--titulo);
}
/***************************************************************************
        Sobre | começou
***************************************************************************/
#comecou h2 {
  color: #fff;
}
#comecou p {
  color: #fff;
}
#comecou {
  display: flex;
  align-items: center;

  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/banner-sobre-amarelo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  min-height: 80vh;
  position: relative;

  /* Desktop (mantém teu layout) */
  top: -170px;
  margin-bottom: -170px;

  /* Compensa o header fixo sem depender só do top */
  padding: 150px 0 120px;
}

/* Notebook / tablets */
@media (max-width: 1199px) {
  #comecou {
    top: -170px;
    margin-bottom: -170px;
    padding: 170px 0 100px;
    min-height: 70vh;
  }
}

/* Mobile */
@media (max-width: 991px) {
  #soamar-quem-somos .img-box img {
    width: 100% !important;
    margin-top: 20px;
  }
  .soamar-destaque {
    left: 0;
    top: 0;
    margin-top: 30px;
  }
  #comecou {
    /* aqui que para de quebrar */
    /* top: 0; */
    margin-bottom: 0;

    min-height: auto;
    padding: 130px 16px 80px;

    /* opcional: centraliza melhor no mobile */
    align-items: center;
    text-align: center;
  }
}

/* Mobile pequeno */
@media (max-width: 480px) {
  #comecou {
    padding: 115px 14px 70px;
    background-position: center top;
  }
}
/***************************************************************************
        Sobre | Crescer
***************************************************************************/
#crescer {
  background: #fff;
  height: fit-content;
  padding: 70px 0;
  z-index: 0;
}
#crescer h2 {
  color: #0c407c;
  text-align: center;
  margin-bottom: 20px;
}
#crescer p {
  text-align: center;
}
/***************************************************************************
        Sobre | Espaço
***************************************************************************/
#espaco h2 {
  color: #0c407c;
}

#espaco {
  background: #fbfbfb;
  height: fit-content;
  padding: 70px 0;
  z-index: 0;
  padding-bottom: 100px;
}
#espaco h4 {
  color: #0c407c;
  text-align: center;
  max-width: 250px;
}
/***************************************************************************
        Sobre | Parceria
***************************************************************************/
#parceria {
  background: #fff;
  height: fit-content;
  padding: 70px 0;
  z-index: 0;
}
#parceria h2 {
  color: #0c407c;
  text-align: center;
  margin-bottom: 20px;
}
#parceria p {
  text-align: center;
}
#parceria img {
  height: 90px;
  object-fit: contain;
}
/***************************************************************************
        sobre | tecnologia
***************************************************************************/
#tecnologia {
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/experimente-bg.png);
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;

  background-size: cover;
  min-height: 80vh;
  position: relative;
  top: -40px;
}
#tecnologia .row {
  min-height: 80vh; /* ou 100% se você quiser amarrar por outro jeito */
}
#tecnologia h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 10px;
}
#tecnologia p {
  color: #fff;
  font-size: 20px;
}

/***************************************************************************
        Quem somos | compromisso
***************************************************************************/

#compromisso {
  background-image: url(https://clientemarcasite.com.br/mactost-wp/wp-content/uploads/2025/12/compromissobg.png);
  height: 670px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  background-size: cover;
  z-index: 1;
  position: relative;
}
#compromisso h3 {
  color: #fff;
}
#compromisso p {
  color: #fff;
}
.img-compromisso {
  height: 400px;
  object-fit: cover;
}
/***************************************************************************
        Quem somos | Essencia
***************************************************************************/
#essencia {
  background-color: #e6edf3;
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0;
  background-size: cover;
  top: -80px;
  z-index: 0;
}

#essencia h3 {
  font-size: 32px;
  color: #045189;
}
#essencia h5 {
  font-size: 26px;
  color: #045189;
}

.card_areas img {
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  object-fit: contain;
}
.card_areas {
  background: #fff;
  border: 1px solid #ececec;
  padding: 50px;
  padding-top: 100px;
  height: 100% !important;
  min-height: 430px;
}

.card_areas p {
  font-size: 16px;
  color: #808080;
}
.areas_btn {
  display: block;
  border: 1px solid #d9ab70;
  width: 100%;
  text-align: center;
  background: #d9ab70;
  color: #fff;
  font-weight: 600;
  padding: 15px 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  top: -20px;
  font-size: 18px;
}
.areas_btn:hover {
  color: #fff;
}
/***************************************************************************
    BLOG
***************************************************************************/
/***************************************************************************

	Blog

***************************************************************************/
/***************************************************************************
	MB BLOG
***************************************************************************/
.post_infos_int p {
  font-size: 17px;
  color: #848484;
  margin-bottom:;
}
.lupa-p {
  width: 40px;
  float: right;
  position: relative;
  top: 45px;
  left: 1px;
  margin-bottom: -45px;
}
.pesquisa {
  width: 100%;
  border-radius: 10px;
  height: 42px;
  background: #f8f8f8;
  padding-left: 20px;
  margin: 0;
}
#mb_blog_index {
  margin-bottom: 120px;
  /* margin-top: 80px; */
}

#mb_blog_index .p_redmb {
  font-weight: 600;
  margin-bottom: 0;
  color: #e11929;
  font-size: 20px;
}
#mb_blog_index h6 {
  color: #7e7e7e;
  font-size: 30px;
  font-weight: 600;
}
#mb_blog_index h2 {
  color: #946b52;
  font-size: 30px;
  font-weight: 600;
}

.card_categoria b {
  display: none;
}

.card_categoria {
  margin-top: 30px;
  display: flex;
}

.img_cat {
  margin-right: 20px;
  width: 150px;
  height: 120px;
  object-fit: cover;
  border-radius: 15px;
}

.card_categoria .blog_data h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.card_categoria .blog_data {
  display: block;
  background: #e11929;
  width: 100px;
  text-align: center;
  padding: 8px 0;
  float: right;
  border-top-right-radius: 15px;
  position: relative;
  top: -4px;
  margin-bottom: -25px;
  z-index: 1;
}

.conteudo_categoria {
  /*border: 1px solid #dadada;
	padding: 10px 20px 10px 20px;
	border-bottom-right-radius: 30px;
	width: 71%;
	background: #fff;*/
  /*position: relative;
	top: -100px;
	left: 100px;
	margin-bottom: -100px;*/
  position: relative;
  left: 20px;
}

.card_categoria .infos_blog {
  display: flex;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card_categoria .infos_blog img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}

.card_categoria .infos_blog P {
  line-height: 30px;
  font-family: var(--passion-one);
  color: #946b52;
  font-size: 28px;
  text-align: left;
  margin-bottom: 0;
}

.conteudo_categoria h3 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 5px;
}
.categoria {
  list-style: none;
  padding: 0;
}
.categoria a {
  font-size: 18px;
  color: #808080;
  margin: 0;
}
.onda-blog {
  position: relative;
  top: -35px;
  margin-bottom: -25px;
}
/***************************************************************************
	MB HOME - blog
***************************************************************************/
#mb_blog {
  background-image: url("https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/banner-blog.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  padding-top: 80px;
}

#mb_blog {
  margin-top: 80px;
  /*	margin-bottom: 80px;*/
}

#mb_blog .p_redmb,
.clientes .p_redmb {
  text-align: center;
  margin-bottom: 0;
  color: #e11929;
  font-size: 24px;
}

#mb_blog h2,
.clientes h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  color: #232323;
}

.linha_red_blog {
  border-top: 3px solid #e11929;
  width: 70px;
  float: right;
  position: relative;
  top: 50px;
}

.blog_mb_img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  border-radius: 20px;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.blog_card_mb b {
  display: none;
}

.blog_card_mb {
  overflow: hidden;
  min-height: 300px;
  border-radius: 20px;
  /* border: 1px solid; */
  border: 1px solid #ececec;
}

.blog_data h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.blog_data {
  background: #e11929;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  float: right;
  border-top-right-radius: 20px;
  position: relative;
  top: -35px;
  margin-bottom: -25px;
}

.infos_blog {
  display: flex;
  width: 100%;
}

.infos_blog img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}

.infos_blog P {
  text-transform: uppercase;
  color: #946b52;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.blog_txt h3 {
  color: #0c6a8f;
  font-size: 19px !important;
  font-weight: 700;
  text-align: left !important;
  min-height: 75px;
  margin: 0;
  line-height: 20px;
}

.blog_txt p {
  font-size: 18px;
  color: #808080;
  margin: 0;
  min-height: 140px;
}

/*.infos_blog {
	
	padding-bottom: 10px;
	padding-top: 10px;
}*/

.btn_amarelo_fases_blog {
  top: 20px;
  position: relative;
  width: 220px;
  display: block;
  /* margin: auto; */
  text-align: center;
  align-content: center;
  height: 50px;
  padding-top: 5px;
  background: #ffca16;
  color: #fff;
  border: solid 2px #ffca16;
  font-family: var(--passion-one);
  border-radius: 15px;
  transition: ease 0.5s all !important;
  font-weight: 400;
  font-size: 25px;
  justify-content: center;
  align-items: center;
}
.btn_amarelo_fases_blog:hover {
  border: solid 2px #ffca16;
  background: transparent;
  color: #ffca16;
}

.blog_btn span {
  background-image: url("https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/seta-vermelha.png");
  width: 5px;
  height: 9px;
  display: block;
  transition: ease 0.5s all;
}

.blog_btn:hover {
  transition: ease 0.5s all;
  color: #fff;
  background: #e11929;
}

.blog_btn:hover span {
  filter: brightness(0) invert(1);
}

.blog_btn_vertodos {
  margin: auto;
  display: block;
  color: #fff;
  background: #e11929;
  font-size: 15px;
  font-weight: 500;
  width: 250px;
  padding: 15px;
  border-bottom-right-radius: 20px;
  text-align: center;
  /*    border-radius: 20px;*/
  margin-top: 30px;
  transition: 0.3s ease;
  border: 2px solid #e11929;
}

.blog_btn_vertodos:hover {
  transition: 0.3s ease;
  background: transparent;
  color: #e11929;
  border: 2px solid #e11929;
}
.data_post_verm p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #00c6f6;
  /* align-content: center; */
  /* float: right; */
  /* background: #a7a7a761; */
  /* padding: 10px 15px 10px 15px; */
  /* text-align: center; */
  /* width: 75px; */
  /* height: 75px; */
  /* position: relative; */
  /* top: -8px; */
  /* left: 8px; */
  /* margin-bottom: -75px; */
  /* border-radius: 40px; */
  /* text-align: left; */
  /* background: linear-gradient(to bottom, #925629, #d2a679); */
}
/***************************************************************************
	Paginação
***************************************************************************/

.wp-pagenavi {
  display: flex;
  /*	justify-content: center;*/
  align-items: center;
  margin: 50px 0 0px;
}

.paginacao a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  color: #fff;
  background-color: #d4d4d4;
  transition: ease 0.5s all;
  border: none;
  font-size: 26px;
  font-family: var(--passion-one);
}

.paginacao span,
.paginacao a:hover {
  border-radius: 100px;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  color: #fff;
  background-color: #946b52;
  font-size: 26px;
  font-family: var(--passion-one);
}
/***************************************************************************
    SERVIÇOS
***************************************************************************/
#servicos {
  background: #e6edf3;
  padding: 120px 0;
}

/* CARD */
.service-card {
  background: #f5f8fa;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
}

/* IMAGEM */
.service-image {
  flex: 1 1 50%;
  min-height: 100%;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTEÚDO */
.service-content {
  flex: 1 1 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* NÚMERO */
.service-number {
  width: fit-content;
  background: #0084d1;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0.4rem 0.7rem;
  margin-bottom: 1rem;
}

/* TÍTULO */
.service-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #045189;
}

/* TEXTO */
.service-content p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

/* LINK */
.service-link {
  font-weight: 700;
  color: #0084d1 !important;
  text-decoration: none;
}

.service-link:hover {
  text-decoration: underline;
}

/***************************************************************************
    SERVIÇOS | interno
***************************************************************************/
#descricao-servico-interno {
  padding: 80px 0;
}
.descricao-servico-content b {
  font-weight: 600;
}
#pode-contratar h3 {
  color: #fff;
  text-align: center;
}
.descricao-servico-content h2 {
  color: #045189;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
}
.descricao-servico-content p {
  color: #6c757d;

  text-align: center;
}
.servico-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0;
  color: #6c757d;
}
.servico-item {
  background: #f5f8fa;
  min-height: 100%;
  padding: 20px;
}
.servico-item p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  /* min-width: 160px; */
  max-width: 250px;
  /* margin-top: 30px; */
}
.descricao-servico-img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  position: relative;
  top: 200px;
  margin-top: -200px;
}
.txt-secundario p {
  text-align: center;
  color: #fff;
}
rosangela-chamada
/***************************************************************************
   Contato SOAMAR
***************************************************************************/
/***************************************************************************
    Contato
***************************************************************************/

.contato-soamar h2 {
  font-size: 49px;
  color: #0c6a8f;
  font-weight: 800;
}
.contato-soamar h5 {
  color: #00c6f6;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}

.contato .card,
.mapa .card,
footer .card {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  gap: 10px;
  border-radius: 13px;
  /* background-color: white; */
  /* box-shadow: 0px 0px 2.7px 0.3px rgba(15, 15, 9, 0.32); */
  /* border: 0; */
  /* padding: 20px 40px;8*/
}

.contato .card img,
.mapa .card img,
footer .card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  background-clip: border-box;
  border: 1px solid transparent !important;
  border-radius: 0.25rem;
}

.contato .card .content,
.mapa .card .content,
footer .card .content {
  display: flex;
  flex-direction: column;
}

.contato span,
.contato p,
.mapa .card .content span,
.mapa .card .content p {
  font-size: 18px;
  color: #747c73;
}

.contato .card .content span,
.contato .card .content p {
  font-size: 20px;
}

.contato span,
.mapa .card .content span,
footer .card .content span {
  font-weight: var(--font-bold);
}

.contato p {
  color: #5d686c;
  font-size: 20px;
  font-weight: 400;
}

.contato hr {
  width: 1px;
  height: 100%;
  background-color: rgb(83, 101, 81, 0.161);
  margin: 0;
  border: 0;
}

.contato .card-form {
  border-radius: 13px;
  background-color: white;
  box-shadow: 0px 0px 2.7px 0.3px rgba(15, 15, 9, 0.32);
  position: relative;
  padding: 35px 45px;
  height: auto;
}

.contato .card-form h3 {
  font-size: 22px;
  /*max-width: 255px;*/
  margin-bottom: 20px;
  text-shadow: none;
}

.contato .card-form form {
  width: 100%;
}

.contato .card-form form label {
  font-size: 17.495px;
  color: #747c73;
  margin-bottom: 5px;
  font-weight: var(--font-bold);
}

.contato .card-form form input,
.contato .card-form form select,
.contato .card-form form textarea {
  width: 100%;
  /*box-shadow: 0px 0px 2px 0px rgba(13, 11, 13, 0.55);*/
  height: 43px;
  padding: 15px;
  border-radius: 7px;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}

.contato .card-form form select {
  height: auto;
}

.contato .card-form form input::placeholder,
.contato .card-form form input::placeholder,
.contato .card-form form select::placeholder,
.contato .card-form form textarea::placeholder {
  color: #7e7e7e;
  opacity: 0.7;
}

.contato .card-form form textarea {
  height: 120px;
  resize: none;
}

.contato .card-form form .btn-acesso {
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 0 0 16px 16px;
  height: 60px;
  margin: 0;
  background: #00c6f6;
  color: #fff;
  font-weight: 800;
}

.wpcf7-not-valid-tip {
  margin-top: -8px;
  margin-bottom: 12px;
  text-transform: initial;
  color: #dc3232 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
  font-family: var(--font-Montserrat);
  font-size: 16px !important;
  line-height: normal !important;
  margin-top: 7px;
}

.wpcf7-list-item-label {
  font-size: 13px !important;
  position: relative;
}

.wpcf7-list-item {
  display: flex !important;
  margin: 0 !important;
}

.wpcf7-list-item input {
  height: 13px !important;
  box-shadow: none !important;
}

.wpcf7-list-item.first.last {
  position: absolute;
}

.wpcf7-list-item.first.last input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.rodape-form p {
  display: flex;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
}

.rodape-form p label {
  font-size: 15px;
  margin-left: 15px;
  margin-bottom: -15px;
  margin-top: 4px;
  opacity: 1;
  font-weight: var(--font-light) !important;
}

.rodape-form p label a {
  text-decoration: none !important;
  color: #0d6efd;
}

.rodape-form p label a:hover {
  color: #0d6efd;
}

.rodape-btn p {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: -1em 0em 3em !important;
}
#nossa-sede-soamar {
  padding: 120px 0;
}

/* IMAGEM */
#nossa-sede-soamar .sede-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* TEXTO */
#nossa-sede-soamar h2 {
  font-size: 34px;
  color: #0c6a8f;
  font-weight: 800;
  margin-bottom: 15px;
}

#nossa-sede-soamar p {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
/***************************************************************************
    Contato celular
***************************************************************************/
#contato-cel {
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/02/contactbgcel.png);
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* min-height: fit-content; */
  /* height: fit-content; */
  margin: 220px 0px 50px 0px;
}
#contato-cel h2 {
  color: #fff;
}
.celular-contact {
  position: relative;
  top: -150px;
  margin-bottom: -80px;
}

.experimente-img {
  position: relative;
  top: -150px;
  margin-bottom: -80px;
  width: 80%;
}
/***************************************************************************
    Contato mapa
***************************************************************************/
#mapa {
  margin-bottom: 80px;
}

#mapa h3 {
  color: #0a2a63;
  text-align: center;
}
/***************************************************************************
    Mapa
***************************************************************************/

section.mapa {
  margin-top: 60px;
  position: relative;
  top: 200px;
  margin-top: -100px;
}

/***************************************************************************
        Footer
***************************************************************************/
.footer-bottom {
  background: #00c6f6; /* vermelho da faixa */
  padding: 10px 0;
  margin-top: 40px;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-copy img {
  height: 13px;
}

.footer-privacy a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
}

footer {
  background-image: url(https://www.soamarsantos.com.br/wp-content/uploads/2026/04/footer-bg-2.png);
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: fit-content;
  padding-top: 150px;
  z-index: 1;
  position: relative;
}
footer i {
  color: #fff;
}

footer a {
  color: #fff !important;
}
footer h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.area-footer {
  padding: 110px 0 40px 0;
  background-color: var(--bg-primary);
  z-index: 9;
  position: relative;
}

.area-footer .texto-footer {
  max-width: 200px;
}

.area-footer h2,
.area-footer span {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.area-footer a,
.area-footer p {
  font-size: 1rem;
  font-weight: var(--font-light);
  color: var(--cor-cinza);
}

.area-footer ul,
.contato ul {
  flex-direction: column;
  align-items: start;
}

.area-footer .atendimento {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.area-footer .atendimento .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 41px;
  min-height: 41px;
  background-color: var(--cor-branco);
  border-radius: 50%;
}

.area-footer .atendimento .circle img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.area-footer .atendimento .content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.area-footer .atendimento .content h2 {
  margin-bottom: 0px;
}

.area-footer .nav-item.menusegundo {
  position: relative;
}

.area-footer .nav-item.menusegundo .submenu {
  top: 25px;
}

.area-footer hr {
  width: 100%;
  height: 1px;
  background-color: var(--cor-branco);
  opacity: 0.4;
  border: 0;
  margin: 0;
}

footer .logo-marcasite {
  width: 225px;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
  display: none;
}

@media (min-width: 1600px) {
  .banner-principal .thumb {
  }
}

@media (max-width: 1399px) {
  header ul {
    gap: 15px;
  }

  header.drop #menu-primeiro {
    padding: 15px 40px;
  }

  header.drop #menu-primeiro ul {
    justify-content: end;
  }

  header.drop #menu-primeiro ul .nav-item .nav-link,
  header.drop #menu-primeiro .btn-azul {
    font-size: 18px;
    line-height: 1rem;
  }

  header.drop #menu-primeiro .btn-azul {
    max-width: fit-content;
    padding: 12px 20px;
    margin-bottom: 20px;
  }

  header.drop #menu-primeiro .col-lg-8 {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .banner-principal .thumb {
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header ul {
    gap: 10px;
  }

  header ul .nav-item .nav-link,
  header .btn-azul {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .area-footer .logo {
    max-width: 200px;
  }

  header .btn-azul {
    padding: 15px 25px;
  }

  header.drop #menu-primeiro ul {
    justify-content: center;
  }

  header.drop #menu-primeiro ul .nav-item .nav-link,
  header.drop #menu-primeiro .btn-azul {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  header.drop #menu-primeiro .btn-azul {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .banner-principal .thumb {
  }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
  #contato-cel {
    margin: 120px 0;
    padding: 80px 0;
  }
  .experimente-img {
    top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  h2,
  h3 {
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }
  #produtos-tabs .produtos-carousel .owl-dots {
    left: 0;
    right: 0;
    bottom: 0;
  }
  #parceria {
    padding: 0;
  }
  #footer-home {
    top: 110px;
  }
  .quadrado-cont {
    top: inherit;
    left: inherit;
  }

  .service-card {
    height: fit-content;
    display: block;
  }
  .service-image img {
    height: fit-content;
  }
  header {
    margin-top: 0px;
  }
  #compromisso {
    height: fit-content;
  }
  .posicao1 {
    position: relative;
    left: 0px;
  }
  .posicao2 {
    position: relative;
    left: 0px;
  }
  #servicos-home {
    height: fit-content;
  }
  .mobile {
    display: block;
  }

  .desktop {
    display: none !important;
  }

  header,
  header.drop {
    padding-top: 0;
  }

  header .logo {
    max-width: 90px;
    object-fit: contain;
  }

  header .hamburguer-bt {
    display: inline-block;
    height: fit-content;
    min-height: 32px;
    margin: 0px 15px;
    margin-bottom: -12px;
    float: right;
  }

  header .hamburguer-bt .hamburguer_line {
    background-color: #003d7e;
    width: 30px;
    height: 4px;
    margin: 5px 0;
  }

  header .hamburguer-bt.ativo .hamburguer-top {
    transform: rotate(45deg);
    margin-top: 11px;
  }

  header .hamburguer-bt.ativo .hamburguer-middle {
    opacity: 0;
  }

  header .hamburguer-bt.ativo .hamburguer-bottom {
    transform: rotate(-45deg);
    margin-top: -18px;
  }

  header #opt_menu {
    position: fixed;
    height: calc(100% - 86px);
    width: 320px;
    background: var(--cor-branco);
    opacity: 1;
    z-index: 99;
    right: -150%;
    top: 130px;
    padding: 10px;
    display: block;
    overflow: auto;
  }

  header #opt_menu.ativo {
    right: 0;
  }

  header .fundo_menu {
    background: #00000096;
    width: 100%;
    height: 100%;
    top: 130px;
    right: -100%;
    position: fixed;
    z-index: 89;
  }

  header .fundo_menu.ativo {
    right: 0;
  }

  header #opt_menu .navbar-brand {
    width: 100%;
    margin: 0;
    text-align: -webkit-center;
  }

  header #opt_menu .nav-item {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
  }

  header #opt_menu .nav-item.submenu {
    display: flex;
    flex-direction: column;
  }

  header #opt_menu .nav-item.ativo {
    flex-direction: column;
  }

  header #opt_menu .nav-item.ativo .submenu {
    display: flex;
  }

  .submenu {
    display: none;
    padding: 0;
    list-style: none;
    padding-top: 25px !important;
  }

  #opt_menu .nav-item .nav-link {
    font-size: 1.125rem;
    font-weight: var(--font-medium);
    color: var(--cor-azul);
    display: flex;
    align-items: center;
    gap: 4px;
  }

  header #menu-segundo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cor-branco);
    position: inherit;
    width: 100%;
    height: 130px;
    z-index: 99;
    box-shadow: 0px -3px 11px 4px;
    background: #008bb5;
  }

  header #opt_menu ul {
    padding-top: 40px;
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }

  .banner-principal h2,
  .banner-principal p {
    max-width: 100%;
  }

  .responsivo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .banner-principal form {
    border-radius: 24px;
  }

  .banner-principal form .btn-azul {
    padding: 15px;
    position: relative;
  }

  .banner-principal form .btn-azul img {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .banner-principal h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  iframe {
    height: 350px;
  }

  .banner-principal .thumb {
  }
}

@media (max-width: 575px) {
}

@media (max-width: 567px) {
  .area-footer .col-md-6,
  .area-footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 475px) {
}

@media (max-width: 467px) {
  .banner-principal p,
  .banner-principal p > span {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (max-width: 400px) {
}

.btn-topo {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 70px;
  left: 12px;
  background: var(--cor-azul-claro);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#btnTopo.show {
  opacity: 1;
}

.btn-topo.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}

.btn-topo img {
  width: 17px;
  height: 15px;
  transform: rotate(-90deg);
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-pagenavi span.current {
  background: #00c6f6;
  color: var(--cor-branco);
  cursor: default;
  border-radius: 50px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  font-size: 1rem;
  border-radius: 50px;
  background-color: #ccf5ff;
  color: #0c6a8f;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  margin: 0;
  width: 41px;
  height: 41px;
  cursor: pointer;
  border: none;
}

.whatsapp img {
  position: fixed;
  z-index: 8;
  bottom: 86px;
  right: 8px;
  width: 50px;
  height: 50px;
  opacity: 0.7;
  transition: ease 0.8s all;
}

.whatsapp a:hover img {
  opacity: 1;
  filter: drop-shadow(0px 0px 6px black);
}

#projetos-soamar-home .projetos-soamar .owl-stage {
  display: flex;
}

#projetos-soamar-home .projetos-soamar .owl-item {
  display: flex;
  height: auto;
}

#projetos-soamar-home .projetos-soamar .item {
  display: flex;
  width: 100%;
}

#projetos-soamar-home .projeto-card {
  width: 100%;
  height: 500px; /* altura igual para todos */
  padding: 28px 24px;
  border-radius: 24px;
  background: rgb(0 0 0 / 6%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: #fff;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

#projetos-soamar-home .projeto-card .icone {
  width: 48px;
  margin-bottom: 20px;
}

#projetos-soamar-home .projeto-card h3 {
  min-height: 50px; /* deixa os títulos alinhados */
  margin-bottom: 18px;
}

#projetos-soamar-home .projeto-card p {
  margin-bottom: 0;
  overflow: hidden;
}
