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

    Theme Name: Eluar
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto A Cruz
    Author URI: https://www.linkedin.com/in/carlosaugustocruz/
    Description: Tema oficial da Eluar 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=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Edu+QLD+Hand:wght@400;500;600;700&display=swap");

/* font-family: "Edu QLD Hand", cursive; */

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

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

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

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

  --titulo: "Lato", serif;

  --sub-titulo: "Edu QLD Hand", cursive;
}

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: "Lato", sans-serif;
}

* {
  margin: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  font-family: "Lato", 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 {
  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 {
  height: 90px;
}

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;
  background: #b4343e;
  height: 70px;
  border-radius: 40px;
}

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);
  height: auto;
}

#menu-primeiro .nav-item .submenu .nav-link,
.area-footer .nav-item .submenu .nav-link {
  color: #000;
  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: #121641;
}

#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: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/06/seta-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}

#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 Eluar
========================================================= */
#eluar-banner {
  position: relative;
  overflow: hidden;
  min-height: 750px;
  display: flex;
  align-items: center;
  background: #fff;
  top: -140px;
  margin-bottom: -110px;
}

#eluar-banner .eluar-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#eluar-banner .eluar-banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: right center; */
  z-index: 1;
  position: relative;
}

#eluar-banner .container {
  position: relative;
  z-index: 2;
}

#eluar-banner .eluar-banner-content {
  padding: 60px 0;
}

#eluar-banner .eluar-banner-tag {
  display: block;
  /* font-style: italic; */
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-banner .eluar-banner-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-banner .eluar-banner-title span {
  font-style: italic;
  color: #b4343e;
}

#eluar-banner .eluar-banner-text {
  font-size: 23px;
  line-height: 1.2;
  color: #5a5a5a;
  /* max-width: 420px; */
  margin-bottom: 32px;
  font-weight: 400;
}

#eluar-banner .eluar-banner-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

#eluar-banner .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-banner .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: 2px transparent;
}

#eluar-banner .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

#eluar-banner .eluar-btn-outline {
  background: transparent;
  border-color: #b4343e;
  color: #b4343e;
}

#eluar-banner .eluar-btn-outline:hover {
  background: #b4343e;
  color: #fff;
}

@media (max-width: 991.98px) {
  #eluar-banner {
    min-height: auto;
    padding: 50px 0 0;
    display: block;
  }

  #eluar-banner .eluar-banner-image {
    position: relative;
    height: 320px;
    order: 2;
  }

  #eluar-banner .container {
    padding-bottom: 40px;
  }

  #eluar-banner .eluar-banner-title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  #eluar-banner .eluar-banner-image {
    height: 260px;
  }

  #eluar-banner .eluar-banner-title {
    font-size: 24px;
  }

  #eluar-banner .eluar-banner-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  #eluar-banner .eluar-btn {
    width: 100%;
  }
}
/* =========================================================
   section METODOLOGIA
========================================================= */

#eluar-metodologia {
  position: relative;
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/1785268860532_Fundo_azul.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 90px;
  overflow: hidden;
  top: -100px;
  padding-top: 170px;
}

/* linha imagem + conteúdo, referência pra posicionar os cards */
#eluar-metodologia .eluar-metodologia-row {
  position: relative;
}

#eluar-metodologia .eluar-metodologia-visual {
  width: 100%;
}

#eluar-metodologia .eluar-metodologia-visual img {
  display: block;
  width: 100%;
  height: auto;
}

#eluar-metodologia .eluar-metodologia-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 0.9;
  color: #fff;
  margin-bottom: 20px;
}

#eluar-metodologia .eluar-metodologia-title span {
  font-style: italic;
}

#eluar-metodologia .eluar-metodologia-text {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  /* max-width: 380px; */
  font-weight: 400;
}

/* cards flutuantes - posição calculada em cima do print (pixel perfect) */
#eluar-metodologia .eluar-metodologia-card {
  position: absolute;
  width: 40%;
  display: flex;
  /* align-items: flex-start; */
  gap: 14px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  z-index: 3;
  align-items: center;
}

#eluar-metodologia .card-motivar {
  top: 35%;
  right: 0;
}

#eluar-metodologia .card-informar {
  top: 56%;
  right: 8.5%;
}

#eluar-metodologia .card-conscientizar {
  top: 77.5%;
  right: 17%;
}

#eluar-metodologia .card-icon img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

#eluar-metodologia .card-content h3 {
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  color: #1f213b;
  margin: 0 0 6px;
}

#eluar-metodologia .card-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #5a5a5a;
  margin: 0;
  font-weight: 400;
}

/* Veja nossa trajetória */
#eluar-metodologia .eluar-metodologia-resultados {
  margin-top: 90px;
}

#eluar-metodologia .eluar-resultados-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}

#eluar-metodologia .eluar-resultados-title span {
  font-style: italic;
}

#eluar-metodologia .eluar-resultados-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
}

/* contadores */
#eluar-metodologia .eluar-metodologia-counters {
  row-gap: 20px;
}

#eluar-metodologia .eluar-counter-card {
  background: #090c28;
  border-radius: 16px;
  padding: 30px 28px;
  height: 100%;
}

#eluar-metodologia .eluar-counter {
  display: block;
  font-size: 46px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

#eluar-metodologia .eluar-counter-card p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* botão - mesmo padrão do banner */
#eluar-metodologia .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-top: 40px;
}

#eluar-metodologia .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-metodologia .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

/* responsivo */
@media (max-width: 991.98px) {
  #eluar-metodologia {
    padding: 70px 0 60px;
  }

  #eluar-metodologia .eluar-metodologia-row {
    position: static;
  }

  #eluar-metodologia .eluar-metodologia-content {
    margin-top: 30px;
  }

  #eluar-metodologia .eluar-metodologia-title,
  #eluar-metodologia .eluar-resultados-title {
    font-size: 30px;
  }

  #eluar-metodologia .eluar-metodologia-text {
    max-width: 100%;
  }

  /* cards viram cards normais empilhados abaixo da imagem */
  #eluar-metodologia .eluar-metodologia-card {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  #eluar-metodologia .eluar-metodologia-resultados {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  #eluar-metodologia .eluar-metodologia-title,
  #eluar-metodologia .eluar-resultados-title {
    font-size: 26px;
  }

  #eluar-metodologia .eluar-counter {
    font-size: 36px;
  }

  #eluar-metodologia .card-content h3 {
    font-size: 16px;
  }
}
/* =========================================================
   ELUAR Projetos Home
========================================================= */

#eluar-projetos {
  padding: 90px 0;
  overflow: hidden;
}

#eluar-projetos .eluar-projetos-header {
  margin-bottom: 50px;
}

#eluar-projetos .eluar-projetos-tag {
  display: block;
  /* font-style: italic; */
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-projetos .eluar-projetos-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #1f213b;
  margin: 0;
}

#eluar-projetos .eluar-projetos-title span {
  font-style: italic;
  font-weight: 900;
}

#eluar-projetos .eluar-projeto-item {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

#eluar-projetos .eluar-projeto-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

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

#eluar-projetos .owl-carousel .item {
  padding: 20px;
}

/* dots - laranja ativo, cinza inativo, seguindo o padrão de marca */
#eluar-projetos .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#eluar-projetos .owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: 0.3s ease;
}

#eluar-projetos .owl-dot.active span,
#eluar-projetos .owl-dot:hover span {
  background: #ff7400;
}

@media (max-width: 991.98px) {
  #eluar-projetos .eluar-projetos-header .col-lg-4 {
    margin-top: 20px;
    text-align: left !important;
  }

  #eluar-projetos .eluar-projetos-title {
    font-size: 26px;
  }
}
#eluar-projetos .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-projetos .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-projetos .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}
/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 991px) {
  #informov-marcas .marcas-heading h2 {
    font-size: 26px;
    white-space: inherit;
    text-align: center;
  }

  #informov-marcas .marcas-heading .linha {
    max-width: 60px;
  }

  #informov-marcas .marcas-sobre {
    row-gap: 50px;
  }

  #informov-marcas .marcas-texto p {
    max-width: 100%;
  }

  #informov-marcas .marcas-imagem {
    width: 100%;
    margin-left: 0;
  }

  #informov-marcas .marcas-watermark {
    font-size: 60px;
    bottom: -20px;
  }
}

@media (max-width: 575px) {
  #informov-marcas {
    padding: 60px 0 90px;
  }

  #informov-marcas .marcas-heading {
    flex-direction: column;
    gap: 12px;
  }

  #informov-marcas .marcas-heading .linha {
    display: none;
  }

  #informov-marcas .marcas-texto h3 {
    font-size: 28px;
  }
}
/* =========================================================
   ELUAR LAÇOS
========================================================= */
#eluar-lacos {
  padding: 100px 0;
  overflow: hidden;
}

/* tag e título seguindo o padrão fixo do projeto */
#eluar-lacos .eluar-lacos-tag {
  display: block;
  /* font-style: italic; */
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-lacos .eluar-lacos-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-lacos .eluar-lacos-text {
  font-size: 20px;
  line-height: 1.2;
  color: #5a5a5a;
  margin-bottom: 20px;
  font-weight: 400;
}

#eluar-lacos .eluar-lacos-text:last-of-type {
  margin-bottom: 0;
}

#eluar-lacos .eluar-lacos-image {
  margin-top: 50px;
}

#eluar-lacos .eluar-lacos-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* selo com a seta */
#eluar-lacos .eluar-lacos-logo {
  max-width: 320px;
  margin: 0 0 20px auto;
}

#eluar-lacos .eluar-lacos-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#eluar-lacos .eluar-lacos-subtitle {
  font-size: 26px;
  font-weight: 800;
  color: #1f213b;
  margin-bottom: 20px;
}

/* mini cards de oferta - mesmo padrão dos cards da metodologia */
#eluar-lacos .eluar-lacos-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(31, 33, 59, 0.08);
  margin-bottom: 18px;
}

#eluar-lacos .card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#eluar-lacos .card-content h4 {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
  margin: 0 0 4px;
}

#eluar-lacos .card-content p {
  font-size: 16px;
  line-height: 1.2;
  color: #5a5a5a;
  margin: 0;
  font-weight: 400;
}

#eluar-lacos .eluar-lacos-promac {
  font-size: 20px;
  line-height: 1.2;
  color: #5a5a5a;
  font-weight: 400;
  margin: 26px 0 24px;
}

/* botão - mesmo padrão do resto do site */
#eluar-lacos .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-lacos .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-lacos .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-lacos {
    padding: 70px 0;
  }

  #eluar-lacos .eluar-lacos-title {
    font-size: 30px;
  }

  #eluar-lacos .eluar-lacos-logo {
    margin: 50px auto 20px;
  }

  #eluar-lacos .eluar-lacos-ofertas {
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  #eluar-lacos .eluar-lacos-title {
    font-size: 26px;
  }

  #eluar-lacos .eluar-lacos-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* =========================================================
   ELUAR blog home
========================================================= */
#eluar-blog {
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/blog-home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

#eluar-blog .eluar-blog-header {
  margin-bottom: 40px;
}

#eluar-blog .eluar-blog-tag {
  display: block;
  /* font-style: italic; */
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-blog .eluar-blog-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  color: #1f213b;
  margin: 0;
}

#eluar-blog .eluar-blog-posts {
  row-gap: 30px;
  margin-bottom: 50px;
}

#eluar-blog .eluar-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(31, 33, 59, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

#eluar-blog .eluar-blog-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#eluar-blog .eluar-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#eluar-blog .eluar-blog-card:hover .eluar-blog-card-image img {
  transform: scale(1.05);
}

#eluar-blog .eluar-blog-card-body {
  padding: 24px 30px 30px;
}

#eluar-blog .eluar-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 14px;
}

#eluar-blog .eluar-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #595959;
}

#eluar-blog .eluar-blog-meta svg {
  color: #999;
  flex-shrink: 0;
}

#eluar-blog .eluar-blog-card-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #555555;
  margin-bottom: 10px;
}

#eluar-blog .eluar-blog-card-title a {
  color: inherit;
  text-decoration: none;
  font-weight: 900;
}

#eluar-blog .eluar-blog-card-title a:hover {
  color: #ff4500;
}

/* excerpt segue o padrão global de <p> (line-height 1.2 / font-weight 400) */
#eluar-blog .eluar-blog-card-excerpt {
  font-size: 16px;
  color: #595959;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: 400;
}

#eluar-blog .eluar-blog-card-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ff4500;
  text-decoration: underline;
}

#eluar-blog .eluar-blog-card-link:hover {
  color: #e03d00;
}

#eluar-blog .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-blog .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-blog .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-blog {
    padding: 70px 0;
  }

  #eluar-blog .eluar-blog-title {
    font-size: 26px;
  }
}
/* =========================================================
   Eluar Justos
========================================================= */
#eluar-apoiador {
  padding: 100px 0;
  overflow: hidden;
}

#eluar-apoiador .eluar-apoiador-tag {
  display: block;

  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-apoiador .eluar-apoiador-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-apoiador .eluar-apoiador-title span {
  font-style: italic;
}

#eluar-apoiador .eluar-apoiador-text {
  font-size: 20px;
  color: #5a5a5a;
  max-width: 440px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-apoiador .eluar-apoiador-text strong {
  font-weight: 900;
  color: #5a5a5a;
}

#eluar-apoiador .eluar-apoiador-text:last-of-type {
  margin-bottom: 30px;
}

#eluar-apoiador .eluar-apoiador-image img {
  display: block;
  width: 100%;
  height: auto;
}

#eluar-apoiador .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-apoiador .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-apoiador .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-apoiador {
    padding: 70px 0;
  }

  #eluar-apoiador .eluar-apoiador-title {
    font-size: 30px;
  }

  #eluar-apoiador .eluar-apoiador-text {
    max-width: 100%;
  }

  #eluar-apoiador .eluar-apoiador-image {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  #eluar-apoiador .eluar-apoiador-title {
    font-size: 26px;
  }
}
/* =========================================================
   FOOTER Eular
========================================================= */
#footer-eluar {
  background: #fff;
}

#footer-eluar .eluar-footer-top {
  padding: 60px 0;
}

#footer-eluar .eluar-footer-logo {
  display: inline-block;
}

#footer-eluar .eluar-footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
}

#footer-eluar .eluar-footer-tag {
  display: block;

  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#footer-eluar .eluar-footer-heading {
  font-size: 20px;
  font-weight: 900;
  color: #1f213b;
  margin-bottom: 16px;
}

#footer-eluar .eluar-footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #5a5a5a;
  text-decoration: none;
  margin-bottom: 12px;
}

#footer-eluar .eluar-footer-contact:hover {
  color: #1f213b;
}

#footer-eluar .eluar-footer-contact strong {
  color: #1f213b;
  font-weight: 700;
}

#footer-eluar .eluar-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff7400;
  flex-shrink: 0;
}

#footer-eluar .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#footer-eluar .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#footer-eluar .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

/* barra inferior */
#footer-eluar .eluar-footer-bottom {
  background: #b4343e;
  padding: 18px 0;
}

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

#footer-eluar .eluar-footer-credits img {
  height: 12px;
  width: auto;
  display: block;
}

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

#footer-eluar .eluar-footer-privacy:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  #footer-eluar .eluar-footer-top .col-lg-4 {
    margin-bottom: 30px;
  }

  #footer-eluar .eluar-footer-top .col-lg-4:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  #footer-eluar .eluar-footer-bottom .col-md-6 {
    text-align: center !important;
    margin-bottom: 10px;
  }

  #footer-eluar .eluar-footer-credits {
    justify-content: center;
  }

  #footer-eluar .eluar-footer-bottom .col-md-6:last-child {
    margin-bottom: 0;
  }
}
/***************************************************************************
  QUEM SOMOS | ELUAR PRESITENDE
***************************************************************************/
#eluar-proposito {
  position: relative;
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/fundo-azul-Quem-somos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0 110px;
  z-index: 0;
  top: -100px;
  margin-bottom: -100px;
}

/* tag - padrão fixo do projeto (sem itálico) */
.eluar-proposito-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

/* título - padrão fixo, cor adaptada pro fundo escuro */
#eluar-proposito .eluar-proposito-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9;
  color: #fff;
  margin-bottom: 20px;
}

/* subtítulo central do topo - adaptado (largura e cor pro fundo escuro) */
#eluar-proposito .eluar-proposito-subtitle {
  font-size: 20px;
  color: #fff;
  max-width: 700px;
  margin: 0 auto 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-proposito .eluar-proposito-header {
  margin-bottom: 50px;
}

#eluar-proposito .eluar-proposito-divider {
  max-width: 750px;
  margin: 0 auto 70px;
}

#eluar-proposito .eluar-proposito-divider img {
  display: block;
  width: 100%;
  height: auto;
}

/* texto do depoimento - padrão fixo de texto, cor adaptada + itálico de citação */
#eluar-proposito .eluar-proposito-text {
  font-size: 20px;
  color: #fff;
  /* max-width: 440px; */
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-proposito .eluar-proposito-quote {
  font-style: italic;
  font-size: 20px;
  /* max-width: 400px; */
  opacity: 0.9;
}

/* foto + assinatura */
#eluar-proposito .eluar-proposito-photo {
  position: relative;
  max-width: 420px;
  /* margin-left: auto; */
}

#eluar-proposito .foto-principal {
  display: block;
  /* width: 80%; */
  /* aspect-ratio: 1 / 1; */
  object-fit: cover;
  /* border-radius: 50%; */
  margin-left: auto;
}

#eluar-proposito .eluar-proposito-signature {
  margin-top: 10px;
}

#eluar-proposito .eluar-proposito-signature img {
  display: block;
  max-width: 170px;
  height: auto;
  margin-bottom: 4px;
}

#eluar-proposito .eluar-proposito-signature span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.3px;
}

@media (max-width: 991.98px) {
  #eluar-proposito {
    padding: 90px 0 70px;
  }

  #eluar-proposito .eluar-proposito-title {
    font-size: 30px;
  }

  #eluar-proposito .eluar-proposito-text,
  #eluar-proposito .eluar-proposito-quote {
    max-width: 100%;
  }

  #eluar-proposito .eluar-proposito-photo {
    margin: 40px auto 0;
  }

  #eluar-proposito .eluar-proposito-divider {
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  #eluar-proposito .eluar-proposito-title {
    font-size: 26px;
  }

  #eluar-proposito .eluar-proposito-subtitle {
    font-size: 17px;
  }
}
/***************************************************************************
  QUEM SOMOS | Zloti
***************************************************************************/
#eluar-zloti {
  padding: 100px 0;
  overflow: hidden;
}

#eluar-zloti .eluar-zloti-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-zloti .eluar-zloti-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-zloti .eluar-zloti-text {
  font-size: 20px;
  color: #5a5a5a;
  max-width: 440px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-zloti .eluar-zloti-logos {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#eluar-zloti .eluar-zloti-logos img {
  height: 75px;
  width: auto;
}

/* cards - mesmo padrão dos outros mini-cards do projeto */
#eluar-zloti .eluar-zloti-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 22px 26px;
  box-shadow: 0 10px 30px rgba(31, 33, 59, 0.06);
}

#eluar-zloti .col-lg-6:first-child .eluar-zloti-card {
  max-width: 440px;
}

#eluar-zloti .col-lg-6:last-child .eluar-zloti-card {
  margin-top: 20px;
}

#eluar-zloti .card-icon img {
  width: 55px;
  height: 45px;

  object-fit: contain;
}

#eluar-zloti .card-content h4 {
  font-size: 22px;
  font-weight: 900;

  color: #1f213b;
  margin: 0 0 6px;
}

#eluar-zloti .card-content p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

#eluar-zloti .eluar-zloti-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* jornada - imagem única, pronta */
#eluar-zloti .eluar-zloti-jornada {
  margin-top: 80px;
}

#eluar-zloti .eluar-zloti-jornada img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  #eluar-zloti {
    padding: 70px 0;
  }

  #eluar-zloti .eluar-zloti-title {
    font-size: 30px;
  }

  #eluar-zloti .eluar-zloti-text {
    max-width: 100%;
  }

  #eluar-zloti .col-lg-6:last-child {
    margin-top: 50px;
  }

  #eluar-zloti .eluar-zloti-jornada {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  #eluar-zloti .eluar-zloti-title {
    font-size: 26px;
  }

  #eluar-zloti .eluar-zloti-logos {
    gap: 20px;
  }

  #eluar-zloti .eluar-zloti-logos img {
    height: 44px;
  }
}
/***************************************************************************
  LAÇOS ELUAR | INTRODUÇÃO
***************************************************************************/
#eluar-lacos-intro {
  padding: 100px 0;
  overflow: hidden;
}

#eluar-lacos-intro .eluar-lacos-intro-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-lacos-intro .eluar-lacos-intro-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-lacos-intro .eluar-lacos-intro-text {
  font-size: 20px;
  color: #5a5a5a;
  max-width: 440px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-lacos-intro .eluar-lacos-intro-content {
  margin-bottom: 24px;
}

#eluar-lacos-intro .eluar-lacos-intro-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 10px 30px rgba(31, 33, 59, 0.06);
  margin-bottom: 16px;
  max-width: 540px;
}

#eluar-lacos-intro .card-icon img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  object-fit: contain;
}

#eluar-lacos-intro .card-content h4 {
  font-size: 22px;
  font-weight: 900;
  /* font-style: italic; */
  color: #1f213b;
  margin: 0 0 8px;
}

#eluar-lacos-intro .card-content p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-lacos-intro .eluar-lacos-intro-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  #eluar-lacos-intro {
    padding: 70px 0;
  }

  #eluar-lacos-intro .eluar-lacos-intro-title {
    font-size: 30px;
  }

  #eluar-lacos-intro .eluar-lacos-intro-text,
  #eluar-lacos-intro .eluar-lacos-intro-card {
    max-width: 100%;
  }

  #eluar-lacos-intro .eluar-lacos-intro-image {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  #eluar-lacos-intro .eluar-lacos-intro-title {
    font-size: 26px;
  }

  #eluar-lacos-intro .eluar-lacos-intro-card {
    flex-direction: column;
  }
}
/***************************************************************************
  LAÇOS ELUAR | ACESSIBILIDADE E ESTRUTURA
***************************************************************************/
#eluar-estrutura {
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/Fundo-azul.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
}

#eluar-estrutura .eluar-estrutura-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-estrutura .eluar-estrutura-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 16px;
}

#eluar-estrutura .eluar-estrutura-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);

  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-estrutura .eluar-estrutura-stats {
  row-gap: 14px;
}

#eluar-estrutura .eluar-estrutura-card {
  background: #090c28;
  border-radius: 14px;
  padding: 20px 22px;
  height: 100%;
}

#eluar-estrutura .eluar-estrutura-card .stat-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

#eluar-estrutura .eluar-counter {
  display: block;
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

#eluar-estrutura .eluar-estrutura-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

#eluar-estrutura .eluar-estrutura-card p strong {
  color: #fff;
  font-weight: 700;
}

#eluar-estrutura .eluar-estrutura-card-full {
  padding: 18px 22px;
}

#eluar-estrutura .eluar-estrutura-card-full .stat-label {
  display: inline;
  margin-right: 6px;
}

#eluar-estrutura .eluar-estrutura-card-full p {
  display: inline;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991.98px) {
  #eluar-estrutura .row.justify-content-end {
    justify-content: flex-start !important;
  }

  #eluar-estrutura .eluar-estrutura-title {
    font-size: 26px;
  }

  #eluar-estrutura .eluar-estrutura-text {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  #eluar-estrutura .eluar-estrutura-stats .col-6 {
    width: 100%;
  }
}
/***************************************************************************
  LAÇOS ELUAR | CTA APOIO
***************************************************************************/
#eluar-lacos-cta {
  padding: 100px 0;
  overflow: hidden;
}

#eluar-lacos-cta .eluar-lacos-cta-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-lacos-cta .eluar-lacos-cta-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 0.9;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-lacos-cta .eluar-lacos-cta-text {
  font-size: 20px;
  color: #5a5a5a;
  max-width: 440px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-lacos-cta .eluar-lacos-cta-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

#eluar-lacos-cta .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-lacos-cta .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-lacos-cta .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-lacos-cta {
    padding: 70px 0;
  }

  #eluar-lacos-cta .eluar-lacos-cta-title {
    font-size: 30px;
  }

  #eluar-lacos-cta .eluar-lacos-cta-text {
    max-width: 100%;
  }

  #eluar-lacos-cta .eluar-lacos-cta-image {
    margin-top: 40px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  #eluar-lacos-cta .eluar-lacos-cta-title {
    font-size: 26px;
  }
}
/***************************************************************************
  SEJA UM ANUNCIANTE | HEADER
***************************************************************************/
#eluar-anunciante-header {
  padding: 90px 0 60px;
}

#eluar-anunciante-header .eluar-anunciante-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-anunciante-header .eluar-anunciante-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-anunciante-header .eluar-anunciante-text {
  font-size: 20px;
  color: #5a5a5a;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  #eluar-anunciante-header .eluar-anunciante-title {
    font-size: 26px;
  }
}
/***************************************************************************
  SEJA UM ANUNCIANTE | ONDE SUA MARCA ESTARÁ EXPOSTA
***************************************************************************/
#eluar-anunciante-exposicao {
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/bora-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
}

#eluar-anunciante-exposicao .eluar-anunciante-subtitle {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}

#eluar-anunciante-exposicao .eluar-anunciante-cards {
  row-gap: 24px;
  margin-bottom: 40px;
}

#eluar-anunciante-exposicao .eluar-anunciante-card {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  height: 100%;
}

#eluar-anunciante-exposicao .card-icon img {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
}

#eluar-anunciante-exposicao .eluar-anunciante-card h4 {
  font-size: 19px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
  margin-bottom: 8px;
}

#eluar-anunciante-exposicao .eluar-anunciante-card p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

#eluar-anunciante-exposicao .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-anunciante-exposicao .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-anunciante-exposicao .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  #eluar-anunciante-exposicao .eluar-anunciante-subtitle {
    font-size: 20px;
  }
}
/***************************************************************************
  SEJA UM ANUNCIANTE | POR QUE ANUNCIAR
***************************************************************************/
#eluar-anunciante-motivos {
  padding: 100px 0;
  overflow: hidden;
}

#eluar-anunciante-motivos .eluar-anunciante-title2 {
  font-size: 28px;
  font-weight: 900;
  color: #1f213b;
  margin-bottom: 12px;
}

#eluar-anunciante-motivos .eluar-anunciante-text {
  font-size: 20px;
  color: #5a5a5a;
  /* max-width: 440px; */
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-anunciante-motivos .eluar-anunciante-stats-group {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  width: fit-content;
}

#eluar-anunciante-motivos .eluar-anunciante-stats-group:last-of-type {
  border-bottom: none;
}

#eluar-anunciante-motivos .eluar-anunciante-stats-label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #b4343e;
  margin-bottom: 10px;
}

#eluar-anunciante-motivos .eluar-anunciante-stats-row {
  display: flex;
}

#eluar-anunciante-motivos .stat-item {
  padding: 0 24px;
  border-left: 1px solid #ddd;
}

#eluar-anunciante-motivos .stat-item:first-child {
  padding-left: 0;
  border-left: none;
}

#eluar-anunciante-motivos .eluar-counter,
#eluar-anunciante-motivos .stat-suffix {
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
}

#eluar-anunciante-motivos .stat-item p {
  font-size: 15px;
  color: #5a5a5a;
  max-width: 150px;
  margin: 4px 0 0;
  line-height: 1.2;
  font-weight: 400;
}

#eluar-anunciante-motivos .eluar-anunciante-image img {
  display: block;
  width: 100%;
  height: auto;
}

#eluar-anunciante-motivos .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-top: 30px;
}

#eluar-anunciante-motivos .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-anunciante-motivos .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-anunciante-motivos .eluar-anunciante-text {
    max-width: 100%;
  }

  #eluar-anunciante-motivos .eluar-anunciante-image {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  #eluar-anunciante-motivos .stat-item {
    padding: 0 14px;
  }

  #eluar-anunciante-motivos .eluar-counter,
  #eluar-anunciante-motivos .stat-suffix {
    font-size: 22px;
  }
}
/***************************************************************************
  LAÇOS ELUAR | HERO SECUNDÁRIO
***************************************************************************/
#eluar-lacos-hero2 {
  position: relative;
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/Fundo-azul-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 40px;
  top: -100px;
}

#eluar-lacos-hero2 .eluar-lacos-hero2-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-lacos-hero2 .eluar-lacos-hero2-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

#eluar-lacos-hero2 .eluar-lacos-hero2-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 400;
  line-height: 1.4;
}

#eluar-lacos-hero2 .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

#eluar-lacos-hero2 .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-lacos-hero2 .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

/* cards posicionados pra "flutuar" em cima da curva do fundo, igual no print */
#eluar-lacos-hero2 .eluar-lacos-hero2-cards {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  margin-bottom: -110px;
  row-gap: 24px;
}

#eluar-lacos-hero2 .eluar-lacos-hero2-card {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  height: 100%;
}

#eluar-lacos-hero2 .card-icon img {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
}

/* título dentro de card - padrão fixo */
#eluar-lacos-hero2 .eluar-lacos-hero2-card h4 {
  font-size: 19px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
  margin-bottom: 8px;
}

/* texto dentro de card - padrão fixo */
#eluar-lacos-hero2 .eluar-lacos-hero2-card p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  #eluar-lacos-hero2 .eluar-lacos-hero2-title {
    font-size: 24px;
  }

  #eluar-lacos-hero2 .eluar-lacos-hero2-cards {
    margin-top: 40px;
    margin-bottom: -60px;
  }
}

@media (max-width: 575.98px) {
  #eluar-lacos-hero2 .eluar-lacos-hero2-title {
    font-size: 21px;
  }

  #eluar-lacos-hero2 .eluar-lacos-hero2-cards {
    margin-bottom: 0;
  }
}

/***************************************************************************
  LAÇOS ELUAR | MODALIDADES DE INSCRIÇÃO
***************************************************************************/
#eluar-inscricao .eluar-inscricao-header {
  padding: 150px 0 0px;
}

#eluar-inscricao .eluar-inscricao-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-inscricao .eluar-inscricao-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #1f213b;
  margin: 0;
}

#eluar-inscricao .eluar-inscricao-item {
  padding: 70px 0;
}

#eluar-inscricao .eluar-inscricao-item-alt {
  background: #fafafa;
}

#eluar-inscricao .eluar-inscricao-row-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  color: #1f213b;
  margin-bottom: 18px;
}

#eluar-inscricao .eluar-inscricao-label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

/* texto de section - padrão fixo */
#eluar-inscricao .eluar-inscricao-text {
  font-size: 20px;
  color: #5a5a5a;
  /* max-width: 440px; */
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-inscricao .eluar-inscricao-image img {
  display: block;
  width: 100%;
  height: auto;
}

#eluar-inscricao .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-top: 10px;
}

#eluar-inscricao .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-inscricao .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-inscricao .eluar-inscricao-item {
    padding: 50px 0;
  }

  #eluar-inscricao .eluar-inscricao-text {
    max-width: 100%;
  }

  #eluar-inscricao .eluar-inscricao-image {
    margin-top: 40px;
  }

  #eluar-inscricao .eluar-inscricao-row-title {
    font-size: 21px;
  }
}

@media (max-width: 575.98px) {
  #eluar-inscricao .eluar-inscricao-title {
    font-size: 23px;
  }
}
/***************************************************************************
  SEJA UM PATROCINADOR | HEADER
***************************************************************************/
#eluar-patrocinador-header {
  padding: 90px 0 70px;
}

#eluar-patrocinador-header .eluar-patrocinador-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-patrocinador-header .eluar-patrocinador-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-patrocinador-header .eluar-patrocinador-text {
  font-size: 20px;
  color: #5a5a5a;
  max-width: 750px;
  margin: 0 auto 20px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-patrocinador-header .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-top: 10px;
}

#eluar-patrocinador-header .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-patrocinador-header .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  #eluar-patrocinador-header .eluar-patrocinador-title {
    font-size: 26px;
  }
}
/***************************************************************************
  SEJA UM PATROCINADOR | MECANISMOS DE INCENTIVO FISCAL
***************************************************************************/
#eluar-patrocinador-mecanismos {
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/Fundo-Azul-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

#eluar-patrocinador-mecanismos .eluar-patrocinador-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-patrocinador-mecanismos .eluar-patrocinador-title2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
}

#eluar-patrocinador-mecanismos .eluar-patrocinador-cards {
  row-gap: 24px;
}

#eluar-patrocinador-mecanismos .eluar-patrocinador-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 32px;
  height: 100%;
}

/* título dentro de card - padrão fixo */
#eluar-patrocinador-mecanismos .eluar-patrocinador-card h3 {
  font-size: 19px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
  margin-bottom: 8px;
}

#eluar-patrocinador-mecanismos .eluar-patrocinador-card h3 span {
  color: #b4343e;
}

#eluar-patrocinador-mecanismos .eluar-patrocinador-card h4 {
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
  margin: 16px 0 8px;
}

/* texto dentro de card - padrão fixo */
#eluar-patrocinador-mecanismos .eluar-patrocinador-card p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  #eluar-patrocinador-mecanismos .eluar-patrocinador-title2 {
    font-size: 23px;
  }

  #eluar-patrocinador-mecanismos .eluar-patrocinador-card {
    padding: 24px 26px;
  }
}
/***************************************************************************
  SEJA UM PATROCINADOR | COTAS DE PATROCÍNIO
***************************************************************************/
#eluar-cotas {
  padding: 90px 0;
}

#eluar-cotas .eluar-cotas-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-cotas .eluar-cotas-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #1f213b;
  margin: 0;
}

#eluar-cotas .eluar-cotas-cards {
  margin-top: 50px;
  row-gap: 24px;
}

#eluar-cotas .eluar-cotas-card {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 10px 30px rgba(31, 33, 59, 0.05);
  height: 100%;
  overflow: hidden;
}

/* selo numerado - só CSS, sem imagem */
#eluar-cotas .eluar-cotas-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #b4343e;
  border-radius: 0 16px 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px 25px 0 0;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

#eluar-cotas .card-icon img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

/* título dentro de card - padrão fixo */
#eluar-cotas .eluar-cotas-card h4 {
  font-size: 19px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
  margin-bottom: 8px;
}

/* texto dentro de card - padrão fixo */
#eluar-cotas .eluar-cotas-card p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

#eluar-cotas .eluar-cotas-card-full p {
  max-width: 900px;
}

#eluar-cotas .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-top: 40px;
}

#eluar-cotas .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-cotas .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  #eluar-cotas .eluar-cotas-title {
    font-size: 23px;
  }
}
/***************************************************************************
  CONTATO | HEADER + CARDS
***************************************************************************/
#eluar-contato-header {
  position: relative;
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/Fundo-azul-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 130px;
  top: -100px;
}

#eluar-contato-header .eluar-contato-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-contato-header .eluar-contato-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}

#eluar-contato-header .eluar-contato-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 750px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.4;
}

#eluar-contato-header .eluar-contato-cards {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  margin-bottom: -150px;
  row-gap: 20px;
}

#eluar-contato-header .eluar-contato-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  height: 100%;
}
#eluar-contato-header .eluar-contato-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  height: 100%;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

#eluar-contato-header .eluar-contato-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.16);
}

#eluar-contato-header .card-icon {
  margin-bottom: 10px;
}

#eluar-contato-header .eluar-contato-card h4 {
  font-size: 23px;
  font-weight: 900;
  /* font-style: italic; */
  color: #1f213b;
  margin-bottom: 4px;
}

#eluar-contato-header .eluar-contato-card p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

/***************************************************************************
  CONTATO | TABS + FORMULÁRIO
***************************************************************************/
#eluar-contato-form {
  padding: 0 0 100px;
}

#eluar-contato-form .eluar-contato-tabs {
  border-bottom: none;
  gap: 4px;
}

#eluar-contato-form .eluar-contato-tabs .nav-link {
  border: none;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #1f213b;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.05);
}

#eluar-contato-form .eluar-contato-tabs .nav-link.active {
  background: #b4343e;
  color: #fff;
}

#eluar-contato-form .eluar-contato-form-card {
  background: #fff;
  border-radius: 0 16px 16px 16px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(31, 33, 59, 0.08);
}

#eluar-contato-form .eluar-contato-form-title {
  font-size: 22px;
  font-weight: 900;
  color: #1f213b;
  margin-bottom: 24px;
}

#eluar-contato-form .row {
  row-gap: 16px;
}

#eluar-contato-form input[type="text"],
#eluar-contato-form input[type="tel"],
#eluar-contato-form input[type="email"],
#eluar-contato-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  color: #1f213b;
  font-family: inherit;
}

#eluar-contato-form input::placeholder,
#eluar-contato-form textarea::placeholder {
  color: #9a9a9a;
}

#eluar-contato-form textarea {
  resize: vertical;
  min-height: 110px;
}

#eluar-contato-form .eluar-contato-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #5a5a5a;
  cursor: pointer;
}

#eluar-contato-form .eluar-contato-check input {
  margin-top: 3px;
}

#eluar-contato-form .eluar-contato-check a {
  color: #1f213b;
  text-decoration: underline;
}

#eluar-contato-form .eluar-contato-submit {
  display: block;
  width: 100%;
  margin-top: 24px;
  border: none;
  border-radius: 0 0 16px 16px;
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #ff7400 0%, #ffa000 100%);
  cursor: pointer;
  transition: 0.3s ease;
}

#eluar-contato-form .eluar-contato-submit:hover {
  opacity: 0.92;
}

@media (max-width: 767.98px) {
  #eluar-contato-form .eluar-contato-tabs {
    flex-wrap: wrap;
  }

  #eluar-contato-form .eluar-contato-form-card {
    padding: 26px;
  }
}

/* =========================================================
   ELUAR blog (home + arquivo)
========================================================= */
#eluar-blog {
  background-image: url("https://clientemarcasite.com.br/eluar-wp/wp-content/uploads/2026/07/blog-home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
#eluar-blog .eluar-blog-header {
  margin-bottom: 40px;
}
#eluar-blog .eluar-blog-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}
#eluar-blog .eluar-blog-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  color: #1f213b;
  margin: 0;
}

/* cabeçalho específico do arquivo (sem tag, sem bg) */
#eluar-blog-archive {
  padding: 50px 0;
}
#eluar-blog-archive .eluar-blog-archive-header {
  margin-bottom: 40px;
}
#eluar-blog-archive .eluar-blog-archive-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  color: #1f213b;
  margin: 0 0 10px;
}
#eluar-blog-archive .eluar-blog-archive-subtitle {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

/* ---- card: compartilhado entre home e arquivo ---- */
#eluar-blog .eluar-blog-posts,
#eluar-blog-archive .eluar-blog-posts {
  row-gap: 30px;
  margin-bottom: 50px;
}
#eluar-blog .eluar-blog-card,
#eluar-blog-archive .eluar-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(31, 33, 59, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
#eluar-blog .eluar-blog-card-image,
#eluar-blog-archive .eluar-blog-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
#eluar-blog .eluar-blog-card-image img,
#eluar-blog-archive .eluar-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#eluar-blog .eluar-blog-card:hover .eluar-blog-card-image img,
#eluar-blog-archive .eluar-blog-card:hover .eluar-blog-card-image img {
  transform: scale(1.05);
}
#eluar-blog .eluar-blog-card-body,
#eluar-blog-archive .eluar-blog-card-body {
  padding: 24px 30px 30px;
}
#eluar-blog .eluar-blog-meta,
#eluar-blog-archive .eluar-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 14px;
}
#eluar-blog .eluar-blog-meta span,
#eluar-blog-archive .eluar-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #595959;
}
#eluar-blog .eluar-blog-meta svg,
#eluar-blog-archive .eluar-blog-meta svg {
  color: #999;
  flex-shrink: 0;
}
#eluar-blog .eluar-blog-card-title,
#eluar-blog-archive .eluar-blog-card-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #555555;
  margin-bottom: 10px;
}
#eluar-blog .eluar-blog-card-title a,
#eluar-blog-archive .eluar-blog-card-title a {
  color: inherit;
  text-decoration: none;
  font-weight: 900;
}
#eluar-blog .eluar-blog-card-title a:hover,
#eluar-blog-archive .eluar-blog-card-title a:hover {
  color: #ff4500;
}
#eluar-blog .eluar-blog-card-excerpt,
#eluar-blog-archive .eluar-blog-card-excerpt {
  font-size: 16px;
  color: #595959;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: 400;
}
#eluar-blog .eluar-blog-card-link,
#eluar-blog-archive .eluar-blog-card-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ff4500;
  text-decoration: underline;
}
#eluar-blog .eluar-blog-card-link:hover,
#eluar-blog-archive .eluar-blog-card-link:hover {
  color: #e03d00;
}
#eluar-blog .eluar-btn,
#eluar-blog-archive .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
#eluar-blog .eluar-btn-primary,
#eluar-blog-archive .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}
#eluar-blog .eluar-btn-primary:hover,
#eluar-blog-archive .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-blog {
    padding: 70px 0;
  }
  #eluar-blog .eluar-blog-title {
    font-size: 26px;
  }
  #eluar-blog-archive .eluar-blog-archive-title {
    font-size: 26px;
  }
}
/***************************************************************************
  BLOG | SINGLE POST
***************************************************************************/
#eluar-blog-single {
  padding: 60px 0 100px;
}

#eluar-blog-single .eluar-blog-single-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #1f213b;
  margin-bottom: 14px;
}

#eluar-blog-single .eluar-blog-single-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
}

#eluar-blog-single .eluar-blog-single-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #595959;
}

#eluar-blog-single .eluar-blog-single-meta svg {
  color: #999;
  flex-shrink: 0;
}

#eluar-blog-single .eluar-blog-single-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

#eluar-blog-single .eluar-blog-single-image img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* conteúdo vindo do editor do WP */
#eluar-blog-single .eluar-blog-single-content {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-blog-single .eluar-blog-single-content p {
  margin-bottom: 18px;
}

#eluar-blog-single .eluar-blog-single-content strong,
#eluar-blog-single .eluar-blog-single-content b {
  color: #1f213b;
  font-weight: 700;
}

#eluar-blog-single .eluar-blog-single-content h2,
#eluar-blog-single .eluar-blog-single-content h3,
#eluar-blog-single .eluar-blog-single-content h4 {
  font-weight: 900;
  color: #1f213b;
  margin: 30px 0 14px;
}

#eluar-blog-single .eluar-blog-single-content h3 {
  font-size: 19px;
}

#eluar-blog-single .eluar-blog-single-content ul,
#eluar-blog-single .eluar-blog-single-content ol {
  margin-bottom: 18px;
  padding-left: 20px;
}

#eluar-blog-single .eluar-blog-single-content a {
  color: #ff4500;
  text-decoration: underline;
}

#eluar-blog-single .eluar-blog-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}

@media (max-width: 575.98px) {
  #eluar-blog-single .eluar-blog-single-title {
    font-size: 24px;
  }
}
/***************************************************************************
  PROJETOS | ARQUIVO
***************************************************************************/
#eluar-projetos-archive {
  padding: 90px 0;
}

#eluar-projetos-archive .eluar-projetos-archive-tag {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #b4343e;
  margin-bottom: 14px;
  font-family: var(--sub-titulo);
}

#eluar-projetos-archive .eluar-projetos-archive-title {
  font-size: 28px;
  font-weight: 900;
  color: #1f213b;
  margin-bottom: 14px;
}

#eluar-projetos-archive .eluar-projetos-archive-subtitle {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 1.4;
  max-width: 700px;
  margin: 0 auto 20px;
}

#eluar-projetos-archive .eluar-projetos-archive-grid {
  margin-top: 20px;
}

#eluar-projetos-archive .eluar-projeto-item {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease;
}

#eluar-projetos-archive .eluar-projeto-item:hover {
  transform: translateY(-6px);
}

#eluar-projetos-archive .eluar-projeto-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 575.98px) {
  #eluar-projetos-archive .eluar-projetos-archive-title {
    font-size: 23px;
  }
}
/***************************************************************************
  PROJETOS | SINGLE
***************************************************************************/
#eluar-projeto-single {
  padding: 70px 0 100px;
  overflow: hidden;
}

#eluar-projeto-single .eluar-projeto-single-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  color: #1f213b;
  margin-bottom: 20px;
}

#eluar-projeto-single .eluar-projeto-single-text {
  font-size: 16px;
  color: #5a5a5a;
  max-width: 460px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.2;
}

#eluar-projeto-single .eluar-projeto-single-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fafafa;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 16px;
  max-width: 460px;
}

#eluar-projeto-single .card-icon img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* título dentro de card - padrão fixo */
#eluar-projeto-single .card-content h4 {
  font-size: 19px;
  font-weight: 900;
  font-style: italic;
  color: #1f213b;
  margin-bottom: 8px;
}

/* texto dentro de card - padrão fixo */
#eluar-projeto-single .card-content p {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}

#eluar-projeto-single .eluar-projeto-single-image img {
  display: block;
  width: 100%;
  height: auto;
}

#eluar-projeto-single .eluar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
  margin-top: 10px;
}

#eluar-projeto-single .eluar-btn-primary {
  background: linear-gradient(180deg, #ff7400 0%, #ffa000 100%);
  color: #fff;
  border: transparent;
}

#eluar-projeto-single .eluar-btn-primary:hover {
  background: linear-gradient(180deg, #e56800 0%, #e69200 100%);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  #eluar-projeto-single .eluar-projeto-single-title {
    font-size: 27px;
  }

  #eluar-projeto-single .eluar-projeto-single-text,
  #eluar-projeto-single .eluar-projeto-single-card {
    max-width: 100%;
  }

  #eluar-projeto-single .eluar-projeto-single-image {
    margin-top: 40px;
  }
}
/***************************************************************************
  Banner Principal (REFEITO - Mobile First)
***************************************************************************/

section.banner-principal {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/06/banner-principal.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  margin-top: -90px;
  overflow: hidden;
}

.banner-principal .container {
  position: relative;
  z-index: 2;
}

.banner-principal .conteudo-banner {
  max-width: 430px;
  /* padding-top: 60px; */
}

.banner-principal h1 {
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 700;
  margin: 0 0 15px;
}

.banner-principal h1 span {
  color: #00c8ff;
}

.banner-principal p {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  margin: 0 0 20px;
  max-width: 390px;
}

.banner-principal .vorticco-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 285px;
  height: 55px;
  padding: 0 24px;
  border: 2px solid #00c8ff;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.banner-principal .vorticco-btn img {
  width: 16px;
  height: auto;
  transition: 0.3s ease;
}

.banner-principal .vorticco-btn:hover {
  background: #00c8ff;
  color: #fff;
}

.banner-principal .vorticco-btn:hover img {
  transform: translateX(4px);
}

.banner-principal .banner-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  margin-right: 120px;
  margin-top: 120px;
  width: fit-content;
  position: relative;
}

.banner-principal .banner-social::after {
  content: "";
  width: 1px;
  height: 105px;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  margin-top: 12px;
}

.banner-principal .banner-social a {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease;
}

.banner-principal .banner-social a:hover {
  color: #00c8ff;
}

@media (max-width: 991px) {
  section.banner-principal {
    min-height: 760px;
    padding: 130px 0 70px;
    margin-top: -80px;
    background-position: center;
  }

  .banner-principal .conteudo-banner {
    max-width: 100%;
  }

  .banner-principal h1 {
    font-size: 32px;
  }

  .banner-principal .banner-social {
    display: none;
  }
}

@media (max-width: 575px) {
  section.banner-principal {
    min-height: 680px;
    padding: 00px 0 50px;
  }

  .banner-principal h1 {
    font-size: 28px;
  }

  .banner-principal p {
    font-size: 16px;
  }

  .banner-principal .vorticco-btn {
    min-width: 100%;
    height: 52px;
    font-size: 15px;
  }
}
/***************************************************************************
  Ajustes Tablet (>= 576px)
***************************************************************************/
@media (min-width: 576px) {
  section.banner-principal {
    padding: 0px 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: -150px;
}

.banner_interno .titulo-banner-interno h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  color: #1f213b;
  margin: 0;
}

/* .banner_interno .titulo-banner-interno::after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background: #00c6f6;
  margin-top: 18px;
} */
@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;
  }
}
/***************************************************************************
        Vorticco especialidades | Home
***************************************************************************/
#vorticco-especialidades {
  position: relative;
  background-image: url("https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/06/especialidade-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  top: -150px;
  z-index: 1;
  margin-bottom: -150px;
}

#vorticco-especialidades .container {
  max-width: 1320px;
}

#vorticco-especialidades .row {
  min-height: 520px;
}

#vorticco-especialidades .especialidades-img {
  height: 650px; /* ajusta conforme necessário */
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#vorticco-especialidades .especialidades-img img {
  max-width: 100%;
  position: relative;
  bottom: -60px;
}

#vorticco-especialidades .especialidades-content {
  max-width: 470px;
  color: #fff;
}

#vorticco-especialidades .especialidades-content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
}

#vorticco-especialidades .especialidades-content h2 span {
  color: #00c8ff;
}

#vorticco-especialidades .line {
  width: 120px;
  height: 3px;
  background: #00c8ff;
  margin-bottom: 25px;
}
.line {
  width: 120px;
  height: 3px;
  background: #00c8ff;
  margin-bottom: 25px;
}

#vorticco-especialidades .especialidades-content p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

@media (max-width: 991px) {
  #vorticco-especialidades {
    padding: 60px 0 0;
    text-align: center;
    background: #060926;
  }

  #vorticco-especialidades .row {
    min-height: auto;
  }

  #vorticco-especialidades .especialidades-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  #vorticco-especialidades .line {
    margin: 0 auto 25px;
  }

  #vorticco-especialidades .especialidades-content h2 {
    font-size: 36px;
  }

  #vorticco-especialidades .especialidades-img {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #vorticco-especialidades .especialidades-content h2 {
    font-size: 30px;
  }

  #vorticco-especialidades .especialidades-content p {
    font-size: 16px;
  }
}
/***************************************************************************
        Informov HOME | Soluções
***************************************************************************/

/* =========================================================
   SEÇÃO SOLUÇÕES
========================================================= */

#informov-solucoes {
  background: #fff;
  padding: 0px 0 115px;
  overflow: hidden;
}

#informov-solucoes .solucoes-heading {
  margin-bottom: 18px;
}

#informov-solucoes .solucoes-heading h2 {
  margin: 0 0 7px;
  color: #050505;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.5px;
}

#informov-solucoes .solucoes-heading h2 span {
  color: #d7aa68;
}

#informov-solucoes .solucoes-heading p {
  max-width: 540px;
  margin: 0;
  color: #252525;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

/* Grid dos seis cards */

#informov-solucoes .solucoes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 25px;
  row-gap: 28px;
  align-items: start;
  margin-left: 0;
  margin-right: 0;
}

#informov-solucoes .solucao-col {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* Posicionamento desencontrado igual à referência */

#informov-solucoes .solucao-01 {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
}

#informov-solucoes .solucao-02 {
  grid-column: 2;
  grid-row: 1;
  margin-top: 48px;
}

#informov-solucoes .solucao-03 {
  grid-column: 3;
  grid-row: 1;
  margin-top: 97px;
}

#informov-solucoes .solucao-04 {
  grid-column: 1;
  grid-row: 2;
  margin-top: -70px;
}

#informov-solucoes .solucao-05 {
  grid-column: 2;
  grid-row: 2;
  margin-top: -23px;
}

#informov-solucoes .solucao-06 {
  grid-column: 3;
  grid-row: 2;
  margin-top: 22px;
}

/* Card */

#informov-solucoes .solucao-card {
  position: relative;
  min-height: 310px;
  padding: 31px 31px 42px;
  background: #ffffff;
  border-bottom: 2px solid #d7aa68;
  overflow: hidden;
}

#informov-solucoes .solucao-icone {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 60px;
  margin-bottom: 24px;
}

#informov-solucoes .solucao-icone img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

#informov-solucoes .solucao-conteudo {
  position: relative;
  z-index: 2;
  max-width: 230px;
}

#informov-solucoes .solucao-conteudo h3 {
  margin: 0 0 7px;
  color: #050505;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
}

#informov-solucoes .solucao-conteudo p {
  margin: 0;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

#informov-solucoes .solucao-numero {
  position: absolute;
  right: 10px;
  bottom: -4px;
  z-index: 1;
  color: #f6f6f4;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -6px;
  pointer-events: none;
}

/* Mantém as proporções visuais dos cards */

#informov-solucoes .solucao-01 .solucao-card,
#informov-solucoes .solucao-02 .solucao-card,
#informov-solucoes .solucao-03 .solucao-card {
  min-height: 315px;
}

#informov-solucoes .solucao-04 .solucao-card,
#informov-solucoes .solucao-05 .solucao-card,
#informov-solucoes .solucao-06 .solucao-card {
  min-height: 315px;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1199px) {
  #informov-solucoes .solucoes-heading h2 {
    font-size: 37px;
  }

  #informov-solucoes .solucao-card {
    padding: 28px 25px 38px;
  }

  #informov-solucoes .solucao-conteudo {
    max-width: 210px;
  }

  #informov-solucoes .solucao-conteudo p {
    font-size: 14px;
  }

  #informov-solucoes .solucao-numero {
    font-size: 68px;
  }
}

@media (max-width: 991px) {
  #informov-solucoes {
    padding: 75px 0;
  }

  #informov-solucoes .solucoes-heading {
    margin-bottom: 35px;
  }

  #informov-solucoes .solucoes-heading h2 {
    font-size: 36px;
    line-height: 1.05;
  }

  #informov-solucoes .solucoes-heading p {
    font-size: 16px;
    line-height: 1.25;
  }

  #informov-solucoes .solucoes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  #informov-solucoes .solucao-01,
  #informov-solucoes .solucao-02,
  #informov-solucoes .solucao-03,
  #informov-solucoes .solucao-04,
  #informov-solucoes .solucao-05,
  #informov-solucoes .solucao-06 {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  #informov-solucoes .solucao-card,
  #informov-solucoes .solucao-01 .solucao-card,
  #informov-solucoes .solucao-02 .solucao-card,
  #informov-solucoes .solucao-03 .solucao-card,
  #informov-solucoes .solucao-04 .solucao-card,
  #informov-solucoes .solucao-05 .solucao-card,
  #informov-solucoes .solucao-06 .solucao-card {
    min-height: 330px;
  }
}

@media (max-width: 575px) {
  #informov-solucoes {
    padding: 55px 0 65px;
  }

  #informov-solucoes .solucoes-heading {
    margin-bottom: 28px;
  }

  #informov-solucoes .solucoes-heading h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  #informov-solucoes .solucoes-heading p {
    font-size: 15px;
  }

  #informov-solucoes .solucoes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #informov-solucoes .solucao-card,
  #informov-solucoes .solucao-01 .solucao-card,
  #informov-solucoes .solucao-02 .solucao-card,
  #informov-solucoes .solucao-03 .solucao-card,
  #informov-solucoes .solucao-04 .solucao-card,
  #informov-solucoes .solucao-05 .solucao-card,
  #informov-solucoes .solucao-06 .solucao-card {
    min-height: 345px;
    padding: 30px 28px 42px;
  }

  #informov-solucoes .solucao-icone {
    width: 62px;
    height: 62px;
  }

  #informov-solucoes .solucao-conteudo {
    max-width: 280px;
  }

  #informov-solucoes .solucao-conteudo h3 {
    font-size: 21px;
  }

  #informov-solucoes .solucao-conteudo p {
    font-size: 17px;
    line-height: 1.15;
  }

  #informov-solucoes .solucao-numero {
    right: 16px;
    bottom: 4px;
    font-size: 82px;
  }
}
/***************************************************************************
      INFORMOV ESTRUTURA 
***************************************************************************/
#informov-estrutura {
  background-color: #f4f4f4;
  padding: 90px 0 400px;
}

/* Heading */
#informov-estrutura .estrutura-heading-row {
  margin-bottom: 70px;
  align-items: flex-start;
}
#informov-estrutura .estrutura-heading-row .col-lg-6 {
  padding-top: 70px;
}

#informov-estrutura h2 {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

#informov-estrutura h2 span {
  color: #d3a75c;
}

#informov-estrutura .estrutura-intro {
  color: #252525;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 8px;
}

/* Grid dos cards */
#informov-estrutura .estrutura-grid {
  row-gap: 40px;
}

#informov-estrutura .estrutura-card {
  background-color: #fff;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 3px solid #d3a75c;
}

#informov-estrutura .estrutura-imagem {
  width: 100%;
}

#informov-estrutura .estrutura-imagem img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  display: block;
}

#informov-estrutura .estrutura-conteudo {
  padding: 20px 22px 90px;
}

#informov-estrutura .estrutura-conteudo h3 {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}

#informov-estrutura .estrutura-conteudo p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

#informov-estrutura .estrutura-numero {
  position: absolute;
  right: 18px;
  bottom: 8px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  color: #e3e3e3;
  pointer-events: none;
}

/* Efeito escada - cada coluna desce um pouco em relação à anterior */
@media (min-width: 992px) {
  #informov-estrutura .estrutura-col-01 {
    margin-top: 0;
  }

  #informov-estrutura .estrutura-col-02 {
    margin-top: 90px;
  }

  #informov-estrutura .estrutura-col-03 {
    margin-top: 150px;
  }

  #informov-estrutura .estrutura-col-04 {
    margin-top: 210px;
  }
}

/* Responsivo */
@media (max-width: 991px) {
  #informov-estrutura {
    padding: 60px 0 60px;
  }

  #informov-estrutura .estrutura-heading-row {
    margin-bottom: 40px;
  }

  #informov-estrutura h2 {
    font-size: 26px;
  }

  #informov-estrutura .estrutura-col {
    margin-top: 0 !important;
  }
}
/* ==================================================
   CONFIGURAÇÕES GERAIS DAS SECTIONS ESG
================================================== */

#informov-esg-ambiental,
#informov-esg-social,
#informov-esg-governanca {
  width: 100%;
  overflow: hidden;
}

#informov-esg-ambiental *,
#informov-esg-social *,
#informov-esg-governanca * {
  box-sizing: border-box;
}

#informov-esg-ambiental .esg-texto h3,
#informov-esg-social .esg-texto h3,
#informov-esg-governanca .esg-texto h3 {
  margin: 0 0 6px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

#informov-esg-ambiental .esg-texto p,
#informov-esg-governanca .esg-texto p {
  /* max-width: 500px; */
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
}
#informov-esg-social .esg-texto p {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.25;
  color: #111111;
}

#informov-esg-ambiental .esg-texto-claro,
#informov-esg-governanca .esg-texto-claro {
  color: #ffffff;
}

#informov-esg-social .esg-texto-escuro {
  color: #111111;
}

#informov-esg-ambiental .esg-lista,
#informov-esg-social .esg-lista,
#informov-esg-governanca .esg-lista {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#informov-esg-ambiental .esg-lista li,
#informov-esg-social .esg-lista li,
#informov-esg-governanca .esg-lista li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.3;
}

#informov-esg-ambiental .esg-lista li::before,
#informov-esg-social .esg-lista li::before,
#informov-esg-governanca .esg-lista li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #c99b3b;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

/* ==================================================
   SECTION AMBIENTAL
================================================== */

#informov-esg-ambiental {
  position: relative;
  padding: 75px 0 0;
  background: #000000;
}

#informov-esg-ambiental .container {
  position: relative;
}

#informov-esg-ambiental .esg-intro {
  margin-bottom: 95px;
}

#informov-esg-ambiental .esg-intro-linha {
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin-top: 17px;
  background: rgba(255, 255, 255, 0.4);
}

#informov-esg-ambiental .esg-intro h2 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

#informov-esg-ambiental .esg-intro p {
  max-width: 610px;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
}

#informov-esg-ambiental .ambiental-conteudo {
  position: relative;
  z-index: 2;
  padding-bottom: 145px;
}

#informov-esg-ambiental .ambiental-imagens {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding-left: 30px;
}

#informov-esg-ambiental .ambiental-img {
  overflow: hidden;
}

#informov-esg-ambiental .ambiental-img-menor {
  width: 45%;
  margin-top: 40px;
}

#informov-esg-ambiental .ambiental-img-maior {
  width: 45%;
}

#informov-esg-ambiental .ambiental-img img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}

#informov-esg-ambiental .ambiental-img-menor img {
  height: 440px;
}

#informov-esg-ambiental .esg-palavra {
  position: absolute;
  z-index: 3;
  right: 8%;
  bottom: -10px;
  color: #ffffff;
  font-size: 112px;
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -7px;
}

/* ==================================================
   SECTION SOCIAL
================================================== */

/* #informov-esg-social {
  background-image: url(https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/07/banner-informov-seguranca.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 25px;
} */

#informov-pilar-social {
  background: #f6f6f6;
}

/* imagem */
#informov-pilar-social .social-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

#informov-pilar-social .social-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* conteúdo */
#informov-pilar-social .social-content {
  height: 100%;
  padding: 50px 60px 50px 70px;
}

#informov-pilar-social .social-content h2 {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

#informov-pilar-social .social-content p {
  /* max-width: 480px; */
  margin: 20px 0 0;
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
}

#informov-pilar-social .social-content h3 {
  max-width: 480px;
  margin: 36px 0 20px;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

/* checklist */
#informov-pilar-social .social-checklist {
  list-style: none;
  max-width: 480px;
  margin: 0;
  padding: 0;
}

#informov-pilar-social .social-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

#informov-pilar-social .social-checklist li:last-child {
  margin-bottom: 0;
}

#informov-pilar-social .social-checklist .check-icon {
  flex-shrink: 0;
  color: #cf9f5f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

#informov-pilar-social .social-checklist li span:last-child {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

#informov-pilar-social .social-checklist li strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* responsividade */
@media (max-width: 1199.98px) {
  #informov-pilar-social .social-content {
    padding: 80px 50px;
  }
}

@media (max-width: 991.98px) {
  #informov-pilar-social .social-image {
    height: auto;
    min-height: unset;
    aspect-ratio: 8 / 5;
  }

  #informov-pilar-social .social-content {
    height: auto;
    padding: 50px 30px;
  }

  #informov-pilar-social .social-content h2 {
    font-size: 40px;
  }

  #informov-pilar-social .social-content p,
  #informov-pilar-social .social-content h3,
  #informov-pilar-social .social-checklist {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  #informov-pilar-social .social-content {
    padding: 40px 24px;
  }

  #informov-pilar-social .social-content h2 {
    font-size: 34px;
  }

  #informov-pilar-social .social-content p {
    font-size: 16px;
  }

  #informov-pilar-social .social-content h3 {
    font-size: 20px;
    margin: 28px 0 16px;
  }
}

@media (max-width: 575.98px) {
  #informov-pilar-social .social-image {
    aspect-ratio: 4 / 3;
  }

  #informov-pilar-social .social-content {
    padding: 32px 20px;
  }
}
/* ==================================================

/***************************************************************************
	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);
}

/***************************************************************************
        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) {
  

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

@media (max-width: 991px) {
  header ul{
        background: transparent;
    height: fit-content;
  }
  header {
    margin-top: 0px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none !important;
  }

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

  header .logo {
    max-width: 250px;
    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: #fff;
    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: #060923;
  }

  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: linear-gradient(rgb(229, 104, 0) 0%, rgb(230, 146, 0) 100%);
  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);
}

.informov-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-width: 135px;
  padding: 17px 18px;
  background: #d9ad69;
  color: #111111;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 15px;
}
