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

    Theme Name: IT'S Engenharia
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto A Cruz
    Author URI: https://www.linkedin.com/in/carlosaugustocruz/
    Description: Tema oficial da IT'S Engenharia 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=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

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

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

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

  --titulo: "Barlow", serif;
}

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

/***************************************************************************
        All
***************************************************************************/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#menu-primeiro .nav-item .submenu .nav-link,
.area-footer .nav-item .submenu .nav-link {
  color: #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 Principal
***************************************************************************/
/* =========================================================
   BANNER INFORMOV
========================================================= */

#informov-banner {
  position: relative;
  min-height: 1500px;
  padding-top: 240px;
  background-image: url("https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/07/bginformvn-scaled.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  top: -80px;
}

#informov-banner .informov-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.05) 45%,
    rgba(0, 0, 0, 0.28) 100%
  );
  pointer-events: none;
}

#informov-banner .informov-banner-container {
  position: relative;
  z-index: 4;
}

#informov-banner .informov-banner-topo {
  min-height: 350px;
  position: relative;
  top: -100px;
}

#informov-banner .informov-banner-conteudo {
  max-width: 620px;
}

#informov-banner .informov-banner-subtitulo {
  display: block;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

#informov-banner .informov-banner-conteudo h1 {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -2px;
}

#informov-banner .informov-banner-conteudo h1 strong {
  color: #d9ad69;
  font-weight: 700;
}

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

#informov-banner .informov-banner-btn span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

#informov-banner .informov-banner-btn:hover {
  background: #ffffff;
  color: #111111;
}

/* Destaque +34 */

#informov-banner .informov-banner-destaque {
  position: relative;
  padding: 25px 0 15px 30px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.38); */
}

#informov-banner .informov-banner-destaque strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -3px;
}

#informov-banner .informov-banner-destaque p {
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.1;
}

#informov-banner .informov-banner-destaque > span {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

/* Palavra performance */

#informov-banner .informov-banner-palavra {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 95px;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  letter-spacing: -5px;
  pointer-events: none;
}

/* =========================================================
   GALERIA
========================================================= */

#informov-banner .informov-banner-galeria {
  position: relative;
  z-index: 3;
  width: calc(100% + 100px);
  margin-top: -5px;
  margin-left: -50px;
}

#informov-banner .informov-galeria-linha {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: max-content;
  min-width: 100%;
}

#informov-banner .informov-galeria-linha-2 {
  margin-top: 18px;
  transform: translateX(-35px);
}

#informov-banner .informov-galeria-item {
  flex-shrink: 0;
  overflow: hidden;
  background: #111111;
}

#informov-banner .informov-galeria-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#informov-banner .informov-galeria-item:hover img {
  transform: scale(1.04);
}

/* Primeira linha */

#informov-banner .galeria-item-1 {
  width: 300px;
  height: 215px;
}

#informov-banner .galeria-item-2 {
  width: 320px;
  height: 185px;
}

#informov-banner .galeria-item-3 {
  width: 310px;
  height: 225px;
}

#informov-banner .galeria-item-4 {
  width: 330px;
  height: 215px;
}

#informov-banner .galeria-item-5 {
  width: 320px;
  height: 180px;
}

/* Segunda linha */

#informov-banner .galeria-item-6 {
  width: 250px;
  height: 165px;
}

#informov-banner .galeria-item-7 {
  width: 300px;
  height: 220px;
}

#informov-banner .galeria-item-8 {
  width: 310px;
  height: 180px;
}

#informov-banner .galeria-item-9 {
  width: 320px;
  height: 210px;
}

#informov-banner .galeria-item-10 {
  width: 300px;
  height: 220px;
}

/* =========================================================
   CONTADORES
========================================================= */

#informov-banner .informov-banner-inferior {
  position: relative;
  z-index: 4;
  padding: 170px 0 150px;
}

#informov-banner .informov-contadores-row {
  max-width: 900px;
  margin: 0 auto 70px;
}

#informov-banner .informov-contador-item {
  position: relative;
  min-height: 180px;
  padding: 0 20px;
  text-align: center;
}

#informov-banner .informov-contador-titulo {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(217, 173, 105, 0.85);
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  height: 70px;
}

#informov-banner .informov-contador-item strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
}

#informov-banner .informov-contador-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.25;
  font-size: 14px;
}

#informov-banner .informov-banner-btn-inferior {
  min-width: 165px;
}

/* Palavra final */

#informov-banner .informov-banner-palavra-final {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: -5px;
}

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

@media (max-width: 1199px) {
  #informov-banner {
    min-height: 1430px;
    padding-top: 220px;
  }

  #informov-banner .informov-banner-conteudo h1 {
    font-size: 43px;
  }

  #informov-banner .informov-banner-palavra {
    font-size: 80px;
  }

  #informov-banner .informov-banner-galeria {
    transform: scale(0.92);
    transform-origin: top center;
    margin-bottom: -40px;
  }
}

@media (max-width: 991px) {
  #informov-banner .informov-banner-topo {
    top: 0px !important;
  }
  #informov-banner {
    min-height: auto;
    padding-top: 170px;
    background-position: top center;
  }

  #informov-banner .informov-banner-topo {
    min-height: auto;
  }

  #informov-banner .informov-banner-conteudo {
    max-width: 620px;
    margin-bottom: 50px;
  }

  #informov-banner .informov-banner-conteudo h1 {
    font-size: 44px;
  }

  #informov-banner .informov-banner-destaque {
    max-width: 230px;
    margin-left: 0;
    padding-left: 20px;
  }

  #informov-banner .informov-banner-palavra {
    margin-top: 70px;
    font-size: 68px;
  }

  #informov-banner .informov-banner-galeria {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 15px;
    transform: none;
  }

  #informov-banner .informov-galeria-linha {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    min-width: 0;
  }

  #informov-banner .informov-galeria-linha-2 {
    margin-top: 15px;
    transform: none;
  }

  #informov-banner .informov-galeria-item,
  #informov-banner .galeria-item-1,
  #informov-banner .galeria-item-2,
  #informov-banner .galeria-item-3,
  #informov-banner .galeria-item-4,
  #informov-banner .galeria-item-5,
  #informov-banner .galeria-item-6,
  #informov-banner .galeria-item-7,
  #informov-banner .galeria-item-8,
  #informov-banner .galeria-item-9,
  #informov-banner .galeria-item-10 {
    width: 100%;
    height: 230px;
  }

  #informov-banner .informov-banner-inferior {
    padding: 100px 0 140px;
  }

  #informov-banner .informov-contador-item {
    margin-bottom: 50px;
  }

  #informov-banner .informov-banner-palavra-final {
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  #informov-banner {
    padding-top: 125px;
  }

  #informov-banner .informov-banner-conteudo h1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.5px;
  }

  #informov-banner .informov-banner-subtitulo {
    font-size: 11px;
  }

  #informov-banner .informov-banner-destaque {
    margin-top: 15px;
  }

  #informov-banner .informov-banner-destaque strong {
    font-size: 52px;
  }

  #informov-banner .informov-banner-palavra {
    margin-top: 60px;
    font-size: 48px;
    letter-spacing: -2px;
  }

  #informov-banner .informov-galeria-linha {
    grid-template-columns: 1fr;
  }

  #informov-banner .informov-galeria-item,
  #informov-banner .galeria-item-1,
  #informov-banner .galeria-item-2,
  #informov-banner .galeria-item-3,
  #informov-banner .galeria-item-4,
  #informov-banner .galeria-item-5,
  #informov-banner .galeria-item-6,
  #informov-banner .galeria-item-7,
  #informov-banner .galeria-item-8,
  #informov-banner .galeria-item-9,
  #informov-banner .galeria-item-10 {
    height: 220px;
  }

  #informov-banner .informov-banner-inferior {
    padding: 85px 0 120px;
  }

  #informov-banner .informov-contador-item {
    min-height: auto;
    margin-bottom: 45px;
  }

  #informov-banner .informov-contador-item strong {
    font-size: 52px;
  }

  #informov-banner .informov-banner-palavra-final {
    bottom: -15px;
    font-size: 48px;
    letter-spacing: -2px;
  }
}
/* =========================================================
   SEÇÃO DIFERENCIAIS
========================================================= */

#informov-diferenciais {
  background: transparent;
  /* padding: 100px 0 115px; */
  overflow: hidden;
  position: relative;
  top: 400px;
  margin-top: -400px;
  z-index: 9;
}

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

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

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

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

/* Grid dos três cards */

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

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

/* Posicionamento desencontrado igual à referência */

#informov-diferenciais .diferencial-01 {
  grid-column: 1;
  margin-top: 0;
}

#informov-diferenciais .diferencial-02 {
  grid-column: 2;
  margin-top: 70px;
}

#informov-diferenciais .diferencial-03 {
  grid-column: 3;
  margin-top: -70px;
}

/* Card */

#informov-diferenciais .diferencial-card {
  display: block;
}

#informov-diferenciais .diferencial-imagem {
  width: 100%;
  aspect-ratio: 351 / 423;
  overflow: hidden;
}

#informov-diferenciais .diferencial-imagem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#informov-diferenciais .diferencial-conteudo {
  padding-top: 38px;
}

#informov-diferenciais .diferencial-conteudo h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

#informov-diferenciais .diferencial-conteudo p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

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

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

  #informov-diferenciais .diferencial-conteudo h3 {
    font-size: 29px;
  }
}

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

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

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

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

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

  #informov-diferenciais .diferencial-01,
  #informov-diferenciais .diferencial-02,
  #informov-diferenciais .diferencial-03 {
    grid-column: auto;
    margin-top: 0;
  }

  #informov-diferenciais .diferencial-conteudo h3 {
    font-size: 26px;
  }
}

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

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

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

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

  #informov-diferenciais .diferenciais-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  #informov-diferenciais .diferencial-conteudo {
    padding-top: 24px;
  }

  #informov-diferenciais .diferencial-conteudo h3 {
    font-size: 24px;
  }

  #informov-diferenciais .diferencial-conteudo p {
    font-size: 16px;
  }
}
/* =========================================================
   SEÇÃO MARCAS / QUEM É A IT'S
========================================================= */

#informov-marcas {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 500px 0 140px;
  overflow: hidden;
}

#informov-marcas .marcas-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.55); */
  z-index: 0;
}

#informov-marcas .container {
  position: relative;
  z-index: 1;
}

/* Heading com linhas */

#informov-marcas .marcas-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 45px;
}

#informov-marcas .marcas-heading .linha {
  flex: 1;
  max-width: 220px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

#informov-marcas .marcas-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  white-space: nowrap;
}

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

/* Slider de logos */

#informov-marcas .marcas-logos-slider {
  margin-bottom: 100px;
}

#informov-marcas .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

#informov-marcas .logo-item img {
  max-height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

/* Row Quem é a IT'S */

#informov-marcas .marcas-sobre {
  align-items: center;
}

#informov-marcas .marcas-texto h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

#informov-marcas .marcas-texto h3 span {
  color: #d7aa68;
}

#informov-marcas .marcas-texto p {
  /* max-width: 340px; */
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.4;
}

#informov-marcas .marcas-checklist {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

#informov-marcas .marcas-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

#informov-marcas .marcas-checklist .check {
  color: #d7aa68;
  font-size: 14px;
}

#informov-marcas .marcas-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: #d7aa68;
  color: #050505;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

#informov-marcas .marcas-btn .seta {
  font-size: 16px;
}

/* Coluna da imagem + watermark */

#informov-marcas .marcas-imagem-col {
  position: relative;
}

#informov-marcas .marcas-imagem {
  position: relative;
  z-index: 1;
  margin-left: auto;
  /* width: 90%; */
}

#informov-marcas .marcas-imagem img {
  display: block;
  width: 90%;
  height: auto;
}

#informov-marcas .marcas-watermark {
  position: absolute;
  left: 0;
  bottom: -52px;
  left: -35px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.06);
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

/* =========================================================
   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;
  }
}
/* =========================================================
   FREVERENCIA
========================================================= */
#informov-referencia {
  background-color: #000;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

#informov-referencia .container {
  max-width: 1140px;
}

#informov-referencia .referencia-row {
  row-gap: 40px;
}

/* Coluna esquerda */
#informov-referencia .referencia-heading h2 {
  color: #fff;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
}

#informov-referencia .referencia-heading h2 span {
  color: #d3a75c;
}

#informov-referencia .referencia-contador {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-bottom: 30px;
}

#informov-referencia .referencia-contador strong {
  color: #d3a75c;
  font-weight: 800;
  font-size: 140px;
  line-height: 121px;
}

#informov-referencia .referencia-contador p {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
}

#informov-referencia .referencia-imagem-baixo {
  max-width: 100%;
}

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

/* Coluna direita */
#informov-referencia .referencia-imagem-topo {
  width: 100%;
  margin-bottom: 30px;
}

#informov-referencia .referencia-imagem-topo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
}

#informov-referencia .referencia-texto p {
  color: #d9d9d9;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 18px;
}

#informov-referencia .referencia-texto p:last-child {
  margin-bottom: 0;
}

/* Palavra decorativa cortada no rodapé */
#informov-referencia .referencia-palavra {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  margin-top: 60px;
}

#informov-referencia .referencia-palavra span {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 9vw;
  color: #fff;
  white-space: nowrap;
  transform: translateY(16%);
}

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

  #informov-referencia .referencia-heading h2 {
    font-size: 26px;
  }

  #informov-referencia .referencia-contador strong {
    font-size: 100px;
    line-height: 81px;
  }

  #informov-referencia .referencia-col-direita {
    margin-top: 20px;
  }

  #informov-referencia .referencia-palavra span {
    font-size: 16vw;
  }
}
/* =========================================================
   FOOTER INFORMV 
========================================================= */
#footer-informov {
  position: relative;
}

/* Fundo de cima - conteúdo principal */
#footer-informov .footer-bg-top {
  background-image: url("https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/07/footerbg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 25px;
}

#footer-informov .footer-top {
  padding-bottom: 25px;
}

/* Bordas separando colunas */
#footer-informov .footer-top .col-lg-4 {
  padding-left: 40px;
  padding-right: 40px;
}

#footer-informov .footer-top .col-lg-4:first-child {
  padding-left: 0;
}

#footer-informov .footer-top .col-lg-4:last-child {
  padding-right: 0;
}

@media (min-width: 992px) {
  #footer-informov .footer-top .col-lg-4 + .col-lg-4 {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}

/* Coluna 1 */
#footer-informov .footer-logo img {
  height: 32px;
  width: auto;
  margin-bottom: 20px;
}

#footer-informov .footer-tagline {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 16px;
  max-width: 220px;
}

#footer-informov .footer-phone {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-decoration: none;
  margin-bottom: 10px;
}

#footer-informov .footer-phone:hover {
  color: #fff;
  opacity: 0.85;
}

#footer-informov .footer-address {
  color: #b3b3b3;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Colunas 2 e 3 */
#footer-informov .footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 18px;
}

#footer-informov .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-informov .footer-links li {
  margin-bottom: 12px;
}

#footer-informov .footer-links li:last-child {
  margin-bottom: 0;
}

#footer-informov .footer-links a {
  color: #b3b3b3;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footer-informov .footer-links a:hover {
  color: #fff;
}

/* Divider horizontal */
#footer-informov .footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

/* Rodapé inferior (dentro do bg de cima) */
#footer-informov .footer-credit {
  display: flex;
  align-items: center;
  gap: 8px;
}

#footer-informov .footer-credit span {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 600;
}

#footer-informov .footer-credit img {
  height: 10px;
  width: auto;
}

#footer-informov .footer-privacy a {
  color: #b3b3b3;
  font-size: 13px;
  text-decoration: none;
}

#footer-informov .footer-privacy a:hover {
  color: #fff;
}

/* Fundo de baixo - faixa "inovação" */
#footer-informov .footer-bg-bottom {
  background-image: url("https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/07/footerbg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#footer-informov .footer-bigword {
  width: 100%;
  line-height: 1;
  pointer-events: none;
}

#footer-informov .footer-bigword span {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 9vw;
  color: rgb(255 255 255 / 16%);
  white-space: nowrap;
  transform: translateY(18%);
}

/* Responsivo */
@media (max-width: 991px) {
  #footer-informov .footer-top .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    border-left: none !important;
    margin-bottom: 10px;
  }

  #footer-informov .footer-privacy {
    text-align: left !important;
    margin-top: 10px;
  }

  #footer-informov .footer-bigword span {
    font-size: 18vw;
  }

  #footer-informov .footer-top {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #footer-informov .footer-top .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-left: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  #footer-informov .footer-top .col-lg-4:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/***************************************************************************
  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 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}

/* .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;
  }
}
/* ==================================================
   SECTION GOVERNANÇA
================================================== */

#informov-esg-governanca {
  padding: 115px 0 150px;
  background: #000000;
}

#informov-esg-governanca .governanca-conteudo {
  min-height: 590px;
}

#informov-esg-governanca .governanca-imagens {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

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

#informov-esg-governanca .governanca-img-superior {
  width: 78%;
  margin-left: 10%;
}

#informov-esg-governanca .governanca-img-inferior {
  width: 78%;
  margin-left: 0;
}

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

#informov-esg-governanca .governanca-selos {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  margin-top: 38px;
}

#informov-esg-governanca .governanca-selo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

#informov-esg-governanca .governanca-selo span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 65px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

#informov-esg-governanca .governanca-selo small {
  margin-top: 9px;
  font-size: 15px;
  line-height: 1;
}

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

@media (max-width: 1199px) {
  #informov-esg-ambiental .ambiental-img img {
    height: 420px;
  }

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

  #informov-esg-ambiental .esg-palavra {
    right: 6%;
    font-size: 90px;
  }

  #informov-esg-social .social-imagem,
  #informov-esg-social .social-conteudo {
    min-height: 540px;
    height: 540px;
  }

  #informov-esg-social .social-conteudo {
    padding: 55px 8%;
  }
}

@media (max-width: 991px) {
  #informov-esg-ambiental {
    padding-top: 65px;
  }

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

  #informov-esg-ambiental .esg-intro-linha {
    margin: 0 0 30px;
  }

  #informov-esg-ambiental .ambiental-conteudo {
    padding-bottom: 110px;
  }

  #informov-esg-ambiental .ambiental-imagens {
    max-width: 650px;
    margin: 55px auto 0;
    padding-left: 0;
  }

  #informov-esg-ambiental .esg-palavra {
    right: 40px;
    bottom: -33px;
    font-size: 80px;
  }

  #informov-esg-social .social-imagem {
    height: 520px;
  }

  #informov-esg-social .social-conteudo {
    min-height: auto;
    height: auto;
    padding: 85px 10%;
  }

  #informov-esg-governanca {
    padding: 90px 0 110px;
  }

  #informov-esg-governanca .governanca-imagens {
    max-width: 680px;
    margin: 65px auto 0;
  }
}

@media (max-width: 767px) {
  #informov-esg-ambiental .esg-intro h2,
  #informov-esg-ambiental .esg-texto h3,
  #informov-esg-social .esg-texto h3,
  #informov-esg-governanca .esg-texto h3 {
    font-size: 32px;
  }

  #informov-esg-ambiental .esg-intro p,
  #informov-esg-ambiental .esg-texto p,
  #informov-esg-social .esg-texto p,
  #informov-esg-governanca .esg-texto p {
    font-size: 14px;
  }

  #informov-esg-ambiental .esg-lista li,
  #informov-esg-social .esg-lista li,
  #informov-esg-governanca .esg-lista li {
    font-size: 13px;
  }

  #informov-esg-ambiental {
    padding-top: 50px;
  }

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

  #informov-esg-ambiental .ambiental-conteudo {
    padding-bottom: 85px;
  }

  #informov-esg-ambiental .ambiental-imagens {
    gap: 12px;
    margin-top: 45px;
  }

  #informov-esg-ambiental .ambiental-img-menor,
  #informov-esg-ambiental .ambiental-img-maior {
    width: 50%;
  }

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

  #informov-esg-ambiental .ambiental-img-menor {
    margin-top: 30px;
  }

  #informov-esg-ambiental .esg-palavra {
    right: 20px;
    bottom: -5px;
    font-size: 60px;
    letter-spacing: -4px;
  }

  #informov-esg-social .social-imagem {
    height: 390px;
  }

  #informov-esg-social .social-conteudo {
    padding: 65px 25px;
  }

  #informov-esg-social .esg-texto h4 {
    font-size: 15px;
  }

  #informov-esg-governanca {
    padding: 75px 0 90px;
  }

  #informov-esg-governanca .governanca-img-superior,
  #informov-esg-governanca .governanca-img-inferior {
    width: 90%;
  }

  #informov-esg-governanca .governanca-img-superior {
    margin-left: 10%;
  }

  #informov-esg-governanca .governanca-img img {
    height: 220px;
  }
}

@media (max-width: 575px) {
  #informov-esg-ambiental .ambiental-imagens {
    align-items: flex-start;
  }

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

  #informov-esg-social .social-imagem {
    height: 310px;
  }

  #informov-esg-governanca .governanca-img img {
    height: 185px;
  }

  #informov-esg-governanca .governanca-selo span {
    width: 75px;
    height: 55px;
    font-size: 28px;
  }

  #informov-esg-governanca .governanca-selo small {
    font-size: 13px;
  }
}

/***************************************************************************
      Informov gestão
***************************************************************************/
#informov-gestao {
  background-image: url("https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/07/bgint.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 0 90px;
}

/* Vídeo thumb - sobe pra "furar" a section anterior */
#informov-gestao .gestao-video-container {
  position: relative;
  z-index: 2;
}

#informov-gestao .gestao-video-thumb {
  position: relative;
  margin-top: -180px;
  margin-bottom: 40px;
  top: -150px;
}

#informov-gestao .gestao-video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  display: block;
}

#informov-gestao .gestao-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

#informov-gestao .gestao-video-play:hover {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.05);
}

#informov-gestao .gestao-play-icone {
  color: #1a1a1a;
  font-size: 28px;
  margin-left: 6px;
}

/* Coluna texto */
#informov-gestao .gestao-col-texto h2 {
  color: #fff;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 24px;
}

#informov-gestao .gestao-col-texto h2 span {
  color: #d3a75c;
}

#informov-gestao .gestao-col-texto p {
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Cards numerados */
#informov-gestao .gestao-col-cards {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#informov-gestao .gestao-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 20px 20px 46px;
}

#informov-gestao .gestao-numero {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #d3a75c;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#informov-gestao .gestao-card-conteudo h3 {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

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

/* Responsivo */
@media (max-width: 991px) {
  #informov-gestao .gestao-video-thumb {
    margin-top: -60px;
    margin-bottom: 50px;
  }

  #informov-gestao .gestao-video-play {
    width: 64px;
    height: 64px;
  }

  #informov-gestao .gestao-play-icone {
    font-size: 20px;
  }

  #informov-gestao .gestao-col-texto {
    margin-bottom: 40px;
  }

  #informov-gestao .gestao-col-texto h2 {
    font-size: 26px;
  }

  #informov-gestao .gestao-numero {
    left: -18px;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  #informov-gestao .gestao-card {
    padding-left: 36px;
  }
}

/* ==================================================
   ESPECIALIDADES INFORMOV
================================================== */

#especialidades-infomrov {
  padding: 00px 0 125px;
  background: #000000;
  overflow: hidden;
}

#especialidades-infomrov * {
  box-sizing: border-box;
}

#especialidades-infomrov .especialidades-cabecalho {
  margin-bottom: 70px;
}

#especialidades-infomrov .especialidades-linha {
  width: 100%;
  max-width: 310px;
  height: 1px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.35);
}

#especialidades-infomrov .especialidades-cabecalho h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}

#especialidades-infomrov .especialidades-cabecalho p {
  max-width: 590px;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}

#especialidades-infomrov .especialidades-grid {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  row-gap: 28px;
}

#especialidades-infomrov .especialidade-card {
  height: 100%;
}

#especialidades-infomrov .especialidade-imagem {
  position: relative;
  width: 100%;
  height: 255px;
  overflow: hidden;
  background: #171717;
}

#especialidades-infomrov .especialidade-imagem-alta {
  height: 385px;
}

#especialidades-infomrov .especialidade-imagem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#especialidades-infomrov .especialidade-card:hover .especialidade-imagem img {
  transform: scale(1.035);
}

#especialidades-infomrov .especialidade-numero {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}

#especialidades-infomrov .especialidade-conteudo {
  padding-top: 14px;
  color: #ffffff;
}

#especialidades-infomrov .especialidade-conteudo h3 {
  /* max-width: 280px; */
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 700;
}

#especialidades-infomrov .especialidade-conteudo p {
  /* max-width: 285px; */
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

#especialidades-infomrov .especialidade-deslocada {
  transform: translateY(42px);
}

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

@media (max-width: 1199px) {
  #especialidades-infomrov .especialidades-grid {
    max-width: 850px;
  }

  #especialidades-infomrov .especialidade-imagem {
    height: 235px;
  }

  #especialidades-infomrov .especialidade-imagem-alta {
    height: 350px;
  }

  #especialidades-infomrov .especialidade-conteudo h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  #informov-gestao .gestao-numero {
    left: -8px;
  }
  #especialidades-infomrov {
    padding: 70px 0 100px;
  }

  #especialidades-infomrov .especialidades-cabecalho {
    margin-bottom: 55px;
  }

  #especialidades-infomrov .especialidades-linha {
    margin: 0 0 28px;
  }

  #especialidades-infomrov .especialidades-grid {
    max-width: none;
    row-gap: 45px;
  }

  #especialidades-infomrov .especialidade-deslocada {
    transform: none;
  }

  #especialidades-infomrov .especialidade-imagem,
  #especialidades-infomrov .especialidade-imagem-alta {
    height: 320px;
  }

  #especialidades-infomrov .especialidade-conteudo h3,
  #especialidades-infomrov .especialidade-conteudo p {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #especialidades-infomrov {
    padding: 55px 0 80px;
  }

  #especialidades-infomrov .especialidades-cabecalho {
    margin-bottom: 45px;
  }

  #especialidades-infomrov .especialidades-cabecalho h2 {
    font-size: 32px;
  }

  #especialidades-infomrov .especialidades-cabecalho p {
    font-size: 14px;
  }

  #especialidades-infomrov .especialidades-grid {
    row-gap: 38px;
  }

  #especialidades-infomrov .especialidade-imagem,
  #especialidades-infomrov .especialidade-imagem-alta {
    height: 390px;
  }

  #especialidades-infomrov .especialidade-numero {
    top: 14px;
    left: 14px;
    font-size: 23px;
  }

  #especialidades-infomrov .especialidade-conteudo h3 {
    font-size: 23px;
  }

  #especialidades-infomrov .especialidade-conteudo p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #especialidades-infomrov .especialidade-imagem,
  #especialidades-infomrov .especialidade-imagem-alta {
    height: 330px;
  }
}
/***************************************************************************
        PROJETOS INTERNO
***************************************************************************/
/* ===== SECTION 1 - BANNER ===== */
#projeto-banner {
  background: #000;
  padding: 90px 0;
}

#projeto-banner .banner-content {
  margin-bottom: 40px;
}

#projeto-banner .banner-tag {
  display: inline-block;
  color: #d9ad69;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(242, 201, 68, 0.15);
}
#projeto-banner h1 {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 22px;
}

#projeto-banner .banner-check-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

#projeto-banner .banner-check-list li {
  position: relative;
  color: #e6e6e6;
  font-size: 18px;
  padding-left: 22px;
  margin-bottom: 8px;
}

#projeto-banner .banner-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #d9ad69;
  font-size: 12px;
}

#projeto-banner .banner-area .area-label {
  display: block;
  color: #cfcfcf;
  font-size: 13px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#projeto-banner .banner-area .area-value {
  display: block;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

#projeto-banner .banner-area .area-value sup {
  font-size: 26px;
  top: -0.6em;
}

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

@media (max-width: 991.98px) {
  #projeto-banner {
    padding: 60px 0;
  }
  #projeto-banner h1 {
    font-size: 28px;
  }
  #projeto-banner .banner-area .area-value {
    font-size: 44px;
  }
}

@media (max-width: 575.98px) {
  #projeto-banner {
    padding: 50px 0;
  }
  #projeto-banner h1 {
    font-size: 24px;
  }
  #projeto-banner .banner-area .area-value {
    font-size: 38px;
  }
}

/* ===== SECTION 2 - SLIDER ===== */
#projeto-slider {
  background: #000;
  padding: 0 0 90px;
  position: relative;
  overflow: hidden;
}

#projeto-slider .projeto-carousel .item {
  height: 550px;
}

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

#projeto-slider .owl-stage-outer {
  overflow: visible;
}

#projeto-slider .owl-item {
  opacity: 0.55;
  transition: opacity 0.3s ease;
}

#projeto-slider .owl-item.center {
  opacity: 1;
}

#projeto-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 17%;
  pointer-events: none;
}

#projeto-slider .owl-nav .seta-prev {
  pointer-events: auto;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.65),
    0 0 18px rgba(0, 0, 0, 0.35);
  outline: none;
  transition: transform 0.3s ease;
}
#projeto-slider .owl-nav .seta-next {
  pointer-events: auto;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.65),
    0 0 18px rgba(0, 0, 0, 0.35);
  outline: none;
  transition: transform 0.3s ease;
}

#projeto-slider .owl-nav button:hover {
  background: transparent;
  transform: scale(1.15);
}
@media (max-width: 991.98px) {
  #projeto-slider .projeto-carousel .item {
    height: 320px;
  }
  #projeto-slider .owl-nav {
    padding: 0 8%;
  }
}

@media (max-width: 575.98px) {
  #projeto-slider .projeto-carousel .item {
    height: 240px;
  }
  #projeto-slider .owl-nav {
    padding: 0 4%;
  }
  #projeto-slider .owl-nav button {
    font-size: 30px;
  }
}

/* ===== SECTION 3 - ESCOPO ===== */
#projeto-escopo {
  background: #000;
  padding: 0 0 100px;
}

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

#projeto-escopo .escopo-content {
  padding-left: 10px;
}

#projeto-escopo h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px;
}

#projeto-escopo h2:last-of-type {
  margin-top: 34px;
}

#projeto-escopo .escopo-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#projeto-escopo .escopo-check-list li {
  position: relative;
  color: #d9d9d9;
  font-size: 22px;
  padding-left: 22px;
  margin-bottom: 8px;
}

#projeto-escopo .escopo-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #d9ad69;
  font-size: 12px;
}

#projeto-escopo p {
  color: #d9d9d9;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 991.98px) {
  #projeto-escopo {
    padding: 0 0 70px;
  }
  #projeto-escopo .escopo-content {
    margin-top: 30px;
    padding-left: 0;
  }
}
/***************************************************************************
       Index projetos
***************************************************************************/
#informov-filtro-categorias {
  position: relative;
  padding: 50px 0;
  background: #000;
  --informov-gold: #d8b98c;
}

#informov-filtro-categorias .filtro-titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

#informov-filtro-categorias .filtro-icon {
  color: var(--informov-gold);
  flex-shrink: 0;
}

#informov-filtro-categorias .filtro-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}

#informov-filtro-categorias .filtro-btn:hover {
  border-color: var(--informov-gold);
  color: var(--informov-gold);
}

#informov-filtro-categorias .filtro-btn.active {
  background: var(--informov-gold);
  border-color: var(--informov-gold);
  color: #1a1a1a;
}

#informov-filtro-categorias .filtro-divisor {
  border: none;
  border-top: 1px solid rgba(216, 185, 140, 0.5);
  margin: 50px 0 40px;
}

#informov-filtro-categorias .filtro-resultado h2 {
  color: #fff;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

#informov-filtro-categorias .filtro-contador {
  margin: 12px 0 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 991.98px) {
  #informov-filtro-categorias {
    padding: 60px 0;
  }

  #informov-filtro-categorias .filtro-resultado h2 {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  #informov-filtro-categorias .filtro-btn {
    font-size: 13px;
    padding: 14px 18px;
  }

  #informov-filtro-categorias .filtro-resultado h2 {
    font-size: 28px;
  }

  #informov-filtro-categorias .filtro-divisor {
    margin: 35px 0 25px;
  }
}
.filtroh2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
/***************************************************************************
       IT'S especialidades
***************************************************************************/
#its-especialidades {
  position: relative;
  padding: 110px 0;
  background: #000;
}

/* header */
#its-especialidades .especialidades-header {
  margin-bottom: 80px;
}

#its-especialidades .especialidades-line {
  display: block;
  width: 170px;
  height: 1px;
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.25);
}

#its-especialidades .especialidades-text h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 18px;
}

#its-especialidades .especialidades-text p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1.65;
}

/* cards */
#its-especialidades .especialidades-cards {
  align-items: flex-start;
}

#its-especialidades .especialidade-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

#its-especialidades .especialidade-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

#its-especialidades .especialidade-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.1;
  object-fit: cover;
}

#its-especialidades .especialidade-number {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#its-especialidades .especialidade-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

#its-especialidades .especialidade-card p {
  margin: 0;
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1.65;
}

/* stagger da coluna do meio, igual ao print */
@media (min-width: 992px) {
  #its-especialidades .especialidade-offset {
    margin-top: 90px;
  }
}

@media (max-width: 991.98px) {
  #its-especialidades {
    padding: 80px 0;
  }

  #its-especialidades .especialidades-header {
    margin-bottom: 50px;
  }

  #its-especialidades .especialidades-text h2 {
    font-size: 34px;
  }

  #its-especialidades .especialidades-text p {
    max-width: 100%;
  }

  #its-especialidades .especialidade-card {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  #its-especialidades {
    padding: 60px 0;
  }

  #its-especialidades .especialidades-text h2 {
    font-size: 28px;
  }

  #its-especialidades .especialidade-card h3 {
    font-size: 19px;
  }
}
/***************************************************************************
        IT"S Contato
***************************************************************************/
#its-contato {
  position: relative;
  padding: 100px 0;
  background: #000;
  overflow: hidden;
}

#its-contato .container {
  position: relative;
  z-index: 2;
}

/* header (linha decorativa + título) */
#its-contato .contato-header {
  margin-bottom: 60px;
}

#its-contato .contato-linha {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  margin-top: 28px;
}

#its-contato .contato-titulo {
  /* padrão global de h2 do projeto: peso, tamanho e line-height mantidos;
       cor ajustada pra contraste no fundo escuro desta section */
  color: #fff;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

#its-contato .contato-titulo span {
  color: #cda15b;
}

/* informações (telefone / endereço) */
#its-contato .contato-info {
  margin-bottom: 30px;
}

#its-contato .info-label {
  display: block;
  color: #cda15b;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
}

#its-contato .info-telefone {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

#its-contato .info-endereco {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* imagem */
#its-contato .contato-imagem img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}

/* formulário */
#its-contato .contato-form label {
  display: block;
  color: #d9d9d9;
  font-size: 14px;
  margin-bottom: 8px;
}

#its-contato .contato-form .form-control {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  background: #b0b0b0;
  color: #1a1a1a;
}

#its-contato .contato-form textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

#its-contato .contato-form .form-control:focus {
  outline: 2px solid #cda15b;
  background: #c4c4c4;
}

/* checkbox privacidade */
#its-contato .contato-privacidade {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

#its-contato .contato-privacidade input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}

#its-contato .contato-privacidade label {
  color: #b3b3b3;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

#its-contato .contato-privacidade a {
  color: #fff;
  text-decoration: underline;
}

/* botão */
#its-contato .contato-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 25px;
  padding: 18px 30px;
  border: none;
  border-radius: 4px;
  background: #cda15b;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.3s ease;
}

#its-contato .contato-btn:hover {
  background: #b88f4d;
  transform: translateY(-2px);
}

/* decoração de fundo */
#its-contato .contato-decor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}

/* responsividade */
@media (max-width: 991.98px) {
  #its-contato {
    padding: 70px 0;
  }

  #its-contato .contato-titulo {
    font-size: 38px;
  }

  #its-contato .contato-imagem {
    margin-top: 20px;
  }

  #its-contato .contato-form {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  #its-contato {
    padding: 50px 0;
  }

  #its-contato .contato-titulo {
    font-size: 30px;
  }

  #its-contato .contato-info .row > div {
    margin-bottom: 15px;
  }
}

#its-contato .info-telefone a,
#its-contato .info-endereco a {
  color: #fff;
  text-decoration: none;
}

#its-contato .info-telefone a:hover,
#its-contato .info-endereco a:hover {
  text-decoration: underline;
}
#its-contato .contato-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

#its-contato .tab-button {
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: transparent;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

#its-contato .tab-button:hover {
  border-color: #cda15b;
  color: #fff;
}

#its-contato .tab-button.active {
  background: #cda15b;
  border-color: #cda15b;
  color: #1a1a1a;
}

#its-contato .tab-content {
  display: none;
}

#its-contato .tab-content.active {
  display: block;
}

#its-contato .info-telefone {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  #its-contato .info-telefone {
    font-size: 18px;
  }
}
/***************************************************************************
        Obras Vorticco
***************************************************************************/
#vorticco-obra-detalhe {
  padding: 90px 0 45px;
}

#vorticco-obra-detalhe .obra-texto h2 {
  position: relative;
  padding-bottom: 18px;
  font-size: 34px;
  font-weight: 800;
  color: #001b3f;
  line-height: 1.05;
  margin-bottom: 30px;
}

#vorticco-obra-detalhe .obra-texto h2::after {
  content: "";
  width: 170px;
  height: 4px;
  background: #00c6f6;
  position: absolute;
  left: 0;
  bottom: 0;
}

#vorticco-obra-detalhe .obra-texto p {
  font-size: 15px;
  line-height: 1.6;
  color: #5f6f7a;
  margin-bottom: 22px;
}

.servicos-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #00bceb;
  color: #001b3f;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s ease;
}

.servicos-btn:hover {
  background: #00bceb;
  color: #fff;
}

#vorticco-obra-detalhe .obra-cards {
  row-gap: 35px;
}

#vorticco-obra-detalhe .obra-card {
  background: #fff;
  min-height: 210px;
  border-radius: 8px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#vorticco-obra-detalhe .obra-card span {
  width: 48px;
  height: 48px;
  background: #00bceb;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

#vorticco-obra-detalhe .obra-card p {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

#galeria-vorticco {
  padding: 35px 0 90px;
}

#galeria-cha h3 {
  text-align: center;
  color: #001b3f;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 45px;
}

#galeria-vorticco .img-galeria-vorticco {
  width: 100%;
  height: 275px;
  border-radius: 10px;
  overflow: hidden;
}

#galeria-vorticco .img-galeria-vorticco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

#galeria-vorticco .img-galeria-vorticco:hover img {
  transform: scale(1.06);
}

#galeria-vorticco .servicos-btn {
  margin-top: 20px;
}

@media (max-width: 991px) {
  #vorticco-obra-detalhe {
    padding: 60px 0 30px;
  }

  #vorticco-obra-detalhe .obra-texto {
    margin-bottom: 40px;
  }

  #vorticco-obra-detalhe .obra-texto h2 {
    font-size: 30px;
  }

  #vorticco-obra-detalhe .obra-card {
    min-height: 180px;
  }

  #galeria-vorticco .img-galeria-vorticco {
    height: 240px;
  }
}

@media (max-width: 575px) {
  #vorticco-obra-detalhe .obra-texto h2 {
    font-size: 26px;
  }

  #galeria-vorticco h3 {
    font-size: 26px;
  }
}
/***************************************************************************
        Porfito Vorticco
***************************************************************************/
#vorticco-portfolio {
  padding: 90px 0;
  background: #fff;
}

#vorticco-portfolio .portfolio-title h2 {
  color: #06143d;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
}

#vorticco-portfolio .portfolio-title h2::after {
  content: "";
  width: 170px;
  height: 3px;
  background: #00c6f6;
  position: absolute;
  left: 0;
  bottom: -18px;
}

#vorticco-portfolio .portfolio-title p {
  color: #666;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 30px;
}

#vorticco-portfolio .portfolio-card {
  display: block;
  position: relative;
  height: 485px;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
}

#vorticco-portfolio .portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.5s all;
}

#vorticco-portfolio .portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5, 15, 45, 0) 35%,
    rgba(5, 15, 45, 0.75) 72%,
    rgba(5, 15, 45, 0.98) 100%
  );
  z-index: 1;
}

#vorticco-portfolio .portfolio-overlay {
  position: absolute;
  left: 30px;
  right: 25px;
  bottom: 35px;
  z-index: 2;
}

#vorticco-portfolio .portfolio-overlay h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 18px;
}

#vorticco-portfolio .portfolio-overlay span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

#vorticco-portfolio .portfolio-overlay span i {
  color: #00c6f6;
  transform: rotate(-45deg);
  font-size: 18px;
}

#vorticco-portfolio .portfolio-card:hover img {
  transform: scale(1.08);
}

#vorticco-portfolio .portfolio-paginacao {
  margin-top: 45px;
  text-align: center;
}

@media (max-width: 991px) {
  #vorticco-portfolio {
    padding: 60px 0;
  }

  #vorticco-portfolio .portfolio-title p {
    font-size: 17px;
  }

  #vorticco-portfolio .portfolio-card {
    height: 420px;
  }
}

@media (max-width: 575px) {
  #vorticco-portfolio .portfolio-title h2 {
    font-size: 28px;
  }

  #vorticco-portfolio .portfolio-card {
    height: 390px;
  }

  #vorticco-portfolio .portfolio-overlay {
    left: 22px;
    bottom: 28px;
  }

  #vorticco-portfolio .portfolio-overlay h3 {
    font-size: 22px;
  }
}
#vorticco-portfolio .portfolio-link {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}

#vorticco-portfolio .portfolio-link img {
  width: 15px;
  height: auto;
  object-fit: contain;
}

#vorticco-single-portfolio {
  padding: 80px 0 20px;
  background: #fff;
}

#vorticco-single-portfolio .single-portfolio-title h1 {
  color: #06143d;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

#vorticco-single-portfolio .linha-title {
  width: 120px;
  height: 3px;
  background: #00c6f6;
  margin: 0 auto 18px;
}

#vorticco-single-portfolio .single-portfolio-text {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1.35;
  max-width: 970px;
  margin: 0 auto;
}

#vorticco-single-portfolio .single-portfolio-text p {
  margin-bottom: 0;
}

#vorticco-single-portfolio .portfolio-numeros {
  margin-top: 35px;
  margin-bottom: 35px;
}

#vorticco-single-portfolio .numero-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

#vorticco-single-portfolio .numero-item h3 {
  color: #00c6f6;
  font-size: 42px;
  font-weight: 900;
  margin: 0;
  white-space: nowrap;
}

#vorticco-single-portfolio .numero-item p {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1.15;
  margin: 0;
}

#galeria_cha.galeria-single-portfolio {
  padding: 0 0 80px;
  background: #fff;
}

#galeria_cha.galeria-single-portfolio .img_galeria-container {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
}

#galeria_cha.galeria-single-portfolio .img_galeria {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.4s all;
}

#galeria_cha.galeria-single-portfolio
  .img_galeria-container:hover
  .img_galeria {
  transform: scale(1.06);
}

#galeria_cha.galeria-single-portfolio .servicos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #00c6f6;
  border-radius: 30px;
  padding: 13px 26px;
  color: #06143d;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

#galeria_cha.galeria-single-portfolio .servicos-btn img {
  width: 18px;
  height: auto;
}

@media (max-width: 991px) {
  #vorticco-single-portfolio {
    padding: 60px 0 20px;
  }

  #vorticco-single-portfolio .portfolio-numeros {
    row-gap: 25px;
  }

  #vorticco-single-portfolio .numero-item {
    justify-content: center;
  }

  #galeria_cha.galeria-single-portfolio .img_galeria-container {
    height: 220px;
  }
}

@media (max-width: 575px) {
  #vorticco-single-portfolio .single-portfolio-title h1 {
    font-size: 22px;
  }

  #vorticco-single-portfolio .numero-item {
    justify-content: flex-start;
  }

  #vorticco-single-portfolio .numero-item h3 {
    font-size: 38px;
  }

  #galeria_cha.galeria-single-portfolio .img_galeria-container {
    height: 210px;
  }
}
/***************************************************************************
       Regras de Ouro
***************************************************************************/
#vorticco-regras-ouro {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#vorticco-regras-ouro .regras-title h2 {
  color: #06143d;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}

#vorticco-regras-ouro .regras-title p {
  color: #6f6f6f;
  font-size: 17px;
  line-height: 1.35;
  margin: 0;
}

#vorticco-regras-ouro .servicos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #00c6f6;
  border-radius: 40px;
  padding: 14px 28px;
  color: #06143d;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

#vorticco-regras-ouro .servicos-btn img {
  width: 18px;
  height: auto;
}

#vorticco-regras-ouro .regras-img {
  margin-top: 35px;
  width: 100%;
}

#vorticco-regras-ouro .regras-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  #vorticco-regras-ouro {
    padding: 60px 0;
  }

  #vorticco-regras-ouro .servicos-btn {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  #vorticco-regras-ouro .regras-title h2 {
    font-size: 26px;
  }

  #vorticco-regras-ouro .regras-title p {
    font-size: 16px;
  }

  #vorticco-regras-ouro .regras-img {
    margin-top: 30px;
  }
}
#vorticco-regras-ouro .regras-title h2 {
  color: #06143d;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
}

#vorticco-regras-ouro .regras-title h2::after {
  content: "";
  width: 170px;
  height: 3px;
  background: #00c6f6;
  position: absolute;
  left: 0;
  bottom: -16px;
}
/***************************************************************************
       Contato vorticco
***************************************************************************/
#vorticco-contato {
  padding: 90px 0;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}

#vorticco-contato .contato-info h2,
#vorticco-contato .contato-form h2 {
  color: #06143d;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 35px;
  position: relative;
}

#vorticco-contato .contato-info h2::after,
#vorticco-contato .contato-form h2::after {
  content: "";
  width: 170px;
  height: 3px;
  background: #00c6f6;
  position: absolute;
  left: 0;
  bottom: -16px;
}

#vorticco-contato .contato-info p {
  color: #666;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}

#vorticco-contato .contato-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

#vorticco-contato .contato-icone {
  width: 56px;
  min-width: 56px;
}

#vorticco-contato .contato-icone img {
  width: 100%;
}

#vorticco-contato .contato-texto h4 {
  color: #06143d;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
}

#vorticco-contato .contato-texto span {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

#vorticco-contato .contato-social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}

#vorticco-contato .contato-social a {
  color: #06143d;
  font-size: 30px;
  line-height: 1;
}

#vorticco-contato .contato-social span {
  width: 60px;
  height: 2px;
  background: #06143d;
}

#vorticco-contato .contato-form input,
#vorticco-contato .contato-form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 14px;
  color: #666;
  font-size: 18px;
  outline: none;
}

#vorticco-contato .contato-form textarea {
  height: 150px;
  resize: none;
}

#vorticco-contato .politica-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 10px 0 30px;
}

#vorticco-contato .politica-box input {
  width: 22px;
  height: 22px;
  margin: 0;
}

#vorticco-contato .politica-box p {
  color: #666;
  font-size: 15px;
  margin: 0;
}

#vorticco-contato .politica-box a {
  color: #666;
  text-decoration: underline;
}

#vorticco-contato .servicos-btn {
  width: 100%;
  justify-content: center;
  min-height: 62px;
}

@media (max-width: 991px) {
  #vorticco-contato {
    padding: 70px 0;
  }

  #vorticco-contato .contato-form {
    margin-top: 50px;
  }

  #vorticco-contato .contato-social a {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  #vorticco-contato .contato-info h2,
  #vorticco-contato .contato-form h2 {
    font-size: 28px;
  }

  #vorticco-contato .contato-item {
    gap: 15px;
  }

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

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

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

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

  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

.receitas-btn:hover {
  background: transparent;
  color: #e7a800;
}
/***************************************************************************
        footer home include
***************************************************************************/
#footer-home {
  position: relative;
  top: 70px;
  z-index: 0;
}
#footer-home h2 {
  font-size: 40px;
  color: #0c407c;
}
#footer-home p {
  font-size: 20px;
}
#footer-home .amarelo {
  color: #f4b207 !important;
  font-family: var(--titulo);
  font-size: 40px;
}

/***************************************************************************
        Onde Encontrar
***************************************************************************/
#onde-encontrar {
  display: flex;
  align-items: center;
  background-image: url(https://clientemarcasite.com.br/informov-wp/wp-content/uploads/2026/02/banner-onde.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding: 150px 0 70px;
}

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

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

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

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

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

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

  min-height: 80vh;
  position: relative;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	Blog

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

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

.card_categoria b {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog_card_mb b {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***************************************************************************
        Footer
***************************************************************************/

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

.mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desktop {
    display: none !important;
  }

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

  header .logo {
    max-width: 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: #003d7e;
    width: 30px;
    height: 4px;
    margin: 5px 0;
  }

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

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

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

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

  header #opt_menu.ativo {
    right: 0;
  }

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

  header .fundo_menu.ativo {
    right: 0;
  }

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

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

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

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

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

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

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

  header #menu-segundo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cor-branco);
    position: inherit;
    width: 100%;
    height: 130px;
    z-index: 99;
    box-shadow: 0px -3px 11px 4px;
    background: #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: #d7aa68;
  color: var(--cor-branco);
  cursor: default;
  border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}
