* {
    border-radius: 0 !important;
}
.contact-box-header p {
    color: #000000;
}
.main-header .logo img{
	max-width: 80px !important;
}

.banner-video-bg {
	position: relative;
	overflow: hidden;
	min-height: 700px;
	display: flex;
	align-items: center;
}

.banner-video-bg .auto-container {
	position: relative;
	z-index: 3;
	width: 100%;
}

.banner-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.banner-video-wrap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 177.78vh; /* 16:9 */
	height: 56.25vw; /* 16:9 */
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

.banner-video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 2;
}

.banner-video-bg .banner-content-wrap,
.banner-video-bg .banner-title,
.banner-video-bg .banner-autor-info,
.banner-video-bg .banner-btn,
.banner-video-bg .banner-botton-since {
	position: relative;
	z-index: 3;
}

.banner-video-bg h1,
.banner-video-bg h2,
.banner-video-bg h3,
.banner-video-bg h4,
.banner-video-bg .autor-desc,
.banner-video-bg .autor-number {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
@media (max-width: 991px) {
	.banner-video-bg {
		min-height: 550px;
		padding: 80px 0;
	}
}
.preloader .loader {
    border: 3px solid #EC3236 !important;
    border-top-color: #EC3236 !important;
}
.preloader .loader:before {
	    border-top-color: #EC3236 !important;
}
.main-menu .navigation {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}
.main-menu .navigation>li {
	margin-right: 0 !important;
}
.main-menu .navigation li {
	list-style: none;
}
.main-header .main-box .nav-outer {
	gap: 0 !important;
}
.main-menu .navigation li a {
	font-size: 12px !important;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	transition: 0.3s;
}
.sticky-header .main-menu .navigation > li {
	padding: 30px 10px;
}
.main-menu .navigation li.current a,
.main-menu .navigation li a:hover{
	color: #EC3236 !important;
}
.sec-title .section-title .title {
	color: #000000;
}
.main-header .header-lower .outer-box .theme-btn {
	font-size: 14px !important;
}
.main-header .header-lower .outer-box .theme-btn::before {
	display: none;
}
.banner-section-home3 {
    padding-top: 0 !important;
}
.banner-section-home3 .banner-content-wrap .banner-autor-info .banner-botton-since .since-title h3 span {
	color: #EC3236;
}
.banner-section-home3 .banner-content-wrap .banner-btn a, .main-header .header-lower .outer-box .theme-btn{
	background-color: #EC3236 !important;
}
.banner-section-home3 .banner-content-wrap .banner-btn a::after, .main-header .header-lower .outer-box .theme-btn::after {
	background-color: #EC3236 !important;
}
.bg-white {
	background: #ffffff !important;
}
.banner {
	display: block;
	clear: left;
	width: 100%;
}
.mission-vission-section-home3 {
	padding: 150px 0 50px !important;
}
.donate-love-section-home3, .mission-vission-section-home3 {
	margin-top: 0;
}
.mission-vission-section-home3 .tab .tabs li.current a {
	background: #EC3236;
	font-size: 14px;
}
.mission-vission-section-home3 .tab .tabs li a {
	font-size: 14px;
}
.mission-vission-thumb, .mission-vission-thumb, .mission-vission-thumb {
	width: 100%;
}
.mission-vission-thumb figure,
.mission-vission-thumb figure,
.mission-vission-thumb figure {
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
}
.mission-vission-thumb img,
.mission-vission-thumb img,
.mission-vission-thumb img {
	display: block;
	width: 100%;
}
.mission-vission-thumb-wrapper {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.mission-vission-thumb-wrapper .block{
	width: 48% !important;
	flex-flow: row wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.benefits-title {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	color: #111;
}

.benefits-subtitle {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: 500;
	color: #444;
}

.benefits-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 40px;
}

.benefits-list li {
	position: relative;
	padding: 0 28px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.7;
	color: #222;
	font-weight: 400;
}

.benefits-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 18px;
	font-weight: 700;
	color: #EC3236;
	line-height: 1;
}
.work-process-section-one {
	margin: 0;
	border-radius: 0;
	background: #000000 !important;
}
.info {
	margin-bottom: 100px;
}
footer p {
	color: white;
}
.blog-list-area .widget-sidber .sidber-widget-recent-post .recent-widget-content a:hover {
  color: #EC3236 !important;
}
.blog-list-area .single-blog-box .blog-content .blog-title a:hover {
  color: #EC3236;
}
footer a::hover {
	color: #EC3236;
}
.block-footer {
	display: flex;
	align-items: center;
	align-content: center;
	margin: 10px 0;
}
.block-footer img {
	width: 30px;
	margin-right: 15px;
}
.main-footer-home2 {
	background: url(../images/bg-footer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.texto {
	color: white;
	font-size: 14px;
}
.brand-thumb img {
	filter: none;
}
.footer-desc {
	font-size: 14px !important;
}
footer div,
footer a,
footer p,
footer li,
footer span{
	font-size: 16px !important;
}
footer .logo-zepel img {
	width: 130px;
}
footer .rights {
	display: flex;
	justify-content: space-between;
}
.brand-area-one .band-active {
	overflow: initial !important;
}
.brand-area-one {
  background: white !important;
}
.brand-area-one .band-active .brand-box {
	background: transparent !important;
	display: flex;
	align-items: center;
	padding: 100px 30px;
}
.work-process-section-one .sec-title .section-sub-title .sub-title {
	color: #EC3236 !important;
	border: 1px solid #EC3236 !important;
}
.sec-title .section-sub-title .sub-title {
	color: #EC3236 !important;
	border: 1px solid #EC3236 !important;
}
.scroll-to-top {
	background: #EC3236 !important;
}
.work-process-shape2 {
	width: 400px;
}
.mission-vission-section-home3 .tab .tabs li a {
	background: #000000;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
	color: #EC3236 !important;
}
.mobile-menu .menu-box {
	background: #000000;
}
.single-blog-box {
	background: white;
	overflow: hidden;
	height: 500px;
	margin-bottom: 30px;
	border-radius: 30px;
}
@media only screen and (max-width: 768px) {
	.mission-vission-section-home3 {
		padding: 80px 0 !important;
	}
	.mission-vission-section-home3 .tab .tabs li a {
		font-size: 10px !important;
		padding: 2px 10px !important;
		margin: 0 5px 10px 0;
	}
    .mobile-nav-toggler {
        background: #EC3236 !important;
    }
}
@media (max-width: 767px) {
	.benefits-list {
		grid-template-columns: 1fr;
	}
}
.width-100 {
	width: 100%;
}
.latest-blog-section-home3 {
	margin-top: 0px;
	padding: 120px 0;
}
.imgwhats {
	width: 50px;
	position: fixed;
	z-index: 10000;
	right: 70px;
	bottom: 15px;
}
.caminhao {
	width: 100px !important;
}
@media screen and (max-width: 990px) {
	.banner-desktop {
		display: none;
	}
}
.border-red {
	border: 3px solid #ffffff;
}
.banner-app-download {
    position: relative;
    overflow: hidden;
    background: #f3f3f3 !important;
}

.banner-app-download .container {
    position: relative;
    padding: 50px 0;
    z-index: 2;
}

.banner-app-image {
	width: 100%;
    text-align: center;
}

.banner-app-image img {
    max-width: 100%;
    width: 100%;
    transition: transform 0.4s ease;
}

.banner-app-image img:hover {
    transform: translateY(-8px) scale(1.02);
}

.banner-app-content {
    padding: 40px;
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.app-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 49, 49, 0.12);
    color: #ff2d2d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banner-app-content h2 {
    margin: 0 0 20px;
    font-size: 56px;
    line-height: 1.05em;
    font-weight: 300;
    color: #000000;
}

.banner-app-content h2 strong {
    font-weight: 800;
    color: #ff2d2d;
}

.banner-app-content p {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.9em;
    color: #000000;
}

.app-benefits {
    margin-bottom: 30px;
}

.app-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #000000;
    font-size: 14px;
    line-height: 1.6em;
}

.app-benefit-item i {
    color: #ff2d2d;
    font-size: 18px;
    min-width: 18px;
}

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

.store-btn {
    display: inline-block;
    transition: all 0.3s ease;
}

.store-btn img {
    height: 58px;
    width: auto;
    display: block;
    border-radius: 10px;
}

.store-btn:hover {
    transform: translateY(-4px) scale(1.03);
}

@media (max-width: 1199px) {
    .banner-app-content h2 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .banner-app-download {
        padding: 80px 0;
        text-align: center;
    }

    .banner-app-image {
        margin-bottom: 40px;
    }

    .banner-app-image img {
        width: 360px;
    }

    .banner-app-content {
        padding: 30px 24px;
    }

    .banner-app-content h2 {
        font-size: 42px;
    }

    .banner-app-content p {
        font-size: 16px;
        line-height: 1.8em;
    }

    .app-benefit-item {
        justify-content: center;
        text-align: left;
    }

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

@media (max-width: 767px) {
    .banner-app-download {
        padding: 70px 0;
    }

    .banner-app-content h2 {
        font-size: 36px;
    }

    .banner-app-image img {
        width: 300px;
    }

    .app-benefit-item {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .banner-app-content {
        padding: 25px 18px;
        border-radius: 18px;
    }

    .banner-app-content h2 {
        font-size: 30px;
    }

    .banner-app-content p {
        font-size: 15px;
    }

    .store-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .store-btn img {
        height: 52px;
    }
}
@media screen and (min-width: 991px) {
	.banner-mobile {
		display: none;
	}
}
.banner-classic-active {
	width: 100%;
}
.banner-classic-active img {
	width: 100%;
}
.headline{
      text-align: center;
      margin-bottom: 40px;
    }



.headline h2{
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -.02em;
}

.headline p{
  color: var(--theme-color3);
	font-weight: 400;
	font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 100%;
}

/* TOPO */
.stats-grid{
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  gap: 24px;
  align-items: stretch;
}

.card{
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.card-left {
	color: #000000;
}
.big-number-wrap .desc, .blog-list-area .single-blog-box .blog-content .blog-meta a{
	color: #EC3236 !important;
}
.card-left{
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}
.blog-autor span, .main-footer-home3 .main-footer-section .footer-widget-content .location span, .main-footer-home3 .main-footer-section .footer-widget-content .contact-info .email-text a {
  color: #EC3236 !important;
}
.recent-widget-thumb {
  width: 100%;
}
.recent-widget-thumb figure{
  display: flex;
  align-items: center;
  align-content: center;
  height: 200px;
  overflow: hidden;
}
.single-post-text p, .single-post-text {
  color: #000000 !important;
}
.recent-widget-thumb figure{
  height: 200px;
}
.big-number-wrap{
  text-align: center;
  color: #000000;
}
.breadcumb-area {
    position: relative;
    background: url('../images/banner-blog.png') center center no-repeat !important;
    background-size: cover !important;
}
#followus {
    position: relative;
    background: #000000;
    overflow: hidden;
    z-index: 100;
}

#followus::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/caminhao-transvidal.png) right center no-repeat;
    background-size: auto 100%;
    opacity: 0.2; /* ajuste aqui */
    z-index: -1;
}

.sua-classe > * {
    position: relative;
    z-index: 1;
}
.single-post-thumb {
  width: 100%;
}
.breadcumb-area .breadcumb-content {
  position: relative;
  z-index: 100;
}
.breadcumb-area:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0,0,0,0.5);
}
.value-card h4 {
	color: #c7c7c7;
}
.big-number-wrap .mini{
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .06em;
}

.big-number-wrap .plus{
  font-size: 78px;
  font-weight: 300;
  vertical-align: middle;
  margin-right: 4px;
  line-height: 1;
}

.big-number-wrap .number{
  font-size: clamp(100px, 12vw, 170px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -0.06em;
  display: inline-block;
}

.big-number-wrap .desc{
  margin-top: 16px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 300;
}

.big-number-wrap .desc strong{
  font-weight: 700;
}

.card-right{
  min-height: 460px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, var(--primary) 0%, #ff1b28 55%, var(--primary-dark) 100%);
  color: var(--white);
  padding: 48px 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}

.card-right::before{
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  z-index: -1;
}

.card-right::after{
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  z-index: -1;
}

.hero-main{
  text-align: center;
  padding-top: 10px;
}

.hero-main .title{
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1;
}

.hero-main .highlight{
  display: block;
  font-size: clamp(72px, 10vw, 122px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -0.06em;
  margin: 8px 0 6px;
}
.hero-main * {
	color: #EC3236;
}
.color-red {
    color: #EC3236 !important;
}
.record-grid * {
	color: #000000;
}
@media screen and (max-width: 990px) {
    .evidal {
        width: 150px;
    }
}
.vidal {
    width: 150px;
}
.hero-main .subtitle{
  font-size: clamp(24px, 3vw, 56px);
  font-weight: 600;
  line-height: 1.05;
}

.hero-main .support{
  margin-top: 10px;
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 500;
  opacity: .96;
}

.record-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.record-item{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 22px 18px;
  backdrop-filter: blur(6px);
  text-align: center;
}

.record-item small{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .8;
  margin-bottom: 8px;
}

.record-item .value{
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.record-item p{
  font-size: 15px;
  line-height: 1.35;
  opacity: .96;
}

/* MISSAO / VISAO / VALORES */
.institutional{
  margin-top: 28px;
  background: #EC3236;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.ins

.institutional::before{
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}

.institutional-inner{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  padding: 56px;
  color: #fff;
}

.block-title{
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 200;
  text-transform: uppercase;
  line-height: .95;
  color: #ffffff;
  margin-bottom: 22px;
  letter-spacing: -.03em;
}

.mission-text,
.vision-text{
  max-width: 520px;
  font-size: 18px;
  color: rgba(255,255,255,.94);
}

.separator{
  width: 240px;
  max-width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.55) 100%);
  margin: 34px 0 26px;
}

.values-col .block-title{
  max-width: 280px;
}

.value-list{
  display: grid;
  gap: 22px;
  margin-top: 10px;
}

.value-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
}

.value-card h4{
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 700;
}

.value-card p{
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.45;
}

/* RESPONSIVO */
@media (max-width: 1100px){
  .stats-grid{
    grid-template-columns: 1fr;
  }

  .institutional-inner{
    grid-template-columns: 1fr;
  }

  .card-left,
  .card-right{
    min-height: auto;
  }
}

@media (max-width: 768px){
  .section{
    padding: 40px 16px;
  }

  .card-left,
  .card-right,
  .institutional-inner{
    padding: 30px 22px;
  }

  .record-grid{
    grid-template-columns: 1fr;
  }

  .big-number-wrap .plus{
    font-size: 52px;
  }

  .mission-text,
  .vision-text{
    font-size: 16px;
  }
}
.mapas-atuacao{
  padding: 60px 0;
  background: #f6f6f6;
}

.mapas-atuacao .container{
  width: min(1280px, 92%);
  margin: 0 auto;
}

.mapa-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.mapa-card{
  background: #fff;
  border-radius: 24px;
  padding: 18px;
}

.mapa-wrapper{
  position: relative;
  width: 100%;
  border-radius: 18px;
}

.mapa-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* PONTOS */
.map-point{
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50% !important;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform .2s ease, box-shadow .2s ease;
  z-index: 20;
  outline: none;
}

.map-point::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% !important;
  animation: pulsePoint 2s infinite;
  opacity: .5;
}

.mission-vission-thumb figure {
    overflow: hidden;
}
.mission-vission-thumb figure img {
    transform: scale(1.2);
}
.map-point:hover,
.map-point.is-active{
  transform: translate(-50%, -50%) scale(1.08);
}

.map-point.yellow{
  background: #ffd51e;
  box-shadow: 0 0 0 8px rgba(255, 213, 30, .18);
}

.map-point.yellow::before{
  background: rgba(255, 213, 30, .25);
}

.map-point.green{
  background: #6cc63f;
  box-shadow: 0 0 0 8px rgba(108, 198, 63, .18);
}

.map-point.green::before{
  background: rgba(108, 198, 63, .25);
}

.map-point.blue{
  background: #5568d9;
  box-shadow: 0 0 0 8px rgba(85, 104, 217, .18);
}

.map-point.blue::before{
  background: rgba(85, 104, 217, .25);
}

.bloco-transportamos{
  padding: 70px 0;
  background: linear-gradient(135deg, #f5f5f5 0%, #ececec 100%);
}

.bloco-transportamos .container{
  width: min(1280px, 92%);
  margin: 0 auto;
}

.transportamos-grid{
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  background: #4a4a4d;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.15);
}

.transportamos-image{
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

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

.transportamos-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.10));
}

.transportamos-flags{
  position: absolute;
  top: 26px;
  left: 26px;
  right: 26px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.transportamos-flags span{
  background: rgba(255,255,255,.9);
  color: #222;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.transportamos-overlay{
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
}

.transportamos-small{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.transportamos-overlay h3{
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  margin: 0;
}

.transportamos-content{
  padding: 60px 48px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.transportamos-tag{
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.transportamos-content h2{
  font-size: clamp(34px, 4vw, 68px);
  line-height: 1;
  margin: 0 0 18px;
  font-weight: 800;
  color: white;
}

.transportamos-content p{
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.3;
  color: rgba(255,255,255,.92);
  margin: 0 0 28px;
  max-width: 760px;
  font-weight: 600;
}

.transportamos-paises{
  margin-bottom: 30px;
}

.transportamos-flags{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.transportamos-flags span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.92);
  color: #222;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.transportamos-flags img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.transportamos-paises strong{
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff;
}

.lista-paises{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lista-paises span{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}

.lista-paises img {
  width: 25px;
}
.transportamos-produtos{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.produto-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2020 0%, #e30d17 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 10px 25px rgba(227, 13, 23, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.produto-pill:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(227, 13, 23, .35);
}

@media (max-width: 991px){
  .transportamos-grid{
    grid-template-columns: 1fr;
  }

  .transportamos-image{
    min-height: 420px;
  }

  .transportamos-content{
    padding: 38px 24px;
  }
}

@media (max-width: 767px){
  .bloco-transportamos{
    padding: 35px 0;
  }

  .transportamos-image{
    min-height: 340px;
  }

  .transportamos-flags{
    top: 18px;
    left: 18px;
    right: 18px;
    gap: 8px;
  }

  .transportamos-flags span,
  .lista-paises span{
    font-size: 13px;
    padding: 8px 12px;
  }

  .transportamos-overlay{
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .transportamos-overlay h3 {
    color: white;
  }

  .transportamos-small{
    font-size: 15px;
  }

  .produto-pill{
    min-height: 48px;
    padding: 10px 18px;
    font-size: 16px;
  }
}
.sobre .container {
  padding: 50px 0;
}
.transportamos-overlay h3 {
    color: white;
  }
@keyframes pulsePoint{
  0%{
    transform: scale(1);
    opacity: .45;
  }
  70%{
    transform: scale(1.9);
    opacity: 0;
  }
  100%{
    transform: scale(1.9);
    opacity: 0;
  }
}

/* TOOLTIP */
.map-tooltip{
  position: absolute;
  min-width: 240px;
  max-width: 320px;
  background: #fff;
  color: #222;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .22s ease;
  pointer-events: none;
}

.map-tooltip.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}


.map-tooltip.bottom::after{
  top: -8px;
  bottom: auto;
}

.tooltip-title{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 28px 8px 0;
  color: #d71920;
}

.tooltip-text{
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

.tooltip-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 991px){
  .mapa-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .mapas-atuacao{
    padding: 30px 0;
  }

  .mapa-card{
    padding: 12px;
    border-radius: 18px;
  }

  .map-point{
    width: 22px;
    height: 22px;
    border-width: 2px;
  }

  .map-tooltip{
    min-width: 210px;
    max-width: 250px;
    padding: 14px 14px 12px;
    border-radius: 14px;
  }

  .tooltip-title{
    font-size: 16px;
  }

  .tooltip-text{
    font-size: 13px;
  }
}
.brands-section {
  position: relative;
  overflow: hidden;
  padding: 48px 20px 60px;
}


.brands-section .container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.top-brands {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.brand-card-large {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-card-large:hover,
.brand-card-small:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.brand-card-large img,
.brand-card-small img {
  max-width: 100%;
  object-fit: contain;
  display: block;
  filter: saturate(1.02);
}

.brand-card-large img {
  max-height: 110px;
}

.bottom-panel {
  background: linear-gradient(145deg, #47474b 0%, #35353a 100%);
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.bottom-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 18px;
  align-items: stretch;
}

.left-highlight {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border-radius: 16px;
  padding: 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.left-highlight .mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.left-highlight .mini-tag::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff2d2d;
  box-shadow: 0 0 0 6px rgba(255, 45, 45, 0.15);
}

.left-highlight h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.8rem);
  line-height: 1.12;
  font-weight: 800;
  color: #ff2d2d;
  margin-bottom: 14px;
  max-width: 320px;
}

.left-highlight h2 span {
  display: block;
  color: #ffffff;
  margin-top: 10px;
}

.left-highlight p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
  max-width: 320px;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.brand-card-small {
  background: #f3f3f3;
  border: 2px solid rgba(0, 0, 0, 0.18);
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-card-small img {
  max-height: 70px;
}

@media (max-width: 1400px) {
  .bottom-grid {
    grid-template-columns: 360px 1fr;
  }

  .logos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .top-brands {
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .left-highlight {
    min-height: auto;
  }

  .logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .brands-section {
    padding: 28px 14px 40px;
  }

  .top-brands {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .brand-card-large {
    min-height: 140px;
    padding: 18px;
  }

  .brand-card-large img {
    max-height: 80px;
  }

  .bottom-panel {
    padding: 16px;
  }

  .left-highlight {
    padding: 24px 20px;
  }

  .left-highlight h2 {
    font-size: 2rem;
    max-width: 100%;
  }

  .left-highlight p {
    font-size: 0.96rem;
    line-height: 1.65;
    max-width: 100%;
  }

  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .brand-card-small {
    min-height: 120px;
    padding: 14px;
  }

  .brand-card-small img {
    max-height: 58px;
  }
}

@media (max-width: 480px) {
  .logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .left-highlight h2 {
    font-size: 1.7rem;
  }

  .left-highlight .mini-tag {
    font-size: 11px;
  }
}

.onde-estamos-corrido {
    padding: 0 0 70px 0;
    background: #f7f7f7;
}
.onde-estamos-corrido .container{
  padding: 30px 0;
}

.estados-corridos {
    width: 100%;
}

.estado-inline {
    margin-bottom: 42px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.estado-inline:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.estado-inline-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.estado-inline-header h3 {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    color: #2d2d2d;
}

.estado-inline-header span {
    font-size: 14px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.estado-inline-cidades {
    column-count: 4;
    column-gap: 45px;
}

.cidade-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin: 0 0 12px 0;
    position: relative;
}

.unidade-toggle {
    width: 100%;
    background: none;
    border: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
    cursor: pointer;
    color: #333;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 500;
}

.unidade-toggle:hover {
    color: #d9272e;
}

.pin-icon {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1.2;
}

.cidade-nome {
    display: inline-block;
}

.unidade-content {
    display: none;
    margin-top: 10px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-left: 4px solid #d9272e;
}

.cidade-item.active .unidade-content {
    display: block;
}

.unidade-content-inner strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
}

.unidade-texto {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.unidade-actions {
    margin-top: 14px;
}

.btn-maps {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: #d9272e;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: 0.2s ease;
}

.btn-maps:hover {
    background: #b81f25;
    color: #fff;
}

@media (max-width: 1199px) {
    .estado-inline-cidades {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .estado-inline-header h3 {
        font-size: 28px;
    }

    .estado-inline-cidades {
        column-count: 2;
    }

    .unidade-toggle {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .estado-inline-cidades {
        column-count: 1;
    }

    .estado-inline-header {
        margin-bottom: 16px;
    }

    .estado-inline-header h3 {
        font-size: 22px;
    }

    .unidade-toggle {
        font-size: 16px;
    }
}
.beneficios-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    min-height: 100%;
}

.beneficio-item {
    width: calc(33.333% - 14px);
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #ececec;
    min-height: 100%;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 26px 24px 24px;
    box-sizing: border-box;
}

.beneficio-item:before {
    content: "";
    display: block;
    width: calc(100% + 48px);
    height: 6px;
    background: linear-gradient(90deg, #d72626 0%, #ff7b7b 100%);
    margin: -26px -24px 22px;
}

.beneficio-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.beneficio-icone {
    width: 74px;
    height: 74px;
    border-radius: 50% !important;
    margin: 0 auto 18px;
    background: linear-gradient(180deg, #ffe3e3 0%, #fff3f3 100%);
    border: 1px solid #f3b6b6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d72626;
    font-size: 30px;
    line-height: 1;
}

.beneficio-icone i {
    font-size: 30px;
    color: #d72626;
    text-shadow: none;
}

.beneficio-item h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #222;
    text-align: center;
}

.beneficio-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4d4d4d;
    text-align: center;
}

@media (max-width: 1100px) {
    .beneficio-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 640px) {
    .beneficios-grid {
        gap: 16px;
    }

    .beneficio-item {
        width: 100%;
        padding: 22px 18px 20px;
    }

    .beneficio-item:before {
        width: calc(100% + 36px);
        margin: -22px -18px 18px;
    }

    .beneficio-icone {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
    }

    .beneficio-icone i {
        font-size: 26px;
    }

    .beneficio-item h3 {
        font-size: 18px;
    }

    .beneficio-item p {
        font-size: 14px;
        line-height: 1.5;
    }
}
.escola-videos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.escola-video-card {
    width: calc(33.333% - 14px);
}

.escola-video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #000;
}

.escola-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 22px;
}

.escola-video-titulo {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #1f1f1f;
    text-align: center;
}

.escola-vazio {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

@media (max-width: 991px) {
    .escola-video-card {
        width: 100%;
    }
}

.page-categoria .box-servicos {
    background: #efefef;
    border-radius: 26px;
    padding: 26px;
}

.page-categoria .servicos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.page-categoria .servico-card {
    width: calc(25% - 15px);
    background: #f6f6f6;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    padding: 20px 18px;
    box-sizing: border-box;
    min-height: 250px;
}

.page-categoria .servico-card h3 {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    color: #1f1f1f;
}

.page-categoria .servico-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-categoria .servico-card li {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.55;
    color: #000000;
}

.page-categoria .servico-risco {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 10px;
    box-sizing: border-box;
    text-align: center;
}

.page-categoria .servico-risco h2 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: #d72626;
}

.page-categoria .servico-risco p {
    margin: 0;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
    color: #111;
}

@media (max-width: 1100px) {
    .page-categoria .servico-card,
    .page-categoria .servico-risco {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .page-categoria .box-servicos {
        padding: 18px;
        border-radius: 18px;
    }

    .page-categoria .servico-card,
    .page-categoria .servico-risco {
        width: 100%;
    }

    .page-categoria .servico-card {
        min-height: auto;
    }

    .page-categoria .servico-risco {
        padding: 6px 4px;
    }

    .page-categoria .servico-risco h2 {
        font-size: 20px;
    }

    .page-categoria .servico-risco p {
        font-size: 16px;
    }
}

.pagination {
    gap: 8px;
    margin-top: 30px;
}

.pagination .page-item .page-link {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #f1b5b7;
    background: #ffffff;
    color: #EC3236;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.25s ease;
}

.pagination .page-item .page-link:hover {
    background: #EC3236;
    border-color: #EC3236;
    color: #ffffff;
}

.pagination .page-item.active .page-link {
    background: #EC3236;
    border-color: #EC3236;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(236, 50, 54, 0.22);
}

.pagination .page-item.disabled .page-link {
    background: #f7f7f7;
    border-color: #e5e5e5;
    color: #b8b8b8;
    opacity: 1;
    cursor: not-allowed;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 50, 54, 0.18);
    border-color: #EC3236;
}

@media (max-width: 767px) {
    .pagination {
        gap: 6px;
    }

    .pagination .page-item .page-link {
        min-width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 8px;
    }
}
.matriz-box {
    margin: 30px 0 40px;
}

.matriz-box-inner {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    border: 1px solid #e9e9e9;
    border-left: 6px solid #EC3236;
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.matriz-box-inner:before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    background: rgba(236, 50, 54, 0.06);
    border-radius: 50%;
}

.matriz-title-big {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    background: #EC3236;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.matriz-info {
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.matriz-info p {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.6;
    color: #2b2b2b;
    font-weight: 500;
}

.matriz-links {
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.matriz-links a {
    display: block;
    font-size: 15px;
    color: #EC3236;
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.matriz-links a:hover {
    color: #b71f24;
    padding-left: 4px;
}

.matriz-actions {
    position: relative;
    z-index: 2;
}

.matriz-actions .btn-maps {
    display: inline-block;
    background: #EC3236;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 20px rgba(236, 50, 54, 0.22);
    transition: all 0.3s ease;
}

.matriz-actions .btn-maps:hover {
    background: #c6282d;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(236, 50, 54, 0.28);
}

@media (max-width: 767px) {
    .matriz-box-inner {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .matriz-title-big {
        font-size: 12px;
        letter-spacing: 1.5px;
        padding: 7px 14px;
    }

    .matriz-info p {
        font-size: 15px;
        line-height: 1.5;
    }

    .matriz-links a {
        font-size: 14px;
        word-break: break-word;
    }

    .matriz-actions .btn-maps {
        width: 100%;
        text-align: center;
        padding: 13px 18px;
        font-size: 13px;
    }
}

.page-categoria .bloco {
    margin: 80px 0;
}
.page-categoria .titulo-secao {
    text-align: center;
    color: #d72626;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 22px 0 18px;
}
.page-categoria .card-escuro {
    border-radius: 22px;
    padding: 35px;
}
.page-categoria .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-categoria .col-50 {
    width: calc(50% - 10px);
}
.page-categoria .col-40 {
    width: calc(40% - 10px);
}
.page-categoria .col-60 {
    width: calc(60% - 10px);
}
.page-categoria .col-33 {
    width: calc(33.333% - 14px);
}
.page-categoria .img-full {
    width: 100%;
    display: block;
}
.page-categoria .box-branco {
    margin: 100px 0;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
}
.page-categoria .cadastro-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.page-categoria .cadastro-call {
    width: 33%;
    text-align: center;
}
.page-categoria .btn-call {
    background: #d72626;
    color: #fff;
    border-radius: 24px;
    padding: 26px 20px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2;
    border: 2px solid rgba(255,255,255,0.35);
}
.page-categoria .cadastro-form {
  width: calc(67% - 30px);
  background: #fff;
  border-radius: 20px;
  padding: 42px 38px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.page-categoria .cadastro-form form {
  margin: 0;
}

.page-categoria .cadastro-form .form-linha {
  margin-bottom: 22px;
}

.page-categoria .cadastro-form .form-linha:last-child {
  margin-bottom: 0;
}

.page-categoria .cadastro-form .form-label,
.page-categoria .cadastro-form .form-linha label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.5;
}

.page-categoria .cadastro-form .form-control,
.page-categoria .cadastro-form input.form-control,
.page-categoria .cadastro-form select.form-control,
.page-categoria .cadastro-form textarea.form-control,
.page-categoria .cadastro-form .form-linha input[type="text"],
.page-categoria .cadastro-form .form-linha input[type="email"],
.page-categoria .cadastro-form .form-linha input[type="tel"],
.page-categoria .cadastro-form .form-linha input[type="number"],
.page-categoria .cadastro-form .form-linha input[type="password"],
.page-categoria .cadastro-form .form-linha select,
.page-categoria .cadastro-form .form-linha textarea {
  width: 100%;
  height: 56px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 15px;
  color: #334155;
  background: #fff;
  box-shadow: none;
  transition: all 0.3s ease;
  outline: none;
}

.page-categoria .cadastro-form textarea.form-control,
.page-categoria .cadastro-form .form-linha textarea {
  height: auto;
  min-height: 180px;
  padding: 16px 18px;
  resize: vertical;
}

.page-categoria .cadastro-form .form-control:focus,
.page-categoria .cadastro-form input.form-control:focus,
.page-categoria .cadastro-form select.form-control:focus,
.page-categoria .cadastro-form textarea.form-control:focus,
.page-categoria .cadastro-form .form-linha input[type="text"]:focus,
.page-categoria .cadastro-form .form-linha input[type="email"]:focus,
.page-categoria .cadastro-form .form-linha input[type="tel"]:focus,
.page-categoria .cadastro-form .form-linha input[type="number"]:focus,
.page-categoria .cadastro-form .form-linha input[type="password"]:focus,
.page-categoria .cadastro-form .form-linha select:focus,
.page-categoria .cadastro-form .form-linha textarea:focus {
  border-color: #EC3236;
  box-shadow: 0 0 0 4px rgba(236, 50, 54, 0.08);
}

.page-categoria .cadastro-form input::placeholder,
.page-categoria .cadastro-form textarea::placeholder {
  color: #94a3b8;
}

.page-categoria .cadastro-form .nice-select {
  width: 100%;
  height: 56px;
  line-height: 54px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 42px 0 18px;
  font-size: 15px;
  color: #334155;
  background: #fff;
  box-shadow: none;
  float: none;
  transition: all 0.3s ease;
}

.page-categoria .cadastro-form .nice-select:hover,
.page-categoria .cadastro-form .nice-select:focus,
.page-categoria .cadastro-form .nice-select.open {
  border-color: #EC3236;
  box-shadow: 0 0 0 4px rgba(236, 50, 54, 0.08);
}

.page-categoria .cadastro-form .nice-select .current {
  color: #334155;
}

.page-categoria .cadastro-form .nice-select:after {
  right: 18px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #64748b;
  border-right: 2px solid #64748b;
  margin-top: -6px;
}

.page-categoria .cadastro-form .nice-select .list {
  width: 100%;
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.page-categoria .cadastro-form .nice-select .option {
  min-height: 42px;
  line-height: 42px;
  padding: 0 18px;
  font-size: 14px;
  color: #334155;
}

.page-categoria .cadastro-form .nice-select .option:hover,
.page-categoria .cadastro-form .nice-select .option.focus,
.page-categoria .cadastro-form .nice-select .option.selected.focus {
  background: rgba(236, 50, 54, 0.08);
  color: #EC3236;
}

.page-categoria .cadastro-form button,
.page-categoria .cadastro-form .btn,
.page-categoria .cadastro-form .button,
.page-categoria .cadastro-form .button2 {
  border: none;
  background: #EC3236;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  padding: 16px 28px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.page-categoria .cadastro-form button:hover,
.page-categoria .cadastro-form .btn:hover,
.page-categoria .cadastro-form .button:hover,
.page-categoria .cadastro-form .button2:hover {
  background: #c6282c;
  transform: translateY(-2px);
  color: #fff;
}
.page-categoria .checks {
    columns: 2;
    column-gap: 30px;
}
.page-categoria .checks label {
    display: block;
    margin-bottom: 8px;
}
.page-categoria .escola-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.page-categoria .video-maior {
    width: calc(35% - 7px);
}
.page-categoria .videos-menores {
    width: calc(65% - 7px);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.page-categoria .video-item {
    background: #eee;
    overflow: hidden;
}
.page-categoria .video-maior .video-item {
    height: 100%;
    min-height: 560px;
}
.page-categoria .videos-menores .video-item {
    width: 100%;
    min-height: 273px;
}
.page-categoria .video-item iframe,
.page-categoria .video-item video,
.page-categoria .video-item img {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
}
@media (max-width: 991px) {
    .page-categoria .cadastro-call,
    .page-categoria .cadastro-form,
    .page-categoria .col-50,
    .page-categoria .col-40,
    .page-categoria .col-60,
    .page-categoria .col-33,
    .page-categoria .video-maior,
    .page-categoria .videos-menores {
        width: 100%;
    }
    .page-categoria .video-maior .video-item,
    .page-categoria .videos-menores .video-item {
        min-height: 260px;
    }
    .page-categoria .titulo-secao {
        font-size: 28px;
    }
    .page-categoria .checks {
        columns: 1;
    }
}
.page-categoria .escola-videos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.page-categoria .escola-video-card {
    width: calc(33.333% - 14px);
    background: #f8f8f8;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-categoria .escola-video-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    flex-shrink: 0;
}

.page-categoria .escola-video-player iframe,
.page-categoria .escola-video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.page-categoria .escola-video-titulo {
    padding: 14px 16px 18px;
    font-size: 17px;
    font-weight: 700;
    color: #2b2b2b;
    text-align: center;
    line-height: 1.35;
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-categoria .escola-vazio {
    text-align: center;
    font-size: 20px;
    color: #555;
    padding: 30px 20px 10px;
}
.blog-list-area .single-blog-box .blog-thumb img {
  min-width: 150% !important;
}
.blog-thumb.reveal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px !important;
}
@media (max-width: 991px) {
    .page-categoria .escola-video-card {
        width: 100%;
    }

    .page-categoria .escola-video-titulo {
        min-height: auto;
    }
}
.sidber-widget-recent-post {
  flex-flow: row wrap;
}
.internacional-section {
    padding: 70px 0;
}

.internacional-card {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
    background: #4f4f53;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.internacional-media {
    position: relative;
    width: 100%;
    max-width: 48%;
    min-height: 760px;
    overflow: hidden;
}

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

.internacional-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.10) 0%,
        rgba(0, 0, 0, 0.20) 35%,
        rgba(0, 0, 0, 0.55) 100%
    );
}

.internacional-top-flags {
    position: absolute;
    top: 28px;
    left: 28px;
    right: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    z-index: 2;
}

.internacional-top-flags span,
.internacional-countries span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #2b2b2b;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.internacional-top-flags img,
.internacional-countries img {
    width: 24px;
    height: auto;
    display: block;
    border-radius: 2px;
}

.internacional-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 32px;
    z-index: 2;
    color: #fff;
}

.internacional-caption small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
    opacity: 0.95;
}

.internacional-caption h2 {
    margin: 0;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    color: #fff;
}

.internacional-content {
    width: 100%;
    max-width: 52%;
    padding: 50px 48px;
    color: #fff;
    background: #58585c;
}

.internacional-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.10);
    color: #f0f0f0;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.8px;
    margin-bottom: 28px;
}

.internacional-content h3 {
    margin: 0 0 22px;
    font-size: 68px;
    line-height: 0.95;
    font-weight: 800;
    color: #fff;
}

.internacional-description {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #f1f1f1;
}

.internacional-subblock {
    margin-bottom: 28px;
}

.internacional-subblock h4 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    color: #f0f0f0;
}

.internacional-countries {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.internacional-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 14px;
}

.internacional-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff2727 0%, #ec3236 100%);
    color: #fff;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 22px rgba(236, 50, 54, 0.32);
}

.internacional-diferenciais {
    margin: 0;
    padding: 0;
    list-style: none;
}

.internacional-diferenciais li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
    color: #f0f0f0;
}

.internacional-diferenciais li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ec3236;
    box-shadow: 0 0 0 5px rgba(236, 50, 54, 0.18);
}

@media (max-width: 1199px) {
    .internacional-media,
    .internacional-content {
        max-width: 100%;
    }

    .internacional-media {
        min-height: 560px;
    }

    .internacional-content h3 {
        font-size: 52px;
    }

    .internacional-description {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .internacional-section {
        padding: 40px 0;
    }

    .internacional-card {
        border-radius: 22px;
    }

    .internacional-media {
        min-height: 460px;
    }

    .internacional-top-flags {
        top: 18px;
        left: 18px;
        right: 18px;
        gap: 10px;
    }

    .internacional-top-flags span,
    .internacional-countries span {
        font-size: 13px;
        padding: 10px 14px;
    }

    .internacional-top-flags img,
    .internacional-countries img {
        width: 18px;
    }

    .internacional-caption {
        left: 18px;
        right: 18px;
        bottom: 22px;
    }

    .internacional-caption small {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .internacional-caption h2 {
        font-size: 34px;
        line-height: 1.1;
    }

    .internacional-content {
        padding: 28px 22px;
    }

    .internacional-badge {
        font-size: 11px;
        letter-spacing: 1.2px;
        padding: 11px 15px;
        margin-bottom: 20px;
    }

    .internacional-content h3 {
        font-size: 40px;
        line-height: 1.02;
        margin-bottom: 18px;
    }

    .internacional-description {
        font-size: 18px;
        line-height: 1.45;
    }

    .internacional-subblock h4 {
        font-size: 16px;
    }

    .internacional-tags {
        gap: 10px;
    }

    .internacional-tags span {
        font-size: 14px;
        padding: 12px 16px;
    }

    .internacional-diferenciais li {
        font-size: 15px;
        padding-left: 24px;
    }
}
.blog-list-area .widget-sidber .widget-category ul li a i,
.blog-list-area .widget-sidber .widget-category ul li a:hover {
  opacity: 1 !important;
  color: #000000;
}
.blog-list-area .widget-sidber .widget-category ul li a:hover i{
  opacity: 1 !important;
  color: #EC3236;
}
.contact-page-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact-form-box {
  background: #fff;
  border-radius: 20px;
  padding: 42px 38px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.contact-box-header {
  margin-bottom: 28px;
}

.contact-mini-title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #EC3236;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact-box-header h3 {
  font-size: 34px;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 12px;
}

.contact-box-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 0;
}

.contact-custom-form .form-group {
  margin-bottom: 22px;
}

.contact-custom-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

.contact-custom-form .form-control {
  width: 100%;
  height: 56px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 15px;
  color: #334155;
  background: #fff;
  box-shadow: none;
  transition: all 0.3s ease;
}

.contact-custom-form textarea.form-control {
  height: auto;
  min-height: 180px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-custom-form .form-control:focus {
  border-color: #EC3236;
  box-shadow: 0 0 0 4px rgba(236, 50, 54, 0.08);
}

.contact-submit-btn {
  border: none;
  background: #EC3236;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  padding: 16px 28px;
  transition: all 0.3s ease;
  display: inline-block;
}

.contact-submit-btn:hover {
  background: #c6282c;
  transform: translateY(-2px);
}

.contact-info-widget {
  padding-bottom: 10px;
}

.contact-info-list {
  padding-top: 5px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #edf2f7;
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-info-item .icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: rgba(236, 50, 54, 0.08);
  color: #EC3236;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-info-item .content h5 {
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 6px;
}

.contact-info-item .content p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
  font-size: 14px;
}

.contact-info-item .content a {
  color: #64748b;
  transition: all 0.3s ease;
}

.contact-info-item .content a:hover {
  color: #EC3236;
}

.contact-side-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .contact-page-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-form-box {
    padding: 30px 24px;
    margin-bottom: 30px;
  }

  .contact-box-header h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .contact-form-box {
    padding: 24px 18px;
  }

  .contact-box-header h3 {
    font-size: 24px;
  }

  .contact-custom-form .form-control {
    height: 52px;
    font-size: 14px;
  }

  .contact-custom-form textarea.form-control {
    min-height: 160px;
  }

  .contact-submit-btn {
    width: 100%;
    text-align: center;
  }
}
.cadastro-form {
  background: #fff;
  border-radius: 20px;
  padding: 42px 38px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.cadastro-form .form-linha {
  margin-bottom: 22px;
}

.cadastro-form .form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.5;
}

.cadastro-form .form-control,
.cadastro-form input.form-control,
.cadastro-form select.form-control,
.cadastro-form textarea.form-control {
  width: 100%;
  height: 56px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 15px;
  color: #334155;
  background: #fff;
  box-shadow: none;
  transition: all 0.3s ease;
}

.cadastro-form textarea.form-control {
  height: auto;
  min-height: 180px;
  padding: 16px 18px;
  resize: vertical;
}

.cadastro-form .form-control:focus,
.cadastro-form input.form-control:focus,
.cadastro-form select.form-control:focus,
.cadastro-form textarea.form-control:focus {
  border-color: #EC3236;
  box-shadow: 0 0 0 4px rgba(236, 50, 54, 0.08);
  outline: none;
}

.cadastro-form input::placeholder,
.cadastro-form textarea::placeholder {
  color: #94a3b8;
}

.cadastro-form .nice-select {
  width: 100%;
  height: 56px;
  line-height: 54px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 42px 0 18px;
  font-size: 15px;
  color: #334155;
  background: #fff;
  box-shadow: none;
  float: none;
  transition: all 0.3s ease;
}

.cadastro-form .nice-select:focus,
.cadastro-form .nice-select:hover,
.cadastro-form .nice-select.open {
  border-color: #EC3236;
  box-shadow: 0 0 0 4px rgba(236, 50, 54, 0.08);
}

.cadastro-form .nice-select .current {
  color: #334155;
}

.cadastro-form .nice-select:after {
  right: 18px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #64748b;
  border-right: 2px solid #64748b;
  margin-top: -6px;
}

.cadastro-form .nice-select .list {
  width: 100%;
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.cadastro-form .nice-select .option {
  min-height: 42px;
  line-height: 42px;
  padding: 0 18px;
  font-size: 14px;
  color: #334155;
}

.cadastro-form .nice-select .option:hover,
.cadastro-form .nice-select .option.focus,
.cadastro-form .nice-select .option.selected.focus {
  background: rgba(236, 50, 54, 0.08);
  color: #EC3236;
}

.cadastro-form button,
.cadastro-form .btn,
.cadastro-form .button,
.cadastro-form .button2 {
  border: none;
  background: #EC3236;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
  padding: 16px 28px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.cadastro-form button:hover,
.cadastro-form .btn:hover,
.cadastro-form .button:hover,
.cadastro-form .button2:hover {
  background: #c6282c;
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 991px) {
  .cadastro-form {
    padding: 30px 24px;
  }
}

@media (max-width: 575px) {
  .cadastro-form {
    padding: 24px 18px;
  }

  .cadastro-form .form-control,
  .cadastro-form input.form-control,
  .cadastro-form select.form-control,
  .cadastro-form .nice-select {
    height: 52px;
    font-size: 14px;
  }

  .cadastro-form button,
  .cadastro-form .btn,
  .cadastro-form .button,
  .cadastro-form .button2 {
    width: 100%;
    text-align: center;
  }
}
.page-categoria .form-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 42px 38px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.page-categoria .form-box .cotacao,
.page-categoria .form-box .container,
.page-categoria .form-box .row,
.page-categoria .form-box .col-md-12 {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.page-categoria .form-box .custom-heading {
    margin-bottom: 10px;
}

.page-categoria .form-box .custom-heading h3 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
}

.page-categoria .form-box p {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.8;
    color: #64748b;
}

.page-categoria .form-box .form-group {
    margin-bottom: 22px;
}

.page-categoria .form-box .form-group label,
.page-categoria .form-box .form-row .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.5;
    text-transform: none;
}

.page-categoria .form-box .form-control,
.page-categoria .form-box input.form-control,
.page-categoria .form-box select.form-control,
.page-categoria .form-box textarea.form-control {
    width: 100%;
    height: 56px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 15px;
    color: #334155;
    background: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
}

.page-categoria .form-box textarea.form-control {
    height: auto;
    min-height: 180px;
    padding: 16px 18px;
    resize: vertical;
}

.page-categoria .form-box .form-control:focus,
.page-categoria .form-box input.form-control:focus,
.page-categoria .form-box select.form-control:focus,
.page-categoria .form-box textarea.form-control:focus {
    border-color: #EC3236;
    box-shadow: 0 0 0 4px rgba(236, 50, 54, 0.08);
    outline: none;
}

.page-categoria .form-box .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.page-categoria .form-box .form-row .form-group {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}

.page-categoria .form-box .form-row .col-md-4 {
    width: 33.3333%;
}

.page-categoria .form-box .form-row .col-md-6 {
    width: 50%;
}

.page-categoria .form-box .form-row .col-md-8 {
    width: 66.6666%;
}

.page-categoria .form-box .button2 {
    border: none;
    background: #EC3236;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    padding: 16px 28px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    line-height: 1.2;
}

.page-categoria .form-box .button2:hover {
    background: #c6282c;
    transform: translateY(-2px);
    color: #fff;
}

@media (max-width: 991px) {
    .page-categoria .form-box {
        padding: 30px 24px;
    }

    .page-categoria .form-box .custom-heading h3 {
        font-size: 28px;
    }

    .page-categoria .form-box .form-row .col-md-4,
    .page-categoria .form-box .form-row .col-md-6,
    .page-categoria .form-box .form-row .col-md-8 {
        width: 100%;
    }
}

.page-categoria .titulo-secao {
    text-align: center;
    color: #d72626;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 22px 0 18px;
}
.page-categoria .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.page-categoria .col-33 {
    width: calc(33.333% - 12px);
}
.page-categoria .col-50 {
    width: calc(50% - 9px);
}
.page-categoria .cards-topo {
    align-items: stretch;
}

.page-categoria .card {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #ececec;
    min-height: 100%;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-categoria .card:before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #d72626 0%, #ff7b7b 100%);
}

.page-categoria .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.page-categoria .card .card-head {
    padding: 26px 24px 10px;
    text-align: center;
}

.page-categoria .card .card-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 0 auto 16px;
    background: linear-gradient(180deg, #ffe3e3 0%, #fff3f3 100%);
    border: 1px solid #f3b6b6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d72626;
    font-size: 30px;
}

.page-categoria .card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    color: #222;
    font-weight: 800;
}

.page-categoria .card .card-body {
    padding: 8px 24px 26px;
}

.page-categoria .card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-categoria .card li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.55;
}

.page-categoria .card li:last-child {
    margin-bottom: 0;
}
.page-categoria .card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d72626;
    box-shadow: 0 0 0 4px rgba(215, 38, 38, 0.12);
}
.page-categoria .img-full {
    width: 100%;
    display: block;
}
.page-categoria .escola-videos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-categoria .escola-video-card {
    width: calc(33.333% - 14px);
    background: #f8f8f8;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.page-categoria .escola-video-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}
.page-categoria .escola-video-player iframe,
.page-categoria .escola-video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.page-categoria .escola-video-titulo {
    padding: 14px 16px 18px;
    font-size: 17px;
    font-weight: 700;
    color: #2b2b2b;
    text-align: center;
    line-height: 1.35;
}
.page-categoria .escola-vazio {
    text-align: center;
    font-size: 20px;
    color: #555;
    padding: 30px 20px 10px;
}
@media (max-width: 991px) {
    .page-categoria .col-33,
    .page-categoria .col-50,
    .page-categoria .escola-video-card {
        width: 100%;
    }
    .page-categoria .titulo-secao {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .page-categoria .form-box {
        padding: 24px 18px;
    }

    .page-categoria .form-box .custom-heading h3 {
        font-size: 24px;
    }

    .page-categoria .form-box .form-control {
        height: 52px;
        font-size: 14px;
    }

    .page-categoria .form-box .button2 {
        width: 100%;
        text-align: center;
    }
}
.navigation .header-search-item {
    display: inline-flex;
    align-items: center;
    margin-left: 14px;
    vertical-align: middle;
}

.header-search-form {
    display: flex;
    align-items: center;
    margin: 0;
}

.header-search-input {
    width: 190px;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 0 12px;
    font-size: 13px;
    outline: none;
    background: #fff;
    color: #333;
}

.header-search-input::placeholder {
    color: #888;
}

.header-search-button {
    width: 42px;
    height: 40px;
    border: none;
    border-radius: 0 8px 8px 0;
    background: #EC3236;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.header-search-button:hover {
    background: #c9262a;
}

@media (max-width: 1199px) {
    .navigation .header-search-item {
        display: none;
    }
}

.diarios-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 25px;
}

.diario-card {
    width: calc(33.333% - 16px);
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.diario-thumb-wrap {
    display: block;
}

.diario-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.diario-conteudo {
    padding: 20px;
}

.diario-data {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
    font-weight: 600;
}

.diario-titulo {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 12px;
    color: #222;
}

.diario-resumo {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .diario-card {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .diario-card {
        width: 100%;
    }

    .diario-thumb {
        height: 200px;
    }

    .diario-titulo {
        font-size: 20px;
    }
}
.unidade-modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.unidade-modal-header {
    padding: 24px 24px 10px;
    border-bottom: 0;
    position: relative;
    background: #fff;
}

.unidade-modal-title {
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 800;
    color: #1f1f1f;
    line-height: 1.2;
}

.unidade-modal-close {
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 30px;
    opacity: 1;
    color: #666;
    text-shadow: none;
}

.unidade-modal-close:hover {
    color: #EC3236;
}

.unidade-modal-body {
    padding: 0 24px 24px;
    background: #fff;
}

.unidade-modal-body .unidade-content-inner {
    background: #f8f8f8;
    border-radius: 18px;
    padding: 22px;
}

.unidade-modal-body .unidade-cidade-interna {
    margin-bottom: 14px;
    font-size: 15px;
    color: #333;
}

.unidade-modal-body .unidade-texto {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.unidade-modal-body .unidade-texto p:last-child {
    margin-bottom: 0;
}

.unidade-modal-body .unidade-actions {
    margin-top: 18px;
}

#modalUnidade .section-badge {
    display: inline-block;
    background: rgba(236, 50, 54, 0.12);
    color: #EC3236;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 7px 12px;
    border-radius: 999px;
}
.modal-backdrop.show {
    display: none !important;
}
.modal {
    background: rgba(0,0,0,0.5) !important;
}
.banner-image-slider {
    position: relative;
    overflow: hidden;
    min-height: 850px;
}

.banner-image-slider .banner-home-swiper,
.banner-image-slider .swiper-wrapper,
.banner-image-slider .swiper-slide {
    width: 100%;
    height: 850px;
}

.banner-image-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner-slide-link,
.banner-slide-image {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-slide-image {
    object-fit: cover;
}

.banner-image-slider .banner-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
}

.banner-image-slider .banner-home-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    width: 100%;
}

.banner-image-slider .banner-content-wrap,
.banner-image-slider .banner-title,
.banner-image-slider .banner-autor-info,
.banner-image-slider .banner-btn,
.banner-image-slider .banner-botton-since {
    position: relative;
    z-index: 3;
}

.banner-image-slider h1,
.banner-image-slider h2,
.banner-image-slider h3,
.banner-image-slider h4,
.banner-image-slider .autor-desc,
.banner-image-slider .autor-number {
    color: #fff;
}

.banner-image-slider .banner-home-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 4;
    text-align: center;
}

.banner-image-slider .banner-home-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.55);
}

.banner-image-slider .banner-home-pagination .swiper-pagination-bullet-active {
    background: #EC3236;
}

.banner-image-slider .banner-home-prev,
.banner-image-slider .banner-home-next {
    color: #ffffff;
    z-index: 4;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: 0.3s;
}

.banner-image-slider .banner-home-prev:hover,
.banner-image-slider .banner-home-next:hover {
    background: #EC3236;
    border-color: #EC3236;
}

.banner-image-slider .banner-home-prev:after,
.banner-image-slider .banner-home-next:after {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .banner-image-slider {
        min-height: 450px;
    }

    .banner-image-slider .banner-home-swiper,
    .banner-image-slider .swiper-wrapper,
    .banner-image-slider .swiper-slide {
        height: 550px;
    }

    .banner-image-slider .banner-home-prev,
    .banner-image-slider .banner-home-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-image-slider {
        min-height: 230px;
    }

    .banner-image-slider .banner-home-swiper,
    .banner-image-slider .swiper-wrapper,
    .banner-image-slider .swiper-slide {
        height: 230px;
    }

    .banner-image-slider .banner-home-pagination {
        bottom: 18px;
    }
}
#brands-internacionais .left-highlight-internacional {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#brands-internacionais .container {
    padding: 0 0 0 0  !important;
}
#brands-internacionais .flags-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0 22px;
}

#brands-internacionais .flag-item {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.20);
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

#brands-internacionais .flag-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#brands-internacionais .logos-grid-internacional .brand-card-small,
#brands-internacionais .top-brands .brand-card-large {
    display: flex;
    align-items: center;
    justify-content: center;
}

#brands-internacionais .logos-grid-internacional .brand-card-small img {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#brands-internacionais .top-brands .brand-card-large img {
    max-width: 100%;
    max-height: 95px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#brands-internacionais .brand-card-black {
    background: #000 !important;
}

#brands-internacionais .brand-card-black img {
    max-height: 56px;
}

@media (max-width: 991px) {
    #brands-internacionais .flags-inline {
        justify-content: center;
    }

    #brands-internacionais .logos-grid-internacional .brand-card-small img {
        max-height: 58px;
    }

    #brands-internacionais .top-brands .brand-card-large img {
        max-height: 78px;
    }
}
.single-post-gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 120px;
}
.single-post-gallery-item img {
    max-width: initial !important;
    width: auto !important;
    height: 100%;
}
.mobile-menu .close-btn {
    color: #fff !important;
}