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

    Theme Name: Grupo Vorticco
    Theme URI: https://marcasite.com.br
    Author: Carlos Augusto A Cruz
    Author URI: https://www.linkedin.com/in/carlosaugustocruz/
    Description: Tema oficial da Grupo Vorticco 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=Ubuntu:wght@300;400;500;700&display=swap");

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

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

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

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

  --titulo: "Ubuntu", serif;
}

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

p {
  line-height: 21px !important;
  font-size: 20px !important;
}
li {
  font-size: 18px !important;
}
/***************************************************************************
        All
***************************************************************************/

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

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

* {
  margin: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  font-family: "Ubuntu", 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: #121641;
  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://grupovorticco.com.br/wp-content/uploads/2026/06/seta-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section.banner-principal {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("https://grupovorticco.com.br/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: -80px;
}

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

.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://grupovorticco.com.br/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;
  }
}
/***************************************************************************
        Vorticco Grupo | Home
***************************************************************************/
#vorticco-grupo {
  position: relative;
  padding: 95px 0 170px;
  position: relative;
  background-image: url("https://grupovorticco.com.br/wp-content/uploads/2026/06/grupo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  top: -70px;
}

#vorticco-grupo::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -58px;
  width: 110%;
  height: 105px;
  background: #fff;
  transform: rotate(-2deg);
  transform-origin: left top;
  z-index: 1;
}

#vorticco-grupo .container {
  position: relative;
  z-index: 2;
}

#vorticco-grupo .vorticco-grupo-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

#vorticco-grupo .vorticco-grupo-title h2 span {
  color: #00c8ff;
}

#vorticco-grupo .vorticco-grupo-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #00c8ff;
  margin: 16px auto 0;
}

#vorticco-grupo .vorticco-cards-row {
  margin-top: 35px;
  margin-bottom: 125px;
}

#vorticco-grupo .vorticco-card {
  min-height: 190px;
  height: 100%;
  padding: 38px 22px 28px;
  border-radius: 8px;
  background: rgba(20, 24, 72, 0.86);
  border: 1px solid rgba(0, 200, 255, 0.28);
}

#vorticco-grupo .vorticco-card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 18px;
}

#vorticco-grupo .vorticco-card h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
}

#vorticco-grupo .vorticco-card p {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

#vorticco-grupo .vorticco-info {
  max-width: 360px;
}

#vorticco-grupo .vorticco-info h2 {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 20px;
  color: #fff;
}

#vorticco-grupo .vorticco-info h2::after {
  content: "";
  display: block;
  width: 88px;
  height: 2px;
  background: #00c8ff;
  margin-top: 16px;
}

#vorticco-grupo .vorticco-info p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 25px;
  color: #fff;
}

#vorticco-grupo .vorticco-info ul {
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

#vorticco-grupo .vorticco-info ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

#vorticco-grupo .vorticco-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #00c8ff;
  border-radius: 50%;
}

#vorticco-grupo .vorticco-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #00c8ff;
  border-radius: 50px;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
#vorticco-grupo .vorticco-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: 0.3s ease;
}

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

#vorticco-grupo .vorticco-btn span {
  color: #00c8ff;
  font-size: 18px;
  line-height: 1;
}

#vorticco-grupo .vorticco-btn:hover {
  background: #00c8ff;
  color: #030622;
}

#vorticco-grupo .vorticco-btn:hover span {
  color: #030622;
}

#vorticco-grupo .vorticco-numeros {
  max-width: 390px;
}

#vorticco-grupo .numero-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 0 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#vorticco-grupo .numero-item:last-child {
  border-bottom: 0;
}

#vorticco-grupo .numero-item strong {
  min-width: 145px;
  font-size: 45px;
  line-height: 0.9;
  font-weight: 900;
  color: #00c8ff;
}

#vorticco-grupo .numero-item span {
  font-size: 13px;
  line-height: 1.05;
  color: #fff;
}

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

  #vorticco-grupo .vorticco-cards-row {
    margin-bottom: 60px;
  }

  #vorticco-grupo .vorticco-card {
    margin-bottom: 20px;
  }

  #vorticco-grupo .vorticco-info,
  #vorticco-grupo .vorticco-numeros {
    max-width: 100%;
  }

  #vorticco-grupo .vorticco-info {
    margin-bottom: 45px;
  }
}

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

  #vorticco-grupo .vorticco-info h2 {
    font-size: 25px;
  }

  #vorticco-grupo .numero-item strong {
    min-width: 115px;
    font-size: 36px;
  }
}
/***************************************************************************
        Vorticco Serviços | Home
***************************************************************************/
#vorticco-servicos {
  padding: 90px 0 80px;
  background: #fff;
  color: #07092c;
  overflow: hidden;
}

#vorticco-servicos .servicos-top {
  margin-bottom: 115px;
}

#vorticco-servicos .servicos-slide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

#vorticco-servicos .servicos-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(7, 9, 44, 0.85), transparent);
  pointer-events: none;
}

#vorticco-servicos .servicos-slide img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  border-radius: 12px;
}

#vorticco-servicos .servicos-content h2,
#vorticco-servicos .atuacao-content h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 18px;
  color: #07092c;
}

#vorticco-servicos .servicos-content h2 span {
  color: #00bff3;
}

#vorticco-servicos .servicos-content h2::after,
#vorticco-servicos .atuacao-content h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #00bff3;
  margin-top: 14px;
}

#vorticco-servicos .servicos-content p {
  font-size: 16px;
  line-height: 1.25;
  color: #666;
  margin: 0 0 22px;
  max-width: 510px;
}

#vorticco-servicos ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#vorticco-servicos ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
  color: #666;
}

#vorticco-servicos ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #00bff3;
  border-radius: 50%;
}

.servicos-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  padding: 17px 28px;
  border: 2px solid #00bff3;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 800;
  color: #07092c;
  text-decoration: none;
  transition: 0.3s ease;
}

.servicos-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

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

#vorticco-servicos .servicos-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  padding: 17px 28px;
  border: 2px solid #00bff3;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 800;
  color: #07092c;
  text-decoration: none;
  transition: 0.3s ease;
}

#vorticco-servicos .servicos-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

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

#vorticco-servicos .atuacao-listas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

#vorticco-servicos .mapa-box img {
  width: 100%;
  display: block;
}
#vorticco-servicos .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);

  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;

  width: auto;
  gap: 8px;
  z-index: 20;
}

#vorticco-servicos .owl-dot {
  display: inline-flex !important;
}

#vorticco-servicos .servicos-slider {
  position: relative;
}

#vorticco-servicos .servicos-slider .owl-dots {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 28px !important;
  transform: none !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;

  width: 100% !important;
  margin: 0 !important;
  gap: 10px;
  z-index: 20;
}

#vorticco-servicos .servicos-slider .owl-dot {
  display: inline-flex !important;
  padding: 0 !important;
}

#vorticco-servicos .servicos-slider .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  background: #d9d9d9;
  display: block;
  border-radius: 50%;
}

#vorticco-servicos .servicos-slider .owl-dot.active span,
#vorticco-servicos .servicos-slider .owl-dot:hover span {
  background: #00aeea;
}
#vorticco-servicos .owl-stage-outer {
  padding: 0 !important;
  border-radius: 12px;
}

#vorticco-servicos .owl-stage {
  display: flex;
  align-items: center;
}

#vorticco-servicos .owl-item {
  padding: 0;
}

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

  #vorticco-servicos .servicos-top {
    margin-bottom: 70px;
  }

  #vorticco-servicos .servicos-slider {
    margin-bottom: 40px;
  }

  #vorticco-servicos .servicos-slide img {
    height: 360px;
  }

  #vorticco-servicos .atuacao-content {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  #vorticco-servicos .servicos-content h2,
  #vorticco-servicos .atuacao-content h2 {
    font-size: 27px;
  }

  #vorticco-servicos .servicos-slide img {
    height: 300px;
  }

  #vorticco-servicos .atuacao-listas {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #vorticco-servicos .servicos-btn {
    padding: 15px 22px;
    font-size: 14px;
  }
}
/***************************************************************************
        Pronto | Home
***************************************************************************/
#vorticco-pronto {
  position: relative;
  padding: 0;
  overflow: visible;
}

#vorticco-pronto .pronto-bg {
  min-height: 450px;
  background-image: url("https://grupovorticco.com.br/wp-content/uploads/2026/06/pronto-para-tirar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: visible;
}

#vorticco-pronto .pronto-content {
  color: #fff;
  padding: 80px 0;
}

#vorticco-pronto .pronto-content h2 {
  font-size: 22px;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}

#vorticco-pronto .pronto-content h2::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #00c8ff;
  display: block;
  margin-top: 14px;
}

#vorticco-pronto .pronto-content p {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 24px;
}

#vorticco-pronto .pronto-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 450px;
}

#vorticco-pronto .pronto-img img {
  max-width: 100%;
  height: auto;
  position: relative;
  bottom: -66px;
  z-index: 2;
}

/* responsivo */
@media (max-width: 991px) {
  #vorticco-pronto .pronto-bg {
    min-height: auto;
    padding: 60px 0 0;
  }

  #vorticco-pronto .pronto-content {
    padding: 0 0 35px;
    text-align: center;
  }

  #vorticco-pronto .pronto-content h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  #vorticco-pronto .pronto-content p {
    margin-left: auto;
    margin-right: auto;
  }

  #vorticco-pronto .pronto-img {
    height: auto;
    justify-content: center;
  }

  #vorticco-pronto .pronto-img img {
    max-width: 420px;
    bottom: -43px;
  }
}

@media (max-width: 575px) {
  #vorticco-pronto .pronto-content h2 {
    font-size: 24px;
  }

  #vorticco-pronto .pronto-img img {
    max-width: 330px;
  }
}

.vorticco-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #00c8ff;
  border-radius: 50px;
  padding: 13px 24px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.vorticco-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  transition: 0.3s ease;
}

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

.vorticco-btn span {
  color: #00c8ff;
  font-size: 18px;
  line-height: 1;
}

.vorticco-btn:hover {
  background: #00c8ff;
  color: #030622;
}

.vorticco-btn:hover span {
  color: #030622;
}
/***************************************************************************
        Quem somos | Votico
***************************************************************************/
#vorticco-quem-somos {
  background: url("https://grupovorticco.com.br/wp-content/uploads/2026/06/quem-somos-banner.png")
    center top / cover no-repeat;
  padding: 85px 0 115px;
  overflow: hidden;
  position: relative;
  top: -110px;
  margin-bottom: -110px;
}

#vorticco-quem-somos .vqs-texto h2 {
  color: #fff !important;
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 28px;
  position: relative;
}

#vorticco-quem-somos .vqs-texto h2::after {
  content: "";
  width: 120px;
  height: 2px;
  background: #00c6f6;
  display: block;
  margin-top: 10px;
}

#vorticco-quem-somos .vqs-texto p {
  color: #fff !important;
  font-size: 15px;
  line-height: 1.28;
  margin: 0 0 24px;
}

#vorticco-quem-somos .vqs-img img {
  width: 100%;
  max-width: 430px;
  border-radius: 10px;
  display: block;
}

#vorticco-quem-somos .vqs-card {
  border: 1px solid rgba(0, 198, 246, 0.65);
  border-radius: 8px;
  min-height: 130px;
  padding: 34px 35px 28px 92px;
  position: relative;
  margin-top: 115px;
  background: rgba(12, 18, 65, 0.25);
}

#vorticco-quem-somos .vqs-card span {
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

#vorticco-quem-somos .vqs-card p {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

#vorticco-quem-somos .vqs-contador {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

#vorticco-quem-somos .vqs-contador div {
  display: flex;
  align-items: center;
}

#vorticco-quem-somos .vqs-contador span,
#vorticco-quem-somos .vqs-contador strong {
  color: #00c6f6;
  font-size: 115px;
  font-weight: 900;
  line-height: 0.85;
}

#vorticco-quem-somos .vqs-contador p {
  color: #fff !important;
  font-size: 25px;
  line-height: 0.95;
  margin: 22px 0 0 8px;
}

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

  #vorticco-quem-somos .vqs-img {
    margin-top: 30px;
  }

  #vorticco-quem-somos .vqs-card {
    margin-top: 35px;
  }

  #vorticco-quem-somos .vqs-contador {
    margin: 35px 0 0;
  }
}

@media (max-width: 575px) {
  #vorticco-quem-somos .vqs-card {
    padding: 28px 22px 28px 72px;
  }

  #vorticco-quem-somos .vqs-card span {
    font-size: 36px;
    left: -37px !important;
  }

  #vorticco-quem-somos .vqs-contador span,
  #vorticco-quem-somos .vqs-contador strong {
    font-size: 76px;
  }

  #vorticco-quem-somos .vqs-contador p {
    font-size: 20px;
  }
}

.vorticco-sobre-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.vorticco-card-info {
  position: relative;
  min-height: 125px;
  border: 1px solid rgba(0, 198, 246, 0.45);
  border-radius: 8px;
  padding: 34px 35px 28px 80px;
  margin-top: 115px;
  background: rgba(10, 16, 60, 0.35);
}

.vorticco-card-info strong {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.vorticco-card-info p {
  font-size: 13px !important;
  margin: 0 !important;
}

.vorticco-contador {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  color: #00c6f6;
}

.vorticco-contador span,
.vorticco-contador strong {
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
}

.vorticco-contador p {
  color: #fff;
  font-size: 25px !important;
  line-height: 1 !important;
  margin: 35px 0 0 8px !important;
}

#vorticco-valores {
  background: #fff;
  padding: 85px 0 120px;
  color: #101633;
}

#vorticco-valores h2 {
  color: #101633;
}

.valores-texto p {
  color: #747474;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 28px;
}

.vorticco-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00c6f6;
  color: #101633;
  border-radius: 30px;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.vorticco-btn-outline:hover {
  background: #00c6f6;
  color: #fff;
}

.valores-lista {
  position: relative;
}

.valores-lista::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 35px;
  bottom: 35px;
  width: 1px;
  background: #d8d8d8;
}

.valor-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 25px;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.valor-num {
  width: 60px;
  height: 60px;
  background: #00c6f6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 12px 25px rgba(0, 198, 246, 0.25);
}

.valor-card {
  background: #fff;
  border-radius: 9px;
  padding: 22px 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.valor-card h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #101633;
}

.valor-card p {
  font-size: 13px;
  color: #747474;
  line-height: 1.35;
  margin: 0;
}

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

  .vorticco-sobre-img {
    margin: 35px 0;
  }

  .vorticco-card-info {
    margin-top: 30px;
    padding: 30px 25px 30px 75px;
  }

  .vorticco-contador {
    margin: 35px 0 10px;
  }

  .vorticco-contador span,
  .vorticco-contador strong {
    font-size: 82px;
  }

  .vorticco-contador p {
    font-size: 20px !important;
  }

  #vorticco-valores {
    padding: 70px 0;
  }

  .valores-lista {
    margin-top: 45px;
  }
}

@media (max-width: 575px) {
  #vorticco-quem-somos h2,
  #vorticco-valores h2 {
    font-size: 24px;
  }

  .vorticco-card-info strong {
    font-size: 34px;
    left: -10px;
  }

  .vorticco-contador span,
  .vorticco-contador strong {
    font-size: 68px;
  }

  .valor-item {
    grid-template-columns: 48px 1fr;
    gap: 15px;
  }

  .valor-num {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }

  .valores-lista::before {
    left: 24px;
  }

  .valor-card {
    padding: 18px;
  }
}
/***************************************************************************
       Vorticco CLientes
***************************************************************************/
#vorticco-parcerias {
  padding: 30px 0;
  /* background: #f4f4f4; */
  overflow: hidden;
}

#vorticco-parcerias .parcerias-content h2 {
  font-size: 30px;
  font-weight: 800;
  color: #0a1033;
  position: relative;
  margin-bottom: 35px;
}

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

#vorticco-parcerias .parcerias-content p {
  font-size: 20px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
}

#vorticco-parcerias .parcerias-listas {
  display: flex;
  gap: 50px;
  /* margin-bottom: 50px; */
}

#vorticco-parcerias .parcerias-listas ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

#vorticco-parcerias .parcerias-listas li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  color: #5c5c5c;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

#vorticco-parcerias .parcerias-listas li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #00c6f6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

#vorticco-parcerias .parcerias-mapa {
  text-align: center;
}

#vorticco-parcerias .parcerias-mapa img {
  max-width: 100%;
  height: auto;
}

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

  #vorticco-parcerias .parcerias-content h2 {
    font-size: 42px;
  }

  #vorticco-parcerias .parcerias-content p {
    font-size: 18px;
  }

  #vorticco-parcerias .parcerias-listas {
    flex-direction: column;
    gap: 0;
  }

  #vorticco-parcerias .parcerias-mapa {
    margin-top: 50px;
  }

  #vorticco-parcerias .servicos-btn {
    margin-bottom: 30px;
  }
}

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

  #vorticco-parcerias .parcerias-content p {
    font-size: 16px;
  }

  #vorticco-parcerias .parcerias-listas li {
    font-size: 16px;
  }
}
/***************************************************************************
       Politica de qualidade | Vorticco
***************************************************************************/
#vorticco-principios {
  background: url(https://grupovorticco.com.br/wp-content/uploads/2026/06/principio-bg-1.png)
    center top / cover no-repeat;
  padding: 85px 0 115px;
  overflow: hidden;
  position: relative;
  top: -110px;
  margin-bottom: -110px;
}

/* #vorticco-principios::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -55px;
  width: 110%;
  height: 95px;
  background: #fff;
  transform: rotate(1.6deg);
  transform-origin: left top;
  z-index: 1;
} */

#vorticco-principios .container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
}

#vorticco-principios .principios-top {
  margin-bottom: 65px;
}

#vorticco-principios .principios-texto {
  max-width: 390px;
}

#vorticco-principios h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 38px;
  position: relative;
}

#vorticco-principios h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 160px;
  height: 3px;
  background: #00c6f6;
}

#vorticco-principios .principios-texto p {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 25px;
}

#vorticco-principios .principios-galeria {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 630px;
  margin-left: 35px;
}

#vorticco-principios .galeria-img-full {
  grid-column: 1 / 3;
}

#vorticco-principios .galeria-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 9px;
}

#vorticco-principios .galeria-img-full img {
  height: 220px;
}

#vorticco-principios .principios-bottom {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

#vorticco-principios .principios-numeros h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 22px;
}

#vorticco-principios .numero-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  max-width: 330px;
}

#vorticco-principios .numero-item:last-child {
  border-bottom: 0;
}

#vorticco-principios .numero-item strong {
  color: #00c6f6;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  min-width: 145px;
}

#vorticco-principios .numero-item strong::before {
  content: "+";
}

#vorticco-principios .numero-item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.05;
  margin: 0;
}

#vorticco-principios .principios-cards {
  max-width: 570px;
  margin-left: 35px;
  padding-top: 5px;
}

#vorticco-principios .principio-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 14px;
}

#vorticco-principios .principio-card span {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #00c6f6;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#vorticco-principios .principio-card p {
  position: relative;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 12px 25px;
  display: flex;
  align-items: center;

  color: #fff;
  font-size: 15px;
  line-height: 1.2;

  background: rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

#vorticco-principios .principio-card p::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;

  background: linear-gradient(
    90deg,
    rgba(0, 198, 246, 0.95) 0%,
    rgba(0, 198, 246, 0.55) 45%,
    rgba(0, 198, 246, 0.15) 100%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

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

  #vorticco-principios .principios-texto,
  #vorticco-principios .principios-galeria,
  #vorticco-principios .principios-cards {
    max-width: 100%;
    margin-left: 0;
  }

  #vorticco-principios .principios-galeria {
    margin-top: 35px;
  }

  #vorticco-principios .principios-bottom {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  #vorticco-principios h2 {
    font-size: 26px;
  }

  #vorticco-principios .principios-galeria {
    grid-template-columns: 1fr;
  }

  #vorticco-principios .galeria-img-full {
    grid-column: auto;
  }

  #vorticco-principios .galeria-img img,
  #vorticco-principios .galeria-img-full img {
    height: 220px;
  }

  #vorticco-principios .numero-item strong {
    font-size: 45px;
    min-width: 120px;
  }

  #vorticco-principios .principio-card {
    gap: 14px;
  }

  #vorticco-principios .principio-card p {
    font-size: 14px;
    padding: 12px 16px;
  }
}
/***************************************************************************
        Vorticco Objetivos
***************************************************************************/
#vorticco-objetivos {
  padding: 110px 0;
}

#vorticco-objetivos .objetivos-title {
  text-align: center;
  margin-bottom: 70px;
}

#vorticco-objetivos .objetivos-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #0a1033;
  margin: 0;
  position: relative;
  display: inline-block;
}

#vorticco-objetivos .objetivos-title h2::after {
  content: "";
  width: 180px;
  height: 4px;
  background: #00c6f6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}

#vorticco-objetivos .col-lg-4 {
  margin-bottom: 30px;
}

#vorticco-objetivos .objetivo-card {
  background: #fff;
  border-radius: 22px;
  padding: 45px;
  height: 100%;
  min-height: 365px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease;
}

#vorticco-objetivos .objetivo-card:hover {
  transform: translateY(-5px);
}

#vorticco-objetivos .objetivo-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 28px;
}

#vorticco-objetivos .objetivo-card h3 {
  color: #0a1033;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;

  max-width: 260px;
}

#vorticco-objetivos .objetivo-card p {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;

  max-width: 290px;
}

#vorticco-objetivos .objetivos-btn {
  text-align: center;
  margin-top: 35px;
}

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

  #vorticco-objetivos .objetivos-title {
    margin-bottom: 50px;
  }

  #vorticco-objetivos .objetivos-title h2 {
    font-size: 42px;
  }

  #vorticco-objetivos .objetivo-card {
    min-height: auto;
    padding: 35px;
  }
}

@media (max-width: 767px) {
  #vorticco-objetivos .objetivos-title h2 {
    font-size: 34px;
  }

  #vorticco-objetivos .objetivo-card {
    padding: 30px;
  }

  #vorticco-objetivos .objetivo-card h3 {
    font-size: 24px;
  }

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

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

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

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

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

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

  color: #00c6f6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #galeria_cha .img_galeria-container {
    height: 200px;
    border-radius: 18px;
  }
}
/***************************************************************************
        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;
	flex-direction: column;
  gap: 18px;
}

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

#vorticco-single-portfolio .numero-item p {
  color: #6f6f6f;
  font-size: 16px !important;
  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;
  }
	
	#vorticco-single-portfolio .numero-item h3 {
		font-size: 24px !important;
	}
}

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

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

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

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

  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  min-height: 80vh;
  position: relative;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	Blog

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

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

.card_categoria b {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog_card_mb b {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer-vorticco {
  position: relative;
  background-image: url("https://grupovorticco.com.br/wp-content/uploads/2026/06/footer-bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

#footer-vorticco .footer-vorticco-overlay {
  position: relative;
  z-index: 2;
  padding: 125px 0 28px;
}

#footer-vorticco .footer-vorticco-main {
  position: relative;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  gap: 35px;
}

#footer-vorticco .footer-vorticco-main::before {
  content: "";
  position: absolute;
  left: 34%;
  top: 0;
  width: 1px;
  height: 185px;
  background: rgba(255, 255, 255, 0.22);
}

#footer-vorticco .footer-logo {
  max-width: 215px;
  width: 100%;
  display: block;
  margin-bottom: 28px;
}

#footer-vorticco .footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

#footer-vorticco .footer-social a:hover {
  color: #00b9ef;
}

#footer-vorticco .footer-social span {
  display: block;
  width: 32px;
  height: 2px;
  background: #00b9ef;
  margin-left: 4px;
}

#footer-vorticco h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 22px;
}

#footer-vorticco h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 32px;
  height: 2px;
  background: #00b9ef;
}

#footer-vorticco ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-vorticco ul li {
  margin-bottom: 8px;
}

#footer-vorticco ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s ease;
}

#footer-vorticco ul li a:hover {
  color: #00b9ef;
}

#footer-vorticco .footer-info-box {
  margin-bottom: 35px;
}

#footer-vorticco .footer-info-box:last-child {
  margin-bottom: 0;
}

#footer-vorticco p {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}

#footer-vorticco .footer-vorticco-copy {
  text-align: center;
  padding-top: 22px;
}

#footer-vorticco .footer-vorticco-copy p {
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

#footer-vorticco .footer-vorticco-copy img {
  max-width: 170px;
  height: 15px;
  object-fit: contain;
  display: inline-block;
}

@media (max-width: 991px) {
  #footer-vorticco .footer-vorticco-overlay {
    padding: 70px 0 25px;
  }

  #footer-vorticco .footer-vorticco-main {
    gap: 0;
    padding-bottom: 40px;
  }

  #footer-vorticco .footer-vorticco-main::before {
    display: none;
  }

  #footer-vorticco .footer-vorticco-brand,
  #footer-vorticco .footer-vorticco-links,
  #footer-vorticco .footer-vorticco-info {
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  #footer-vorticco .footer-vorticco-overlay {
    padding: 110px 0 22px;
  }

  #footer-vorticco .footer-logo {
    max-width: 190px;
  }

  #footer-vorticco h4 {
    font-size: 17px;
  }

  #footer-vorticco ul li a,
  #footer-vorticco p {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desktop {
    display: none !important;
  }

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

  header .logo {
    max-width: 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: #00c6f6;
  color: var(--cor-branco);
  cursor: default;
  border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

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

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