@charset "UTF-8";
.text-smallest {
  font-size: 0.8rem;
  line-height: 1.3;
}
@media only screen and (min-width: 576px) {
  .text-smallest {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 993px) {
  .text-smallest {
    font-size: 0.6rem;
  }
}
@media only screen and (min-width: 1401px) {
  .text-smallest {
    font-size: 0.5rem;
  }
}

.text-smaller {
  font-size: 0.8rem;
  line-height: 1.3;
}
@media only screen and (min-width: 1401px) {
  .text-smaller {
    font-size: 0.675rem;
  }
}

.text-small, .historia .historia-faq .content p, .historia .historia .content p, .historia .sobre-mario .content p, .historia .nossa-historia .content p {
  font-size: 1rem;
  line-height: 1.5;
}

.text-regular {
  font-size: 1rem;
}

.text-medium, .nossas-solucoes-inner .projetos-info .content p, .nossas-solucoes-inner .nossas-solucoes-potencia .content p, .nossas-solucoes-inner .nossas-solucoes-sobre .content p, .planos-comerciais-inner .projetos-info .content p, .planos-comerciais-inner .planos-comerciais-potencia .content p, .planos-comerciais-inner .planos-comerciais-sobre .content p, .carreira .carreira-cursos .content p, .carreira .carreira-content-2 .card-description, .carreira .carreira-content .content p, .instituto-ric .instituto-ric-minuto .col-right .content, .codigo-cultura .visao .content p, .codigo-cultura .proposito .content p, .termos .content-inner ul li, .termos .content-inner p, .blog-inner .blog-inner-related .related-btn, .blog-inner .content-description ol li, .blog-inner .content-description ul li, .blog-inner .content-description p, .blog-inner .content-description div p, .projetos-inner .perfil-programa .perfil-content ul li, .projetos-inner .perfil-programa .perfil-content h2,
.projetos-inner .perfil-programa .perfil-content p,
.projetos-inner .perfil-programa .perfil-content h3,
.projetos-inner .perfil-programa .perfil-content h4, .projetos-inner .projetos-buscas .related-btn, body.home .brands-section .row .content p, body.home .about-section .about-content p {
  font-size: 1.175rem;
  line-height: 1.5;
}

.text-medium-small {
  font-size: clamp(1.25rem, 2.25vw, 1.5rem);
  line-height: 1.2;
}

.text-medium-big, .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content h2, .carreira .carreira-content-2 .card-title, .historia .historia-faq .content h2, .historia .historia .content h2, .historia .sobre-mario .content h2, .historia .nossa-historia .content h2, .blog-inner .content-description h2, .blog-inner .content-description div h2, body.home .brands-section .row .content h2, body.home .about-section .about-content h2 {
  font-size: clamp(1.5rem, 2.75vw, 2rem);
  line-height: 1.2;
}

.text-big, .ooh .anuncie-section .container-fluid .container .anuncie-flex h2, .carreira .carreira-cursos .content h2, .carreira .carreira-content .content h2, .codigo-cultura .visao .content h2, .codigo-cultura .proposito .content h2, .termos .content-inner h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .text-big, .ooh .anuncie-section .container-fluid .container .anuncie-flex h2, .carreira .carreira-cursos .content h2, .carreira .carreira-content .content h2, .codigo-cultura .visao .content h2, .codigo-cultura .proposito .content h2, .termos .content-inner h2 {
    line-height: 1.1;
  }
}

.text-bigger {
  font-size: clamp(2rem, 4.25vw, 3.5rem);
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .text-bigger {
    line-height: 1.1;
  }
}

.text-biggest {
  font-size: clamp(4rem, 6.75vw, 6rem);
  line-height: 1;
}

.h1 {
  font-family: "Kurdis Condensed";
  font-weight: 700;
  font-size: clamp(4rem, 6.75vw, 6rem);
  line-height: 1;
}

.h2 {
  font-family: "Kurdis Condensed";
  font-weight: 700;
  font-size: clamp(2.5rem, 4.25vw, 3.75rem);
  line-height: 1;
}

.h3 {
  font-family: "Kurdis Condensed";
  font-weight: 700;
  font-size: clamp(1.375rem, 2vw, 1.675rem);
  line-height: 1.1;
}

.h4 {
  font-family: "Kurdis Condensed";
  font-weight: 700;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.1;
}

.text-white {
  color: #f0f0f0;
}

.cover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.relative {
  position: relative;
}

.bold, strong {
  font-weight: 700;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z9 {
  z-index: 9;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

[data-stagger] > * {
  will-change: transform, opacity;
}

.w-20 {
  width: 20rem;
}

.h-auto {
  height: auto;
}

.max-w-10 {
  max-width: 10%;
}

.max-w-20 {
  max-width: 20%;
}

.max-w-30 {
  max-width: 30%;
}

.max-w-40 {
  max-width: 40%;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-60 {
  max-width: 60%;
}

.max-w-70 {
  max-width: 70%;
}

.max-w-80 {
  max-width: 80%;
}

.max-w-90 {
  max-width: 90%;
}

.max-w-100 {
  max-width: 100%;
}

.flex-md {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-md {
    gap: 1rem;
    flex-direction: row;
  }
}

.flex-lg {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
@media only screen and (min-width: 993px) {
  .flex-lg {
    gap: 1rem;
    flex-direction: row;
  }
}

.align-center {
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .align-center-md {
    align-items: center;
  }
}

@media only screen and (min-width: 993px) {
  .align-center-lg {
    align-items: center;
  }
}

.justify-center {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .justify-center-md {
    justify-content: center;
  }
}

@media only screen and (min-width: 993px) {
  .justify-center-lg {
    justify-content: center;
  }
}

:root {
  --smallest: clamp(1rem, 3vw, 2rem);
  --smaller: clamp(2rem, 4vw, 3rem);
  --small: clamp(2.5rem, 6vw, 5rem);
  --medium: clamp(3rem, 9vw, 7rem);
  --big: clamp(4rem, 10vw, 9rem);
  --bigger: clamp(7rem, 17vw, 15rem);
}

body:before {
  content: "mob";
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  color: white;
  background: black;
  z-index: 99999999999;
  opacity: 0.375;
  font-family: sans-serif;
  pointer-events: none;
}
@media only screen and (min-width: 421px) {
  body:before {
    content: "xs";
  }
}
@media only screen and (min-width: 576px) {
  body:before {
    content: "sm";
  }
}
@media only screen and (min-width: 768px) {
  body:before {
    content: "md";
  }
}
@media only screen and (min-width: 993px) {
  body:before {
    content: "lg";
  }
}
@media only screen and (min-width: 1201px) {
  body:before {
    content: "xl";
  }
}
@media only screen and (min-width: 1401px) {
  body:before {
    content: "2xl";
  }
}

/*.container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: calc(100% - .75rem);
	@media only screen and (min-width: 421px) { max-width: 95%; }
	@media only screen and (min-width: 768px) { max-width: 80%; }
	//@media only screen and (min-width: 1401px) { max-width: calc(80% - 10rem) }
	@media only screen and (min-width: 1401px) { max-width: calc(80% - 8rem) }
}*/
.container {
  position: relative;
  z-index: 1;
  padding-left: 0.675rem;
  padding-right: 0.675rem;
  max-width: calc(100% - 0.75rem);
}
@media only screen and (min-width: 421px) {
  .container {
    max-width: 92%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    max-width: calc(100vw - 12rem);
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    max-width: calc(100vw - 22rem);
  }
}
@media only screen and (min-width: 1401px) {
  .container {
    max-width: calc(100vw - 30rem);
  }
}
@media only screen and (min-width: 1601px) {
  .container {
    max-width: calc(100vw - 40rem);
  }
}
@media only screen and (min-width: 993px) {
  .container--big {
    max-width: calc(100vw - 2rem);
  }
}
@media only screen and (min-width: 1201px) {
  .container--big {
    max-width: calc(100vw - 16rem);
  }
}
@media only screen and (min-width: 1401px) {
  .container--big {
    max-width: calc(100vw - 18rem);
  }
}
@media only screen and (min-width: 1601px) {
  .container--big {
    max-width: calc(100vw - 20rem);
  }
}

.row {
  margin-left: -0.675rem;
  margin-right: -0.675rem;
}
@media only screen and (min-width: 1401px) {
  .row {
    margin-left: -1.0125rem;
    margin-right: -1.0125rem;
  }
}
.row--small-gap {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.row--small-gap .col, .row--small-gap .col-1, .row--small-gap .col-10, .row--small-gap .col-11, .row--small-gap .col-12, .row--small-gap .col-2, .row--small-gap .col-3, .row--small-gap .col-4, .row--small-gap .col-5, .row--small-gap .col-6, .row--small-gap .col-7, .row--small-gap .col-8, .row--small-gap .col-9, .row--small-gap .col-auto, .row--small-gap .col-lg, .row--small-gap .col-lg-1, .row--small-gap .col-lg-10, .row--small-gap .col-lg-11, .row--small-gap .col-lg-12, .row--small-gap .col-lg-2, .row--small-gap .col-lg-3, .row--small-gap .col-lg-4, .row--small-gap .col-lg-5, .row--small-gap .col-lg-6, .row--small-gap .col-lg-7, .row--small-gap .col-lg-8, .row--small-gap .col-lg-9, .row--small-gap .col-lg-auto, .row--small-gap .col-md, .row--small-gap .col-md-1, .row--small-gap .col-md-10, .row--small-gap .col-md-11, .row--small-gap .col-md-12, .row--small-gap .col-md-2, .row--small-gap .col-md-3, .row--small-gap .col-md-4, .row--small-gap .col-md-5, .row--small-gap .col-md-6, .row--small-gap .col-md-7, .row--small-gap .col-md-8, .row--small-gap .col-md-9, .row--small-gap .col-md-auto, .row--small-gap .col-sm, .row--small-gap .col-sm-1, .row--small-gap .col-sm-10, .row--small-gap .col-sm-11, .row--small-gap .col-sm-12, .row--small-gap .col-sm-2, .row--small-gap .col-sm-3, .row--small-gap .col-sm-4, .row--small-gap .col-sm-5, .row--small-gap .col-sm-6, .row--small-gap .col-sm-7, .row--small-gap .col-sm-8, .row--small-gap .col-sm-9, .row--small-gap .col-sm-auto, .row--small-gap .col-xl, .row--small-gap .col-xl-1, .row--small-gap .col-xl-10, .row--small-gap .col-xl-11, .row--small-gap .col-xl-12, .row--small-gap .col-xl-2, .row--small-gap .col-xl-3, .row--small-gap .col-xl-4, .row--small-gap .col-xl-5, .row--small-gap .col-xl-6, .row--small-gap .col-xl-7, .row--small-gap .col-xl-8, .row--small-gap .col-xl-9, .row--small-gap .col-xl-auto {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 0.675rem;
  padding-right: 0.675rem;
}
@media only screen and (min-width: 1401px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 1.0125rem;
    padding-right: 1.0125rem;
  }
}

.hover-underline {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}
.hover-underline:hover::after, .hover-underline:focus-visible::after, .hover-underline.active::after {
  width: 100%;
}

.divisor {
  margin-top: 2rem;
  width: 100%;
  height: 1.4rem;
  background: linear-gradient(90deg, #0066B3 0%, #1B9B54 100%);
}

.btn-gradient {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  border-radius: 0.75rem;
}

.topbar {
  width: 100%;
  background-color: #0167B0;
  position: relative;
  z-index: 999998;
}
.topbar .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.topbar .container a {
  text-decoration: none;
  color: #fff;
  fill: #fff;
}
.topbar .container .busca {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar .container .busca svg {
  width: 24px;
  margin-bottom: -6px;
}
@media only screen and (min-width: 576px) {
  .topbar .container {
    max-width: 92%;
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }
}
.topbar .container.container--big {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 993px) {
  .topbar .container.container--big {
    max-width: 92%;
    padding: 8px 4rem;
  }
}

.main-header {
  /*position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;*/
  position: relative;
  z-index: 999998;
  background-color: #0521b0;
}
.main-header .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 576px) {
  .main-header .container {
    max-width: 92%;
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }
}
.main-header .container.container--big {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 993px) {
  .main-header .container.container--big {
    max-width: 92%;
    padding-left: 0.675rem;
    padding-right: 0.675rem;
  }
}
.main-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  padding: 0 2rem;
  /*@media only screen and (max-width: 767px) {
      height: 5.5rem;
      padding: 0 1rem;
  }*/
}
.main-header .logo {
  width: 120px;
}
.main-header .logo img {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 993px) {
  .main-header .logo img {
    height: 100%;
    width: 120px;
  }
}
.main-header .nav-and-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .main-header .nav-and-actions {
    margin-left: 0;
  }
  .main-header .nav-and-actions .header-actions {
    display: none;
  }
}
.main-header .main-nav {
  display: flex;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav {
    display: flex !important;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    z-index: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0521b0;
    z-index: 999999;
    padding: 0;
    transform: translateX(100%);
    overflow-y: auto;
    margin: 0;
  }
  .main-header .main-nav.active {
    display: flex;
    flex-direction: column;
  }
  .main-header .main-nav.active + .header-actions {
    display: block;
    position: fixed;
    top: 150px;
    right: 30px;
    z-index: 999999;
  }
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav .mobile-nav-header {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav .mobile-nav-header {
    display: block;
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
  }
  .main-header .main-nav .mobile-nav-header .mobile-logo {
    text-align: center;
  }
  .main-header .main-nav .mobile-nav-header .mobile-logo img {
    max-width: 120px;
    height: auto;
  }
}
.main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul {
    display: flex !important;
    flex-direction: row !important;
    opacity: 1 !important;
    transform: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul {
    flex-direction: column;
    width: 100%;
    padding: 20px 30px 30px;
    flex: 1;
  }
}
.main-header .main-nav ul li {
  margin: 0 15px;
  position: relative;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li {
    opacity: 1 !important;
    transform: none !important;
    position: relative !important;
    margin: 0 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li {
    margin: 0 0 20px;
    position: relative;
  }
}
.main-header .main-nav ul li a {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  position: relative;
  text-transform: uppercase;
}
.main-header .main-nav ul li a:not(.menu-trigger)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #38c172;
  transition: width 0.3s ease;
}
.main-header .main-nav ul li a:hover {
  color: #f0f0f0;
}
.main-header .main-nav ul li a:hover:not(.menu-trigger)::after {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li a {
    font-size: 20px;
    display: block;
  }
}
.main-header .main-nav ul li.has-submenu {
  position: relative;
}
.main-header .main-nav ul li.has-submenu > .menu-trigger {
  cursor: pointer;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-submenu > .menu-trigger {
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-submenu > .menu-trigger {
    display: inline-block;
    width: auto;
  }
}
.main-header .main-nav ul li.has-submenu > .menu-trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #f0f0f0;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-submenu > .menu-trigger::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-submenu > .menu-trigger::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }
}
.main-header .main-nav ul li.has-submenu > .menu-trigger.active::after {
  transform: rotate(180deg);
}
.main-header .main-nav ul li.has-submenu .submenu {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 200px;
  background-color: rgba(10, 65, 119, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 20px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999999;
  pointer-events: none;
}
.main-header .main-nav ul li.has-submenu .submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(10, 65, 119, 0.95);
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-submenu .submenu {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-submenu .submenu {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-submenu .submenu.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
}
.main-header .main-nav ul li.has-submenu .submenu .submenu-content .submenu-column {
  padding: 0 20px;
}
.main-header .main-nav ul li.has-submenu .submenu .submenu-content .submenu-column a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .main-nav ul li.has-submenu .submenu .submenu-content .submenu-column a:last-child {
  border-bottom: none;
}
.main-header .main-nav ul li.has-submenu .submenu .submenu-content .submenu-column a::after {
  display: none;
}
.main-header .main-nav ul li.has-submenu .submenu .submenu-content .submenu-column a:hover {
  color: #38c172;
  padding-left: 5px;
  transition: all 0.3s ease;
}
.main-header .main-nav ul li.has-submenu .mobile-submenu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
  border-left: 2px solid #38c172;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-submenu .mobile-submenu {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-submenu .mobile-submenu.active {
    display: block !important;
  }
}
.main-header .main-nav ul li.has-submenu .mobile-submenu a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
}
.main-header .main-nav ul li.has-submenu .mobile-submenu a:hover {
  color: #38c172;
  padding-left: 10px;
  transition: all 0.3s ease;
}
.main-header .main-nav ul li.has-submenu .mobile-submenu a::after {
  display: none;
}
.main-header .main-nav ul li.has-mega-menu {
  position: relative;
}
.main-header .main-nav ul li.has-mega-menu > .mega-trigger {
  cursor: pointer;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-mega-menu > .mega-trigger {
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-mega-menu > .mega-trigger {
    display: inline-block;
    width: auto;
  }
}
.main-header .main-nav ul li.has-mega-menu > .mega-trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #f0f0f0;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-mega-menu > .mega-trigger::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-mega-menu > .mega-trigger::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }
}
.main-header .main-nav ul li.has-mega-menu > .mega-trigger.active::after {
  transform: rotate(180deg);
}
.main-header .main-nav ul li.has-mega-menu .mega-menu {
  position: fixed;
  top: 8rem;
  left: 0;
  right: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999999;
  pointer-events: none;
  transform: translateY(-10px);
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-mega-menu .mega-menu {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-mega-menu .mega-menu {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-mega-menu .mega-menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content {
  display: flex;
  min-height: 420px;
  width: auto;
  margin: 0 auto;
  max-width: 1180px;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-sidebar {
  width: 280px;
  min-width: 280px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  padding: 40px 30px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-sidebar .mega-sidebar-content h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 25px 0;
  line-height: 0.9;
  letter-spacing: -0.5px;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-sidebar .mega-sidebar-content p {
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
  font-weight: 400;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 0;
  background: white;
  overflow-x: auto;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column {
  padding: 30px 20px;
  border-right: 1px solid #e8e8e8;
  min-width: 300px;
  text-transform: uppercase;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column:last-child {
  border-right: none;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column h3 {
  font-weight: bold;
  color: #2c5aa0;
  margin: 0 0 25px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column.mega-column-downloads {
  background: #f3f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column.mega-column-downloads h3 {
  color: #1f3c88;
  margin-bottom: 0.5rem;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column.mega-column-downloads .mega-download-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column.mega-column-downloads .mega-download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.5rem rgba(30, 113, 184, 0.3);
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column > a {
  display: block;
  padding: 6px 0;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column > a:hover {
  color: #4CAF50;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu {
  margin-bottom: 20px;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  color: #333;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-header span {
  flex: 1;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-header .mega-toggle {
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-header:hover {
  color: #4CAF50;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-header.active .mega-toggle {
  transform: rotate(180deg);
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content {
  display: none;
  padding: 10px 0 0 15px;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content.active {
  display: block;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content a {
  display: block;
  padding: 5px 0;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content a:hover {
  color: #4CAF50;
  padding-left: 5px;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu {
  margin: 10px 0;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  color: #555;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-header .mega-nested-toggle {
  font-size: 10px;
  color: #666;
  transition: transform 0.3s ease;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-header:hover {
  color: #4CAF50;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-header.active .mega-nested-toggle {
  transform: rotate(180deg);
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-content {
  display: none;
  padding-left: 15px;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-content.active {
  display: block;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-content a {
  font-size: 13px;
  color: #777;
}
.main-header .main-nav ul li.has-mega-menu .mega-menu .mega-menu-content .mega-menu-columns .mega-column .mega-submenu .mega-submenu-content .mega-nested-submenu .mega-nested-content a:hover {
  color: #4CAF50;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
  border-left: 2px solid #2ECC71;
}
@media only screen and (min-width: 993px) {
  .main-header .main-nav ul li.has-mega-menu .mega-mobile-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .main-nav ul li.has-mega-menu .mega-mobile-menu.active {
    display: block !important;
  }
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section {
  margin-bottom: 20px;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section h4 {
  font-size: 17px;
  font-weight: bold;
  color: #2ECC71;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section > a {
  display: block;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section > a:hover {
  color: #2ECC71;
  padding-left: 10px;
  transition: all 0.3s ease;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu {
  margin-bottom: 15px;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-toggle {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-toggle.active {
  color: #2ECC71;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-toggle span svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 0.2rem;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-toggle span svg path {
  fill: #ffffff;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-toggle span svg polygon {
  fill: #ffffff;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-content {
  padding-left: 15px;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-content.active {
  display: block;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-content a {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 15px;
}
.main-header .main-nav ul li.has-mega-menu .mega-mobile-menu .mega-mobile-section .mega-mobile-submenu .mega-mobile-content a:hover {
  color: #2ECC71;
  padding-left: 10px;
  transition: all 0.3s ease;
}
.main-header .main-nav ul.mega-mobile-section-downloads .mega-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.main-header .main-nav ul.mega-mobile-section-downloads .mega-download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.5rem rgba(30, 113, 184, 0.3);
}
.main-header .header-actions {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (min-width: 993px) {
  .main-header .header-actions {
    display: flex !important;
    opacity: 1 !important;
    transform: none !important;
    position: static !important;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .main-header .header-actions {
    margin-left: 0;
    display: none;
  }
}
.main-header .header-actions .search-icon {
  margin-right: 20px;
  cursor: pointer;
}
.main-header .header-actions .search-icon img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 420px) {
  .main-header .header-actions .search-icon {
    margin-right: 10px;
  }
}
.main-header .header-actions .btn-gradient {
  padding: 1rem 3rem;
  display: block;
  color: #f0f0f0;
  text-decoration: none;
}
.main-header .header-actions .btn-gradient:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.main-header .header-actions .btn-anuncie {
  margin-top: 2rem;
}
@media only screen and (min-width: 993px) {
  .main-header .header-actions .btn-anuncie {
    margin-top: 0;
  }
}
.main-header .mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 9999999;
  margin-left: 20px;
  position: relative;
}
.main-header .mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media only screen and (max-width: 992px) {
  .main-header .mobile-toggle {
    display: flex;
  }
}
.main-header .mobile-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.main-header .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.main-header .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
}
.banner-slider {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  /*@media only screen and (max-width: 767px) {
      margin-top: 70px;
  }*/
}
.banner-slider .swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .banner-slider .swiper {
    height: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .banner-slider .swiper {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider .swiper {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-slider .swiper {
    height: 350px;
  }
}
@media (max-width: 460px) {
  .banner-slider .swiper {
    height: 180px;
  }
}
.banner-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-slider .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /*background: linear-gradient(to right, rgba($black, 0.8) 0%, rgba($black, 0.4) 50%, rgba($black, 0) 100%);

  @media only screen and (max-width: 767px) {
      background: linear-gradient(to right, rgba($black, 0.8) 0%, rgba($black, 0.5) 70%, rgba($black, 0.2) 100%);
  }*/
}
.banner-slider .swiper-slide .slide-text {
  max-width: 600px;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .banner-slider .swiper-slide .slide-text {
    max-width: 450px;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.banner-slider .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.banner-slider .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .banner-slider .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner-slider .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.banner-slider .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .banner-slider .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .banner-slider .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.banner-slider .swiper-slide .slide-text h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 25px;
  line-height: 1.4;
}
.banner-slider .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .banner-slider .swiper-slide .slide-text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider .swiper-slide .slide-text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-slider .swiper-slide .slide-text h3 {
    font-size: 16px;
  }
}
.banner-slider .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 25px;
}
.banner-slider .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .banner-slider .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 14px;
    padding: 6px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-slider .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 12px;
    padding: 5px 12px;
  }
}
.banner-slider .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: transparent;
  border: 2px solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}
.banner-slider .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .banner-slider .swiper-slide .slide-text .btn-secondary {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.banner-slider .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.banner-slider .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.banner-slider .slider-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  z-index: 10;
}
.banner-slider .slider-nav .swiper-button-next,
.banner-slider .slider-nav .swiper-button-prev {
  position: static;
  width: 44px;
  height: 44px;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  color: #f0f0f0;
}
.banner-slider .slider-nav .swiper-button-next:after,
.banner-slider .slider-nav .swiper-button-prev:after {
  font-size: 18px;
}
.banner-slider .slider-nav .swiper-button-next:hover,
.banner-slider .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .banner-slider .slider-nav .swiper-button-next,
  .banner-slider .slider-nav .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .banner-slider .slider-nav .swiper-button-next:after,
  .banner-slider .slider-nav .swiper-button-prev:after {
    font-size: 16px;
  }
}

.rodape-flutuante {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(1rem, 3vw, 1.75rem) clamp(1.5rem, 4vw, 3rem);
  background: #ffffff;
  box-shadow: 0 -12px 45px rgba(8, 14, 33, 0.18);
  z-index: 1050;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}
.rodape-flutuante.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.rodape-flutuante.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  visibility: hidden;
}
.rodape-flutuante__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  position: relative;
}
.rodape-flutuante__title {
  margin: 0;
  font-size: clamp(1.15rem, 3vw, 1.6rem);
  font-weight: 700;
  color: #081e33;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.rodape-flutuante__cta {
  align-self: flex-start;
  padding: 0.75rem clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f0f0f0;
  text-decoration: none;
}
.rodape-flutuante__close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(120%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(8, 30, 51, 0.2);
  background: transparent;
  color: #081e33;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 991px) {
  .rodape-flutuante__inner {
    max-width: none;
  }
  .rodape-flutuante__title {
    font-size: clamp(1.1rem, 3.8vw, 1.4rem);
  }
  .rodape-flutuante__cta {
    width: 100%;
    text-align: center;
  }
  .rodape-flutuante__inner {
    align-items: center;
  }
  .rodape-flutuante__close {
    position: static;
    transform: none;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto;
  }
  .rodape-flutuante__close:hover, .rodape-flutuante__close:focus-visible {
    transform: scale(1.05);
    color: #ffffff;
    border-color: transparent;
    background-color: #0f5ad4;
  }
}
@media (min-width: 992px) {
  .rodape-flutuante__inner {
    flex-direction: row;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
  }
  .rodape-flutuante__cta {
    margin-left: auto;
  }
  .rodape-flutuante__close {
    transform: translate(120%, -50%);
  }
  .rodape-flutuante__close:hover, .rodape-flutuante__close:focus-visible {
    transform: translate(120%, -50%) scale(1.05);
    color: #ffffff;
    border-color: transparent;
    background-color: #0f5ad4;
  }
}

.footer {
  padding: 3rem 0;
  color: #f0f0f0;
  background-color: #0066B3;
}
.footer img {
  width: 100%;
  max-width: 130px;
}
.footer .copyright {
  color: #50A0E5;
  padding-top: 2rem;
}
.footer .social-icons {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  padding-bottom: 1rem;
}
.footer .social-icons a {
  color: #4CAF50;
  transition: 0.2s ease-in-out;
  background: transparent;
  border: 1px solid #50A0E5;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.footer .social-icons a:hover, .footer .social-icons a:focus-visible {
  color: #4CAF50;
  background: #f0f0f0;
  border-color: #4CAF50;
}
.footer .social-icons a:hover svg, .footer .social-icons a:focus-visible svg {
  fill: #4CAF50;
}
.footer .social-icons a svg {
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  fill: #f0f0f0;
  transition: 0.2s ease-in-out;
}
.footer h5 {
  margin: 0;
  text-transform: uppercase;
}
.footer ul {
  padding-inline-start: 0;
}
.footer ul li {
  list-style: none;
  padding: 0.5rem 0;
}
.footer ul li a {
  color: #f0f0f0;
  text-decoration: none;
}

.blog-section {
  padding: 3rem 0;
  background-color: #EBEBEB;
}
.blog-section a {
  display: block;
  text-decoration: none;
}
.blog-section .card {
  border-radius: 1.5rem;
  overflow: hidden;
  border: none;
  background: transparent;
}
.blog-section .card-img-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog-section .badge {
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 1rem;
  border-radius: 10px;
  width: 130px;
  text-align: center;
}
.blog-section .badge.curso {
  color: #f0f0f0;
  background-color: rgba(255, 69, 0, 0.85);
}
.blog-section .badge.artigo {
  color: #f0f0f0;
  background-color: rgba(30, 113, 184, 0.85);
}
.blog-section .badge.estudo {
  color: #f0f0f0;
  background-color: rgba(35, 165, 79, 0.85);
}
.blog-section .text-white {
  color: #f0f0f0;
}
.blog-section .btn-link {
  color: #ff4500;
  padding: 0;
  font-size: 2.5rem;
  text-decoration: none;
  background-color: transparent;
  border: none;
  text-align: left;
}
.blog-section .card img {
  border-radius: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-section .card-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 240px;
}
.blog-section .col-lg-7 .card-bg-img {
  height: 700px;
  min-height: 700px;
}
.blog-section .col-lg-5 .card-bg-img {
  height: 340px;
  min-height: 340px;
}
.blog-section .col-lg-5 .row.g-4 {
  gap: 1.5rem;
}
.blog-section .justify-content-between {
  margin-bottom: 2rem;
}
.blog-section h2 {
  font-size: 2.5rem;
  margin: 0;
  margin-top: 2rem;
}
.blog-section .justify-content-lg-end {
  display: flex;
  justify-content: right;
  align-items: center;
}
.blog-section .justify-content-lg-end a {
  display: block;
  font-size: 1.15rem;
  padding: 0.9rem 2rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0066cc;
  margin-left: 1rem;
  color: #0066cc;
  font-weight: bold;
}
.blog-section .justify-content-lg-end a.active {
  background-color: #0066cc;
  color: #f0f0f0;
}
.blog-section .justify-content-lg-end a:hover {
  background-color: #0066cc;
  color: #f0f0f0;
}
.blog-section h3 {
  font-size: 1.5rem;
}
.blog-section p {
  font-size: 1.1rem;
}

.partners-slider {
  padding: 3rem 0;
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
}

.partners-swiper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.partners-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.partners-swiper .swiper-slide img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.partners-swiper .swiper-slide img:hover {
  opacity: 1;
}

/* Hide navigation arrows by default */
.partners-swiper .swiper-button-next,
.partners-swiper .swiper-button-prev {
  display: none;
}

/* Show navigation arrows only on mobile */
@media (max-width: 768px) {
  .partners-swiper .swiper-button-next,
  .partners-swiper .swiper-button-prev {
    display: flex;
    color: #666;
    transform: scale(0.7);
  }
  .partners-swiper .swiper-button-next:after,
  .partners-swiper .swiper-button-prev:after {
    font-size: 24px;
  }
  .partners-swiper .swiper-button-next {
    right: 0;
  }
  .partners-swiper .swiper-button-prev {
    left: 0;
  }
}
.anuncie-section {
  position: relative;
  background: linear-gradient(90deg, #0066B3 0%, #1B9B54 100%);
  overflow: hidden;
}
.anuncie-section .anuncie-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/elementos.png") no-repeat left center;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
.anuncie-section .container-fluid {
  position: relative;
  z-index: 2;
}
.anuncie-section .container-fluid .container .anuncie-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.5rem 0;
}
.anuncie-section .container-fluid .container .anuncie-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.anuncie-section .container-fluid .container .anuncie-flex > div h2 {
  font-size: 3rem;
  color: #f0f0f0;
  margin: 0;
}
.anuncie-section .container-fluid .container .anuncie-flex > div p {
  font-size: 1.2rem;
  color: #f0f0f0;
}
.anuncie-section .container-fluid .container .anuncie-flex .anuncie-text {
  flex: 1 1 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn {
  display: block;
  background-color: #48C672;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  width: 250px;
  text-align: center;
  font-size: 1.15rem;
  padding: 0.9rem 2rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn:hover, .anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn:focus-visible {
  background-color: #43a047;
  color: #fff;
  text-decoration: none;
}
.anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn svg {
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .anuncie-section .container-fluid .container .anuncie-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    text-align: center;
  }
  .anuncie-section .container-fluid .container .anuncie-flex .anuncie-text {
    justify-content: center;
    text-align: center;
  }
  .anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn {
    min-width: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 1rem;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  position: relative;
  background: #f0f0f0;
  border-radius: 1rem;
  max-width: 75rem;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.popup-overlay.active .popup-container {
  transform: scale(1);
}
@media only screen and (max-width: 992px) {
  .popup-container {
    max-width: 56.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-container {
    max-width: 100%;
    max-height: 95vh;
    overflow-y: auto;
  }
}

.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  font-size: 2.5rem;
  color: #2A2A2A;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
  padding: 0;
}
.popup-close:hover {
  color: #0066CC;
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .popup-close {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
  }
}

.popup-content {
  display: flex;
  min-height: 37.5rem;
}
@media only screen and (max-width: 767px) {
  .popup-content {
    flex-direction: column;
    min-height: auto;
  }
}

.popup-image {
  position: relative;
  flex: 0 0 50%;
  /*background: linear-gradient(135deg, #FF8C42 0%, #FFD93D 100%);*/
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .popup-image {
    padding: 2rem;
    min-height: 18.75rem;
  }
}
.popup-image .popup-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*opacity: 0.2;*/
  z-index: 0;
}

.popup-logos {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .popup-logos {
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
}
.popup-logos .logo-ric {
  display: flex;
  flex-direction: column;
}
.popup-logos .logo-ric .ric-tv {
  background: #FF6B35;
  color: #f0f0f0;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .popup-logos .logo-ric .ric-tv {
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
  }
}
.popup-logos .logo-ric .ric-regiao {
  color: #f0f0f0;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .popup-logos .logo-ric .ric-regiao {
    font-size: 0.5rem;
  }
}
.popup-logos .logo-record img {
  height: 2.5rem;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .popup-logos .logo-record img {
    height: 2rem;
  }
}

.popup-title {
  position: relative;
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 700;
  color: #f0f0f0;
  text-align: center;
  letter-spacing: 0.5rem;
  margin: 0;
  z-index: 2;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
  .popup-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-title {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .popup-title {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
}

.popup-year {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Kurdis Condensed";
  font-size: 6rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #f0f0f0;
  letter-spacing: 0.5rem;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .popup-year {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-year {
    font-size: 4rem;
    bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .popup-year {
    font-size: 3rem;
    -webkit-text-stroke: 1.5px #f0f0f0;
  }
}

.popup-form {
  flex: 0 0 50%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  max-height: 90vh;
}
@media only screen and (max-width: 767px) {
  .popup-form {
    padding: 2rem;
    max-height: none;
  }
}
@media only screen and (max-width: 575px) {
  .popup-form {
    padding: 1.5rem;
  }
}

.form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0 0 2rem 0;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .form-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .form-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.midia-kit-form .form-group {
  margin-bottom: 1rem;
}
.midia-kit-form .form-control {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #2A2A2A;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.midia-kit-form .form-control::-moz-placeholder {
  color: #999;
}
.midia-kit-form .form-control::placeholder {
  color: #999;
}
.midia-kit-form .form-control:focus {
  outline: none;
  border-color: #0066CC;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .form-control {
    padding: 0.75rem;
    font-size: 0.938rem;
  }
}
.midia-kit-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.midia-kit-form select.form-control option {
  color: #2A2A2A;
}
.midia-kit-form .form-check {
  margin: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .form-check {
    margin: 1.25rem 0;
  }
}
.midia-kit-form .form-check-input {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  cursor: pointer;
  accent-color: #0066CC;
}
.midia-kit-form .form-check-label {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
  cursor: pointer;
}
.midia-kit-form .form-check-label a {
  color: #0066CC;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.midia-kit-form .form-check-label a:hover {
  color: #00CC66;
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .form-check-label {
    font-size: 0.813rem;
  }
}
.midia-kit-form .btn-download {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.375rem;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: #f0f0f0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}
.midia-kit-form .btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 102, 204, 0.3);
}
.midia-kit-form .btn-download:active {
  transform: translateY(0);
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .btn-download {
    padding: 0.875rem 1.5rem;
    font-size: 0.938rem;
  }
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text],
.midia-kit-form .wpcf7 .wpcf7-form input[type=email],
.midia-kit-form .wpcf7 .wpcf7-form input[type=tel],
.midia-kit-form .wpcf7 .wpcf7-form select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #2A2A2A;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text]::-moz-placeholder, .midia-kit-form .wpcf7 .wpcf7-form input[type=email]::-moz-placeholder, .midia-kit-form .wpcf7 .wpcf7-form input[type=tel]::-moz-placeholder, .midia-kit-form .wpcf7 .wpcf7-form select::-moz-placeholder {
  color: #999;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text]::placeholder,
.midia-kit-form .wpcf7 .wpcf7-form input[type=email]::placeholder,
.midia-kit-form .wpcf7 .wpcf7-form input[type=tel]::placeholder,
.midia-kit-form .wpcf7 .wpcf7-form select::placeholder {
  color: #999;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text]:focus,
.midia-kit-form .wpcf7 .wpcf7-form input[type=email]:focus,
.midia-kit-form .wpcf7 .wpcf7-form input[type=tel]:focus,
.midia-kit-form .wpcf7 .wpcf7-form select:focus {
  outline: none;
  border-color: #0066CC;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .wpcf7 .wpcf7-form input[type=text],
  .midia-kit-form .wpcf7 .wpcf7-form input[type=email],
  .midia-kit-form .wpcf7 .wpcf7-form input[type=tel],
  .midia-kit-form .wpcf7 .wpcf7-form select {
    padding: 0.75rem;
    font-size: 0.938rem;
  }
}
.midia-kit-form .wpcf7 .wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.813rem;
  color: #dc3545;
  margin-top: 0.25rem;
  display: block;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0.5rem 0;
  padding: 0.875rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  border: none;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #fff3cd;
  color: #856404;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.midia-kit-form .wpcf7 .wpcf7-form .ajax-loader {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.625rem;
  vertical-align: middle;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  align-items: start;
  margin: 0;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  cursor: pointer;
  accent-color: #0066CC;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #0066CC;
  text-decoration: underline;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: #00CC66;
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.813rem;
  }
}

body.popup-open {
  overflow: hidden;
}

.popup-tabelas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(1, 47, 102, 0.92);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 10000050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-tabelas-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-tabelas-container {
  position: relative;
  width: 90vw;
  max-width: 64rem;
  background: transparent;
}

.popup-tabelas-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  color: rgba(240, 240, 240, 0.9);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
.popup-tabelas-close:hover {
  color: #f0f0f0;
  transform: rotate(90deg);
}

.popup-tabelas-content {
  padding: 3.5rem 2.5rem 2.5rem;
  color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .popup-tabelas-content {
    padding: 3rem 1.75rem;
  }
}
@media only screen and (max-width: 575px) {
  .popup-tabelas-content {
    padding: 2.5rem 1.25rem;
  }
}

.popup-tabelas-title {
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 2.5rem;
}

.popup-tabelas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1.5rem;
}

.popup-tabelas-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem 1.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f0f0f0;
  text-decoration: none;
  min-height: 12rem;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.popup-tabelas-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0 2rem 3.5rem rgba(0, 0, 0, 0.28);
}
@media only screen and (max-width: 575px) {
  .popup-tabelas-card {
    padding: 1.75rem 1.5rem;
  }
}

.popup-tabelas-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0f0f0;
}

.popup-tabelas-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.popup-tabelas-name {
  font-size: 1.125rem;
  font-weight: 600;
}

.popup-tabelas-desc {
  font-size: 0.938rem;
  color: rgba(240, 240, 240, 0.85);
  line-height: 1.4;
}

.popup-tabelas-empty {
  margin: 0;
  font-size: 1rem;
  color: rgba(240, 240, 240, 0.85);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 1rem;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  position: relative;
  background: #f0f0f0;
  border-radius: 1rem;
  max-width: 75rem;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.popup-overlay.active .popup-container {
  transform: scale(1);
}
@media only screen and (max-width: 992px) {
  .popup-container {
    max-width: 56.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-container {
    max-width: 100%;
    max-height: 95vh;
    overflow-y: auto;
  }
}

.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  font-size: 2.5rem;
  color: #2A2A2A;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
  padding: 0;
}
.popup-close:hover {
  color: #0066CC;
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .popup-close {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
  }
}

.popup-content {
  display: flex;
  min-height: 37.5rem;
}
@media only screen and (max-width: 767px) {
  .popup-content {
    flex-direction: column;
    min-height: auto;
  }
}

.popup-image {
  position: relative;
  flex: 0 0 50%;
  /*background: linear-gradient(135deg, #FF8C42 0%, #FFD93D 100%);*/
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .popup-image {
    padding: 2rem;
    min-height: 18.75rem;
  }
}
.popup-image .popup-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*opacity: 0.2;*/
  z-index: 0;
}

.popup-logos {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .popup-logos {
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
}
.popup-logos .logo-ric {
  display: flex;
  flex-direction: column;
}
.popup-logos .logo-ric .ric-tv {
  background: #FF6B35;
  color: #f0f0f0;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .popup-logos .logo-ric .ric-tv {
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
  }
}
.popup-logos .logo-ric .ric-regiao {
  color: #f0f0f0;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .popup-logos .logo-ric .ric-regiao {
    font-size: 0.5rem;
  }
}
.popup-logos .logo-record img {
  height: 2.5rem;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .popup-logos .logo-record img {
    height: 2rem;
  }
}

.popup-title {
  position: relative;
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 700;
  color: #f0f0f0;
  text-align: center;
  letter-spacing: 0.5rem;
  margin: 0;
  z-index: 2;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
  .popup-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-title {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .popup-title {
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
}

.popup-year {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Kurdis Condensed";
  font-size: 6rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #f0f0f0;
  letter-spacing: 0.5rem;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .popup-year {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup-year {
    font-size: 4rem;
    bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .popup-year {
    font-size: 3rem;
    -webkit-text-stroke: 1.5px #f0f0f0;
  }
}

.popup-form {
  flex: 0 0 50%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  max-height: 90vh;
}
@media only screen and (max-width: 767px) {
  .popup-form {
    padding: 2rem;
    max-height: none;
  }
}
@media only screen and (max-width: 575px) {
  .popup-form {
    padding: 1.5rem;
  }
}

.form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0 0 2rem 0;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .form-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .form-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.midia-kit-form .form-group {
  margin-bottom: 1rem;
}
.midia-kit-form .form-control {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #2A2A2A;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.midia-kit-form .form-control::-moz-placeholder {
  color: #999;
}
.midia-kit-form .form-control::placeholder {
  color: #999;
}
.midia-kit-form .form-control:focus {
  outline: none;
  border-color: #0066CC;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .form-control {
    padding: 0.75rem;
    font-size: 0.938rem;
  }
}
.midia-kit-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.midia-kit-form select.form-control option {
  color: #2A2A2A;
}
.midia-kit-form .form-check {
  margin: 1.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .form-check {
    margin: 1.25rem 0;
  }
}
.midia-kit-form .form-check-input {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  cursor: pointer;
  accent-color: #0066CC;
}
.midia-kit-form .form-check-label {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
  cursor: pointer;
}
.midia-kit-form .form-check-label a {
  color: #0066CC;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.midia-kit-form .form-check-label a:hover {
  color: #00CC66;
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .form-check-label {
    font-size: 0.813rem;
  }
}
.midia-kit-form .btn-download {
  width: 100%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.375rem;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: #f0f0f0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}
.midia-kit-form .btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 102, 204, 0.3);
}
.midia-kit-form .btn-download:active {
  transform: translateY(0);
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .btn-download {
    padding: 0.875rem 1.5rem;
    font-size: 0.938rem;
  }
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text],
.midia-kit-form .wpcf7 .wpcf7-form input[type=email],
.midia-kit-form .wpcf7 .wpcf7-form input[type=tel],
.midia-kit-form .wpcf7 .wpcf7-form select {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #2A2A2A;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text]::-moz-placeholder, .midia-kit-form .wpcf7 .wpcf7-form input[type=email]::-moz-placeholder, .midia-kit-form .wpcf7 .wpcf7-form input[type=tel]::-moz-placeholder, .midia-kit-form .wpcf7 .wpcf7-form select::-moz-placeholder {
  color: #999;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text]::placeholder,
.midia-kit-form .wpcf7 .wpcf7-form input[type=email]::placeholder,
.midia-kit-form .wpcf7 .wpcf7-form input[type=tel]::placeholder,
.midia-kit-form .wpcf7 .wpcf7-form select::placeholder {
  color: #999;
}
.midia-kit-form .wpcf7 .wpcf7-form input[type=text]:focus,
.midia-kit-form .wpcf7 .wpcf7-form input[type=email]:focus,
.midia-kit-form .wpcf7 .wpcf7-form input[type=tel]:focus,
.midia-kit-form .wpcf7 .wpcf7-form select:focus {
  outline: none;
  border-color: #0066CC;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .wpcf7 .wpcf7-form input[type=text],
  .midia-kit-form .wpcf7 .wpcf7-form input[type=email],
  .midia-kit-form .wpcf7 .wpcf7-form input[type=tel],
  .midia-kit-form .wpcf7 .wpcf7-form select {
    padding: 0.75rem;
    font-size: 0.938rem;
  }
}
.midia-kit-form .wpcf7 .wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.813rem;
  color: #dc3545;
  margin-top: 0.25rem;
  display: block;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0.5rem 0;
  padding: 0.875rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  border: none;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #fff3cd;
  color: #856404;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.midia-kit-form .wpcf7 .wpcf7-form .ajax-loader {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.625rem;
  vertical-align: middle;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  align-items: start;
  margin: 0;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  cursor: pointer;
  accent-color: #0066CC;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #0066CC;
  text-decoration: underline;
}
.midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: #00CC66;
}
@media only screen and (max-width: 575px) {
  .midia-kit-form .wpcf7 .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.813rem;
  }
}

.filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}

.paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.paginacao .pagina, .paginacao .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.paginacao .pagina:hover, .paginacao .page-numbers:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.paginacao .pagina.active, .paginacao .pagina.current, .paginacao .page-numbers.active, .paginacao .page-numbers.current {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.paginacao .pagina.active:hover, .paginacao .pagina.current:hover, .paginacao .page-numbers.active:hover, .paginacao .page-numbers.current:hover {
  transform: scale(1.05);
}
.paginacao .pagina.next, .paginacao .page-numbers.next {
  background: #F5F5F5 url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1L6.5 6L1.5 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
}
.paginacao .pagina.next:hover, .paginacao .page-numbers.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.paginacao .pagina.next svg, .paginacao .page-numbers.next svg {
  width: 8px;
  height: 12px;
}
@media only screen and (max-width: 575px) {
  .paginacao .pagina, .paginacao .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}

body {
  font-family: "Montserrat", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

body.home {
  /*.anuncie-section {
      position: relative;
      background: linear-gradient(90deg, #0066B3 0%, #1B9B54 100%);
      overflow: hidden;

      .anuncie-bg {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          background: url('../img/elementos.png') no-repeat left center;
          background-size: cover;
          pointer-events: none;
          z-index: 1;
      }

      .container-fluid {
          position: relative;
          z-index: 2;

          .container {

              .anuncie-container {
                  max-width: 960px;
                  margin: 0 auto;
                  padding: 2.5rem 0;
              }

              .anuncie-flex {
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  gap: 2rem;
                  width: 100%;
                  position: relative;
                  z-index: 2;

                  > div {
                      h2{
                          font-size: 3rem;
                          color: $white;
                          margin: 0;
                      }

                      p{
                          font-size: 1.2rem;
                          color: $white;
                      }
                  }

                  .anuncie-text {
                      flex: 1 1 0;
                      text-align: left;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                  }

                  .anuncie-btn {
                      display: block;
                      background-color: #48C672;
                      color: #fff;
                      border: none;
                      border-radius: 10px;
                      font-weight: 500;
                      width: 250px;
                      text-align: center;
                      font-size: 1.15rem;
                      padding: .9rem 2rem;
                      transition: background 0.2s, box-shadow 0.2s;
                      box-shadow: none;
                      text-decoration: none;
                      text-align: center;

                      &:hover,
                      &:focus-visible {
                          background-color: #43a047;
                          color: #fff;
                          text-decoration: none;
                      }
                  }
              }
          }
      }

      @media (max-width: 991.98px) {
          .container-fluid {
              .container {
                  .anuncie-flex {
                      flex-direction: column;
                      align-items: stretch;
                      gap: 1.5rem;
                      text-align: center;

                      .anuncie-text {
                          justify-content: center;
                          text-align: center;
                      }
                      .anuncie-btn {
                          min-width: unset;
                          width: fit-content;
                          margin: 0 auto;
                      }
                  }
              }
          }
      }
  }*/
}
body.home .about-section {
  padding: 4rem 0;
}
body.home .about-section img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
@media only screen and (min-width: 993px) {
  body.home .about-section img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 993px) {
  body.home .about-section img {
    width: 100%;
    height: 100%;
  }
}
body.home .about-section .text-medium-big, body.home .about-section .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content body.home .about-section h2, body.home .about-section .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content body.home .about-section h2, body.home .about-section .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content body.home .about-section h2, body.home .about-section .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content body.home .about-section h2, body.home .about-section .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content body.home .about-section h2, body.home .about-section .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content body.home .about-section h2, body.home .about-section .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 body.home .about-section .card-title, body.home .about-section .historia .historia-faq .content h2, .historia .historia-faq .content body.home .about-section h2, body.home .about-section .historia .historia .content h2, .historia .historia .content body.home .about-section h2, body.home .about-section .historia .sobre-mario .content h2, .historia .sobre-mario .content body.home .about-section h2, body.home .about-section .historia .nossa-historia .content h2, .historia .nossa-historia .content body.home .about-section h2, body.home .about-section .blog-inner .content-description h2, .blog-inner .content-description body.home .about-section h2, body.home .about-section .brands-section .row .content h2, body.home .brands-section .row .content .about-section h2, body.home .about-section .about-content h2 {
  color: #1e71b8;
  padding-top: 2rem;
}
body.home .about-section .text-medium-big.desc, body.home .about-section .nossas-solucoes-inner .projetos-info .content h2.desc, .nossas-solucoes-inner .projetos-info .content body.home .about-section h2.desc, body.home .about-section .nossas-solucoes-inner .nossas-solucoes-potencia .content h2.desc, .nossas-solucoes-inner .nossas-solucoes-potencia .content body.home .about-section h2.desc, body.home .about-section .nossas-solucoes-inner .nossas-solucoes-sobre .content h2.desc, .nossas-solucoes-inner .nossas-solucoes-sobre .content body.home .about-section h2.desc, body.home .about-section .planos-comerciais-inner .projetos-info .content h2.desc, .planos-comerciais-inner .projetos-info .content body.home .about-section h2.desc, body.home .about-section .planos-comerciais-inner .planos-comerciais-potencia .content h2.desc, .planos-comerciais-inner .planos-comerciais-potencia .content body.home .about-section h2.desc, body.home .about-section .planos-comerciais-inner .planos-comerciais-sobre .content h2.desc, .planos-comerciais-inner .planos-comerciais-sobre .content body.home .about-section h2.desc, body.home .about-section .carreira .carreira-content-2 .desc.card-title, .carreira .carreira-content-2 body.home .about-section .desc.card-title, body.home .about-section .historia .historia-faq .content h2.desc, .historia .historia-faq .content body.home .about-section h2.desc, body.home .about-section .historia .historia .content h2.desc, .historia .historia .content body.home .about-section h2.desc, body.home .about-section .historia .sobre-mario .content h2.desc, .historia .sobre-mario .content body.home .about-section h2.desc, body.home .about-section .historia .nossa-historia .content h2.desc, .historia .nossa-historia .content body.home .about-section h2.desc, body.home .about-section .blog-inner .content-description h2.desc, .blog-inner .content-description body.home .about-section h2.desc, body.home .about-section .brands-section .row .content h2.desc, body.home .brands-section .row .content .about-section h2.desc, body.home .about-section .about-content h2.desc {
  text-align: center;
}
body.home .about-section .about-content {
  color: #333;
}
body.home .about-section .about-content h2 {
  color: #2A2A2A;
  line-height: 1.2;
}
body.home .about-section .about-content p {
  color: #333;
  line-height: 1.5;
}
body.home .about-section .about-content .btn-saiba-mais {
  font-size: 1.1rem;
}
body.home .about-section .about-image-wrapper {
  position: relative;
  padding-right: 80px;
}
body.home .about-section .about-image-main {
  width: 100%;
  z-index: 2;
}
body.home .about-section .about-image-group {
  position: absolute;
  width: 60%;
  right: 0;
  bottom: -30px;
  z-index: 1;
}
body.home .about-section .about-text-overlay {
  background: linear-gradient(135deg, #009688 0%, #4CAF50 100%);
  padding: 20px;
  border-radius: 12px;
  top: 30px;
  right: 0;
  max-width: 300px;
}
body.home .about-section .btn-saiba-mais {
  display: inline-flex;
  align-items: center;
  color: #0066cc;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
body.home .about-section .btn-saiba-mais:hover {
  color: #004999;
  text-decoration: none;
}
body.home .about-section .btn-saiba-mais .arrow-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
body.home .about-section .btn-saiba-mais:hover .arrow-icon {
  transform: translateX(5px);
}
@media (max-width: 991px) {
  body.home .about-section .about-image-wrapper {
    padding-right: 40px;
    margin-bottom: 40px;
  }
  body.home .about-section .about-text-overlay {
    max-width: 260px;
    padding: 15px;
  }
  body.home .about-section .about-content {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  body.home .about-section .about-image-wrapper {
    padding-right: 20px;
  }
  body.home .about-section .about-text-overlay {
    max-width: 220px;
    padding: 12px;
  }
  body.home .about-section .about-text-overlay h3 {
    font-size: 1.2rem;
  }
}
body.home .about-section .cases-section {
  padding: 2.5rem 0;
}
body.home .about-section .cases-section .cases-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body.home .about-section .cases-section .cases-header h2 {
  font-size: 2.5rem;
  color: #2A2A2A;
}
body.home .about-section .cases-section .cases-btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1976d2;
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-align: center;
}
body.home .about-section .cases-section .cases-btn:hover, body.home .about-section .cases-section .cases-btn:focus {
  background: #1976d2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(25, 118, 210, 0.08);
}
body.home .about-section .cases-section .cases-swiper {
  padding-top: 4rem;
}
body.home .about-section .cases-section .cases-swiper .swiper-pagination {
  margin-top: 4rem;
  position: relative;
}
body.home .about-section .cases-section .case-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
body.home .about-section .cases-section .case-link .case-card {
  transition: transform 0.3s cubic-bezier(0.4, 1.5, 0.5, 1), box-shadow 0.3s;
  will-change: transform;
}
body.home .about-section .cases-section .case-link:hover .case-card, body.home .about-section .cases-section .case-link:focus .case-card {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.15);
}
body.home .about-section .cases-section .case-logo {
  position: absolute;
  top: -2rem;
  left: 20px;
  z-index: 2;
  background: white;
  border-radius: 12px;
  padding: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c3c3c3;
}
body.home .about-section .cases-section .case-logo img {
  max-width: 100%;
  max-height: 100%;
}
body.home .about-section .cases-section .case-image {
  position: relative;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
body.home .about-section .cases-section .case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.home .about-section .cases-section .case-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px;
}
body.home .about-section .cases-section .case-overlay h3 {
  color: #fff;
  margin-bottom: 1.5rem;
}
body.home .about-section .cases-section .case-overlay .btn.btn-link {
  color: orangered;
  padding: 0;
  font-size: 2.5rem;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
body.home .about-section .cases-section .case-overlay .btn.btn-link:hover, body.home .about-section .cases-section .case-overlay .btn.btn-link:focus {
  text-decoration: underline;
}
body.home .brands-section {
  background-color: #0066B3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 500px;
  padding: 2rem 0;
}
body.home .brands-section .row {
  min-height: 500px;
}
body.home .brands-section .row .content h2 {
  color: #f0f0f0;
}
body.home .brands-section .row .content p {
  color: #f0f0f0;
}
body.home .brands-section .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  body.home .brands-section .col-left {
    align-items: flex-start;
    min-height: 500px;
    text-align: left;
  }
}
body.home .brands-section .col-left p {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  body.home .brands-section .col-left p {
    width: 80%;
  }
}
body.home .brands-section .col-left .btn-saiba-mais {
  color: #f0f0f0;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
body.home .brands-section .col-left .btn-saiba-mais .arrow-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
body.home .brands-section .col-left .btn-saiba-mais:hover {
  color: rgba(255, 255, 255, 0.9);
}
body.home .brands-section .col-left .btn-saiba-mais:hover .arrow-icon {
  transform: translateX(5px);
}
body.home .brands-section .col-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}
body.home .brands-section .col-right img {
  max-width: 100%;
  height: auto;
  width: 500px;
  padding-top: 2rem;
}
@media only screen and (min-width: 993px) {
  body.home .brands-section .col-right img {
    width: 100%;
    padding-top: 0;
  }
}
body.home .cobertura-section {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background-color: #f8f9fa;
  padding: 80px 0;
}
body.home .cobertura-section .gradient-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 60px;
  background: linear-gradient(90deg, #0066B3 0%, #1B9B54 40%, transparent 40%);
  margin-left: calc(50% - 50vw);
  transform: translateY(-50%);
  z-index: 1;
}
body.home .cobertura-section .container {
  position: relative;
  z-index: 2;
}
body.home .cobertura-section .content-cobertura {
  z-index: 3;
  position: relative;
}
body.home .cobertura-section .logo-cobertura {
  max-width: 120px;
  height: auto;
  flex-shrink: 0;
}
body.home .cobertura-section .texto-cobertura {
  color: white;
  font-size: 2rem;
  line-height: 1.2;
}
body.home .cobertura-section .mapa-container {
  height: 100%;
  align-items: center;
}
body.home .cobertura-section .mapa-parana-img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
}
@media (max-width: 1199px) {
  body.home .cobertura-section .texto-cobertura {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  body.home .cobertura-section {
    height: auto;
    min-height: auto;
    padding: 4rem 0;
  }
  body.home .cobertura-section .gradient-overlay {
    position: relative;
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-bottom: 2rem;
    transform: none;
    background: linear-gradient(90deg, #0066B3 0%, #1B9B54 100%);
  }
  body.home .cobertura-section .content-cobertura {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem !important;
    margin-bottom: 3rem;
  }
  body.home .cobertura-section .texto-cobertura {
    font-size: 1.5rem;
  }
  body.home .cobertura-section .mapa-container {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  body.home .cobertura-section {
    padding: 3rem 0;
  }
  body.home .cobertura-section .content-cobertura {
    gap: 1rem !important;
  }
  body.home .cobertura-section .texto-cobertura {
    font-size: 1.25rem;
  }
  body.home .cobertura-section .logo-cobertura {
    max-width: 100px;
  }
}
body.home .instituto-ric {
  padding: 1rem 0;
  margin: 0 auto;
  margin-top: 3rem;
}
body.home .instituto-ric .instituto-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 2rem 0;
  border-radius: 1rem;
  justify-content: center;
}
body.home .instituto-ric .instituto-flex .instituto-logo {
  max-width: 400px;
  flex: 0 0 auto;
}
body.home .instituto-ric .instituto-flex .instituto-logo img {
  width: 100%;
  height: auto;
  display: block;
}
body.home .instituto-ric .instituto-flex .instituto-content {
  flex: 1 1 0;
  color: #fff;
  max-width: 800px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 993px) {
  body.home .instituto-ric .instituto-flex .instituto-content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
body.home .instituto-ric .instituto-flex .instituto-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
body.home .instituto-ric .instituto-flex .instituto-content p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
body.home .instituto-ric .instituto-flex .instituto-content .instituto-btn .btn-content {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  body.home .instituto-ric .instituto-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  body.home .instituto-ric .instituto-flex .instituto-logo {
    margin-bottom: 2rem;
  }
  body.home .instituto-ric .instituto-flex .instituto-content h2 {
    font-size: 2rem;
  }
}
body.home .redes-sociais {
  padding: 4rem 0;
}
body.home .redes-sociais .redes-sociais-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
body.home .redes-sociais .redes-sociais-header h2 {
  margin: 0;
  color: #2A2A2A;
}
body.home .redes-sociais .redes-sociais-header .social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 1rem;
}
body.home .redes-sociais .redes-sociais-header .social-icons a {
  color: #4CAF50;
  transition: 0.2s ease-in-out;
  background: transparent;
  border: 1px solid #50A0E5;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body.home .redes-sociais .redes-sociais-header .social-icons a:hover, body.home .redes-sociais .redes-sociais-header .social-icons a:focus-visible {
  color: #f0f0f0;
  background: #1e71b8;
  border-color: #4CAF50;
}
body.home .redes-sociais .redes-sociais-header .social-icons a:hover svg, body.home .redes-sociais .redes-sociais-header .social-icons a:focus-visible svg {
  fill: #f0f0f0;
}
body.home .redes-sociais .redes-sociais-header .social-icons a svg {
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  fill: #50A0E5;
  transition: 0.2s ease-in-out;
}
body.home .redes-sociais img {
  width: 100%;
}
body.home .insights-section {
  margin: 3rem 0;
}
body.home .insights-section a {
  display: block;
  text-decoration: none;
}
body.home .insights-section .card {
  border-radius: 1.5rem;
  overflow: hidden;
  border: none;
  background: transparent;
}
body.home .insights-section .card-img-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.home .insights-section .badge {
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 1rem;
  border-radius: 10px;
  width: 130px;
  text-align: center;
}
body.home .insights-section .badge.curso {
  color: #f0f0f0;
  background-color: rgba(255, 69, 0, 0.85);
}
body.home .insights-section .badge.artigo {
  color: #f0f0f0;
  background-color: rgba(30, 113, 184, 0.85);
}
body.home .insights-section .badge.estudo {
  color: #f0f0f0;
  background-color: rgba(35, 165, 79, 0.85);
}
body.home .insights-section .text-white {
  color: #f0f0f0;
}
body.home .insights-section .btn-link {
  color: #ff4500;
  padding: 0;
  font-size: 2.5rem;
  text-decoration: none;
  background-color: transparent;
  border: none;
  text-align: left;
}
body.home .insights-section .card img {
  border-radius: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.home .insights-section .card-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 240px;
}
body.home .insights-section .col-lg-7 .card-bg-img {
  height: 340px;
  min-height: 340px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 993px) {
  body.home .insights-section .col-lg-7 .card-bg-img {
    height: 700px;
    min-height: 700px;
  }
}
body.home .insights-section .col-lg-5 .card-bg-img {
  height: 340px;
  min-height: 340px;
}
body.home .insights-section .col-lg-5 .row.g-4 {
  gap: 1.5rem;
}
body.home .insights-section .justify-content-between {
  margin-bottom: 2rem;
}
body.home .insights-section h2 {
  margin: 0;
  margin-top: 2rem;
  color: #2A2A2A;
}
body.home .insights-section .justify-content-lg-end {
  display: flex;
  justify-content: right;
  align-items: center;
}
body.home .insights-section .justify-content-lg-end a {
  display: block;
  font-size: 1.15rem;
  padding: 0.9rem 2rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0066cc;
  margin-left: 1rem;
  color: #0066cc;
  font-weight: bold;
}
body.home .insights-section .justify-content-lg-end a.active {
  background-color: #0066cc;
  color: #f0f0f0;
}
body.home .insights-section .justify-content-lg-end a:hover {
  background-color: #0066cc;
  color: #f0f0f0;
}

/* ===== Vars globais ===== */
:root {
  --gap: clamp(24px, 3vw, 56px);
  --copy-max: 560px;
  --grad-h: 96px;
  --grad: linear-gradient(90deg, #0066B3 0%, #1B9B54 100%);
  --title-color: #16181d;
}

* {
  box-sizing: border-box;
}

/* ===== Seção ===== */
.ric-where {
  position: relative;
  min-height: auto;
  display: grid;
  place-items: center;
  padding-block: 3rem;
  overflow: visible;
  background: #fff;
}
@media only screen and (min-width: 993px) {
  .ric-where {
    min-height: 60vh;
  }
}

/* container central (texto + mapa) */
.ric-grid {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(320px, var(--copy-max)) 1fr;
  align-items: center;
  gap: var(--gap);
  position: relative;
}

/* SEÇÃO DE TEXTO (logo + copy) */
.ric-text-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: var(--copy-max);
  position: relative;
  z-index: 1;
}

/* LOGO - fica fora do ric-copy */
.ric-logo {
  width: 150px;
  height: auto;
  display: block;
  padding-left: 2rem;
}

/* BLOCO DE TEXTO */
.ric-copy {
  position: relative; /* ancora o ::before */
  z-index: 1; /* texto sobre o gradiente */
  padding-left: 2rem;
  color: #2A2A2A;
}

/* GRADIENTE infinito da esquerda da tela até o texto */
.ric-copy::before {
  content: "";
  position: absolute;
  right: 100%; /* encosta a borda direita no início do texto */
  width: 100vw; /* estica até o limite da tela */
  height: var(--grad-h);
  top: 50%;
  transform: translateY(-50%);
  background: var(--grad);
  z-index: -1; /* vai atrás do conteúdo */
}

/* MAPA - bem maior */
.ric-map {
  display: grid;
  place-items: center;
}

.ric-map img {
  width: 600px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 32px rgba(13, 32, 62, 0.2));
}

/* ===== Responsivo ===== */
@media (min-width: 1200px) {
  .ric-map img {
    width: 800px;
    max-width: 800px;
  }
}
@media (min-width: 1380px) {
  .ric-map img {
    width: 930px;
    max-width: 930px;
  }
}
@media (max-width: 991.98px) {
  .ric-grid {
    grid-template-columns: 1fr;
    gap: clamp(16px, 4vw, 28px);
    padding-inline: clamp(16px, 5vw, 28px);
  }
  .ric-text-section {
    order: 1;
  }
  .ric-copy::before {
    height: 72px; /* opcional */
  }
  .ric-map {
    order: 2;
  }
  .ric-map img {
    width: 100%;
    max-width: none;
  }
}
@media (prefers-color-scheme: dark) {
  .ric-where {
    background: #0b1520;
  }
  .ric-title {
    color: #eef2f6;
  }
}
.projetos-especiais .banners {
  margin-top: 0;
  position: relative;
}
.projetos-especiais .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.projetos-especiais .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projetos-especiais .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .projetos-especiais .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.projetos-especiais .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.projetos-especiais .banner-projetos {
  margin-top: 2rem;
}
.projetos-especiais .banner-projetos .banners {
  border-radius: 1rem;
}
.projetos-especiais .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.projetos-especiais .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2, .projetos-especiais .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  font-size: 2rem;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.projetos-especiais .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.projetos-especiais .projetos-buscas {
  padding: 2rem 0;
}
.projetos-especiais .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .projetos-especiais .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.projetos-especiais .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .projetos-especiais .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .projetos-especiais .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.projetos-especiais .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.projetos-especiais .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.projetos-especiais .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .projetos-especiais .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.projetos-especiais .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.projetos-especiais .projetos-grid {
  margin-top: 3rem;
}
.projetos-especiais .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.projetos-especiais .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.projetos-especiais .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.projetos-especiais .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.projetos-especiais .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}

.projetos-inner .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .banners {
    margin-top: 4.375rem;
  }
}
.projetos-inner .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.projetos-inner .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.projetos-inner .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projetos-inner .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.projetos-inner .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.projetos-inner .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.projetos-inner .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .projetos-inner .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .projetos-inner .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .projetos-inner .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.projetos-inner .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .projetos-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .projetos-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .projetos-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.projetos-inner .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.projetos-inner .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .projetos-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .projetos-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .projetos-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.projetos-inner .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.projetos-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .projetos-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.projetos-inner .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.projetos-inner .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.projetos-inner .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.projetos-inner .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.projetos-inner .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.projetos-inner .banners .slider-nav .swiper-button-next,
.projetos-inner .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.projetos-inner .banners .slider-nav .swiper-button-next:after,
.projetos-inner .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.projetos-inner .banners .slider-nav .swiper-button-next:hover,
.projetos-inner .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .projetos-inner .banners .slider-nav .swiper-button-next,
  .projetos-inner .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .projetos-inner .banners .slider-nav .swiper-button-next:after,
  .projetos-inner .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.projetos-inner .banner-projetos {
  margin-top: 2rem;
}
.projetos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.projetos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2,
.projetos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  font-size: 2rem;
  text-align: left;
}
.projetos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.projetos-inner .projetos-buscas {
  padding: 2rem 0;
}
.projetos-inner .projetos-buscas h2 {
  margin: 0;
  color: #2A2A2A;
}
.projetos-inner .projetos-buscas .related-btn {
  border-radius: 8px;
  font-weight: 700;
  padding: 0.5rem 1.3rem;
  border: 1.5px solid #1976d2;
  color: #1976d2;
  background: #fff;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.projetos-inner .projetos-buscas .related-btn:hover {
  background: #1976d2;
  color: #fff;
}
.projetos-inner .projetos-buscas .projeto-botao {
  display: block;
  background-color: #48C672;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-size: 1.15rem;
  padding: 0.9rem 2rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.projetos-inner .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.projetos-inner .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .projetos-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.projetos-inner .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.projetos-inner .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.projetos-inner .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.projetos-inner .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.projetos-inner .projetos-grid {
  margin-top: 2rem;
}
.projetos-inner .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.projetos-inner .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.projetos-inner .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.projetos-inner .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.projetos-inner .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.projetos-inner .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.projetos-inner .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.projetos-inner .projetos-info {
  padding: 2rem 0;
}
.projetos-inner .projetos-info .projeto-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
.projetos-inner .projetos-info .projeto-header .text-medium-big, .projetos-inner .nossas-solucoes-inner .projetos-info .projeto-header .content h2, .nossas-solucoes-inner .projetos-inner .projetos-info .projeto-header .content h2, .projetos-inner .nossas-solucoes-inner .projetos-info .content .projeto-header h2, .nossas-solucoes-inner .projetos-inner .projetos-info .content .projeto-header h2, .projetos-inner .projetos-info .projeto-header .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .planos-comerciais-inner .projetos-info .projeto-header .content h2, .planos-comerciais-inner .projetos-inner .projetos-info .projeto-header .content h2, .projetos-inner .planos-comerciais-inner .projetos-info .content .projeto-header h2, .planos-comerciais-inner .projetos-inner .projetos-info .content .projeto-header h2, .projetos-inner .projetos-info .projeto-header .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .projetos-inner .projetos-info .projeto-header .card-title, .projetos-inner .projetos-info .projeto-header .historia .historia-faq .content h2, .historia .historia-faq .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header .historia .historia .content h2, .historia .historia .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header .historia .sobre-mario .content h2, .historia .sobre-mario .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header .historia .nossa-historia .content h2, .historia .nossa-historia .content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header .blog-inner .content-description h2, .blog-inner .content-description .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header body.home .about-section .about-content h2, body.home .about-section .about-content .projetos-inner .projetos-info .projeto-header h2, .projetos-inner .projetos-info .projeto-header body.home .brands-section .row .content h2, body.home .brands-section .row .content .projetos-inner .projetos-info .projeto-header h2 {
  color: #f0f0f0;
  margin: 0;
  font-weight: 700;
}
.projetos-inner .projetos-info .projeto-header .projetos-location .location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.projetos-inner .projetos-info .projeto-header .projetos-location .location img {
  width: 1rem;
  filter: brightness(0) invert(1);
}
.projetos-inner .projetos-info .projeto-header .projetos-location .location span {
  color: #f0f0f0;
  font-size: 1rem;
}
.projetos-inner .projetos-info .projeto-categoria {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .projetos-inner .projetos-info .projeto-categoria {
    flex-direction: column;
    gap: 1rem;
  }
}
.projetos-inner .projetos-info .projeto-categoria .projeto-header {
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 1rem;
}
.projetos-inner .projetos-info .categorias {
  display: flex;
  gap: 1.5rem;
  background-color: #9554a7;
  padding: 1rem;
  border-radius: 0.5rem;
  flex: 0 0 auto;
}
.projetos-inner .projetos-info .categorias a {
  color: #f0f0f0;
  font-weight: 600;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
}
.projetos-inner .projetos-info .categorias a:hover {
  opacity: 1;
  cursor: pointer;
}
.projetos-inner .projetos-info .projeto-content {
  flex: 1;
  overflow: hidden;
}
.projetos-inner .projetos-info .projeto-header .projeto-title h1 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2A2A2A;
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location img {
  width: 1rem;
  height: auto;
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location span {
  font-size: 1rem;
  color: rgba(42, 42, 42, 0.7);
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags {
  display: flex;
  gap: 1rem;
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span {
  font-weight: 600;
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.date {
  color: #f0f0f0;
  display: flex;
  align-items: center;
}
.projetos-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.type {
  background-color: #9554a7;
  color: #f0f0f0;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
.projetos-inner .perfil-programa .perfil-header {
  background-color: purple;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
.projetos-inner .perfil-programa .perfil-header h2 {
  color: #f0f0f0;
  margin: 0;
}
.projetos-inner .perfil-programa .perfil-content {
  margin-bottom: 4rem;
}
.projetos-inner .perfil-programa .perfil-content h1 {
  color: #2A2A2A;
}
.projetos-inner .perfil-programa .perfil-content h2,
.projetos-inner .perfil-programa .perfil-content p,
.projetos-inner .perfil-programa .perfil-content h3,
.projetos-inner .perfil-programa .perfil-content h4 {
  font-family: "Montserrat", sans-serif;
  color: #2A2A2A;
}
.projetos-inner .perfil-programa .perfil-content ul li {
  font-family: "Montserrat", sans-serif;
  color: #2A2A2A;
}
.projetos-inner .perfil-programa .perfil-content .projeto-categoria {
  display: flex;
  gap: 1.5rem;
  flex: 0 0 auto;
}
.projetos-inner .perfil-programa .perfil-content .projeto-categoria a {
  color: #f0f0f0;
  font-weight: 500;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
  background-color: #9554a7;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
}
.projetos-inner .perfil-programa .perfil-content .projeto-categoria a:hover {
  opacity: 1;
  cursor: pointer;
}
.projetos-inner .anuncie-section .anuncie-container {
  max-width: 100% !important;
}
.projetos-inner .anuncie-section .anuncie-container .anuncie-flex h2 {
  font-size: 2rem !important;
}
.projetos-inner .anuncie-section .anuncie-container .anuncie-flex div p {
  max-width: 60% !important;
}
.projetos-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn {
  display: inline-flex;
  align-items: center;
}
.projetos-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn .download-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.projetos-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn:hover .download-icon {
  transform: translateY(2px);
}

.projeto-inativo {
  position: relative;
}
.projeto-inativo img {
  filter: grayscale(100%);
}
.projeto-inativo--tarja {
  position: absolute;
  top: 45%;
  width: 80%;
  margin-left: 10%;
  text-align: center;
  background: rgba(42, 42, 42, 0.9);
  color: #f0f0f0;
  padding: 0.8rem;
  font-weight: 700;
  border-radius: 12px;
}

.programas .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .programas .banners {
    margin-top: 4.375rem;
  }
}
.programas .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.programas .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.programas .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programas .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.programas .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .programas .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.programas .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
}
.programas .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .programas .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .programas .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.programas .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .programas .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .programas .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.programas .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.programas .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .programas .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .programas .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.programas .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.programas .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .programas .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.programas .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.programas .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .programas .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.programas .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.programas .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.programas .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.programas .banners .slider-nav .swiper-button-next,
.programas .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.programas .banners .slider-nav .swiper-button-next:after,
.programas .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.programas .banners .slider-nav .swiper-button-next:hover,
.programas .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .programas .banners .slider-nav .swiper-button-next,
  .programas .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .programas .banners .slider-nav .swiper-button-next:after,
  .programas .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.programas .banner-projetos {
  margin-top: 2rem;
}
.programas .banner-projetos .banners {
  border-radius: 1rem;
}
.programas .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.programas .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2 {
  font-size: 2rem;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.programas .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
  margin-top: 1rem;
}
.programas .projetos-buscas {
  padding: 2rem 0;
}
.programas .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .programas .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.programas .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .programas .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .programas .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.programas .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.programas .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.programas .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .programas .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.programas .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.programas .projetos-grid {
  margin-top: 3rem;
}
.programas .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.programas .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.programas .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.programas .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.programas .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.programas .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programas .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.programas .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.programas .projetos-grid .projeto-box .projeto-content p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.programas .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.programas .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.programas .paginacao .pagina {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.programas .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.programas .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.programas .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.programas .paginacao .pagina.next {
  background: #F5F5F5;
}
.programas .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.programas .paginacao .pagina.next svg {
  width: 8px;
  height: 12px;
}
@media only screen and (max-width: 575px) {
  .programas .paginacao .pagina {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}

.programas-inner .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .programas-inner .banners {
    margin-top: 4.375rem;
  }
}
.programas-inner .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.programas-inner .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.programas-inner .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programas-inner .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.programas-inner .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .programas-inner .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.programas-inner .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.programas-inner .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .programas-inner .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .programas-inner .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas-inner .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.programas-inner .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .programas-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .programas-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.programas-inner .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.programas-inner .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .programas-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .programas-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.programas-inner .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.programas-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .programas-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .programas-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.programas-inner .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.programas-inner .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .programas-inner .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.programas-inner .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.programas-inner .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.programas-inner .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.programas-inner .banners .slider-nav .swiper-button-next,
.programas-inner .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.programas-inner .banners .slider-nav .swiper-button-next:after,
.programas-inner .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.programas-inner .banners .slider-nav .swiper-button-next:hover,
.programas-inner .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .programas-inner .banners .slider-nav .swiper-button-next,
  .programas-inner .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .programas-inner .banners .slider-nav .swiper-button-next:after,
  .programas-inner .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.programas-inner .banner-projetos {
  margin-top: 2rem;
}
.programas-inner .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.programas-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2, .programas-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  font-size: 2rem;
  text-align: left;
}
.programas-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.programas-inner .projetos-buscas {
  padding: 2rem 0;
}
.programas-inner .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .programas-inner .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.programas-inner .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .programas-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .programas-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.programas-inner .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.programas-inner .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.programas-inner .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .programas-inner .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.programas-inner .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.programas-inner .projetos-grid {
  margin-top: 3rem;
}
.programas-inner .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.programas-inner .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.programas-inner .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.programas-inner .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.programas-inner .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.programas-inner .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programas-inner .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.programas-inner .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.programas-inner .projetos-grid .projeto-box .projeto-content p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.programas-inner .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.programas-inner .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.programas-inner .paginacao .pagina {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.programas-inner .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.programas-inner .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.programas-inner .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.programas-inner .paginacao .pagina.next {
  background: #F5F5F5;
}
.programas-inner .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.programas-inner .paginacao .pagina.next svg {
  width: 8px;
  height: 12px;
}
@media only screen and (max-width: 575px) {
  .programas-inner .paginacao .pagina {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}
.programas-inner .projetos-info {
  padding: 2rem 0;
}
.programas-inner .projetos-info .projeto-header .projeto-title h1 {
  font-family: "Kurdis Condensed";
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2A2A2A;
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location img {
  width: 1rem;
  height: auto;
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location span {
  font-size: 1rem;
  color: rgba(42, 42, 42, 0.7);
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags {
  display: flex;
  gap: 1rem;
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span {
  font-size: 0.875rem;
  font-weight: 600;
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.date {
  color: purple;
}
.programas-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.type {
  background-color: purple;
  color: #f0f0f0;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
.programas-inner .perfil-programa .perfil-header {
  background-color: purple;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
.programas-inner .perfil-programa .perfil-header h2 {
  font-family: "Kurdis Condensed";
  font-size: 1.5rem;
  color: #f0f0f0;
  margin: 0;
}
.programas-inner .perfil-programa .perfil-header .categorias {
  display: flex;
  gap: 1.5rem;
}
.programas-inner .perfil-programa .perfil-header .categorias span {
  color: #f0f0f0;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.programas-inner .perfil-programa .perfil-header .categorias span:hover {
  opacity: 1;
  cursor: pointer;
}
.programas-inner .perfil-programa .perfil-content {
  margin-bottom: 4rem;
}
.programas-inner .anuncie-section .anuncie-container {
  max-width: 100% !important;
}
.programas-inner .anuncie-section .anuncie-container .anuncie-flex h2 {
  font-size: 2rem !important;
}
.programas-inner .anuncie-section .anuncie-container .anuncie-flex div p {
  max-width: 60% !important;
}
.programas-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn {
  display: inline-flex;
  align-items: center;
}
.programas-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn .download-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.programas-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn:hover .download-icon {
  transform: translateY(2px);
}

.cases .content {
  background-color: #f0f0f0;
}
.cases .banners {
  margin-top: 0;
  position: relative;
}
.cases .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.cases .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cases .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .cases .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.cases .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.cases .banner-projetos {
  margin-top: 2rem;
}
.cases .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.cases .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2, .cases .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  font-size: 2rem;
  text-align: left;
}
.cases .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.cases .projetos-buscas {
  padding: 2rem 0;
}
.cases .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .cases .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.cases .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .cases .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .cases .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.cases .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.cases .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.cases .projetos-buscas .filtros-wrapper .filtro .checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cases .projetos-buscas .filtros-wrapper .filtro .checkbox-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cases .projetos-buscas .filtros-wrapper .filtro .checkbox-container span {
  font-size: 14px;
  color: #333;
}
.cases .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .cases .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.cases .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.cases .lista-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
  padding: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .cases .lista-cases {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .cases .lista-cases {
    grid-template-columns: 1fr;
  }
}
.cases .lista-cases .case-item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: white;
}
.cases .lista-cases .case-item .crossmedia-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  padding: 0.375rem 0.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
}
.cases .lista-cases .case-item .image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 12/10;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cases .lista-cases .case-item .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cases .lista-cases .case-item .case-title {
  background: white;
  padding: 1.3rem 1.625rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.cases .lista-cases .case-item .case-title h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
.cases .lista-cases .case-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.cases .lista-cases .case-item:hover .image-container img {
  transform: scale(1.05);
}
.cases .no-cases {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
}
.cases .no-cases p {
  font-size: 1.125rem;
  margin: 0;
}
.cases .no-cases a {
  color: #0066CC;
  text-decoration: none;
  font-weight: 600;
}
.cases .no-cases a:hover {
  text-decoration: underline;
}

.cases-inner {
  background-color: #f3f3f3;
}
.cases-inner .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.cases-inner .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(320px, 55vw, 480px);
  min-height: 260px;
}
.cases-inner .banners .banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.cases-inner .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 992px) {
  .cases-inner .banners .banner-content img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media only screen and (max-width: 992px) {
  .cases-inner .banners .banner-content {
    height: auto;
    min-height: 0;
  }
}
.cases-inner .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .cases-inner .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.cases-inner .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.cases-inner .banner-projetos {
  margin-top: 2rem;
}
.cases-inner .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.cases-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2, .cases-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  text-align: left;
}
.cases-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.cases-inner .projetos-buscas {
  padding: 2rem 0;
}
.cases-inner .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .cases-inner .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.cases-inner .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .cases-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .cases-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.cases-inner .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.cases-inner .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.cases-inner .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .cases-inner .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.cases-inner .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.cases-inner .projetos-grid {
  margin-top: 3rem;
}
.cases-inner .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.cases-inner .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.cases-inner .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.cases-inner .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.cases-inner .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.cases-inner .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cases-inner .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.cases-inner .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.cases-inner .projetos-grid .projeto-box .projeto-content p {
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.cases-inner .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.cases-inner .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.cases-inner .paginacao .pagina {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cases-inner .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.cases-inner .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.cases-inner .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.cases-inner .paginacao .pagina.next {
  background: #F5F5F5;
}
.cases-inner .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.cases-inner .paginacao .pagina.next svg {
  width: 8px;
  height: 12px;
}
@media only screen and (max-width: 575px) {
  .cases-inner .paginacao .pagina {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}
.cases-inner .projetos-info {
  padding: 2rem 0;
}
.cases-inner .projetos-info .projeto-header .projeto-title h1 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2A2A2A;
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location img {
  width: 1rem;
  height: auto;
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location span {
  font-size: 1rem;
  color: rgba(42, 42, 42, 0.7);
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags {
  display: flex;
  gap: 1rem;
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span {
  font-size: 0.875rem;
  font-weight: 600;
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.date {
  color: purple;
}
.cases-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.type {
  background-color: purple;
  color: #f0f0f0;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
.cases-inner .perfil-programa .perfil-header {
  background-color: purple;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
.cases-inner .perfil-programa .perfil-header h2 {
  font-family: "Kurdis Condensed";
  font-size: 1.5rem;
  color: #f0f0f0;
  margin: 0;
}
.cases-inner .perfil-programa .perfil-header .categorias {
  display: flex;
  gap: 1.5rem;
}
.cases-inner .perfil-programa .perfil-header .categorias span {
  color: #f0f0f0;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.cases-inner .perfil-programa .perfil-header .categorias span:hover {
  opacity: 1;
  cursor: pointer;
}
.cases-inner .perfil-programa .perfil-content {
  margin-bottom: 4rem;
}
.cases-inner .case-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.125rem solid #0066CC;
}
.cases-inner .case-header .case-tag-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cases-inner .case-header .case-tag-wrapper .case-tag {
  background-color: transparent;
  color: #0066CC;
  padding: 0.25rem 0.75rem;
  border-radius: 5rem;
  border: 0.11rem solid #0066CC;
  font-size: 0.875rem;
  font-weight: 600;
}
.cases-inner .case-header .case-tag-wrapper .case-date {
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
}
.cases-inner .case-header .case-logo img {
  height: 2.5rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 575px) {
  .cases-inner .case-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .cases-inner .case-header .case-logo img {
    height: 2rem;
  }
}
.cases-inner .lista-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .cases-inner .lista-cases {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .cases-inner .lista-cases {
    grid-template-columns: 1fr;
  }
}
.cases-inner .lista-cases .case-item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: white;
}
.cases-inner .lista-cases .case-item .crossmedia-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  padding: 0.375rem 0.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
}
.cases-inner .lista-cases .case-item .image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 12/10;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cases-inner .lista-cases .case-item .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cases-inner .lista-cases .case-item .case-title {
  background: white;
  padding: 1.3rem 1.625rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.cases-inner .lista-cases .case-item .case-title h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
.cases-inner .lista-cases .case-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.cases-inner .lista-cases .case-item:hover .image-container img {
  transform: scale(1.05);
}
.cases-inner .resultados-section {
  background-color: #0066CC;
  padding: 4rem 0;
  color: white;
}
.cases-inner .resultados-section .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cases-inner .resultados-section .slider-navigation .swiper-pagination-resultados {
  display: flex;
  gap: 0.5rem;
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.cases-inner .resultados-section .slider-navigation .swiper-pagination-resultados .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  opacity: 1;
}
.cases-inner .resultados-section .slider-navigation .swiper-pagination-resultados .swiper-pagination-bullet-active {
  background-color: white;
  transform: scale(1.2);
}
.cases-inner .resultados-section .results-box {
  background-color: #004C99;
  padding: 2rem;
  border-radius: 1rem;
  height: 100%;
}
.cases-inner .resultados-section .results-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cases-inner .resultados-section .results-box p {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}
.cases-inner .resultados-slider {
  padding: 4rem 0;
  background-color: #F5F5F5;
}
.cases-inner .resultados-slider .testimonial-box {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.cases-inner .resultados-slider .testimonial-box .testimonial-content {
  position: relative;
  padding-top: 2rem;
}
.cases-inner .resultados-slider .testimonial-box .testimonial-content:before {
  content: '"';
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  font-size: 5rem;
  color: #0066CC;
  opacity: 0.2;
  font-family: serif;
}
.cases-inner .resultados-slider .testimonial-box .testimonial-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.cases-inner .resultados-slider .testimonial-box .testimonial-author {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E5E5E5;
}
.cases-inner .resultados-slider .testimonial-box .testimonial-author strong {
  display: block;
  color: #0066CC;
  margin-bottom: 0.25rem;
}
.cases-inner .resultados-slider .testimonial-box .testimonial-author span {
  color: #666;
}
@media only screen and (max-width: 767px) {
  .cases-inner .resultados-section .section-title {
    font-size: 2rem;
  }
  .cases-inner .resultados-section .results-box {
    margin-top: 2rem;
  }
}
.cases-inner .contato-section {
  margin-top: 2rem;
  padding: 2rem 0;
  background-color: #ebebeb;
  width: 90%;
  border-bottom-right-radius: 1rem;
}
.cases-inner .contato-section .contato-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .cases-inner .contato-section .contato-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}
.cases-inner .contato-section .contato-content {
  display: flex;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .cases-inner .contato-section .contato-content {
    flex-direction: column;
  }
}
.cases-inner .contato-section .contato-content .contato-icon img {
  width: 6rem;
  height: auto;
}
.cases-inner .contato-section .contato-content .contato-text h2 {
  color: #1e71b8;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.cases-inner .contato-section .contato-content .contato-text p {
  color: #666;
  line-height: 1.5;
}
.cases-inner .contato-section .contato-action .btn-preencher {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  transition: transform 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}
.cases-inner .contato-section .contato-action .btn-preencher:hover {
  transform: translateY(-0.25rem);
}
.cases-inner .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.cases-inner .section-header h2 {
  font-weight: 700;
  color: #2A2A2A;
  margin: 0;
}
.cases-inner .section-header .btn-todos-cases {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1976d2;
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-align: center;
}
.cases-inner .section-header .btn-todos-cases:hover, .cases-inner .section-header .btn-todos-cases:focus {
  background: #1976d2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(25, 118, 210, 0.08);
}
@media only screen and (max-width: 575px) {
  .cases-inner .section-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .cases-inner .section-header h2 {
    font-size: 1.75rem;
  }
}
.cases-inner .no-other-cases {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
}
.cases-inner .no-other-cases p {
  font-size: 1.125rem;
  margin: 0;
}

.blog .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog .banners {
    margin-top: 4.375rem;
  }
}
.blog .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.blog .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.blog .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.blog .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .blog .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.blog .banners .swiper-slide .slide-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.blog .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .blog .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.blog .banners .swiper-slide .slide-text .conectada {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .blog .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.blog .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.blog .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .blog .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.blog .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.blog .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.blog .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.blog .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .blog .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.blog .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.blog .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.blog .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.blog .banners .slider-nav .swiper-button-next,
.blog .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.blog .banners .slider-nav .swiper-button-next:after,
.blog .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.blog .banners .slider-nav .swiper-button-next:hover,
.blog .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .blog .banners .slider-nav .swiper-button-next,
  .blog .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .blog .banners .slider-nav .swiper-button-next:after,
  .blog .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.blog .feature-blog {
  padding: 4rem 0;
  background-color: #EEEEEE;
}
.blog .feature-blog a {
  text-decoration: none;
}
.blog .feature-blog .blog-card {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .blog .feature-blog .blog-card {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.blog .feature-blog .blog-card .image-container {
  flex: 0 0 45%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog .feature-blog .blog-card .image-container {
    flex: 0 0 auto;
    height: 300px;
  }
}
.blog .feature-blog .blog-card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .blog .feature-blog .blog-card .image-container img {
    border-radius: 0;
  }
}
.blog .feature-blog .blog-card .content {
  flex: 1;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .blog .feature-blog .blog-card .content {
    padding: 1.5rem;
  }
}
.blog .feature-blog .blog-card .content .tags {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.blog .feature-blog .blog-card .content .tags .tag {
  padding: 0.5rem 1rem;
  border-radius: 0.53rem;
  font-weight: 500;
}
.blog .feature-blog .blog-card .content .tags .tag.new-post {
  background-color: orange;
  color: #f0f0f0;
}
.blog .feature-blog .blog-card .content .tags .tag.institutional {
  background-color: rgba(5, 33, 176, 0.1);
  color: #0521b0;
}
.blog .feature-blog .blog-card .content .tags .tag.cat {
  background-color: rgba(5, 33, 176, 0.1);
  color: #0521b0;
}
.blog .feature-blog .blog-card .content .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1e71b8;
}
@media only screen and (max-width: 767px) {
  .blog .feature-blog .blog-card .content .title {
    font-size: 1.5rem;
  }
}
.blog .feature-blog .blog-card .content .description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(42, 42, 42, 0.7);
  margin-bottom: 2rem;
}
.blog .feature-blog .blog-card .content .meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
  color: rgba(42, 42, 42, 0.6);
}
.blog .feature-blog .blog-card .content .meta .date, .blog .feature-blog .blog-card .content .meta .author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog .blog-categories-section {
  background: #f8f8f8;
  padding: 4rem 0;
}
.blog .blog-categories-section .container {
  position: relative;
}
.blog .blog-categories-section .blog-categories-swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
.blog .blog-categories-section .blog-categories-swiper {
  width: 100%;
  max-width: 900px;
}
.blog .blog-categories-section .blog-categories-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.blog .blog-categories-section .blog-categories-swiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}
.blog .blog-categories-section .category {
  background: none;
  border: none;
  color: #1976d2;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 2rem;
  border-radius: 0.3rem;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  text-transform: uppercase;
}
.blog .blog-categories-section .category.active {
  background: #1976d2;
  color: #fff;
}
.blog .blog-categories-section .category:hover:not(.active) {
  background: #e3eaf6;
}
.blog .blog-categories-section .blog-categories-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #e3eaf6;
  color: #1976d2;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  aspect-ratio: 1/1;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
.blog .blog-categories-section .blog-categories-arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
}
.blog .blog-categories-section .blog-categories-arrow:disabled, .blog .blog-categories-section .blog-categories-arrow.inactive {
  background: #e3eaf6;
  color: #b0b0b0;
  cursor: not-allowed;
  opacity: 0.7;
}
.blog .blog-categories-section .blog-categories-arrow:not(:disabled):hover {
  background: #1976d2;
  color: #fff;
}
@media (max-width: 600px) {
  .blog .blog-categories-section .blog-categories-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    font-size: 1rem;
  }
}
.blog .blog-categories-section .blog-categories-divider {
  width: 100%;
  height: 2px;
  background: #ededed;
  margin-top: 0.5rem;
}
.blog .blog-posts-section {
  padding: 2rem 0 4rem 0;
  background: #f8f8f8;
}
.blog .blog-posts-section .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .blog .blog-posts-section .blog-posts-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .blog .blog-posts-section .blog-posts-grid {
    grid-template-columns: 1fr;
  }
}
.blog .blog-posts-section .blog-post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-decoration: none;
  color: #222;
  transition: box-shadow 0.2s, transform 0.2s;
}
.blog .blog-posts-section .blog-post-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px) scale(1.01);
}
.blog .blog-posts-section .blog-post-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog .blog-posts-section .blog-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.blog .blog-posts-section .blog-post-content {
  padding: 1.2rem 1.2rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.blog .blog-posts-section .blog-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}
.blog .blog-posts-section .blog-post-tag {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.3rem 1rem;
  background: #e3eaf6;
  color: #1976d2;
  margin: 0;
  white-space: nowrap;
}
.blog .blog-posts-section .blog-post-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.2rem 0;
  color: #222;
  line-height: 1.3;
}
.blog .blog-posts-section .blog-post-date {
  font-size: 0.98rem;
  color: #1976d2;
  font-weight: 500;
  margin-top: 0.2rem;
}
.blog .divisor {
  margin-top: 0;
}

.blog-inner .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.blog-inner .banners .banner-static {
  width: 100%;
  height: 25.5rem;
  position: relative;
  overflow: hidden;
}
.blog-inner .banners .banner-static::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.blog-inner .banners .banner-static img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: relative;
  z-index: 0;
}
.blog-inner .banners .banner-static .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
}
.blog-inner .banners .banner-static .titulo {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .blog-inner .banners .banner-static .titulo {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog-inner .banners .banner-static .titulo {
    font-size: 1.5rem;
  }
}
.blog-inner .banners .banner-static .meta {
  font-size: 1rem;
  color: #f0f0f0;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}
.blog-inner .banners .banner-static .meta .data, .blog-inner .banners .banner-static .meta .autor {
  font-weight: 400;
}
.blog-inner .banners .swiper, .blog-inner .banners .swiper-slide, .blog-inner .banners .swiper-pagination-progress, .blog-inner .banners .slider-nav {
  display: none !important;
}
.blog-inner .tag-institucional {
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0.35rem 1.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.blog-inner .blog-inner-content {
  padding: 4rem 0;
}
.blog-inner .content-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.blog-inner .share-icons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin-top: 0.5rem;
}
.blog-inner .share-icons a {
  text-decoration: none;
  transition: transform 0.3s ease;
}
.blog-inner .share-icons a:hover {
  transform: scale(1.1);
}
.blog-inner .share-icons .share-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #0066CC;
  transition: all 0.3s ease;
}
.blog-inner .share-icons .share-icon-circle svg {
  fill: #f0f0f0;
  width: 1.25rem;
  height: 1.25rem;
}
.blog-inner .share-icons a:hover .share-icon-circle {
  background-color: #0052A3;
  box-shadow: 0 0.25rem 1rem rgba(0, 102, 204, 0.3);
}
.blog-inner .content-description {
  flex: 1;
  font-family: "Montserrat", sans-serif;
}
.blog-inner .content-description div p {
  margin: 0;
  color: #2A2A2A;
}
.blog-inner .content-description div h2 {
  color: #2A2A2A;
}
.blog-inner .content-description p {
  margin: 0;
  color: #2A2A2A;
  padding-bottom: 1rem;
}
.blog-inner .content-description h2 {
  color: #2A2A2A;
}
.blog-inner .content-description a {
  color: #111;
  font-weight: 700;
}
.blog-inner .content-description img {
  width: 100%;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
.blog-inner .blog-inner-related {
  padding: 4rem 0;
  background: #f7f7f8;
}
.blog-inner .blog-inner-related .related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.blog-inner .blog-inner-related .related-header .related-title {
  margin-bottom: 0;
  margin: 0;
  color: #2A2A2A;
}
.blog-inner .blog-inner-related .related-btn {
  border-radius: 8px;
  font-weight: 700;
  padding: 0.5rem 1.3rem;
  border: 1.5px solid #1976d2;
  color: #1976d2;
  background: #fff;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.blog-inner .blog-inner-related .related-btn:hover {
  background: #1976d2;
  color: #fff;
}
.blog-inner .blog-inner-related .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .blog-inner .blog-inner-related .blog-posts-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .blog-inner .blog-inner-related .blog-posts-grid {
    grid-template-columns: 1fr;
  }
}
.blog-inner .blog-inner-related .blog-post-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-decoration: none;
  color: #222;
  transition: box-shadow 0.2s, transform 0.2s;
}
.blog-inner .blog-inner-related .blog-post-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px) scale(1.01);
}
.blog-inner .blog-inner-related .blog-post-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-inner .blog-inner-related .blog-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.blog-inner .blog-inner-related .blog-post-content {
  padding: 1.2rem 1.2rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.blog-inner .blog-inner-related .blog-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}
.blog-inner .blog-inner-related .blog-post-tag {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.3rem 1rem;
  background: #e3eaf6;
  color: #1976d2;
  margin: 0;
  white-space: nowrap;
}
.blog-inner .blog-inner-related .blog-post-tag.audiencia {
  background: #e6f6f2;
  color: #1bb184;
}
.blog-inner .blog-inner-related .blog-post-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.2rem 0;
  color: #222;
  line-height: 1.3;
}
.blog-inner .blog-inner-related .blog-post-date {
  font-size: 0.98rem;
  color: #1976d2;
  font-weight: 500;
  margin-top: 0.2rem;
}
.blog-inner .divisor {
  margin-top: 0;
}

.midia-kit {
  background-color: #f3f3f3;
}
.midia-kit .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .midia-kit .banners {
    margin-top: 4.375rem;
  }
}
.midia-kit .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.midia-kit .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.midia-kit .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.midia-kit .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.midia-kit .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .midia-kit .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.midia-kit .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.midia-kit .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .midia-kit .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .midia-kit .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .midia-kit .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.midia-kit .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .midia-kit .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .midia-kit .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .midia-kit .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.midia-kit .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.midia-kit .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .midia-kit .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .midia-kit .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .midia-kit .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.midia-kit .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.midia-kit .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .midia-kit .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .midia-kit .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.midia-kit .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.midia-kit .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .midia-kit .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.midia-kit .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.midia-kit .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.midia-kit .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.midia-kit .banners .slider-nav .swiper-button-next,
.midia-kit .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.midia-kit .banners .slider-nav .swiper-button-next:after,
.midia-kit .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.midia-kit .banners .slider-nav .swiper-button-next:hover,
.midia-kit .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .midia-kit .banners .slider-nav .swiper-button-next,
  .midia-kit .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .midia-kit .banners .slider-nav .swiper-button-next:after,
  .midia-kit .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.midia-kit .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.midia-kit .paginacao .pagina {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.midia-kit .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.midia-kit .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.midia-kit .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.midia-kit .paginacao .pagina.next {
  background: #F5F5F5;
}
.midia-kit .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.midia-kit .paginacao .pagina.next svg {
  width: 0.5rem;
  height: 0.75rem;
}
@media (max-width: 575px) {
  .midia-kit .paginacao .pagina {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}
.midia-kit .midia-kit-grid {
  margin-top: 2rem;
}
.midia-kit .midia-kit-box {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 2rem;
  height: 22rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.midia-kit .midia-kit-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.06);
}
.midia-kit .midia-kit-divisor {
  border: none;
  border-top: 0.0625rem solid #e5e5e5;
  margin: 1.5rem 0 2rem 0;
}
.midia-kit .midia-kit-busca {
  padding: 2rem 0;
}
.midia-kit .midia-kit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.midia-kit .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  color: #222;
  margin-bottom: 0;
}
.midia-kit .midia-kit-filtros {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.midia-kit .midia-kit-filtros .filtro-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
.midia-kit .midia-kit-filtros .filtros-container {
  display: inline-flex;
  gap: 0.9375rem;
}
.midia-kit .midia-kit-filtros .filtro {
  position: relative;
}
.midia-kit .midia-kit-filtros .filtro::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.midia-kit .midia-kit-filtros .filtro select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 9.375rem;
  vertical-align: middle;
}
.midia-kit .midia-kit-filtros .filtro select:focus {
  outline: none;
  border-color: #007bff;
}
.midia-kit .midia-kit-filtros .filtro#plataforma select {
  min-width: 11.25rem;
}

.midia-kit-inner .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  height: 25.5rem;
}
@media only screen and (max-width: 767px) {
  .midia-kit-inner .banners {
    margin-top: 4.375rem;
  }
}
.midia-kit-inner .banners .main-slider {
  height: 100%;
  background-image: url("../img/bg-media-inner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.midia-kit-inner .banners .main-slider .swiper-wrapper, .midia-kit-inner .banners .main-slider .swiper-slide {
  height: 100%;
}
.midia-kit-inner .banners .main-slider .swiper-slide img {
  display: none;
}
.midia-kit-inner .banners .main-slider .swiper-button-next,
.midia-kit-inner .banners .main-slider .swiper-button-prev,
.midia-kit-inner .banners .main-slider .swiper-pagination {
  display: none;
}
.midia-kit-inner .banners .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #f0f0f0;
}
.midia-kit-inner .banners .slide-content h1 {
  font-family: "Kurdis Condensed";
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .midia-kit-inner .banners .slide-content h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .midia-kit-inner .banners .slide-content h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .midia-kit-inner .banners .slide-content h1 {
    font-size: 2rem;
  }
}
.midia-kit-inner .banners .slide-content .text-small, .midia-kit-inner .banners .slide-content .historia .historia-faq .content p, .historia .historia-faq .content .midia-kit-inner .banners .slide-content p, .midia-kit-inner .banners .slide-content .historia .historia .content p, .historia .historia .content .midia-kit-inner .banners .slide-content p, .midia-kit-inner .banners .slide-content .historia .sobre-mario .content p, .historia .sobre-mario .content .midia-kit-inner .banners .slide-content p, .midia-kit-inner .banners .slide-content .historia .nossa-historia .content p, .historia .nossa-historia .content .midia-kit-inner .banners .slide-content p {
  font-size: 1.125rem;
  max-width: 37.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .midia-kit-inner .banners .slide-content .text-small, .midia-kit-inner .banners .slide-content .historia .historia-faq .content p, .historia .historia-faq .content .midia-kit-inner .banners .slide-content p, .midia-kit-inner .banners .slide-content .historia .historia .content p, .historia .historia .content .midia-kit-inner .banners .slide-content p, .midia-kit-inner .banners .slide-content .historia .sobre-mario .content p, .historia .sobre-mario .content .midia-kit-inner .banners .slide-content p, .midia-kit-inner .banners .slide-content .historia .nossa-historia .content p, .historia .nossa-historia .content .midia-kit-inner .banners .slide-content p {
    font-size: 1rem;
  }
}
.midia-kit-inner .banner-projetos {
  margin-top: 2rem;
}
.midia-kit-inner .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.midia-kit-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2, .midia-kit-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  font-size: 2rem;
  text-align: left;
}
.midia-kit-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.midia-kit-inner .projetos-info {
  padding: 4rem 0;
  background: #fafbfc;
}
.midia-kit-inner .projetos-info .projeto-img {
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.06);
}
.midia-kit-inner .projetos-info .image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  min-height: 60vw;
}
@media only screen and (min-width: 768px) {
  .midia-kit-inner .projetos-info .image {
    min-height: -moz-fit-content;
    min-height: fit-content;
    border-radius: 1rem;
  }
}
.midia-kit-inner .projetos-info .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: var(--smaller);
}
@media only screen and (min-width: 768px) {
  .midia-kit-inner .projetos-info .content {
    gap: 1rem;
    margin-top: 0;
  }
}
.midia-kit-inner .projetos-info .projeto-logo {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .midia-kit-inner .projetos-info .projeto-logo {
    text-align: center;
  }
}
.midia-kit-inner .projetos-info .projeto-logo .logo-img {
  max-width: 11.25rem;
  height: auto;
  display: block;
}
.midia-kit-inner .projetos-info .projeto-titulo {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .midia-kit-inner .projetos-info .projeto-titulo {
    text-align: left;
  }
}
.midia-kit-inner .projetos-info .projeto-descricao {
  color: #444;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .midia-kit-inner .projetos-info .projeto-descricao {
    text-align: left;
  }
}
.midia-kit-inner .perfil-programa .perfil-header {
  background-color: purple;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
.midia-kit-inner .perfil-programa .perfil-header h2 {
  font-family: "Kurdis Condensed";
  font-size: 1.5rem;
  color: #f0f0f0;
  margin: 0;
}
.midia-kit-inner .perfil-programa .perfil-header .categorias {
  display: flex;
  gap: 1.5rem;
}
.midia-kit-inner .perfil-programa .perfil-header .categorias span {
  color: #f0f0f0;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.midia-kit-inner .perfil-programa .perfil-header .categorias span:hover {
  opacity: 1;
  cursor: pointer;
}
.midia-kit-inner .perfil-programa .perfil-content {
  margin-bottom: 4rem;
}
.midia-kit-inner .anuncie-section {
  position: relative;
  background: linear-gradient(90deg, #0066B3 0%, #1B9B54 100%);
  overflow: hidden;
}
.midia-kit-inner .anuncie-section .anuncie-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/elementos.png") no-repeat left center;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
.midia-kit-inner .anuncie-section .container-fluid {
  position: relative;
  z-index: 2;
}
.midia-kit-inner .anuncie-section .container-fluid .container .anuncie-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2.5rem 0;
}
.midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex > div h2 {
  color: #f0f0f0;
}
.midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex > div p {
  font-size: 1.2rem;
  color: #f0f0f0;
}
.midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .anuncie-text {
  flex: 1 1 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .text-medium-big, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .card-title, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .historia .historia-faq .content h2, .historia .historia-faq .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .historia .historia .content h2, .historia .historia .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .historia .sobre-mario .content h2, .historia .sobre-mario .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .historia .nossa-historia .content h2, .historia .nossa-historia .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex body.home .about-section .about-content h2, body.home .about-section .about-content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex body.home .brands-section .row .content h2, body.home .brands-section .row .content .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .blog-inner .content-description h2, .blog-inner .content-description .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex h2 {
    font-size: 1.25rem;
  }
}
.midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn {
  display: block;
  background-color: #48C672;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  width: 250px;
  text-align: center;
  font-size: 1.15rem;
  padding: 0.9rem 2rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
}
.midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn:hover, .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn:focus-visible {
  background-color: #43a047;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    text-align: center;
  }
  .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .anuncie-text {
    justify-content: center;
    text-align: center;
  }
  .midia-kit-inner .anuncie-section .container-fluid .container .anuncie-flex .anuncie-btn {
    min-width: unset;
    width: 100%;
  }
}
.midia-kit-inner .anuncie-section .anuncie-container {
  max-width: 100% !important;
}
.midia-kit-inner .anuncie-section .anuncie-container .anuncie-flex div p {
  max-width: 60% !important;
}
.midia-kit-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .midia-kit-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn {
    width: auto;
  }
}
.midia-kit-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn .download-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.midia-kit-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn:hover .download-icon {
  transform: translateY(2px);
}
.midia-kit-inner .audiencia-info {
  padding: 2rem 0;
  position: relative;
  background: linear-gradient(90deg, #1E71B8 0%, #145FA0 100%);
  overflow: hidden;
}
.midia-kit-inner .audiencia-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-elementos-gruporic.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.midia-kit-inner .audiencia-info .container {
  position: relative;
  z-index: 1;
}
.midia-kit-inner .audiencia-info .audiencia-row {
  min-height: 14rem;
  width: 100%;
}
.midia-kit-inner .audiencia-info .audiencia-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  color: #f0f0f0;
  background: none;
}
.midia-kit-inner .audiencia-info .text-medium-big, .midia-kit-inner .audiencia-info .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .midia-kit-inner .audiencia-info .card-title, .midia-kit-inner .audiencia-info .historia .historia-faq .content h2, .historia .historia-faq .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .historia .historia .content h2, .historia .historia .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .historia .sobre-mario .content h2, .historia .sobre-mario .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .historia .nossa-historia .content h2, .historia .nossa-historia .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info body.home .about-section .about-content h2, body.home .about-section .about-content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info body.home .brands-section .row .content h2, body.home .brands-section .row .content .midia-kit-inner .audiencia-info h2, .midia-kit-inner .audiencia-info .blog-inner .content-description h2, .blog-inner .content-description .midia-kit-inner .audiencia-info h2 {
  margin: 0;
}
.midia-kit-inner .audiencia-info .audiencia-title {
  margin-bottom: 1.2rem;
}
.midia-kit-inner .audiencia-info .audiencia-num {
  margin-bottom: 0.5rem;
  color: #f0f0f0;
}
@media (max-width: 991px) {
  .midia-kit-inner .audiencia-info .audiencia-row {
    flex-direction: column;
  }
  .midia-kit-inner .audiencia-info .audiencia-col {
    align-items: center;
    text-align: center;
    padding: 1rem 1rem;
  }
}
.midia-kit-inner .como-anunciar-section {
  background: #f7f7f8;
  width: 100%;
  padding: 3rem 0;
}
.midia-kit-inner .como-anunciar-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
}
.midia-kit-inner .como-anunciar-section .col-lg-3 {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 0;
  min-height: 26.25rem;
}
.midia-kit-inner .como-anunciar-section .como-anunciar-title,
.midia-kit-inner .como-anunciar-section .como-anunciar-desc {
  text-align: left;
  width: 100%;
}
.midia-kit-inner .como-anunciar-section .col-lg-3:first-child {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  flex: 1 1 0;
  min-height: 26.25rem;
}
.midia-kit-inner .como-anunciar-section .col-lg-3:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 26.25rem;
}
.midia-kit-inner .como-anunciar-section .col-lg-3:not(:first-child) .anunciar-box {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.04);
  padding: 2.2rem 1.2rem 2rem 1.2rem;
  text-align: center;
  transition: box-shadow 0.2s;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .midia-kit-inner .como-anunciar-section .col-lg-3:not(:first-child) .anunciar-box {
    padding: 1rem 1rem;
    min-height: 16.25rem;
  }
}
.midia-kit-inner .como-anunciar-section .anunciar-box {
  min-height: 26.25rem;
  width: 100%;
  height: 100%;
}
.midia-kit-inner .como-anunciar-section .anunciar-box-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1870c9;
  margin-bottom: 0.7rem;
  text-align: center;
  width: 100%;
}
.midia-kit-inner .como-anunciar-section .anunciar-box-line {
  width: 2.5rem;
  border: none;
  border-top: 2px solid #e3eaf2;
  margin: 0 0 1.1rem 0;
}
.midia-kit-inner .como-anunciar-section .anunciar-box p {
  color: #222;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .midia-kit-inner .como-anunciar-section .col-lg-3 {
    min-height: 20rem;
  }
  .midia-kit-inner .como-anunciar-section .col-lg-3:first-child {
    min-height: 20rem;
  }
  .midia-kit-inner .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: 20rem;
  }
  .midia-kit-inner .como-anunciar-section .anunciar-box {
    min-height: 20rem;
  }
}
@media (max-width: 991px) {
  .midia-kit-inner .como-anunciar-section .row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .midia-kit-inner .como-anunciar-section .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
    min-height: unset;
    padding: 0;
  }
  .midia-kit-inner .como-anunciar-section .como-anunciar-title,
  .midia-kit-inner .como-anunciar-section .como-anunciar-desc {
    text-align: center;
  }
  .midia-kit-inner .como-anunciar-section .col-lg-3:first-child {
    align-items: center;
    text-align: center;
    min-height: unset;
  }
  .midia-kit-inner .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: unset;
  }
  .midia-kit-inner .como-anunciar-section .anunciar-box-title {
    font-size: 1.1rem;
  }
  .midia-kit-inner .como-anunciar-section .anunciar-box {
    padding: 1.5rem 0.7rem 1.2rem 0.7rem;
    min-height: unset;
  }
}
.midia-kit-inner .midia-kits-swiper {
  padding-bottom: 3rem;
}
.midia-kit-inner .midia-kits-swiper .swiper-slide {
  height: auto;
}
.midia-kit-inner .midia-kits-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.midia-kit-inner .midia-kits-swiper .swiper-pagination {
  bottom: 0;
}
@media only screen and (max-width: 575px) {
  .midia-kit-inner .midia-kits-swiper {
    padding-bottom: 2rem;
  }
}

.contato .banners {
  margin-top: 0;
  position: relative;
}
.contato .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.contato .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contato .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .contato .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.contato .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.contato .contato-top {
  background: #f8f9fa;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
}
.contato .contato-top .contato-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contato .contato-top .contato-img img {
  max-width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
.contato .contato-top .contato-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contato .contato-top .contato-info h2 {
  font-weight: 700;
  color: #2A2A2A;
  margin: 0;
}
.contato .contato-top .contato-info p {
  color: #2A2A2A;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.contato .contato-top .contato-info .contato-link {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #0074d9;
  border-radius: 2rem;
  background: transparent;
  color: #0074d9;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  text-align: center;
  font-weight: 700;
}
.contato .contato-top .contato-info .contato-link:hover {
  background: #0074d9;
  color: #fff;
}
@media (max-width: 991px) {
  .contato .contato-top {
    flex-direction: column;
  }
  .contato .contato-top .contato-img, .contato .contato-top .contato-info {
    width: 100%;
    text-align: center;
  }
  .contato .contato-top .contato-info {
    margin-top: 1.5rem;
  }
}
.contato .contato-formulario {
  background: #f8f9fa;
  border-radius: 1rem;
  padding: 2rem 1rem 1rem 1rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
  margin-bottom: 2rem;
}
.contato .contato-formulario .form-control {
  margin-bottom: 1rem;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #222;
  width: 100%;
  box-sizing: border-box;
  height: 4rem;
}
.contato .contato-formulario span {
  margin-bottom: 1rem;
}
.contato .contato-formulario .ajax-loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMwMDY2Q0MiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+PHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxOCAxOCIgdG89IjM2MCAxOCAxOCIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PC9nPjwvZz48L3N2Zz4=") no-repeat center center;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contato .contato-formulario .ajax-loader.is-active {
  visibility: visible;
  opacity: 1;
}
.contato .contato-formulario .wpcf7-spinner {
  display: none !important;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  vertical-align: middle;
  background: none !important;
  background-image: none !important;
}
.contato .contato-formulario .wpcf7-spinner::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 102, 204, 0.3);
  border-top-color: #0066CC;
  border-radius: 50%;
  animation: wpcf7-spin 0.8s linear infinite;
}
.contato .contato-formulario .wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block !important;
}
@keyframes wpcf7-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contato .contato-formulario .wpcf7-response-output {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
}
.contato .contato-formulario .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
}
.contato .contato-formulario .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #28a745;
  color: #155724;
}
.contato .contato-formulario .wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  border: 1px solid #dc3545;
  color: #721c24;
}
.contato .contato-formulario .wpcf7-form.submitting {
  opacity: 0.7;
  pointer-events: none;
}
.contato .contato-formulario .form-check {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.contato .contato-formulario .form-check .form-check-input {
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}
.contato .contato-formulario .form-check .form-check-label {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.4;
}
.contato .contato-formulario .form-check .form-check-label a {
  color: #111;
  font-weight: 700;
}
.contato .contato-formulario .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.contato .contato-formulario .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.contato .contato-formulario .contato-privacidade {
  margin-top: 1.5rem;
  color: #888;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-style: italic;
  border-top: 1px solid #e5e5e5;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .contato .contato-formulario {
    padding: 1rem 0.5rem;
  }
  .contato .contato-formulario .row > div {
    margin-bottom: 1rem;
  }
  .contato .contato-formulario .btn-buscar {
    margin-top: 1rem;
  }
}

.unidades-de-negocio .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .unidades-de-negocio .banners {
    margin-top: 4.375rem;
  }
}
.unidades-de-negocio .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.unidades-de-negocio .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.unidades-de-negocio .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.unidades-de-negocio .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.unidades-de-negocio .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.unidades-de-negocio .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.unidades-de-negocio .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.unidades-de-negocio .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.unidades-de-negocio .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.unidades-de-negocio .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.unidades-de-negocio .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.unidades-de-negocio .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.unidades-de-negocio .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.unidades-de-negocio .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .unidades-de-negocio .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.unidades-de-negocio .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.unidades-de-negocio .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.unidades-de-negocio .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.unidades-de-negocio .banners .slider-nav .swiper-button-next,
.unidades-de-negocio .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.unidades-de-negocio .banners .slider-nav .swiper-button-next:after,
.unidades-de-negocio .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.unidades-de-negocio .banners .slider-nav .swiper-button-next:hover,
.unidades-de-negocio .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .unidades-de-negocio .banners .slider-nav .swiper-button-next,
  .unidades-de-negocio .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .unidades-de-negocio .banners .slider-nav .swiper-button-next:after,
  .unidades-de-negocio .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.unidades-de-negocio .banner-projetos {
  margin-top: 2rem;
}
.unidades-de-negocio .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.unidades-de-negocio .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2, .unidades-de-negocio .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  font-size: 2rem;
  text-align: left;
}
.unidades-de-negocio .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.unidades-de-negocio .unidade-bloco {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.unidades-de-negocio .unidade-bloco .unidade-titulo {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #1a1a1a;
  line-height: 1.2;
}
.unidades-de-negocio .unidade-bloco .unidade-desc {
  font-size: 1.15rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0;
}
.unidades-de-negocio .unidade-bloco .unidade-img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .unidades-de-negocio .unidade-bloco {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .unidades-de-negocio .unidade-bloco .unidade-titulo {
    font-size: 1.5rem;
  }
  .unidades-de-negocio .unidade-bloco .unidade-desc {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .unidades-de-negocio .unidade-bloco .unidade-img {
    margin-bottom: 1.5rem;
  }
  .unidades-de-negocio .unidade-bloco .row {
    flex-direction: column !important;
  }
}
.unidades-de-negocio .bg-light {
  background: #f8f9fa;
}
.unidades-de-negocio .unidade-divisor hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2.5rem 0 2.5rem 0;
}
.unidades-de-negocio .insights-section {
  padding: 4rem 0;
}
.unidades-de-negocio .divisor {
  margin-top: 0;
}

.termos .banners {
  margin-top: 0;
  position: relative;
}
.termos .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.termos .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.termos .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .termos .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.termos .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.termos .termos-content {
  padding: 4rem 0;
}
.termos .content-inner h2 {
  color: #2A2A2A;
}
.termos .content-inner p {
  color: #2A2A2A;
}
.termos .content-inner ul li {
  color: #2A2A2A;
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.error .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .error .banners {
    margin-top: 4.375rem;
  }
}
.error .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.error .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.error .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.error .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.error .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .error .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.error .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.error .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .error .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .error .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .error .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.error .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .error .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .error .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .error .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.error .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.error .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .error .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .error .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .error .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.error .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.error .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .error .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .error .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.error .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.error .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .error .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.error .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.error .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.error .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.error .banners .slider-nav .swiper-button-next,
.error .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.error .banners .slider-nav .swiper-button-next:after,
.error .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.error .banners .slider-nav .swiper-button-next:hover,
.error .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .error .banners .slider-nav .swiper-button-next,
  .error .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .error .banners .slider-nav .swiper-button-next:after,
  .error .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.error .error-content {
  padding: 4rem 0;
}

.veiculos .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .veiculos .banners {
    margin-top: 4.375rem;
  }
}
.veiculos .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.veiculos .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.veiculos .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.veiculos .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.veiculos .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .veiculos .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.veiculos .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.veiculos .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .veiculos .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .veiculos .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.veiculos .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .veiculos .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .veiculos .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.veiculos .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.veiculos .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .veiculos .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .veiculos .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.veiculos .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.veiculos .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .veiculos .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.veiculos .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.veiculos .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .veiculos .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.veiculos .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.veiculos .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.veiculos .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.veiculos .banners .slider-nav .swiper-button-next,
.veiculos .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.veiculos .banners .slider-nav .swiper-button-next:after,
.veiculos .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.veiculos .banners .slider-nav .swiper-button-next:hover,
.veiculos .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .veiculos .banners .slider-nav .swiper-button-next,
  .veiculos .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .veiculos .banners .slider-nav .swiper-button-next:after,
  .veiculos .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.veiculos .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.veiculos .paginacao .pagina {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.veiculos .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.veiculos .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.veiculos .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.veiculos .paginacao .pagina.next {
  background: #F5F5F5;
}
.veiculos .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.veiculos .paginacao .pagina.next svg {
  width: 8px;
  height: 12px;
}
@media (max-width: 575px) {
  .veiculos .paginacao .pagina {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}
.veiculos .midia-kit-grid {
  margin-top: 2rem;
}
.veiculos .midia-kit-box {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 2rem;
  height: 22rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.veiculos .midia-kit-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.06);
}
.veiculos .midia-kit-divisor {
  border: none;
  border-top: 0.0625rem solid #e5e5e5;
  margin: 1.5rem 0 2rem 0;
}
.veiculos .midia-kit-busca {
  padding: 2rem 0;
}
.veiculos .midia-kit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.veiculos .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  color: #222;
  margin-bottom: 0;
}
.veiculos .midia-kit-filtros {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.veiculos .midia-kit-filtros .filtro-texto {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
.veiculos .midia-kit-filtros .filtro {
  position: relative;
}
.veiculos .midia-kit-filtros .filtro::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.veiculos .midia-kit-filtros .filtro select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 11.25rem;
  vertical-align: middle;
}
.veiculos .midia-kit-filtros .filtro select:focus {
  outline: none;
  border-color: #007bff;
}
.veiculos .midia-kit-filtros .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.veiculos .midia-kit-filtros .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
@media (max-width: 991px) {
  .veiculos .midia-kit-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .veiculos .midia-kit-filtros {
    width: 100%;
    gap: 0.7rem;
  }
}
.veiculos .midia-kit-link {
  display: block;
  transition: none;
}
.veiculos .midia-kit-link:hover .midia-kit-box {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}

.midia-kits-section {
  padding: 4rem 0;
}
.midia-kits-section .row.align-items-center .col-md-6.text-md-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.midia-kits-swiper {
  padding-top: 2rem;
}

.midia-kits-swiper .swiper-slide {
  padding-bottom: 2rem;
}

.cases-btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1976d2;
  background: #fff;
  border: 1px solid #1976d2;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-align: center;
}
.cases-btn:hover, .cases-btn:focus {
  background: #1976d2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(25, 118, 210, 0.08);
}

.veiculos-inner .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .banners {
    margin-top: 4.375rem;
  }
}
.veiculos-inner .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.veiculos-inner .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.veiculos-inner .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.veiculos-inner .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.veiculos-inner .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.veiculos-inner .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.veiculos-inner .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .veiculos-inner .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos-inner .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.veiculos-inner .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .veiculos-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos-inner .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.veiculos-inner .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.veiculos-inner .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .veiculos-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos-inner .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.veiculos-inner .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.veiculos-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos-inner .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.veiculos-inner .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.veiculos-inner .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.veiculos-inner .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.veiculos-inner .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.veiculos-inner .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.veiculos-inner .banners .slider-nav .swiper-button-next,
.veiculos-inner .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.veiculos-inner .banners .slider-nav .swiper-button-next:after,
.veiculos-inner .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.veiculos-inner .banners .slider-nav .swiper-button-next:hover,
.veiculos-inner .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .veiculos-inner .banners .slider-nav .swiper-button-next,
  .veiculos-inner .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .veiculos-inner .banners .slider-nav .swiper-button-next:after,
  .veiculos-inner .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.veiculos-inner .banner-projetos {
  margin-top: 2rem;
}
.veiculos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content {
  text-align: left;
}
.veiculos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h2, .veiculos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text h3 {
  font-size: 2rem;
  text-align: left;
}
.veiculos-inner .banner-projetos .banners .swiper .swiper-slide .slide-content .slide-text a {
  text-align: left;
}
.veiculos-inner .projetos-buscas {
  padding: 2rem 0;
}
.veiculos-inner .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.veiculos-inner .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .veiculos-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.veiculos-inner .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.veiculos-inner .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.veiculos-inner .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .veiculos-inner .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.veiculos-inner .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.veiculos-inner .projetos-grid {
  margin-top: 3rem;
}
.veiculos-inner .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.veiculos-inner .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.veiculos-inner .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.veiculos-inner .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.veiculos-inner .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.veiculos-inner .projetos-info {
  padding: 3rem 0;
  background: #fafbfc;
}
.veiculos-inner .projetos-info .container {
  max-width: 64rem;
  margin: 0 auto;
}
.veiculos-inner .projetos-info .projeto-img {
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.06);
}
.veiculos-inner .projetos-info .projeto-logo {
  margin-bottom: 1.5rem;
}
.veiculos-inner .projetos-info .projeto-logo .logo-img {
  max-width: 11.25rem;
  height: auto;
  display: block;
}
.veiculos-inner .projetos-info .projeto-titulo {
  font-family: "Inter", "Montserrat", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.2rem;
  line-height: 1.15;
}
.veiculos-inner .projetos-info .projeto-descricao {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
  max-width: 32rem;
}
@media (max-width: 991px) {
  .veiculos-inner .projetos-info .row {
    flex-direction: column;
  }
  .veiculos-inner .projetos-info .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .veiculos-inner .projetos-info .projeto-logo {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .veiculos-inner .projetos-info .projeto-titulo {
    font-size: 1.5rem;
  }
  .veiculos-inner .projetos-info .projeto-descricao {
    font-size: 1rem;
  }
}
.veiculos-inner .perfil-programa .perfil-header {
  background-color: purple;
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}
.veiculos-inner .perfil-programa .perfil-header h2 {
  font-family: "Kurdis Condensed";
  font-size: 1.5rem;
  color: #f0f0f0;
  margin: 0;
}
.veiculos-inner .perfil-programa .perfil-header .categorias {
  display: flex;
  gap: 1.5rem;
}
.veiculos-inner .perfil-programa .perfil-header .categorias span {
  color: #f0f0f0;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.veiculos-inner .perfil-programa .perfil-header .categorias span:hover {
  opacity: 1;
  cursor: pointer;
}
.veiculos-inner .perfil-programa .perfil-content {
  margin-bottom: 4rem;
}
.veiculos-inner .anuncie-section .anuncie-container {
  max-width: 100% !important;
}
.veiculos-inner .anuncie-section .anuncie-container .anuncie-flex h2 {
  font-size: 2rem !important;
}
.veiculos-inner .anuncie-section .anuncie-container .anuncie-flex div p {
  max-width: 60% !important;
}
.veiculos-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn {
  display: inline-flex;
  align-items: center;
}
.veiculos-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn .download-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.veiculos-inner .anuncie-section .anuncie-container .anuncie-flex .anuncie-btn:hover .download-icon {
  transform: translateY(2px);
}
.veiculos-inner .audiencia-info {
  background: linear-gradient(90deg, #1566b1 0%, #1e7cc7 100%);
  width: 100%;
  margin: 0;
  padding: 0;
}
.veiculos-inner .audiencia-info .audiencia-row {
  min-height: 14rem;
  width: 100%;
}
.veiculos-inner .audiencia-info .audiencia-col {
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  color: #fff;
  background: none;
}
.veiculos-inner .audiencia-info .audiencia-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.15;
}
.veiculos-inner .audiencia-info .audiencia-num {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: #fff;
}
.veiculos-inner .audiencia-info .audiencia-desc {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #fff;
}
.veiculos-inner .audiencia-info .audiencia-desc-sm {
  font-size: 1rem;
  font-weight: 300;
  color: #e3eaf2;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .veiculos-inner .audiencia-info .audiencia-row {
    flex-direction: column;
  }
  .veiculos-inner .audiencia-info .audiencia-col {
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
  }
  .veiculos-inner .audiencia-info .audiencia-title {
    font-size: 1.5rem;
  }
  .veiculos-inner .audiencia-info .audiencia-num {
    font-size: 2.2rem;
  }
  .veiculos-inner .audiencia-info .audiencia-desc {
    font-size: 1rem;
  }
  .veiculos-inner .audiencia-info .audiencia-desc-sm {
    font-size: 0.95rem;
  }
}
.veiculos-inner .como-anunciar-section {
  background: #f7f7f8;
  width: 100%;
  padding: 3rem 0;
}
.veiculos-inner .como-anunciar-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
}
.veiculos-inner .como-anunciar-section .col-lg-3 {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 0;
  min-height: 26.25rem;
}
.veiculos-inner .como-anunciar-section .como-anunciar-title,
.veiculos-inner .como-anunciar-section .como-anunciar-desc {
  text-align: left;
  width: 100%;
}
.veiculos-inner .como-anunciar-section .col-lg-3:first-child {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  flex: 1 1 0;
  min-height: 26.25rem;
}
.veiculos-inner .como-anunciar-section .col-lg-3:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 26.25rem;
}
.veiculos-inner .como-anunciar-section .col-lg-3:not(:first-child) .anunciar-box {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 26.25rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.04);
  padding: 2.2rem 1.2rem 2rem 1.2rem;
  text-align: center;
  transition: box-shadow 0.2s;
  width: 100%;
  height: 100%;
}
.veiculos-inner .como-anunciar-section .anunciar-box {
  min-height: 26.25rem;
  width: 100%;
  height: 100%;
}
.veiculos-inner .como-anunciar-section .anunciar-box-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1870c9;
  margin-bottom: 0.7rem;
  text-align: center;
  width: 100%;
}
.veiculos-inner .como-anunciar-section .anunciar-box-line {
  width: 2.5rem;
  border: none;
  border-top: 2px solid #e3eaf2;
  margin: 0 0 1.1rem 0;
}
.veiculos-inner .como-anunciar-section .anunciar-box p {
  font-size: 1rem;
  color: #222;
  margin-bottom: 0.6rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .veiculos-inner .como-anunciar-section .col-lg-3 {
    min-height: 20rem;
  }
  .veiculos-inner .como-anunciar-section .col-lg-3:first-child {
    min-height: 20rem;
  }
  .veiculos-inner .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: 20rem;
  }
  .veiculos-inner .como-anunciar-section .anunciar-box {
    min-height: 20rem;
  }
}
@media (max-width: 991px) {
  .veiculos-inner .como-anunciar-section .row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .veiculos-inner .como-anunciar-section .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
    min-height: unset;
    padding: 0;
  }
  .veiculos-inner .como-anunciar-section .como-anunciar-title,
  .veiculos-inner .como-anunciar-section .como-anunciar-desc {
    text-align: center;
  }
  .veiculos-inner .como-anunciar-section .col-lg-3:first-child {
    align-items: center;
    text-align: center;
    min-height: unset;
  }
  .veiculos-inner .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: unset;
  }
  .veiculos-inner .como-anunciar-section .anunciar-box-title {
    font-size: 1.1rem;
  }
  .veiculos-inner .como-anunciar-section .anunciar-box {
    padding: 1.5rem 0.7rem 1.2rem 0.7rem;
    min-height: unset;
  }
}

.codigo-cultura {
  background-color: #f3f3f3;
}
.codigo-cultura .banners {
  margin-top: 0;
  position: relative;
}
.codigo-cultura .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.codigo-cultura .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.codigo-cultura .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .codigo-cultura .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.codigo-cultura .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.codigo-cultura .proposito {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  padding: 3rem 0;
  position: relative;
  margin-top: -0.75rem;
}
.codigo-cultura .proposito .proposito-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.codigo-cultura .proposito .proposito-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.codigo-cultura .proposito .content h2 {
  color: #f0f0f0;
}
.codigo-cultura .proposito .content p {
  color: #f0f0f0;
}
.codigo-cultura .proposito-content {
  padding: 3rem 0;
  background: #fafbfc;
}
.codigo-cultura .proposito-content .mb-4 {
  margin-bottom: 1.5rem;
}
.codigo-cultura .proposito-content .card-proposito {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.codigo-cultura .proposito-content .card-proposito:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.codigo-cultura .proposito-content .card-proposito h3 {
  color: #1e71b8;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.codigo-cultura .proposito-content .card-proposito p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 0;
}
.codigo-cultura .proposito-content .card-proposito p strong {
  color: #222;
}
.codigo-cultura .proposito-content .text-only-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.codigo-cultura .proposito-content .text-only-section h3 {
  color: #1e71b8;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .codigo-cultura .proposito-content .text-only-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .codigo-cultura .proposito-content .text-only-section h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .codigo-cultura .proposito-content {
    padding: 2rem 0;
  }
  .codigo-cultura .proposito-content .card-proposito {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .codigo-cultura .proposito-content .card-proposito h3 {
    font-size: 1.3rem;
  }
  .codigo-cultura .proposito-content .text-only-section {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .codigo-cultura .proposito-content .text-only-section h3 {
    font-size: 1.8rem;
  }
}
.codigo-cultura .futuro {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #1e71b8;
  margin-top: -9rem;
  padding-top: 8rem;
  position: relative;
  z-index: 0;
}
.codigo-cultura .futuro .futuro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.codigo-cultura .futuro .futuro-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.codigo-cultura .futuro h2 {
  text-align: center;
}
.codigo-cultura .futuro h2 span {
  border-bottom: 3px solid #11A84B;
}
.codigo-cultura .cards-futuro {
  padding: 0;
  margin: 0;
}
.codigo-cultura .cards-futuro .container-fluid {
  padding: 0;
  margin: 0;
}
.codigo-cultura .cards-futuro .row {
  min-height: 100vh;
  margin: 0;
}
.codigo-cultura .cards-futuro .col-lg-4,
.codigo-cultura .cards-futuro .col-md-6,
.codigo-cultura .cards-futuro .col-12 {
  padding: 0;
}
.codigo-cultura .cards-futuro .card-futuro {
  position: relative;
  height: 50vh;
  min-height: 400px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.codigo-cultura .cards-futuro .card-futuro .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.codigo-cultura .cards-futuro .card-futuro .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.codigo-cultura .cards-futuro .card-futuro .card-content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 3;
  color: #f0f0f0;
  transition: opacity 0.3s ease;
}
.codigo-cultura .cards-futuro .card-futuro .card-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.codigo-cultura .cards-futuro .card-futuro .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.codigo-cultura .cards-futuro .card-futuro .card-overlay .overlay-content {
  color: #f0f0f0;
  text-align: center;
  width: 100%;
}
.codigo-cultura .cards-futuro .card-futuro .card-overlay .overlay-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-align: center;
}
.codigo-cultura .cards-futuro .card-futuro .card-overlay .overlay-content p {
  text-align: center;
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}
.codigo-cultura .cards-futuro .card-futuro:hover .card-content {
  opacity: 0;
}
.codigo-cultura .cards-futuro .card-futuro:hover .card-overlay {
  opacity: 1;
}
.codigo-cultura .cards-futuro .card-futuro:hover .card-image img {
  transform: scale(1.05);
}
.codigo-cultura .cards-futuro .card-futuro[data-bg=conteudo]:hover .card-overlay {
  background: rgba(52, 152, 219, 0.85);
}
.codigo-cultura .cards-futuro .card-futuro[data-bg=comercial]:hover .card-overlay {
  background: rgba(46, 204, 113, 0.85);
}
.codigo-cultura .cards-futuro .card-futuro[data-bg=marketing]:hover .card-overlay {
  background: rgba(155, 89, 182, 0.85);
}
.codigo-cultura .cards-futuro .card-futuro[data-bg=recursos-humanos]:hover .card-overlay {
  background: rgba(230, 126, 34, 0.85);
}
.codigo-cultura .cards-futuro .card-futuro[data-bg=tecnologia]:hover .card-overlay {
  background: rgba(26, 188, 156, 0.85);
}
.codigo-cultura .cards-futuro .card-futuro[data-bg=institucional]:hover .card-overlay {
  background: rgba(231, 76, 60, 0.85);
}
@media (max-width: 767.98px) {
  .codigo-cultura .cards-futuro .row {
    min-height: auto;
  }
  .codigo-cultura .cards-futuro .card-futuro {
    height: 60vh;
    min-height: 300px;
    margin-bottom: 0;
  }
  .codigo-cultura .cards-futuro .card-futuro .card-content {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .codigo-cultura .cards-futuro .card-futuro .card-content h3 {
    font-size: 1.5rem;
  }
  .codigo-cultura .cards-futuro .card-futuro .card-overlay {
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  .codigo-cultura .cards-futuro .card-futuro .card-overlay .overlay-content {
    text-align: center;
    width: 100%;
  }
  .codigo-cultura .cards-futuro .card-futuro .card-overlay .overlay-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .codigo-cultura .cards-futuro .card-futuro .card-overlay .overlay-content p {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .codigo-cultura .cards-futuro .card-futuro {
    height: 45vh;
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .codigo-cultura .cards-futuro .card-futuro {
    height: 50vh;
    min-height: 450px;
  }
}
.codigo-cultura .visao {
  padding: 3rem 0;
}
.codigo-cultura .visao .content h2 {
  color: #1e71b8;
}
.codigo-cultura .visao .content p {
  color: #333;
}
.codigo-cultura .visao img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.codigo-cultura .juntos {
  padding-bottom: 3rem;
}
.codigo-cultura .juntos .box {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  padding: 2rem 8rem;
  border-radius: 20px;
  color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.codigo-cultura .juntos .box .img-left {
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 1;
}
.codigo-cultura .juntos .box .img-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.codigo-cultura .juntos .box .img-right {
  position: absolute;
  right: 0;
  top: -2rem;
  z-index: 1;
}
.codigo-cultura .juntos .box .img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.codigo-cultura .juntos .box h2 {
  padding: 0;
  margin: 0;
  font-size: 4rem;
}
.codigo-cultura .juntos .box p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.codigo-cultura .juntos .box .col-left {
  padding: 2rem 0;
}
.codigo-cultura .juntos .box .col-left .text-medium-big, .codigo-cultura .juntos .box .col-left .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .codigo-cultura .juntos .box .col-left .card-title, .codigo-cultura .juntos .box .col-left .historia .historia-faq .content h2, .historia .historia-faq .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .historia .historia .content h2, .historia .historia .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .historia .sobre-mario .content h2, .historia .sobre-mario .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .historia .nossa-historia .content h2, .historia .nossa-historia .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left body.home .about-section .about-content h2, body.home .about-section .about-content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left body.home .brands-section .row .content h2, body.home .brands-section .row .content .codigo-cultura .juntos .box .col-left h2, .codigo-cultura .juntos .box .col-left .blog-inner .content-description h2, .blog-inner .content-description .codigo-cultura .juntos .box .col-left h2 {
  line-height: 1.4;
  width: 80%;
  font-weight: 700;
  margin: 0 auto;
}
.codigo-cultura .juntos .box .col-left p {
  padding-top: 1rem;
}
.codigo-cultura .juntos .box .col-right {
  padding: 2rem 0;
}
.codigo-cultura .juntos .box .col-right .text-medium-big, .codigo-cultura .juntos .box .col-right .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .codigo-cultura .juntos .box .col-right .card-title, .codigo-cultura .juntos .box .col-right .historia .historia-faq .content h2, .historia .historia-faq .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .historia .historia .content h2, .historia .historia .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .historia .sobre-mario .content h2, .historia .sobre-mario .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .historia .nossa-historia .content h2, .historia .nossa-historia .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right body.home .about-section .about-content h2, body.home .about-section .about-content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right body.home .brands-section .row .content h2, body.home .brands-section .row .content .codigo-cultura .juntos .box .col-right h2, .codigo-cultura .juntos .box .col-right .blog-inner .content-description h2, .blog-inner .content-description .codigo-cultura .juntos .box .col-right h2 {
  line-height: 1.4;
  width: 80%;
  font-weight: 700;
  margin: 0 auto;
}
.codigo-cultura .juntos .box .col-right p {
  padding-top: 2rem;
}
.codigo-cultura .principios {
  color: #f0f0f0;
  margin-top: -7rem;
}
.codigo-cultura .principios .azul {
  padding: 3rem 0;
  padding-top: 8rem;
  background: #0521B0;
}
.codigo-cultura .principios .verde {
  padding: 3rem 0;
  background: #2C9942;
}
.codigo-cultura .principios .laranja {
  padding: 3rem 0;
  background: #D97727;
}
.codigo-cultura .principios .azul-claro {
  padding: 3rem 0;
  background: #1e71b8;
}
.codigo-cultura .principios .col-md-6:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.codigo-cultura .principios .col-md-6:first-child img {
  margin: 0;
  flex-shrink: 0;
}
.codigo-cultura .principios .col-md-6:first-child h2 {
  margin: 0;
  flex-shrink: 0;
}
.codigo-cultura .diferenca {
  padding: 3rem 0;
  background-color: #f3f3f3;
}
.codigo-cultura .diferenca .col-left img {
  width: 100%;
  height: auto;
}
.codigo-cultura .diferenca .col-right h2 {
  color: #1e71b8;
}
.codigo-cultura .diferenca .col-right p {
  color: #2A2A2A;
}
.codigo-cultura .missao {
  position: relative;
}
.codigo-cultura .missao .container-fluid {
  padding: 0;
}
.codigo-cultura .missao .row {
  margin: 0;
}
.codigo-cultura .missao .missao-left {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top-right-radius: 50px;
}
.codigo-cultura .missao .missao-right {
  background: #f3f3f3;
  padding: 0;
}
.codigo-cultura .missao .missao-content {
  text-align: left;
  margin-bottom: 3rem;
  width: calc(100vw - 50% + 10rem);
  margin-left: 10rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 1439.98px) {
  .codigo-cultura .missao .missao-content {
    width: calc(100vw - 50% + 8rem);
    margin-left: 8rem;
  }
}
@media (max-width: 1199.98px) {
  .codigo-cultura .missao .missao-content {
    width: calc(100vw - 50% + 6rem);
    margin-left: 6rem;
  }
}
.codigo-cultura .missao .missao-content h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199.98px) {
  .codigo-cultura .missao .missao-content h2 {
    font-size: 2.5rem;
  }
}
.codigo-cultura .missao .missao-swiper-container {
  width: calc(100vw - 50% + 8rem);
  margin-left: 10rem;
  position: relative;
  padding-right: 2rem;
}
@media (max-width: 1439.98px) {
  .codigo-cultura .missao .missao-swiper-container {
    width: calc(100vw - 50% + 6rem);
    margin-left: 8rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .codigo-cultura .missao .missao-swiper-container {
    width: calc(100vw - 50% + 4rem);
    margin-left: 6rem;
    padding-right: 4rem;
  }
}
.codigo-cultura .missao .swiper-navigation {
  position: absolute;
  right: 2rem;
  top: -80px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  z-index: 10;
}
@media (max-width: 1439.98px) {
  .codigo-cultura .missao .swiper-navigation {
    right: 1rem;
    top: -70px;
  }
}
@media (max-width: 1199.98px) {
  .codigo-cultura .missao .swiper-navigation {
    right: 0.5rem;
    top: -60px;
  }
}
.codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom,
.codigo-cultura .missao .swiper-navigation .swiper-button-next-custom {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom,
  .codigo-cultura .missao .swiper-navigation .swiper-button-next-custom {
    width: 40px;
    height: 40px;
  }
}
.codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom:hover:not(.swiper-button-disabled),
.codigo-cultura .missao .swiper-navigation .swiper-button-next-custom:hover:not(.swiper-button-disabled) {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom.swiper-button-disabled,
.codigo-cultura .missao .swiper-navigation .swiper-button-next-custom.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom.swiper-button-disabled:hover,
.codigo-cultura .missao .swiper-navigation .swiper-button-next-custom.swiper-button-disabled:hover {
  transform: none;
  box-shadow: none;
}
.codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom svg,
.codigo-cultura .missao .swiper-navigation .swiper-button-next-custom svg {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199.98px) {
  .codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom svg,
  .codigo-cultura .missao .swiper-navigation .swiper-button-next-custom svg {
    width: 20px;
    height: 20px;
  }
}
.codigo-cultura .missao .missao-swiper {
  width: 100%;
  height: auto;
}
.codigo-cultura .missao .missao-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.codigo-cultura .missao .missao-swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 6);
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .codigo-cultura .missao .missao-swiper .swiper-slide {
    width: calc((100% - 120px) / 6);
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .codigo-cultura .missao .missao-swiper .swiper-slide {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .codigo-cultura .missao .missao-swiper .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .codigo-cultura .missao .missao-swiper .swiper-slide {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 575.98px) {
  .codigo-cultura .missao .missao-swiper .swiper-slide {
    width: 100%;
  }
}
.codigo-cultura .missao .missao-swiper .swiper-slide .slide-content {
  background: #f0f0f0;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #c7c7c7;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.codigo-cultura .missao .missao-swiper .swiper-slide .slide-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-color: #1E71B8;
}
.codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 1rem auto;
  flex-shrink: 0;
}
.codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-text h3 {
  color: #1E71B8;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  flex-shrink: 0;
}
.codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-text p {
  color: #333;
  line-height: 1.4;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .codigo-cultura .missao {
    position: relative;
  }
  .codigo-cultura .missao .container-fluid {
    height: auto;
    padding: 0;
  }
  .codigo-cultura .missao .row {
    height: auto;
  }
  .codigo-cultura .missao .missao-left {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    width: 100%;
  }
  .codigo-cultura .missao .missao-right {
    display: none;
  }
  .codigo-cultura .missao .missao-content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    text-align: center;
    z-index: 5;
  }
  .codigo-cultura .missao .missao-content h2 {
    font-size: 2.5rem;
    color: #fff;
  }
  .codigo-cultura .missao .missao-swiper-container {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    position: relative;
  }
  .codigo-cultura .missao .swiper-navigation {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
    right: auto;
    top: auto;
    gap: 1rem;
  }
  .codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom,
  .codigo-cultura .missao .swiper-navigation .swiper-button-next-custom {
    width: 45px;
    height: 45px;
  }
  .codigo-cultura .missao .swiper-navigation .swiper-button-prev-custom svg,
  .codigo-cultura .missao .swiper-navigation .swiper-button-next-custom svg {
    width: 22px;
    height: 22px;
  }
  .codigo-cultura .missao .missao-swiper .swiper-slide .slide-content {
    padding: 1.5rem;
  }
  .codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-text h3 {
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
  }
  .codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-text p {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .codigo-cultura .missao .missao-left {
    padding: 2rem 1.5rem;
  }
  .codigo-cultura .missao .missao-right {
    padding: 2rem 1.5rem;
  }
  .codigo-cultura .missao .missao-content h2 {
    font-size: 2rem;
  }
  .codigo-cultura .missao .missao-swiper .swiper-slide .slide-content {
    padding: 1rem;
  }
  .codigo-cultura .missao .missao-swiper .swiper-slide .slide-content .slide-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.codigo-cultura .video {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.codigo-cultura .video .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.codigo-cultura .video .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.codigo-cultura .video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.codigo-cultura .video .video-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .codigo-cultura .video .video-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.codigo-cultura .video .video-text-left {
  flex: 1;
}
.codigo-cultura .video .video-text-left h2 {
  color: #f0f0f0 !important;
  margin: 0;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .codigo-cultura .video .video-text-left h2 br {
    display: none;
  }
}
.codigo-cultura .video .video-text-right {
  flex: 1;
}
.codigo-cultura .video .video-text-right p {
  color: #f0f0f0 !important;
  margin: 0;
  text-align: left;
  line-height: 1.6;
}
.codigo-cultura .video .video-text-right p strong {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .codigo-cultura .video .video-text-right p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .codigo-cultura .video {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .codigo-cultura .video {
    height: 450px;
  }
}
.codigo-cultura .lideranca {
  padding: 5rem 0;
}
.codigo-cultura .lideranca .text-big, .codigo-cultura .lideranca .ooh .anuncie-section .container-fluid .container .anuncie-flex h2, .ooh .anuncie-section .container-fluid .container .anuncie-flex .codigo-cultura .lideranca h2, .codigo-cultura .lideranca .carreira .carreira-cursos .content h2, .carreira .carreira-cursos .content .codigo-cultura .lideranca h2, .codigo-cultura .lideranca .carreira .carreira-content .content h2, .carreira .carreira-content .content .codigo-cultura .lideranca h2, .codigo-cultura .lideranca .termos .content-inner h2, .termos .content-inner .codigo-cultura .lideranca h2, .codigo-cultura .lideranca .proposito .content h2, .codigo-cultura .proposito .content .lideranca h2, .codigo-cultura .lideranca .visao .content h2, .codigo-cultura .visao .content .lideranca h2 {
  color: #1e71b8;
}
.codigo-cultura .lideranca p {
  color: #2A2A2A;
}
.codigo-cultura .divisor {
  margin-top: 0;
}

.instituto-ric .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background-color: #0521b0;
}
.instituto-ric .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.instituto-ric .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.instituto-ric .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .instituto-ric .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.instituto-ric .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.instituto-ric .instituto-ric-content {
  padding: 3rem 0;
  background: #fafbfc;
}
.instituto-ric .instituto-ric-content .instituto-ric-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.instituto-ric .instituto-ric-content .instituto-ric-main .instituto-ric-texto h2 {
  margin-bottom: 1.5rem;
}
.instituto-ric .instituto-ric-content .instituto-ric-main .instituto-ric-texto h2 .azul {
  color: #1e71b8;
}
.instituto-ric .instituto-ric-content .instituto-ric-main .instituto-ric-texto p {
  color: #2A2A2A;
}
.instituto-ric .instituto-ric-content .instituto-ric-main .instituto-ric-imagem {
  text-align: center;
}
.instituto-ric .instituto-ric-content .instituto-ric-main .instituto-ric-imagem img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}
.instituto-ric .instituto-ric-green {
  margin: 2.5rem 0 0 0;
  border-radius: 1.2rem;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #fff;
  min-height: 180px;
  padding: 2.5rem 2rem;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
}
.instituto-ric .instituto-ric-green .col-left {
  position: relative;
  z-index: 2;
}
.instituto-ric .instituto-ric-green .col-left .img-left {
  position: absolute;
  left: -2.5rem;
  bottom: -3rem;
  z-index: 1;
}
.instituto-ric .instituto-ric-green .col-left .img-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.instituto-ric .instituto-ric-green .col-left .instituto-ric-green-logo,
.instituto-ric .instituto-ric-green .col-left p {
  position: relative;
  z-index: 3;
}
.instituto-ric .instituto-ric-green .col-right {
  position: relative;
  z-index: 2;
}
.instituto-ric .instituto-ric-green .col-right .img-right {
  position: absolute;
  right: -2rem;
  bottom: -4rem;
  z-index: 1;
}
.instituto-ric .instituto-ric-green .col-right .img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.instituto-ric .instituto-ric-green .col-right .instituto-ric-green-quote {
  position: relative;
  z-index: 3;
}
.instituto-ric .instituto-ric-green .col-right .instituto-ric-green-quote img {
  max-width: 100%;
  height: auto;
}
.instituto-ric .instituto-ric-green .col-right p {
  max-width: 80%;
  margin: 0;
  position: relative;
  z-index: 3;
}
.instituto-ric .missao {
  color: #2A2A2A;
  padding-top: 1rem;
}
.instituto-ric .instituto-ric-diretoria {
  background: #1e71b8;
  padding: 3rem 0;
}
.instituto-ric .instituto-ric-diretoria .diretoria-card {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #eee;
}
.instituto-ric .instituto-ric-diretoria .diretoria-card .diretoria-foto {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.instituto-ric .instituto-ric-diretoria .diretoria-card .diretoria-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #fff;
  padding: 1.3rem 1.5rem 1.1rem 1.5rem;
  border-radius: 0 3rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.instituto-ric .instituto-ric-diretoria .diretoria-card .diretoria-badge p {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .instituto-ric .instituto-ric-diretoria .diretoria-card {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .instituto-ric .instituto-ric-diretoria .diretoria-card {
    height: 350px;
    margin-bottom: 2rem;
  }
  .instituto-ric .instituto-ric-diretoria .diretoria-card .diretoria-foto {
    width: 100%;
    height: auto;
  }
  .instituto-ric .instituto-ric-diretoria .diretoria-card .diretoria-badge {
    padding: 1rem 1.2rem 0.8rem 1.2rem;
  }
  .instituto-ric .instituto-ric-diretoria .diretoria-card .diretoria-badge p {
    font-size: 0.9rem;
  }
}
.instituto-ric .instituto-ric-minuto {
  background: #f7f7f7;
  padding: 5rem 0 4rem 0;
}
@media (max-width: 991px) {
  .instituto-ric .instituto-ric-minuto .instituto-ric-minuto {
    margin-top: 0rem;
  }
}
.instituto-ric .instituto-ric-minuto .instituto-ric-minuto-divisor {
  color: #333;
  margin-bottom: 4rem;
  width: 100%;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .instituto-ric .instituto-ric-minuto .instituto-ric-minuto-divisor {
    margin-bottom: 2rem;
  }
}
.instituto-ric .instituto-ric-minuto .col-right .content {
  color: #2A2A2A;
}
.instituto-ric .instituto-ric-minuto .col-right h2 {
  color: #2A2A2A;
}
.instituto-ric .instituto-ric-minuto .col-right .azul {
  color: #1e71b8;
  font-weight: 600;
}
.instituto-ric .instituto-ric-minuto .col-right p {
  color: #2A2A2A;
}
.instituto-ric .instituto-ric-minuto .row {
  display: flex;
  align-items: stretch;
}
.instituto-ric .instituto-ric-minuto .instituto-ric-minuto-imagens {
  display: flex;
  align-items: stretch;
}
.instituto-ric .instituto-ric-minuto .minuto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.2rem;
  height: 100%;
  width: 100%;
  min-height: 350px;
}
.instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img {
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-grande {
  grid-row: 1/span 2;
  grid-column: 1/2;
  height: 100%;
}
.instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-menor {
  grid-column: 2/3;
  height: 100%;
  background: #fff;
}
.instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-menor img {
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
}
.instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-menor.ultima-img img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.instituto-ric .instituto-ric-minuto .col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 993px) {
  .instituto-ric .instituto-ric-minuto .row {
    flex-direction: column;
  }
  .instituto-ric .instituto-ric-minuto .instituto-ric-minuto-imagens {
    margin-bottom: 2rem;
    order: 2;
  }
  .instituto-ric .instituto-ric-minuto .col-right {
    order: 1;
  }
  .instituto-ric .instituto-ric-minuto .minuto-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: auto;
    min-height: auto;
  }
  .instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-grande, .instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-menor {
    min-height: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .instituto-ric .instituto-ric-minuto .row {
    flex-direction: column;
  }
  .instituto-ric .instituto-ric-minuto .instituto-ric-minuto-imagens {
    margin-bottom: 2rem;
    order: 2;
  }
  .instituto-ric .instituto-ric-minuto .col-right {
    order: 1;
  }
  .instituto-ric .instituto-ric-minuto .minuto-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: auto;
    min-height: auto;
    transform: none;
  }
  .instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-grande, .instituto-ric .instituto-ric-minuto .minuto-grid .minuto-img-menor {
    min-height: 200px;
    height: 200px;
  }
}
.instituto-ric .instituto-ric-participar-do-minuto {
  padding: 3rem 0;
  background: none;
  border-radius: 0;
}
.instituto-ric .instituto-ric-participar-do-minuto .row {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  border-radius: 1rem;
  padding: 4rem 2.5rem;
  color: #fff;
  margin: 0;
  align-items: center;
}
@media (max-width: 380px) {
  .instituto-ric .instituto-ric-participar-do-minuto .row {
    padding: 40px 20px;
  }
}
.instituto-ric .instituto-ric-participar-do-minuto .row .col-left .text-medium, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .nossas-solucoes-inner .projetos-info .content p, .nossas-solucoes-inner .projetos-info .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .nossas-solucoes-inner .nossas-solucoes-potencia .content p, .nossas-solucoes-inner .nossas-solucoes-potencia .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .nossas-solucoes-inner .nossas-solucoes-sobre .content p, .nossas-solucoes-inner .nossas-solucoes-sobre .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .planos-comerciais-inner .projetos-info .content p, .planos-comerciais-inner .projetos-info .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .planos-comerciais-inner .planos-comerciais-potencia .content p, .planos-comerciais-inner .planos-comerciais-potencia .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .planos-comerciais-inner .planos-comerciais-sobre .content p, .planos-comerciais-inner .planos-comerciais-sobre .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .carreira .carreira-cursos .content p, .carreira .carreira-cursos .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .carreira .carreira-content-2 .card-description, .carreira .carreira-content-2 .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .card-description, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .carreira .carreira-content .content p, .carreira .carreira-content .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left body.home .about-section .about-content p, body.home .about-section .about-content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto body.home .brands-section .row .col-left .content p, body.home .brands-section .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .content p, .instituto-ric .instituto-ric-participar-do-minuto body.home .brands-section .row .content .col-left p, body.home .brands-section .instituto-ric .instituto-ric-participar-do-minuto .row .content .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .projetos-inner .projetos-buscas .related-btn, .projetos-inner .projetos-buscas .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .related-btn, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .projetos-inner .perfil-programa .perfil-content h2, .projetos-inner .perfil-programa .perfil-content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left h2,
.instituto-ric .instituto-ric-participar-do-minuto .row .col-left .projetos-inner .perfil-programa .perfil-content p,
.projetos-inner .perfil-programa .perfil-content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p,
.instituto-ric .instituto-ric-participar-do-minuto .row .col-left .projetos-inner .perfil-programa .perfil-content h3,
.projetos-inner .perfil-programa .perfil-content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left h3,
.instituto-ric .instituto-ric-participar-do-minuto .row .col-left .projetos-inner .perfil-programa .perfil-content h4,
.projetos-inner .perfil-programa .perfil-content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left h4, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .projetos-inner .perfil-programa .perfil-content ul li, .projetos-inner .perfil-programa .perfil-content ul .instituto-ric .instituto-ric-participar-do-minuto .row .col-left li, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .blog-inner .content-description p, .blog-inner .content-description .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .blog-inner .content-description ol li, .blog-inner .content-description ol .instituto-ric .instituto-ric-participar-do-minuto .row .col-left li, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .blog-inner .content-description ul li, .blog-inner .content-description ul .instituto-ric .instituto-ric-participar-do-minuto .row .col-left li, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .blog-inner .blog-inner-related .related-btn, .blog-inner .blog-inner-related .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .related-btn, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .termos .content-inner p, .termos .content-inner .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .termos .content-inner ul li, .termos .content-inner ul .instituto-ric .instituto-ric-participar-do-minuto .row .col-left li, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .codigo-cultura .proposito .content p, .codigo-cultura .proposito .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .codigo-cultura .visao .content p, .codigo-cultura .visao .content .instituto-ric .instituto-ric-participar-do-minuto .row .col-left p, .instituto-ric .instituto-ric-participar-do-minuto .row .col-left .instituto-ric-minuto .col-right .content, .instituto-ric .instituto-ric-minuto .col-right .instituto-ric-participar-do-minuto .row .col-left .content {
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.instituto-ric .instituto-ric-participar-do-minuto .row .col-right a {
  display: inline-block;
  color: #f0f0f0;
  font-weight: 400;
  padding: 0.7rem 2.2rem;
  border: 1px solid #f0f0f0;
  border-radius: 2.5rem;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .instituto-ric .instituto-ric-participar-do-minuto .row .col-right a {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1201px) {
  .instituto-ric .instituto-ric-participar-do-minuto .row .col-right a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1401px) {
  .instituto-ric .instituto-ric-participar-do-minuto .row .col-right a {
    font-size: 1.6rem;
  }
}
@media (max-width: 460px) {
  .instituto-ric .instituto-ric-participar-do-minuto .row .col-right a {
    padding: 8px 12px;
    font-size: 16px;
  }
}
.instituto-ric .instituto-ric-participar-do-minuto .row .col-right a:hover {
  background: #f0f0f0;
  color: #1e71b8;
}
.instituto-ric .instituto-ric-projetos {
  padding-bottom: 3rem;
}
.instituto-ric .instituto-ric-projetos h2 {
  text-align: center;
  font-weight: 700;
  color: #1e71b8;
}
.instituto-ric .instituto-ric-projetos .objetivos-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}
.instituto-ric .instituto-ric-projetos .objetivo-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 22%;
  min-width: auto;
  max-width: 100%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 24px;
  padding: 2rem 1rem;
  text-align: left;
  margin-left: 0;
  border: 1px solid #ddd;
}
.instituto-ric .instituto-ric-projetos .objetivo-numero {
  font-size: 3rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #2986cc;
  text-stroke: 2px #2986cc;
  margin-bottom: 12px;
  background: none;
  line-height: 1;
  display: block;
  text-align: left;
}
.instituto-ric .instituto-ric-projetos .objetivo-icone {
  display: flex;
  align-items: center;
  justify-content: center;
}
.instituto-ric .instituto-ric-projetos .objetivo-icone img {
  width: 100%;
  height: auto;
  max-width: 5rem;
}
.instituto-ric .instituto-ric-projetos .objetivo-titulo {
  color: #2A2A2A;
  font-weight: 600;
  text-align: left;
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .instituto-ric .instituto-ric-projetos .objetivo-box {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .instituto-ric .instituto-ric-projetos .objetivo-box {
    width: 100%;
  }
}
.instituto-ric .instituto-ric-recicla {
  background: #2CB34A;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.instituto-ric .instituto-ric-recicla .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.instituto-ric .instituto-ric-recicla .ricicla-img-col {
  position: relative;
  min-height: 400px;
}
@media (max-width: 767.98px) {
  .instituto-ric .instituto-ric-recicla .ricicla-img-col {
    display: none;
  }
}
.instituto-ric .instituto-ric-recicla .logo-recicla {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-bottom: 1rem;
}
.instituto-ric .instituto-ric-recicla .ricicla-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.instituto-ric .instituto-ric-recicla .ricicla-text-col {
  color: #f0f0f0;
  background: #2CB34A;
  min-height: 400px;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .instituto-ric .instituto-ric-recicla .ricicla-text-col {
    min-height: 320px;
    padding: 2rem 1rem;
  }
}
.instituto-ric .instituto-ric-recicla .ricicla-text-col p {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .instituto-ric .instituto-ric-recicla .ricicla-text-col p {
    width: 70%;
  }
}
.instituto-ric .instituto-ric-recicla .ricicla-titulo {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .instituto-ric .instituto-ric-recicla .ricicla-titulo {
    font-size: 2rem;
  }
}
.instituto-ric .instituto-ric-recicla .ricicla-destaque {
  font-weight: bold;
  font-size: 1.15rem;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .instituto-ric .instituto-ric-recicla .ricicla-destaque {
    font-size: 1rem;
  }
}
.instituto-ric .divisor {
  margin-top: 0;
}

.historia .banners {
  margin-top: 0;
  position: relative;
}
.historia .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
  overflow: hidden;
}
.historia .banners .banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.historia .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.historia .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .historia .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.historia .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.historia .nossa-historia {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #f0f0f0;
  padding: 3rem 0;
}
.historia .nossa-historia .desc {
  padding-top: 1rem;
}
.historia .nossa-historia .content h2 {
  color: #f0f0f0;
}
.historia .nossa-historia .content p {
  color: #f0f0f0;
}
.historia .sobre-mario {
  padding-bottom: 3rem;
}
.historia .sobre-mario img {
  margin-top: -2rem;
  max-width: 100%;
  width: 100%;
}
.historia .sobre-mario .content h2 {
  color: #2A2A2A;
}
.historia .sobre-mario .content p {
  color: #2A2A2A;
}
.historia .historia {
  background-color: #1e71b8;
  padding: 3rem 0;
  color: #f0f0f0;
}
.historia .historia .content h2 {
  color: #f0f0f0;
}
.historia .historia .content p {
  color: #f0f0f0;
}
.historia .historia-timeline {
  padding: 3rem 0;
}
.historia .historia-timeline .timeline-title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .timeline-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.historia .historia-timeline .timeline-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.historia .historia-timeline .timeline-line {
  position: absolute;
  top: 50px;
  left: 0;
  right: 50px;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 0;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .historia .historia-timeline .timeline-line {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .timeline-line {
    display: none;
  }
}
.historia .historia-timeline .historia-timeline-swiper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: 0 -15px;
}
.historia .historia-timeline .historia-timeline-swiper .swiper-wrapper {
  align-items: stretch;
}
.historia .historia-timeline .historia-timeline-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.historia .historia-timeline .historia-timeline-swiper .timeline-item {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .historia-timeline-swiper .timeline-item {
    max-width: 280px;
    padding-top: 50px;
  }
}
.historia .historia-timeline .historia-timeline-swiper .timeline-year {
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateX(-50%);
  color: #1e71b8;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  z-index: 12;
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .historia-timeline-swiper .timeline-year {
    position: static;
    transform: none;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 1.25rem;
  }
}
.historia .historia-timeline .historia-timeline-swiper .timeline-dot {
  position: absolute;
  top: 40px;
  left: 0.5rem;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #11A84B;
  border-radius: 50%;
  z-index: 99;
  border: 3px solid #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .historia-timeline-swiper .timeline-dot {
    display: none;
  }
}
.historia .historia-timeline .historia-timeline-swiper .timeline-content {
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.historia .historia-timeline .historia-timeline-swiper .timeline-content:hover {
  transform: translateY(-5px);
}
.historia .historia-timeline .historia-timeline-swiper .timeline-content .timeline-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .historia-timeline-swiper .timeline-content .timeline-image {
    height: 180px;
  }
}
.historia .historia-timeline .historia-timeline-swiper .timeline-content p {
  padding: 1.5rem;
  margin: 0;
  color: #2A2A2A;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .historia-timeline-swiper .timeline-content p {
    padding: 1rem;
    font-size: 0.85rem;
  }
}
.historia .historia-timeline .timeline-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 100px);
  left: -50px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
  transform: translateY(-50%);
}
@media only screen and (max-width: 992px) {
  .historia .historia-timeline .timeline-nav {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .timeline-nav {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.historia .historia-timeline .timeline-nav .timeline-prev,
.historia .historia-timeline .timeline-nav .timeline-next {
  width: 50px;
  height: 50px;
  background-color: #11A84B;
  border: none;
  border-radius: 50%;
  color: #f0f0f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 153, 66, 0.3);
  z-index: 21;
  position: relative;
}
.historia .historia-timeline .timeline-nav .timeline-prev:hover,
.historia .historia-timeline .timeline-nav .timeline-next:hover {
  background-color: #0c7a36;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(44, 153, 66, 0.4);
}
.historia .historia-timeline .timeline-nav .timeline-prev:active,
.historia .historia-timeline .timeline-nav .timeline-next:active {
  transform: scale(0.95);
}
.historia .historia-timeline .timeline-nav .timeline-prev.swiper-button-disabled,
.historia .historia-timeline .timeline-nav .timeline-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.historia .historia-timeline .timeline-nav .timeline-prev svg,
.historia .historia-timeline .timeline-nav .timeline-next svg {
  transition: transform 0.2s ease;
}
.historia .historia-timeline .timeline-nav .timeline-prev:hover svg,
.historia .historia-timeline .timeline-nav .timeline-next:hover svg {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .historia .historia-timeline .timeline-nav .timeline-prev,
  .historia .historia-timeline .timeline-nav .timeline-next {
    width: 40px;
    height: 40px;
  }
  .historia .historia-timeline .timeline-nav .timeline-prev svg,
  .historia .historia-timeline .timeline-nav .timeline-next svg {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .historia .historia-timeline .timeline-nav .timeline-prev,
  .historia .historia-timeline .timeline-nav .timeline-next {
    width: 35px;
    height: 35px;
  }
  .historia .historia-timeline .timeline-nav .timeline-prev svg,
  .historia .historia-timeline .timeline-nav .timeline-next svg {
    width: 14px;
    height: 14px;
  }
}
.historia .historia-content {
  padding: 3rem 0;
}
.historia .historia-content .box {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  padding: 2rem;
  border-radius: 20px;
  color: #f0f0f0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.historia .historia-content .box .img-left {
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: 1;
}
.historia .historia-content .box .img-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.historia .historia-content .box .img-right {
  position: absolute;
  right: 0;
  bottom: -1rem;
  z-index: 1;
}
.historia .historia-content .box .img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.historia .historia-content .box p {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}
.historia .historia-content .box .text-small, .historia .historia-content .box .historia-faq .content p, .historia .historia-faq .content .historia-content .box p, .historia .historia-content .box .nossa-historia .content p, .historia .nossa-historia .content .historia-content .box p, .historia .historia-content .box .sobre-mario .content p, .historia .sobre-mario .content .historia-content .box p, .historia .historia-content .box .historia .content p, .historia .historia .content .historia-content .box p {
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.historia .historia-content .box .text-medium-big, .historia .historia-content .box .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .historia .historia-content .box h2, .historia .historia-content .box .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .historia .historia-content .box h2, .historia .historia-content .box .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .historia .historia-content .box h2, .historia .historia-content .box .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .historia .historia-content .box h2, .historia .historia-content .box .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .historia .historia-content .box h2, .historia .historia-content .box .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .historia .historia-content .box h2, .historia .historia-content .box .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .historia .historia-content .box .card-title, .historia .historia-content .box .historia-faq .content h2, .historia .historia-faq .content .historia-content .box h2, .historia .historia-content .box body.home .about-section .about-content h2, body.home .about-section .about-content .historia .historia-content .box h2, .historia .historia-content .box body.home .brands-section .row .content h2, body.home .brands-section .row .content .historia .historia-content .box h2, .historia .historia-content .box .blog-inner .content-description h2, .blog-inner .content-description .historia .historia-content .box h2, .historia .historia-content .box .nossa-historia .content h2, .historia .nossa-historia .content .historia-content .box h2, .historia .historia-content .box .sobre-mario .content h2, .historia .sobre-mario .content .historia-content .box h2, .historia .historia-content .box .historia .content h2, .historia .historia .content .historia-content .box h2 {
  line-height: 1.4;
  width: 80%;
  font-weight: 700;
  margin: 0 auto;
}
.historia .historia-faq {
  padding: 3rem 0;
  background-color: #eee;
}
.historia .historia-faq .content h2 {
  color: #333;
}
.historia .historia-faq .content p {
  color: #333;
}
.historia .historia-faq img {
  width: 100%;
  max-width: 100%;
}
.historia .historia-faq .historia-faq-container .faq-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  text-align: left;
}
.historia .historia-faq .historia-faq-container .faq-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.historia .historia-faq .historia-faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.historia .historia-faq .historia-faq-container .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.historia .historia-faq .historia-faq-container .faq-item .faq-header:hover {
  background-color: rgba(30, 113, 184, 0.05);
}
.historia .historia-faq .historia-faq-container .faq-item .faq-header h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  flex: 1;
  padding-right: 1rem;
  line-height: 1.4;
}
.historia .historia-faq .historia-faq-container .faq-item .faq-header .faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1e71b8;
  transition: transform 0.3s ease, color 0.3s ease;
  min-width: 24px;
  text-align: center;
  line-height: 1;
  transform: rotate(0deg);
  will-change: transform;
}
.historia .historia-faq .historia-faq-container .faq-item .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  padding: 0 1.5rem;
}
.historia .historia-faq .historia-faq-container .faq-item .faq-content .faq-content-inner {
  transform: translateY(-10px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.historia .historia-faq .historia-faq-container .faq-item .faq-content p {
  color: #666;
  margin: 0;
  padding-top: 1rem;
}
.historia .historia-faq .historia-faq-container .faq-item.active .faq-header .faq-toggle {
  transform: rotate(180deg);
  color: #1e71b8;
}
.historia .historia-faq .historia-faq-container .faq-item.active .faq-content {
  max-height: 300px;
  opacity: 1;
  padding: 0 1.5rem 1.25rem 1.5rem;
}
.historia .historia-faq .historia-faq-container .faq-item.active .faq-content .faq-content-inner {
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .historia .historia-faq .historia-faq-container .faq-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .historia .historia-faq .historia-faq-container .faq-item .faq-header {
    padding: 1rem 1.25rem;
  }
  .historia .historia-faq .historia-faq-container .faq-item .faq-header h4 {
    font-size: 0.95rem;
    padding-right: 0.75rem;
  }
  .historia .historia-faq .historia-faq-container .faq-item .faq-header .faq-toggle {
    font-size: 1.25rem;
  }
  .historia .historia-faq .historia-faq-container .faq-item .faq-content {
    padding: 0 1.25rem;
  }
  .historia .historia-faq .historia-faq-container .faq-item .faq-content p {
    font-size: 0.85rem;
  }
  .historia .historia-faq .historia-faq-container .faq-item.active .faq-content {
    padding: 0 1.25rem 1rem 1.25rem;
  }
}
.historia .historia-video {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.historia .historia-video .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.historia .historia-video .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.historia .historia-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.historia .historia-video .video-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .historia .historia-video .video-content {
    flex-direction: column;
    gap: 2rem;
  }
}
.historia .historia-video .video-logo {
  flex-shrink: 0;
}
.historia .historia-video .video-logo img {
  max-width: 200px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .historia .historia-video .video-logo img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .historia .historia-video .video-logo img {
    max-width: 120px;
  }
}
.historia .historia-video .video-text {
  flex: 1;
  max-width: 800px;
}
.historia .historia-video .video-text p {
  color: #f0f0f0 !important;
  margin: 0;
  text-align: left;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .historia .historia-video .video-text p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .historia .historia-video {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .historia .historia-video {
    height: 450px;
  }
}
.historia .logos {
  padding: 3rem 0;
  position: relative;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
}
.historia .logos .logos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.historia .logos .logos-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.historia .logos .logos-list {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .historia .logos .logos-list {
    flex-direction: column;
  }
}
.historia .logos .btn-saiba-mais {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background-color: #48C672;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin: 2rem auto 0;
}
.historia .logos .btn-saiba-mais::after {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.historia .logos .btn-saiba-mais:hover {
  background-color: #1e71b8;
  color: #f0f0f0;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.historia .logos .btn-saiba-mais:hover::after {
  transform: translateY(0px);
}
.historia .logos .col-12 {
  text-align: center;
}

.principios-editoriais {
  background-color: #f3f3f3;
}
.principios-editoriais .banners {
  margin-top: 0;
  position: relative;
}
.principios-editoriais .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.principios-editoriais .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.principios-editoriais .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .principios-editoriais .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.principios-editoriais .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.principios-editoriais .principios {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  padding: 3rem 0;
  position: relative;
  margin-top: -0.75rem;
}
.principios-editoriais .principios .principios-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.principios-editoriais .principios .principios-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.principios-editoriais .conteudos {
  padding: 3rem 0;
}
.principios-editoriais .conteudos .row {
  align-items: stretch;
}
.principios-editoriais .conteudos .col-md-6 {
  display: flex;
  flex-direction: column;
}
.principios-editoriais .conteudos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  flex: 1;
  border-radius: 50px;
}
.principios-editoriais .conteudos p {
  color: #2A2A2A;
}
.principios-editoriais .divisor {
  margin-top: 0;
}

.equipe-comercial {
  background-color: #f3f3f3;
}
.equipe-comercial .banners {
  margin-top: 0;
  position: relative;
}
.equipe-comercial .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.equipe-comercial .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.equipe-comercial .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .equipe-comercial .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.equipe-comercial .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.equipe-comercial .principios {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  padding: 3rem 0;
  position: relative;
  margin-top: -0.75rem;
  padding-bottom: 12rem;
}
.equipe-comercial .principios .principios-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.equipe-comercial .principios .principios-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.equipe-comercial .divisor {
  margin-top: 0;
}
.equipe-comercial .equipe-comercial-diretoria {
  background-color: #f0f0f0;
  padding: 3rem 0;
  margin-top: -12rem;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card {
  display: flex;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  background: #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}
@media (max-width: 480px) {
  .equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card {
    display: block;
  }
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-image-container {
  position: relative;
  padding: 0;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-image-container .card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem;
  z-index: 2;
  border-radius: 40px;
  margin: 0;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-image-container .card-overlay h2 {
  margin: 0;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  padding-top: 4rem;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-image-container .card-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #f0f0f0;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  z-index: 3;
  width: 100%;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-image-container .card-badge p {
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.2;
  text-transform: uppercase;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-content {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.equipe-comercial .equipe-comercial-diretoria .equipe-comercial-diretoria-card .card-content p {
  margin: 0;
  color: #2A2A2A;
  line-height: 1.5;
  padding: 1rem;
  color: #2A2A2A;
}
.equipe-comercial .equipe-comercial-nacional {
  background-color: #fff;
  padding: 3rem 0;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card {
  background: #f0f0f0;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  position: relative;
  transform: scale(1.1);
  margin-bottom: 4rem;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-btn-more {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  border: none;
  border-radius: 50%;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-btn-more:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(30, 113, 184, 0.4);
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-btn-more i {
  font-size: 1rem;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-image-wrapper img {
  width: 100%;
  height: 308px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #f0f0f0;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border-radius: 0 0 20px 20px;
  transition: all 0.4s ease;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-info .card-tag {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #f0f0f0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 0.75rem;
  letter-spacing: 0.5px;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-info .card-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #f0f0f0;
  line-height: 1.2;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-info .card-position {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-contact-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #f0f0f0;
  padding: 1.5rem 1.4rem;
  border-radius: 0 0 20px 20px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-contact-info .contact-item a {
  text-decoration: none;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-contact-info .contact-item i {
  margin-right: 0.75rem;
  font-size: 1rem;
  width: 16px;
  text-align: center;
  opacity: 0.9;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-contact-info .contact-item span {
  font-weight: 500;
  color: #f0f0f0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card.expanded .card-info {
  transform: translateY(-100%);
  opacity: 0;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card.expanded .card-contact-info {
  transform: translateY(0);
  opacity: 1;
}
.equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card.expanded .card-btn-more {
  transform: rotate(45deg);
  background: linear-gradient(90deg, #2C9942 0%, #1E71B8 100%);
}
@media only screen and (max-width: 767px) {
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card {
    margin-bottom: 3rem;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-btn-more {
    width: 35px;
    height: 35px;
    top: 12px;
    right: 12px;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-btn-more i {
    font-size: 0.9rem;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-image-wrapper img {
    height: 275px;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-info {
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-info .card-name {
    font-size: 1.1rem;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-info .card-position {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 575px) {
  .equipe-comercial .equipe-comercial-nacional {
    padding: 2rem 0;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-btn-more {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-btn-more i {
    font-size: 0.8rem;
  }
  .equipe-comercial .equipe-comercial-nacional .equipe-comercial-nacional-card .card-image-wrapper img {
    height: auto;
    width: 100%;
  }
}
.equipe-comercial .equipe-comercial-acionistas {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
.equipe-comercial .equipe-comercial-acionistas h2 {
  margin: 0;
  margin-bottom: 2rem;
}
.equipe-comercial .equipe-comercial-acionistas p {
  color: #1e71b8;
  width: 100%;
  border-bottom: 1px solid #1e71b8;
  margin: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 600px) {
  .equipe-comercial-diretoria {
    display: block;
  }
  .equipe-comercial-nacional-card img {
    width: 100%;
    height: auto;
  }
}
.carreira {
  background-color: #f3f3f3;
}
.carreira .banners {
  margin-top: 0;
  position: relative;
}
.carreira .banners .banner-content {
  position: relative;
  width: 100%;
  height: clamp(260px, 50vw, 400px);
}
.carreira .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carreira .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 992px) {
  .carreira .banners .banner-content .banner-overlay {
    padding: 2rem 1.5rem;
  }
}
.carreira .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.carreira .carreira-content {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  color: #f0f0f0;
  position: relative;
  z-index: 1;
}
.carreira .carreira-content .content h2 {
  color: #f0f0f0;
}
.carreira .carreira-content .content p {
  color: #f0f0f0;
}
.carreira .carreira-content-2 {
  position: relative;
  margin-top: -2rem;
}
.carreira .carreira-content-2 .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .carreira .carreira-content-2 .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.carreira .carreira-content-2 .card-item {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  text-align: left;
}
.carreira .carreira-content-2 .card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.carreira .carreira-content-2 .card-icon {
  margin-bottom: 1.5rem;
}
.carreira .carreira-content-2 .card-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.carreira .carreira-content-2 .card-title {
  color: #1976d2;
  font-weight: 700;
  margin-bottom: 1rem;
}
.carreira .carreira-content-2 .card-description {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}
.carreira .carreira-tags {
  padding: 2rem 0;
}
.carreira .carreira-tags .word-cloud {
  border-bottom: 1px solid #e9ecef;
  border-top: 1px solid #e9ecef;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.carreira .carreira-tags .word-cloud .word-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .carreira .carreira-tags .word-cloud .word-row {
    gap: 0.5rem;
    flex-direction: column;
  }
}
.carreira .carreira-tags .word-cloud .word-row.row-1 {
  justify-content: space-between;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .carreira .carreira-tags .word-cloud .word-row.row-1 {
    justify-content: center;
    gap: 0.8rem;
  }
}
.carreira .carreira-tags .word-cloud .word-row.row-2 {
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .carreira .carreira-tags .word-cloud .word-row.row-2 {
    gap: 1rem;
  }
}
.carreira .carreira-tags .word-cloud .word-row.row-3 {
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 768px) {
  .carreira .carreira-tags .word-cloud .word-row.row-3 {
    justify-content: center;
    gap: 0.8rem;
  }
}
.carreira .carreira-tags .word {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.carreira .carreira-tags .word:hover {
  transform: scale(1.1);
}
.carreira .carreira-tags .word.word-smallest {
  font-size: 1.1rem;
}
.carreira .carreira-tags .word.word-small {
  font-size: 2.8rem;
}
.carreira .carreira-tags .word.word-medium {
  font-size: 2.8rem;
}
.carreira .carreira-tags .word.word-large {
  font-size: 2.8rem;
}
.carreira .carreira-tags .word.word-largest {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .carreira .carreira-tags .word.word-largest {
    font-size: 2.5rem;
  }
}
.carreira .carreira-tags .word.word-blue-dark {
  color: #1976d2;
}
.carreira .carreira-tags .word.word-blue-light {
  color: #64b5f6;
}
.carreira .carreira-tags .word.word-purple {
  color: #9e9e9e;
}
.carreira .carreira-tags .word.word-pink {
  color: #e91e63;
}
.carreira .carreira-tags .word.word-orange {
  color: #ff9800;
}
.carreira .carreira-tags .word.word-green {
  color: #4caf50;
}
.carreira .carreira-tags .word.word-teal {
  color: #26a69a;
}
.carreira .carreira-tags .word.word-blue {
  color: #2196f3;
}
.carreira .carreira-tags .word.word-bold {
  font-weight: 700;
}
.carreira .carreira-tags .word.word-italic {
  font-style: italic;
}
.carreira .carreira-cursos {
  padding: 4rem 0;
}
.carreira .carreira-cursos h2, .carreira .carreira-cursos p {
  color: #2A2A2A;
  margin: 0;
}
.carreira .carreira-cursos .content h2 {
  color: #2A2A2A;
  padding-bottom: 1rem;
}
.carreira .carreira-cursos .content p {
  color: #2A2A2A;
}
.carreira .carreira-cursos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}
.carreira .divisor {
  margin-top: 0;
}

.planos-comerciais {
  background-color: #f3f3f3;
}
.planos-comerciais .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .planos-comerciais .banners {
    margin-top: 4.375rem;
  }
}
.planos-comerciais .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.planos-comerciais .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.planos-comerciais .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.planos-comerciais .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.planos-comerciais .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .planos-comerciais .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.planos-comerciais .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.planos-comerciais .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .planos-comerciais .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .planos-comerciais .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .planos-comerciais .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.planos-comerciais .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .planos-comerciais .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .planos-comerciais .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .planos-comerciais .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.planos-comerciais .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.planos-comerciais .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .planos-comerciais .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .planos-comerciais .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .planos-comerciais .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.planos-comerciais .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.planos-comerciais .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .planos-comerciais .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .planos-comerciais .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.planos-comerciais .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.planos-comerciais .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .planos-comerciais .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.planos-comerciais .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.planos-comerciais .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.planos-comerciais .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.planos-comerciais .banners .slider-nav .swiper-button-next,
.planos-comerciais .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.planos-comerciais .banners .slider-nav .swiper-button-next:after,
.planos-comerciais .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.planos-comerciais .banners .slider-nav .swiper-button-next:hover,
.planos-comerciais .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .planos-comerciais .banners .slider-nav .swiper-button-next,
  .planos-comerciais .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .planos-comerciais .banners .slider-nav .swiper-button-next:after,
  .planos-comerciais .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.planos-comerciais .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.planos-comerciais .paginacao .pagina {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.planos-comerciais .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.planos-comerciais .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.planos-comerciais .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.planos-comerciais .paginacao .pagina.next {
  background: #F5F5F5;
}
.planos-comerciais .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.planos-comerciais .paginacao .pagina.next svg {
  width: 0.5rem;
  height: 0.75rem;
}
@media (max-width: 575px) {
  .planos-comerciais .paginacao .pagina {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}
.planos-comerciais .midia-kit-grid {
  margin-top: 2rem;
}
.planos-comerciais .midia-kit-box {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 2rem;
  height: 22rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.planos-comerciais .midia-kit-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.06);
}
.planos-comerciais .midia-kit-divisor {
  border: none;
  border-top: 0.0625rem solid #e5e5e5;
  margin: 1.5rem 0 2rem 0;
}
.planos-comerciais .midia-kit-busca {
  padding: 2rem 0;
}
.planos-comerciais .midia-kit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.planos-comerciais .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  color: #222;
  margin-bottom: 0;
}
.planos-comerciais .midia-kit-filtros {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.planos-comerciais .midia-kit-filtros .filtro-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
.planos-comerciais .midia-kit-filtros .filtros-container {
  display: inline-flex;
  gap: 0.9375rem;
}
.planos-comerciais .midia-kit-filtros .filtro {
  position: relative;
}
.planos-comerciais .midia-kit-filtros .filtro::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.planos-comerciais .midia-kit-filtros .filtro select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 9.375rem;
  vertical-align: middle;
}
.planos-comerciais .midia-kit-filtros .filtro select:focus {
  outline: none;
  border-color: #007bff;
}
.planos-comerciais .midia-kit-filtros .filtro#plataforma select {
  min-width: 11.25rem;
}

.planos-comerciais-inner {
  background-color: #f3f3f3;
}
.planos-comerciais-inner .banners {
  margin-top: 0;
  position: relative;
}
.planos-comerciais-inner .banners .banner-content {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.planos-comerciais-inner .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.planos-comerciais-inner .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .planos-comerciais-inner .banners .banner-content .banner-overlay {
    padding-top: 3rem;
  }
}
.planos-comerciais-inner .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.planos-comerciais-inner .planos-comerciais-sobre {
  padding: 4rem 0;
}
.planos-comerciais-inner .planos-comerciais-sobre img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.planos-comerciais-inner .planos-comerciais-sobre .content h2 {
  color: #2A2A2A;
}
.planos-comerciais-inner .planos-comerciais-sobre .content p {
  color: #2A2A2A;
}
.planos-comerciais-inner .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.planos-comerciais-inner .paginacao .pagina {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.planos-comerciais-inner .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.planos-comerciais-inner .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.planos-comerciais-inner .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.planos-comerciais-inner .paginacao .pagina.next {
  background: #F5F5F5;
}
.planos-comerciais-inner .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.planos-comerciais-inner .paginacao .pagina.next svg {
  width: 0.5rem;
  height: 0.75rem;
}
@media (max-width: 575px) {
  .planos-comerciais-inner .paginacao .pagina {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}
.planos-comerciais-inner .midia-kit-grid {
  margin-top: 2rem;
}
.planos-comerciais-inner .midia-kit-box {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 2rem;
  height: 22rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.planos-comerciais-inner .midia-kit-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.06);
}
.planos-comerciais-inner .midia-kit-divisor {
  border: none;
  border-top: 0.0625rem solid #e5e5e5;
  margin: 1.5rem 0 2rem 0;
}
.planos-comerciais-inner .midia-kit-busca {
  padding: 4rem 0;
}
.planos-comerciais-inner .midia-kit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.planos-comerciais-inner .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  color: #222;
  margin-bottom: 0;
}
.planos-comerciais-inner .midia-kit-filtros {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.planos-comerciais-inner .midia-kit-filtros .filtro-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
.planos-comerciais-inner .midia-kit-filtros .filtros-container {
  display: inline-flex;
  gap: 0.9375rem;
}
.planos-comerciais-inner .midia-kit-filtros .filtro {
  position: relative;
}
.planos-comerciais-inner .midia-kit-filtros .filtro::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.planos-comerciais-inner .midia-kit-filtros .filtro select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 9.375rem;
  vertical-align: middle;
}
.planos-comerciais-inner .midia-kit-filtros .filtro select:focus {
  outline: none;
  border-color: #007bff;
}
.planos-comerciais-inner .midia-kit-filtros .filtro#plataforma select {
  min-width: 11.25rem;
}
.planos-comerciais-inner .planos-duracao {
  background-color: #1e71b8;
  padding: 60px 0;
}
.planos-comerciais-inner .planos-duracao .stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}
.planos-comerciais-inner .planos-duracao .stats-container .stats-column {
  flex: 1;
  text-align: left;
}
.planos-comerciais-inner .planos-duracao .stats-container .stats-column .stats-number {
  font-weight: bold;
  color: #f0f0f0;
  margin-bottom: 10px;
  line-height: 1;
}
.planos-comerciais-inner .planos-duracao .stats-container .stats-column .stats-description {
  color: #f0f0f0;
}
.planos-comerciais-inner .planos-duracao .stats-source {
  color: #f0f0f0;
  font-size: 0.875rem;
  text-align: left;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .planos-comerciais-inner .planos-duracao .stats-container {
    flex-direction: column;
    gap: 30px;
  }
  .planos-comerciais-inner .planos-duracao .stats-container .stats-column .stats-number {
    font-size: 2.5rem;
  }
}
.planos-comerciais-inner .planos-comerciais-potencia {
  padding: 3rem 0;
  background-color: #f8f6f3;
}
.planos-comerciais-inner .planos-comerciais-potencia img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.planos-comerciais-inner .planos-comerciais-potencia .content h2 {
  color: #2A2A2A;
}
.planos-comerciais-inner .planos-comerciais-potencia .content p {
  color: #2A2A2A;
}
.planos-comerciais-inner .planos-comerciais-potencia .line {
  border-top: 1px solid #E5E5E5;
  padding-top: 3rem;
  margin-top: 3rem;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info {
  padding-right: 2rem;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-icons {
  display: flex;
  gap: 1rem;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-icons a {
  display: block;
  text-decoration: none;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-icons .social-icon {
  width: 50px;
  height: 50px;
  border: 2px solid #1e71b8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-icons .social-icon i {
  font-size: 1.2rem;
  color: #1e71b8;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-icons .social-icon:hover {
  background-color: #1e71b8;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-info .social-icons .social-icon:hover i {
  color: white;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-cards {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card {
  flex: 1;
  background-color: white;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card .card-icon {
  margin-bottom: 1.5rem;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card .card-icon i {
  font-size: 2rem;
  color: #1e71b8;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card .card-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1e71b8;
  margin-bottom: 1rem;
  line-height: 1;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card .card-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 1rem;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card .card-description {
  color: #1e71b8;
  font-weight: 700;
}
.planos-comerciais-inner .planos-comerciais-potencia .social-source {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .planos-comerciais-inner .planos-comerciais-potencia .social-info {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .planos-comerciais-inner .planos-comerciais-potencia .social-info .social-title {
    font-size: 2rem;
  }
  .planos-comerciais-inner .planos-comerciais-potencia .social-cards {
    flex-direction: column;
    gap: 1rem;
  }
  .planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card {
    padding: 1.5rem 1rem;
  }
  .planos-comerciais-inner .planos-comerciais-potencia .social-cards .social-card .card-number {
    font-size: 2rem;
  }
}
.planos-comerciais-inner .projetos-buscas {
  padding: 2rem 0;
}
.planos-comerciais-inner .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .planos-comerciais-inner .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.planos-comerciais-inner .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .planos-comerciais-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .planos-comerciais-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.planos-comerciais-inner .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.planos-comerciais-inner .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #1e71b8;
}
.planos-comerciais-inner .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .planos-comerciais-inner .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.planos-comerciais-inner .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.planos-comerciais-inner .projetos-grid {
  margin-top: 3rem;
}
.planos-comerciais-inner .projetos-grid .projeto-botao {
  display: block;
  background-color: #48C672;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-size: 1.15rem;
  padding: 0.9rem 2rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.planos-comerciais-inner .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.planos-comerciais-inner .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.planos-comerciais-inner .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.planos-comerciais-inner .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content p {
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.planos-comerciais-inner .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.planos-comerciais-inner .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.planos-comerciais-inner .paginacao .pagina {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.planos-comerciais-inner .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.planos-comerciais-inner .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.planos-comerciais-inner .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.planos-comerciais-inner .paginacao .pagina.next {
  background: #F5F5F5;
}
.planos-comerciais-inner .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.planos-comerciais-inner .paginacao .pagina.next svg {
  width: 8px;
  height: 12px;
}
@media only screen and (max-width: 575px) {
  .planos-comerciais-inner .paginacao .pagina {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}
.planos-comerciais-inner .projetos-info {
  padding: 4rem 0;
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title h1 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2A2A2A;
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location img {
  width: 1rem;
  height: auto;
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location span {
  font-size: 1rem;
  color: rgba(42, 42, 42, 0.7);
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags {
  display: flex;
  gap: 1rem;
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span {
  font-size: 0.875rem;
  font-weight: 600;
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.date {
  color: purple;
}
.planos-comerciais-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.type {
  background-color: purple;
  color: #f0f0f0;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
.planos-comerciais-inner .projetos-info .content h2 {
  color: #2A2A2A;
}
.planos-comerciais-inner .projetos-info .content p {
  color: #2A2A2A;
}
.planos-comerciais-inner .projetos-info .image img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.planos-comerciais-inner .midia-kit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.planos-comerciais-inner .midia-kit-header .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: bold;
  color: #2A2A2A;
  margin: 0;
}
.planos-comerciais-inner .midia-kit-header .midia-kit-header-botao .related-btn {
  padding: 0.75rem 1.5rem;
  border: 2px solid #1e71b8;
  background: transparent;
  color: #1e71b8;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.planos-comerciais-inner .midia-kit-header .midia-kit-header-botao .related-btn:hover {
  background: #1e71b8;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .planos-comerciais-inner .midia-kit-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .planos-comerciais-inner .midia-kit-header .midia-kit-header-titulo {
    font-size: 1.5rem;
  }
}
.planos-comerciais-inner .popup-container {
  max-width: 450px;
}
.planos-comerciais-inner .popup-container .popup-content {
  display: block;
}
.planos-comerciais-inner .planos-swiper {
  padding: 2rem 0 4rem 0;
  position: relative;
}
.planos-comerciais-inner .planos-swiper .swiper-slide {
  height: auto;
}
.planos-comerciais-inner .planos-swiper .swiper-slide .midia-kit-link {
  display: block;
  height: 100%;
}
.planos-comerciais-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box {
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.planos-comerciais-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box:hover {
  transform: translateY(-5px);
}
.planos-comerciais-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.planos-comerciais-inner .planos-swiper .swiper-button-next,
.planos-comerciais-inner .planos-swiper .swiper-button-prev {
  color: #1e71b8;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.planos-comerciais-inner .planos-swiper .swiper-button-next:after,
.planos-comerciais-inner .planos-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
.planos-comerciais-inner .planos-swiper .swiper-button-next:hover,
.planos-comerciais-inner .planos-swiper .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
  color: #17568c;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.planos-comerciais-inner .planos-swiper .swiper-button-next {
  right: 15px;
}
.planos-comerciais-inner .planos-swiper .swiper-button-prev {
  left: 15px;
}
.planos-comerciais-inner .planos-swiper .swiper-pagination {
  bottom: 0;
}
.planos-comerciais-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.planos-comerciais-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e71b8;
  transform: scale(1.2);
}
.planos-comerciais-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #58a3e4;
}
@media (max-width: 1080px) {
  .planos-comerciais-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box img {
    min-height: 90px;
  }
}
@media (max-width: 992px) {
  .planos-comerciais-inner .planos-swiper .swiper-button-next,
  .planos-comerciais-inner .planos-swiper .swiper-button-prev {
    display: flex !important;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .planos-comerciais-inner .planos-swiper .swiper-button-next:after,
  .planos-comerciais-inner .planos-swiper .swiper-button-prev:after {
    font-size: 16px;
  }
  .planos-comerciais-inner .planos-swiper .swiper-button-next {
    right: 10px;
  }
  .planos-comerciais-inner .planos-swiper .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 768px) {
  .planos-comerciais-inner .planos-swiper {
    padding: 1rem 0 3rem 0;
  }
  .planos-comerciais-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box {
    height: auto;
  }
  .planos-comerciais-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box img {
    min-height: 120px;
  }
  .planos-comerciais-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
.planos-comerciais-inner .anuncie-section .container-fluid .container .anuncie-container {
  max-width: 100% !important;
}

.como-anunciar-section {
  background: #f7f7f8;
  width: 100%;
  padding: 4rem 0;
}
.como-anunciar-section .row {
  display: grid;
  grid-template-columns: 250px repeat(auto-fit, minmax(0, 1fr));
  align-items: stretch;
  gap: 2rem;
}
.como-anunciar-section .col-lg-3 {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 0;
  min-height: 26.25rem;
}
.como-anunciar-section .como-anunciar-title,
.como-anunciar-section .como-anunciar-desc {
  text-align: left;
  width: 100%;
}
.como-anunciar-section .col-lg-3:first-child {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  flex: 1 1 0;
  min-height: 26.25rem;
}
.como-anunciar-section .col-lg-3:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 26.25rem;
}
.como-anunciar-section .col-lg-3:not(:first-child) .anunciar-box {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.04);
  padding: 2.2rem 1.2rem 2rem 1.2rem;
  text-align: center;
  transition: box-shadow 0.2s;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .como-anunciar-section .col-lg-3:not(:first-child) .anunciar-box {
    padding: 1rem 1rem;
    min-height: 16.25rem;
  }
}
.como-anunciar-section .anunciar-box {
  min-height: 26.25rem;
  width: 100%;
  height: 100%;
}
.como-anunciar-section .anunciar-box .text-medium-big, .como-anunciar-section .anunciar-box .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box body.home .about-section .about-content h2, body.home .about-section .about-content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box body.home .brands-section .row .content h2, body.home .brands-section .row .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .blog-inner .content-description h2, .blog-inner .content-description .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .nossa-historia .content h2, .historia .nossa-historia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .sobre-mario .content h2, .historia .sobre-mario .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .historia .content h2, .historia .historia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .historia-faq .content h2, .historia .historia-faq .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .como-anunciar-section .anunciar-box .card-title, .como-anunciar-section .anunciar-box .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .como-anunciar-section .anunciar-box h2 {
  color: #1e71b8;
  margin: 0;
  margin-bottom: 1rem;
}
.como-anunciar-section .anunciar-box-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1870c9;
  margin-bottom: 0.7rem;
  text-align: center;
  width: 100%;
}
.como-anunciar-section .anunciar-box-line {
  width: 100%;
  border: none;
  border-top: 2px solid #e3eaf2;
  margin: 0 0 1.1rem 0;
}
.como-anunciar-section .anunciar-box p {
  color: #222;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .como-anunciar-section .col-lg-3 {
    min-height: 20rem;
  }
  .como-anunciar-section .col-lg-3:first-child {
    min-height: 20rem;
  }
  .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: 20rem;
  }
  .como-anunciar-section .anunciar-box {
    min-height: 20rem;
  }
}
@media (max-width: 991px) {
  .como-anunciar-section .row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .como-anunciar-section .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
    min-height: unset;
    padding: 0;
  }
  .como-anunciar-section .como-anunciar-title,
  .como-anunciar-section .como-anunciar-desc {
    text-align: center;
  }
  .como-anunciar-section .col-lg-3:first-child {
    align-items: center;
    text-align: center;
    min-height: unset;
  }
  .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: unset;
  }
  .como-anunciar-section .anunciar-box-title {
    font-size: 1.1rem;
  }
  .como-anunciar-section .anunciar-box {
    padding: 1.5rem 0.7rem 1.2rem 0.7rem;
    min-height: unset;
  }
}

.audiencia-info {
  padding: 2rem 0;
  position: relative;
  background: linear-gradient(90deg, #1E71B8 0%, #145FA0 100%);
  overflow: hidden;
}
.audiencia-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-elementos-gruporic.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.audiencia-info .container {
  position: relative;
  z-index: 1;
}
.audiencia-info .audiencia-row {
  min-height: 14rem;
  width: 100%;
}
.audiencia-info .audiencia-col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  color: #f0f0f0;
  background: none;
}
.audiencia-info .text-medium-big, .audiencia-info .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .audiencia-info h2, .audiencia-info .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .audiencia-info h2, .audiencia-info .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .audiencia-info h2, .audiencia-info body.home .about-section .about-content h2, body.home .about-section .about-content .audiencia-info h2, .audiencia-info body.home .brands-section .row .content h2, body.home .brands-section .row .content .audiencia-info h2, .audiencia-info .blog-inner .content-description h2, .blog-inner .content-description .audiencia-info h2, .audiencia-info .historia .nossa-historia .content h2, .historia .nossa-historia .content .audiencia-info h2, .audiencia-info .historia .sobre-mario .content h2, .historia .sobre-mario .content .audiencia-info h2, .audiencia-info .historia .historia .content h2, .historia .historia .content .audiencia-info h2, .audiencia-info .historia .historia-faq .content h2, .historia .historia-faq .content .audiencia-info h2, .audiencia-info .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .audiencia-info .card-title, .audiencia-info .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .audiencia-info h2, .audiencia-info .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .audiencia-info h2, .audiencia-info .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .audiencia-info h2 {
  margin: 0;
}
.audiencia-info .audiencia-title {
  margin-bottom: 1.2rem;
}
.audiencia-info .audiencia-num {
  margin-bottom: 0.5rem;
  color: #f0f0f0;
}
@media (max-width: 991px) {
  .audiencia-info .audiencia-row {
    flex-direction: column;
  }
  .audiencia-info .audiencia-col {
    align-items: center;
    text-align: center;
    padding: 1rem 1rem;
  }
}

.nossas-solucoes {
  background-color: #f3f3f3;
}
.nossas-solucoes .banners {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .banners {
    margin-top: 4.375rem;
  }
}
.nossas-solucoes .banners .swiper {
  width: 100%;
  height: 25.5rem;
}
.nossas-solucoes .banners .swiper-slide {
  position: relative;
  overflow: hidden;
}
.nossas-solucoes .banners .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nossas-solucoes .banners .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
}
.nossas-solucoes .banners .swiper-slide .slide-text {
  max-width: 37.5rem;
  color: #f0f0f0;
  margin-top: 8rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .banners .swiper-slide .slide-text {
    max-width: 28.125rem;
    margin-top: 5.5rem;
    padding-left: 1rem;
  }
}
.nossas-solucoes .banners .swiper-slide .slide-text h2 {
  font-family: "Kurdis Condensed";
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: -0.1875rem;
}
.nossas-solucoes .banners .swiper-slide .slide-text h2 span {
  display: inline-block;
  font-weight: 300;
  text-transform: lowercase;
}
@media only screen and (max-width: 992px) {
  .nossas-solucoes .banners .swiper-slide .slide-text h2 {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .banners .swiper-slide .slide-text h2 {
    font-size: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes .banners .swiper-slide .slide-text h2 {
    font-size: 3.125rem;
  }
}
.nossas-solucoes .banners .swiper-slide .slide-text .conectada {
  font-family: "Kurdis Condensed";
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-transform: lowercase;
  letter-spacing: -0.125rem;
}
@media only screen and (max-width: 992px) {
  .nossas-solucoes .banners .swiper-slide .slide-text .conectada {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .banners .swiper-slide .slide-text .conectada {
    font-size: 3.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes .banners .swiper-slide .slide-text .conectada {
    font-size: 2.25rem;
  }
}
.nossas-solucoes .banners .swiper-slide .slide-text h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1.563rem;
  line-height: 1.4;
}
.nossas-solucoes .banners .swiper-slide .slide-text h3 strong {
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .nossas-solucoes .banners .swiper-slide .slide-text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .banners .swiper-slide .slide-text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes .banners .swiper-slide .slide-text h3 {
    font-size: 1rem;
  }
}
.nossas-solucoes .banners .swiper-slide .slide-text .badge-wrapper {
  margin-bottom: 1.563rem;
}
.nossas-solucoes .banners .swiper-slide .slide-text .badge-wrapper .badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1.125rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.938rem;
  }
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes .banners .swiper-slide .slide-text .badge-wrapper .badge {
    font-size: 0.75rem;
    padding: 0.313rem 0.75rem;
  }
}
.nossas-solucoes .banners .swiper-slide .slide-text .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.563rem;
  background-color: transparent;
  border: 0.125rem solid #f0f0f0;
  color: #f0f0f0;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.nossas-solucoes .banners .swiper-slide .slide-text .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #2A2A2A;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .banners .swiper-slide .slide-text .btn-secondary {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.nossas-solucoes .banners .swiper-pagination-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: rgba(240, 240, 240, 0.3);
  z-index: 10;
}
.nossas-solucoes .banners .swiper-pagination-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #11A84B;
  transition-property: width;
}
.nossas-solucoes .banners .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  z-index: 10;
}
.nossas-solucoes .banners .slider-nav .swiper-button-next,
.nossas-solucoes .banners .slider-nav .swiper-button-prev {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  margin: 0 0.313rem;
  color: #f0f0f0;
}
.nossas-solucoes .banners .slider-nav .swiper-button-next:after,
.nossas-solucoes .banners .slider-nav .swiper-button-prev:after {
  font-size: 1.125rem;
}
.nossas-solucoes .banners .slider-nav .swiper-button-next:hover,
.nossas-solucoes .banners .slider-nav .swiper-button-prev:hover {
  background-color: rgba(240, 240, 240, 0.4);
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes .banners .slider-nav .swiper-button-next,
  .nossas-solucoes .banners .slider-nav .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
  .nossas-solucoes .banners .slider-nav .swiper-button-next:after,
  .nossas-solucoes .banners .slider-nav .swiper-button-prev:after {
    font-size: 1rem;
  }
}
.nossas-solucoes .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.nossas-solucoes .paginacao .pagina {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nossas-solucoes .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.nossas-solucoes .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.nossas-solucoes .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.nossas-solucoes .paginacao .pagina.next {
  background: #F5F5F5;
}
.nossas-solucoes .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.nossas-solucoes .paginacao .pagina.next svg {
  width: 0.5rem;
  height: 0.75rem;
}
@media (max-width: 575px) {
  .nossas-solucoes .paginacao .pagina {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}
.nossas-solucoes .midia-kit-grid {
  margin-top: 2rem;
}
.nossas-solucoes .midia-kit-box {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 2rem;
  height: 22rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nossas-solucoes .midia-kit-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.06);
}
.nossas-solucoes .midia-kit-divisor {
  border: none;
  border-top: 0.0625rem solid #e5e5e5;
  margin: 1.5rem 0 2rem 0;
}
.nossas-solucoes .midia-kit-busca {
  padding: 2rem 0;
}
.nossas-solucoes .midia-kit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.nossas-solucoes .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  color: #222;
  margin-bottom: 0;
}
.nossas-solucoes .midia-kit-filtros {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nossas-solucoes .midia-kit-filtros .filtro-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
.nossas-solucoes .midia-kit-filtros .filtros-container {
  display: inline-flex;
  gap: 0.9375rem;
}
.nossas-solucoes .projetos-buscas {
  padding: 2rem 0;
}
.nossas-solucoes .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.nossas-solucoes .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.nossas-solucoes .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.nossas-solucoes .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.nossas-solucoes .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.nossas-solucoes .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}

.nossas-solucoes-inner {
  background-color: #f3f3f3;
}
.nossas-solucoes-inner .banners {
  margin-top: 0;
  position: relative;
}
.nossas-solucoes-inner .banners .banner-content {
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.nossas-solucoes-inner .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nossas-solucoes-inner .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .nossas-solucoes-inner .banners .banner-content .banner-overlay {
    padding-top: 3rem;
  }
}
.nossas-solucoes-inner .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.nossas-solucoes-inner .nossas-solucoes-sobre {
  padding: 4rem 0;
}
.nossas-solucoes-inner .nossas-solucoes-sobre img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content h2 {
  color: #2A2A2A;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content p {
  color: #2A2A2A;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid {
  margin-top: 3rem;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-link:hover {
  text-decoration: none;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.nossas-solucoes-inner .nossas-solucoes-sobre .content .nossas-solucoes-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.nossas-solucoes-inner .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.nossas-solucoes-inner .paginacao .pagina {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nossas-solucoes-inner .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.nossas-solucoes-inner .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.nossas-solucoes-inner .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.nossas-solucoes-inner .paginacao .pagina.next {
  background: #F5F5F5;
}
.nossas-solucoes-inner .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.nossas-solucoes-inner .paginacao .pagina.next svg {
  width: 0.5rem;
  height: 0.75rem;
}
@media (max-width: 575px) {
  .nossas-solucoes-inner .paginacao .pagina {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}
.nossas-solucoes-inner .midia-kit-grid {
  margin-top: 2rem;
}
.nossas-solucoes-inner .midia-kit-box {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 2rem;
  height: 22rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nossas-solucoes-inner .midia-kit-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.06);
}
.nossas-solucoes-inner .midia-kit-divisor {
  border: none;
  border-top: 0.0625rem solid #e5e5e5;
  margin: 1.5rem 0 2rem 0;
}
.nossas-solucoes-inner .midia-kit-busca {
  padding: 4rem 0;
}
.nossas-solucoes-inner .midia-kit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.nossas-solucoes-inner .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  color: #222;
  margin-bottom: 0;
}
.nossas-solucoes-inner .midia-kit-filtros {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nossas-solucoes-inner .midia-kit-filtros .filtro-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}
.nossas-solucoes-inner .midia-kit-filtros .filtros-container {
  display: inline-flex;
  gap: 0.9375rem;
}
.nossas-solucoes-inner .midia-kit-filtros .filtro {
  position: relative;
}
.nossas-solucoes-inner .midia-kit-filtros .filtro::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.nossas-solucoes-inner .midia-kit-filtros .filtro select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.75rem 2.1875rem 0.75rem 0.9375rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  background-color: white;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 9.375rem;
  vertical-align: middle;
}
.nossas-solucoes-inner .midia-kit-filtros .filtro select:focus {
  outline: none;
  border-color: #007bff;
}
.nossas-solucoes-inner .midia-kit-filtros .filtro#plataforma select {
  min-width: 11.25rem;
}
.nossas-solucoes-inner .planos-duracao {
  background-color: #1e71b8;
  padding: 60px 0;
}
.nossas-solucoes-inner .planos-duracao .stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}
.nossas-solucoes-inner .planos-duracao .stats-container .stats-column {
  flex: 1;
  text-align: left;
}
.nossas-solucoes-inner .planos-duracao .stats-container .stats-column .stats-number {
  font-weight: bold;
  color: #f0f0f0;
  margin-bottom: 10px;
  line-height: 1;
}
.nossas-solucoes-inner .planos-duracao .stats-container .stats-column .stats-description {
  color: #f0f0f0;
}
.nossas-solucoes-inner .planos-duracao .stats-source {
  color: #f0f0f0;
  font-size: 0.875rem;
  text-align: left;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .nossas-solucoes-inner .planos-duracao .stats-container {
    flex-direction: column;
    gap: 30px;
  }
  .nossas-solucoes-inner .planos-duracao .stats-container .stats-column .stats-number {
    font-size: 2.5rem;
  }
}
.nossas-solucoes-inner .nossas-solucoes-potencia {
  padding: 3rem 0;
  background-color: #f8f6f3;
}
.nossas-solucoes-inner .nossas-solucoes-potencia img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .content h2 {
  color: #2A2A2A;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .content p {
  color: #2A2A2A;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .line {
  border-top: 1px solid #E5E5E5;
  padding-top: 3rem;
  margin-top: 3rem;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info {
  padding-right: 2rem;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-icons {
  display: flex;
  gap: 1rem;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-icons a {
  display: block;
  text-decoration: none;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-icons .social-icon {
  width: 50px;
  height: 50px;
  border: 2px solid #1e71b8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-icons .social-icon i {
  font-size: 1.2rem;
  color: #1e71b8;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-icons .social-icon:hover {
  background-color: #1e71b8;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-icons .social-icon:hover i {
  color: white;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-cards {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card {
  flex: 1;
  background-color: white;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card .card-icon {
  margin-bottom: 1.5rem;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card .card-icon i {
  font-size: 2rem;
  color: #1e71b8;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card .card-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1e71b8;
  margin-bottom: 1rem;
  line-height: 1;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card .card-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 1rem;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card .card-description {
  color: #1e71b8;
  font-weight: 700;
}
.nossas-solucoes-inner .nossas-solucoes-potencia .social-source {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .nossas-solucoes-inner .nossas-solucoes-potencia .social-info {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .nossas-solucoes-inner .nossas-solucoes-potencia .social-info .social-title {
    font-size: 2rem;
  }
  .nossas-solucoes-inner .nossas-solucoes-potencia .social-cards {
    flex-direction: column;
    gap: 1rem;
  }
  .nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card {
    padding: 1.5rem 1rem;
  }
  .nossas-solucoes-inner .nossas-solucoes-potencia .social-cards .social-card .card-number {
    font-size: 2rem;
  }
}
.nossas-solucoes-inner .projetos-buscas {
  padding: 2rem 0;
}
.nossas-solucoes-inner .projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes-inner .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.nossas-solucoes-inner .projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes-inner .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.nossas-solucoes-inner .projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.nossas-solucoes-inner .projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #1e71b8;
}
.nossas-solucoes-inner .projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .nossas-solucoes-inner .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.nossas-solucoes-inner .projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}
.nossas-solucoes-inner .projetos-grid {
  margin-top: 3rem;
}
.nossas-solucoes-inner .projetos-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.nossas-solucoes-inner .projetos-grid .projeto-link:hover {
  text-decoration: none;
}
.nossas-solucoes-inner .projetos-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.nossas-solucoes-inner .projetos-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content p {
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.nossas-solucoes-inner .projetos-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}
.nossas-solucoes-inner .paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0;
}
.nossas-solucoes-inner .paginacao .pagina {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nossas-solucoes-inner .paginacao .pagina:hover {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
}
.nossas-solucoes-inner .paginacao .pagina.active {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.nossas-solucoes-inner .paginacao .pagina.active:hover {
  transform: scale(1.05);
}
.nossas-solucoes-inner .paginacao .pagina.next {
  background: #F5F5F5;
}
.nossas-solucoes-inner .paginacao .pagina.next:hover {
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
}
.nossas-solucoes-inner .paginacao .pagina.next svg {
  width: 8px;
  height: 12px;
}
@media only screen and (max-width: 575px) {
  .nossas-solucoes-inner .paginacao .pagina {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}
.nossas-solucoes-inner .projetos-info {
  padding: 4rem 0;
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title h1 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2A2A2A;
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location img {
  width: 1rem;
  height: auto;
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta .location span {
  font-size: 1rem;
  color: rgba(42, 42, 42, 0.7);
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags {
  display: flex;
  gap: 1rem;
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span {
  font-size: 0.875rem;
  font-weight: 600;
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.date {
  color: purple;
}
.nossas-solucoes-inner .projetos-info .projeto-header .projeto-title .projeto-meta .info-tags span.type {
  background-color: purple;
  color: #f0f0f0;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
.nossas-solucoes-inner .projetos-info .content h2 {
  color: #2A2A2A;
}
.nossas-solucoes-inner .projetos-info .content p {
  color: #2A2A2A;
}
.nossas-solucoes-inner .projetos-info .image img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nossas-solucoes-inner .midia-kit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.nossas-solucoes-inner .midia-kit-header .midia-kit-header-titulo {
  font-size: 2rem;
  font-weight: bold;
  color: #2A2A2A;
  margin: 0;
}
.nossas-solucoes-inner .midia-kit-header .midia-kit-header-botao .related-btn {
  padding: 0.75rem 1.5rem;
  border: 2px solid #1e71b8;
  background: transparent;
  color: #1e71b8;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.nossas-solucoes-inner .midia-kit-header .midia-kit-header-botao .related-btn:hover {
  background: #1e71b8;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .nossas-solucoes-inner .midia-kit-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .nossas-solucoes-inner .midia-kit-header .midia-kit-header-titulo {
    font-size: 1.5rem;
  }
}
.nossas-solucoes-inner .planos-swiper {
  padding: 2rem 0 4rem 0;
  position: relative;
}
.nossas-solucoes-inner .planos-swiper .swiper-slide {
  height: auto;
}
.nossas-solucoes-inner .planos-swiper .swiper-slide .midia-kit-link {
  display: block;
  height: 100%;
}
.nossas-solucoes-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box {
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.nossas-solucoes-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box:hover {
  transform: translateY(-5px);
}
.nossas-solucoes-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.nossas-solucoes-inner .planos-swiper .swiper-button-next,
.nossas-solucoes-inner .planos-swiper .swiper-button-prev {
  color: #1e71b8;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.nossas-solucoes-inner .planos-swiper .swiper-button-next:after,
.nossas-solucoes-inner .planos-swiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
.nossas-solucoes-inner .planos-swiper .swiper-button-next:hover,
.nossas-solucoes-inner .planos-swiper .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
  color: #17568c;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.nossas-solucoes-inner .planos-swiper .swiper-button-next {
  right: 15px;
}
.nossas-solucoes-inner .planos-swiper .swiper-button-prev {
  left: 15px;
}
.nossas-solucoes-inner .planos-swiper .swiper-pagination {
  bottom: 0;
}
.nossas-solucoes-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.nossas-solucoes-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e71b8;
  transform: scale(1.2);
}
.nossas-solucoes-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #58a3e4;
}
@media (max-width: 1080px) {
  .nossas-solucoes-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box img {
    min-height: 90px;
  }
}
@media (max-width: 992px) {
  .nossas-solucoes-inner .planos-swiper .swiper-button-next,
  .nossas-solucoes-inner .planos-swiper .swiper-button-prev {
    display: flex !important;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .nossas-solucoes-inner .planos-swiper .swiper-button-next:after,
  .nossas-solucoes-inner .planos-swiper .swiper-button-prev:after {
    font-size: 16px;
  }
  .nossas-solucoes-inner .planos-swiper .swiper-button-next {
    right: 10px;
  }
  .nossas-solucoes-inner .planos-swiper .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 768px) {
  .nossas-solucoes-inner .planos-swiper {
    padding: 1rem 0 3rem 0;
  }
  .nossas-solucoes-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box {
    height: auto;
  }
  .nossas-solucoes-inner .planos-swiper .swiper-slide .midia-kit-link .midia-kit-box img {
    min-height: 120px;
  }
  .nossas-solucoes-inner .planos-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}
.nossas-solucoes-inner .anuncie-section .container-fluid .container .anuncie-container {
  max-width: 100% !important;
}

.como-anunciar-section {
  background: #f7f7f8;
  width: 100%;
  padding: 4rem 0;
}
.como-anunciar-section .row {
  display: grid;
  grid-template-columns: 250px repeat(auto-fit, minmax(0, 1fr));
  align-items: stretch;
  gap: 2rem;
}
.como-anunciar-section .col-lg-3 {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 0;
  min-height: 26.25rem;
}
.como-anunciar-section .como-anunciar-title,
.como-anunciar-section .como-anunciar-desc {
  text-align: left;
  width: 100%;
}
.como-anunciar-section .col-lg-3:first-child {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  flex: 1 1 0;
  min-height: 26.25rem;
}
.como-anunciar-section .col-lg-3:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 26.25rem;
}
.como-anunciar-section .anunciar-box {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.04);
  padding: 2.2rem 1.2rem 2rem 1.2rem;
  text-align: center;
  transition: box-shadow 0.2s;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .como-anunciar-section .anunciar-box {
    padding: 1rem 1rem;
    min-height: 16.25rem;
  }
}
.como-anunciar-section .anunciar-box {
  min-height: 26.25rem;
  width: 100%;
  height: 100%;
}
.como-anunciar-section .anunciar-box .text-medium-big, .como-anunciar-section .anunciar-box body.home .about-section .about-content h2, body.home .about-section .about-content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box body.home .brands-section .row .content h2, body.home .brands-section .row .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .blog-inner .content-description h2, .blog-inner .content-description .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .nossa-historia .content h2, .historia .nossa-historia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .sobre-mario .content h2, .historia .sobre-mario .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .historia .content h2, .historia .historia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .historia .historia-faq .content h2, .historia .historia-faq .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .como-anunciar-section .anunciar-box .card-title, .como-anunciar-section .anunciar-box .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .como-anunciar-section .anunciar-box h2, .como-anunciar-section .anunciar-box .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .como-anunciar-section .anunciar-box h2 {
  color: #1e71b8;
  margin: 0;
  margin-bottom: 1rem;
}
.como-anunciar-section .anunciar-box-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1870c9;
  margin-bottom: 0.7rem;
  text-align: center;
  width: 100%;
}
.como-anunciar-section .anunciar-box-line {
  width: 100%;
  border: none;
  border-top: 2px solid #e3eaf2;
  margin: 0 0 1.1rem 0;
}
.como-anunciar-section .anunciar-box p {
  color: #222;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .como-anunciar-section .col-lg-3 {
    min-height: 20rem;
  }
  .como-anunciar-section .col-lg-3:first-child {
    min-height: 20rem;
  }
  .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: 20rem;
  }
  .como-anunciar-section .anunciar-box {
    min-height: 20rem;
  }
}
@media (max-width: 991px) {
  .como-anunciar-section .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .como-anunciar-section .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5rem;
    min-height: unset;
    padding: 0;
  }
  .como-anunciar-section .como-anunciar-title,
  .como-anunciar-section .como-anunciar-desc {
    text-align: center;
  }
  .como-anunciar-section .col-lg-3:first-child {
    align-items: center;
    text-align: center;
    min-height: unset;
  }
  .como-anunciar-section .col-lg-3:not(:first-child) {
    min-height: unset;
  }
  .como-anunciar-section .anunciar-box-title {
    font-size: 1.1rem;
  }
  .como-anunciar-section .anunciar-box {
    padding: 1.5rem 0.7rem 1.2rem 0.7rem;
    min-height: unset;
  }
}

.audiencia-info {
  padding: 2rem 0;
  position: relative;
  background: linear-gradient(90deg, #1E71B8 0%, #145FA0 100%);
  overflow: hidden;
}
.audiencia-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-elementos-gruporic.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.audiencia-info .container {
  position: relative;
  z-index: 1;
}
.audiencia-info .audiencia-row {
  min-height: 14rem;
  width: 100%;
}
.audiencia-info .audiencia-col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  color: #f0f0f0;
  background: none;
}
.audiencia-info .text-medium-big, .audiencia-info body.home .about-section .about-content h2, body.home .about-section .about-content .audiencia-info h2, .audiencia-info body.home .brands-section .row .content h2, body.home .brands-section .row .content .audiencia-info h2, .audiencia-info .blog-inner .content-description h2, .blog-inner .content-description .audiencia-info h2, .audiencia-info .historia .nossa-historia .content h2, .historia .nossa-historia .content .audiencia-info h2, .audiencia-info .historia .sobre-mario .content h2, .historia .sobre-mario .content .audiencia-info h2, .audiencia-info .historia .historia .content h2, .historia .historia .content .audiencia-info h2, .audiencia-info .historia .historia-faq .content h2, .historia .historia-faq .content .audiencia-info h2, .audiencia-info .carreira .carreira-content-2 .card-title, .carreira .carreira-content-2 .audiencia-info .card-title, .audiencia-info .planos-comerciais-inner .planos-comerciais-sobre .content h2, .planos-comerciais-inner .planos-comerciais-sobre .content .audiencia-info h2, .audiencia-info .planos-comerciais-inner .planos-comerciais-potencia .content h2, .planos-comerciais-inner .planos-comerciais-potencia .content .audiencia-info h2, .audiencia-info .planos-comerciais-inner .projetos-info .content h2, .planos-comerciais-inner .projetos-info .content .audiencia-info h2, .audiencia-info .nossas-solucoes-inner .nossas-solucoes-sobre .content h2, .nossas-solucoes-inner .nossas-solucoes-sobre .content .audiencia-info h2, .audiencia-info .nossas-solucoes-inner .nossas-solucoes-potencia .content h2, .nossas-solucoes-inner .nossas-solucoes-potencia .content .audiencia-info h2, .audiencia-info .nossas-solucoes-inner .projetos-info .content h2, .nossas-solucoes-inner .projetos-info .content .audiencia-info h2 {
  margin: 0;
}
.audiencia-info .audiencia-title {
  margin-bottom: 1.2rem;
}
.audiencia-info .audiencia-num {
  margin-bottom: 0.5rem;
  color: #f0f0f0;
}
@media (max-width: 991px) {
  .audiencia-info .audiencia-row {
    flex-direction: column;
  }
  .audiencia-info .audiencia-col {
    align-items: center;
    text-align: center;
    padding: 1rem 1rem;
  }
}

.nossas-solucoes-grid {
  margin-top: 3rem;
}
.nossas-solucoes-grid .projeto-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.nossas-solucoes-grid .projeto-link:hover {
  text-decoration: none;
}
.nossas-solucoes-grid .projeto-link:hover .projeto-box {
  transform: translateY(-5px);
}
.nossas-solucoes-grid .projeto-box {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.nossas-solucoes-grid .projeto-box .projeto-imagem {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.nossas-solucoes-grid .projeto-box .projeto-imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nossas-solucoes-grid .projeto-box .projeto-content {
  padding: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.digital {
  background: rgba(0, 102, 204, 0.1);
  color: #0066CC;
  border-color: #0066CC;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.radio {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
  border-color: #FF6600;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.tv {
  background: rgba(102, 0, 204, 0.1);
  color: #6600CC;
  border-color: #6600CC;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-tags .tag.topview {
  background: rgba(0, 204, 102, 0.1);
  color: #00CC66;
  border-color: #00CC66;
}
.nossas-solucoes-grid .projeto-box .projeto-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333;
}
.nossas-solucoes-grid .projeto-box .projeto-content p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E5E5;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-location img {
  width: 16px;
  height: 16px;
}
.nossas-solucoes-grid .projeto-box .projeto-content .projeto-location span {
  font-size: 0.875rem;
  color: #666;
}

.projetos-buscas {
  padding: 2rem 0;
}
.projetos-buscas .filtros-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .projetos-buscas .filtros-wrapper {
    flex-wrap: wrap;
  }
}
.projetos-buscas .filtros-wrapper .filtro {
  flex: 1;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 calc(50% - 1rem);
    max-width: none;
  }
}
@media only screen and (max-width: 575px) {
  .projetos-buscas .filtros-wrapper .filtro {
    flex: 1 1 100%;
  }
}
.projetos-buscas .filtros-wrapper .filtro select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
}
.projetos-buscas .filtros-wrapper .filtro select:focus {
  outline: none;
  border-color: #0066CC;
}
.projetos-buscas .filtros-wrapper .btn-buscar {
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  background: linear-gradient(90deg, #0066CC 0%, #00CC66 100%);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .projetos-buscas .filtros-wrapper .btn-buscar {
    width: 100%;
  }
}
.projetos-buscas .filtros-wrapper .btn-buscar:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}

.ooh {
  background-color: #f3f3f3;
}
.ooh .line-separator {
  margin: 4rem 0;
  border-top: 1px solid #E0E0E0;
}
.ooh .banners {
  margin-top: 0;
  position: relative;
}
.ooh .banners .banner-content {
  position: relative;
  width: 100%;
  height: auto;
}
.ooh .banners .banner-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ooh .banners .banner-content .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .ooh .banners .banner-content .banner-overlay {
    height: auto;
    padding-top: 3rem;
  }
}
.ooh .banners .banner-content .banner-overlay .text-bigger {
  font-weight: 600;
}
.ooh .ooh-content-1 {
  padding: 0;
  margin-top: -0.9rem;
  padding-bottom: 4rem;
}
.ooh .ooh-content-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}
.ooh .ooh-content-1 .container-fluid {
  padding: 0;
}
.ooh .ooh-content-1 .ooh-gradient-section {
  background: linear-gradient(90deg, #1E71B8 0%, #2C9942 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 768px) {
  .ooh .ooh-content-1 .ooh-gradient-section {
    padding: 4rem 2rem;
  }
}
.ooh .ooh-content-1 .ooh-top-labels {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}
.ooh .ooh-content-1 .ooh-top-labels span {
  color: #f0f0f0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 575px) {
  .ooh .ooh-content-1 .ooh-top-labels {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }
}
.ooh .ooh-content-1 .ooh-separator {
  width: 80%;
  max-width: 800px;
  height: 1px;
  background-color: rgba(44, 153, 66, 0.5);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .ooh .ooh-content-1 .ooh-separator {
    width: 90%;
    margin-bottom: 0;
  }
}
.ooh .ooh-content-1 .ooh-categories {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .ooh .ooh-content-1 .ooh-categories {
    gap: 1rem;
  }
}
.ooh .ooh-content-1 .ooh-category-tag {
  background-color: #2C9942;
  color: #f0f0f0;
  padding: 0.8rem 2rem;
  border-radius: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ooh .ooh-content-1 .ooh-category-tag {
    padding: 0.7rem 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .ooh .ooh-content-1 .ooh-category-tag {
    padding: 0.6rem 1.2rem;
  }
}
.ooh .ooh-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}
.ooh .ooh-content-2 {
  padding: 0;
}
.ooh .ooh-content-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}
.ooh .ooh-content-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ooh .ooh-content-4 {
  padding-top: 4rem;
  overflow: hidden;
  position: relative;
}
.ooh .ooh-content-4 .container-fluid {
  padding: 0;
  overflow: visible;
}
.ooh .ooh-content-4 .ooh-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: visible;
}
.ooh .ooh-content-4 .ooh-swiper {
  width: 100%;
  overflow: visible;
  padding: 0 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ooh .ooh-content-4 .ooh-swiper {
    padding: 0 10px;
  }
}
.ooh .ooh-content-4 .ooh-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.ooh .ooh-content-4 .ooh-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ooh .ooh-content-4 .ooh-swiper .swiper-slide img.ooh-slide-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media only screen and (max-width: 992px) {
  .ooh .ooh-content-4 .ooh-swiper .swiper-slide img.ooh-slide-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .ooh .ooh-content-4 .ooh-swiper .swiper-slide img.ooh-slide-img {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .ooh .ooh-content-4 .ooh-swiper .swiper-slide img.ooh-slide-img {
    height: 300px;
  }
}
.ooh .ooh-content-4 .ooh-swiper .ooh-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: block;
  gap: 10px;
}
.ooh .ooh-content-4 .ooh-swiper .ooh-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(240, 240, 240, 0.6);
  opacity: 1;
  transition: all 0.3s ease;
}
.ooh .ooh-content-4 .ooh-swiper .ooh-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f0f0f0;
  width: 30px;
  border-radius: 6px;
}
.ooh .anuncie-section .container-fluid .container .anuncie-container {
  max-width: 100%;
}
.ooh .anuncie-section .container-fluid .container .anuncie-btn svg {
  vertical-align: middle;
}
.ooh .divisor {
  margin-top: 0;
}

.search-header h1 {
  font-size: 22px;
  margin-bottom: 30px;
}

.search-card {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.search-thumb img {
  width: 280px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.search-content {
  flex: 1;
}

.search-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #1e73be;
  margin-bottom: 6px;
}

.search-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 5px 0 10px;
}

.search-title a {
  color: #000;
  text-decoration: none;
}

.search-title a:hover {
  text-decoration: underline;
}

.search-excerpt {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.search-date {
  font-size: 13px;
  color: #777;
}
/*# sourceMappingURL=main.css.map */
