:root {
  --color-1: #125aa6;
  --color-2: #0b4c91;
  --color-3: #063979;
  --color-4: #e3eff9;

  --color-5: #a1df0e;
  --color-6: #889b02;
}

/* h1, h2, h3, h4, h5, h6 {font-family: "Anton", sans-serif;} */

.color-1 { color: var(--color-1) !important; }
.color-2 { color: var(--color-2) !important; }
.color-3 { color: var(--color-3) !important; }
.color-4 { color: var(--color-4) !important; }
.color-5 { color: var(--color-5) !important; }

.bg-1 { background-color: var(--color-1) !important; }
.bg-2 { background-color: var(--color-2) !important; }
.bg-3 { background-color: var(--color-3) !important; }
.bg-4 { background-color: var(--color-4) !important; }
.bg-5 { background-color: var(--color-5) !important; }

.fill-1 { fill: var(--color-1) !important; }
.fill-2 { fill: var(--color-2) !important; }
.fill-3 { fill: var(--color-3) !important; }
.fill-4 { fill: var(--color-4) !important; }
.fill-5 { fill: var(--color-5) !important; }
.fill-white {fill: #fff;}

.brightness-invert {filter: brightness(0) invert(1);}


@media (min-width: 992px) {
  .position-lg-absolute {position: absolute !important;}
  .mt-lg-n5 {margin-top: -6rem !important;}
}

.gradient-2-4 {background: linear-gradient(to right, var(--color-2), var(--color-4));}

body { font-family: "Poppins", sans-serif; font-weight: 400; }
.poppins {font-family: "Poppins", sans-serif;}

@media (max-width: 600px) {.container {--bs-gutter-x: 3rem;} .navbar-brand img {height: 65px;} .navbar .nav-link{font-size: 1.2rem;}}
.header {position: sticky; top: 0; background: var(--color-1); z-index: 100; }
@media (min-width: 1200px) {
  .header:not(.header-int) {background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.4) 60%, transparent); position: sticky; margin-bottom: -162px;}
  .header.header-int {margin-bottom: 0;}
  .header:before {content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: background-color .5s ease;}
  .header.scrolled:not(.header-int):before {background-color: var(--color-3);}

  .header:not(.scrolled) .navbar-nav {position: relative;}
  .header:not(.scrolled) .navbar-nav:before {content: ""; position: absolute; left: 8px; bottom: 0; right: 8px; border-bottom: 1px solid #fff;}

  .header.navbar-brand img {transform-origin: left center; transform: scale(1);}
  .header.scrolled .navbar-brand img { transform: scale(0.8);}

  .navbar .nav-link {position: relative; color: #fff !important; transition: color 0.3s ease;  fill: #fff;}

  .navbar .nav-link::before {content: ""; position: absolute; left: 8px; bottom: 0px; width: 0; height: 2px; background-color: var(--color-1); transition: width 0.3s ease;}
  .navbar .nav-link:hover {color: var(--color-1);}
  .navbar .nav-link:hover::before,
  .navbar .nav-link.active::before {width: calc(100% - 16px);}

  .header-int .navbar .nav-link {color: #333 !important; fill: #333;}
  .header-int .navbar .nav-link::before {background-color: var(--color-1);}

}

.btn-outline-color1 {color: var(--color-1); border: 1px solid var(--color-1); background-color: transparent; transition: all 0.3s ease;}
.btn-outline-color1 svg {fill: currentColor; transition: all 0.3s ease;}
.btn-outline-color1:hover, .btn-outline-color1:focus {color: #ffffff !important; background-color: var(--color-1); border-color: var(--color-1);}

.btn-outline-color2 {color: var(--color-2); border: 1px solid var(--color-2); background-color: transparent; transition: all 0.3s ease;}
.btn-outline-color2 svg {fill: currentColor; transition: all 0.3s ease;}
.btn-outline-color2:hover, .btn-outline-color2:focus {color: #ffffff !important; background-color: color-mix(in srgb, var(--color-1) 70%, black 30%); border-color: var(--color-2);}

.btn-color1,
.btn-outline-color1.active {color:#fff;background-color:var(--color-1);border:2px solid var(--color-1);transition:all 0.3s ease}
.btn-color1 svg{fill:currentColor;transition:all 0.3s ease}
.btn-color1:hover,.btn-color1:focus{color: #fff;background-color: color-mix(in srgb, var(--color-1) 70%, black 30%);;border-color:color-mix(in srgb, var(--color-1) 70%, black 30%);}

.btn-color2{color: #fff;background-color:var(--color-2);border:2px solid var(--color-2);transition:all 0.3s ease}
.btn-color2 svg{fill:currentColor;transition:all 0.3s ease}
.btn-color2:hover,.btn-color2:focus{color: #fff;background-color: color-mix(in srgb, var(--color-2) 80%, black 20%);border-color:color-mix(in srgb, var(--color-2) 80%, black 20%);}

.btn-color3 {color: #fff;background-color:var(--color-3);border:2px solid var(--color-3);transition:all 0.3s ease}
.btn-color3 svg{fill:currentColor;transition:all 0.3s ease}
.btn-color3:hover,.btn-color3:focus{color: #fff; background-color: color-mix(in srgb, var(--color-3) 80%, black 20%);border-color:color-mix(in srgb, var(--color-3) 80%, black 20%);}

.btn-outline-light svg {fill: currentColor; transition: all 0.3s ease;}

.swiper-button-next, .swiper-button-prev {color: #fff !important; height: 34px !important; width: 34px !important; border-radius: 50%; /*border: 1px solid #fff;*/}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 21px !important;}
.swiper-pagination-bullet {background-color: var(--color-1) !important;}
.swiper-pagination-bullet-active {background-color: var(--color-1) !important;}

.swiper-color2 .swiper-button-next, .swiper-color2 .swiper-button-prev {color: var(--color-2) !important;}
.swiper-color2 .swiper-pagination-bullet {background-color: var(--color-2) !important;}
.swiper-color2 .swiper-pagination-bullet-active {background-color: var(--color-2) !important;}

.position-arrow {position: absolute; top: 50%; transform: translateY(-50%);}
@media (max-width: 768px) {.position-arrow {top: auto !important; bottom: 30px; transform: none;}}

/* .bg-image-1 {background: linear-gradient(to left, var(--color-2), var(--color-3) );} */
.bg-image-1 {background: url(../img/bg-image-1.webp) no-repeat 50% 0% / cover;}
/* @media (min-width: 992px) {.bg-image-1 {background: url(../img/bg-image-1.webp) no-repeat 50% 0% / cover;}} */

.bg-image-2 {background: url(../img/bg-image-2.webp) no-repeat 50% 50% / cover;}
/* .bg-image-2 {background: linear-gradient(to left, var(--color-2), var(--color-3) );}
@media (min-width: 992px) {.bg-image-2 {background: url(../img/bg-image-2.webp) no-repeat 50% 50%;}} */

.bg-image-3 {background: url(../img/bg-image-3.webp) no-repeat 50% 50%  / cover;}
/* .bg-image-3 {background: linear-gradient(to left, var(--color-2), var(--color-3) );}
@media (min-width: 992px) {.bg-image-3 {background: url(../img/bg-image-3.webp) no-repeat 50% 50%;}} */

.autoplay-progress{position:absolute;right:16px;bottom:16px;z-index:10;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--color-2)}
.autoplay-progress svg{--progress:0;position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;stroke-width:4px;stroke:var(--color-2);fill:none;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}

@media (max-width: 768px) {.autoplay-progress {right: 50px;}}
#privacy-policy {z-index: 1000;}
.card-politica {width: 250px;} @media (min-width: 780px) {.card-politica {width: 300px;}}

/* .bottom-1 {background: url(../img/bottom-1.webp) no-repeat 50% 0;}
.bottom-2 {background: url(../img/bottom-2.webp) no-repeat 50% 0;}
.bottom-3 {background: url(../img/bottom-3.webp) no-repeat 50% 0;}
.bottom-4 {background: url(../img/bottom-4.webp) no-repeat 50% 0;}
.bottom-5 {background: url(../img/bottom-5.webp) no-repeat 50% 0;}
.bottom-6 {background: url(../img/bottom-6.webp) no-repeat 50% 0;}
.bottom-7 {background: url(../img/bottom-7.webp) no-repeat 50% 0;}
.bottom {height: 430px;} */

.main-title {background: url(../img/bg-title.webp) no-repeat 20% 0 / cover; padding: 20px 0; margin-bottom: 45px; color: #fff; position: relative;}
.main-title:before {content: ""; background: var(--color-1); position: absolute; left: 0; bottom: -6px; right: 0; height: 3px;}
@media (min-width: 1200px) {.main-title { padding: 30px 0px 25px; margin-bottom: 55px;} .main-title h2 {font-size: calc(3rem * 0.7);} }
.main-title h2 {margin-bottom: 0;}

.pagination {
    --bs-pagination-color: var(--color-1);
    --bs-pagination-border-color: var(--color-1);
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: var(--color-1);
    --bs-pagination-hover-border-color: var(--color-1);
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: var(--color-1);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--color-1);
    --bs-pagination-active-border-color: var(--color-1);
    --bs-pagination-disabled-color: #aaa;
    --bs-pagination-disabled-bg: var(--color-1);
    --bs-pagination-disabled-border-color: var(--color-1);
    gap: 5px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {border-radius: 0;}

.marcas {height: 130px; display: flex; align-items: center; justify-content: center;}
.marcas img {max-width: 90%; max-height: 90%;}


/* animacoes */
.zoom-container {overflow: hidden;}
.zoom-image {object-fit: cover; width: 100%; height: 100%; transition: transform 0.4s ease;}
.zoom-container:hover .zoom-image {transform: scale(1.1);}

.zoom-button,
.zoom-shadow-button {cursor: pointer;transition: transform 0.2s ease;}
.zoom-button:hover {transform: scale(1.1);}
.zoom-shadow-button:hover {transform: scale(1.1);box-shadow: 0 8px 16px rgba(0,0,0,0.2);}

/* Overlay Swiper Produtos*/
.swiper-area {
  position: relative;
}

/* Overlay */
.swiper-loader {
  position: absolute; inset: 0; background: rgba(255,255,255,.92); display: flex; align-items: center;  justify-content: center; z-index: 20; opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}

/* Ativo */
.swiper-loader.active {opacity: 1; visibility: visible;}

/* Logo */
.swiper-loader img {width: 90px; filter: brightness(0) opacity(.3); animation: pulse 1.2s infinite;}

/* Animação */
@keyframes pulse { 
  0% { transform: scale(1); opacity: .7; }
  50% {transform: scale(1.08);opacity: 1; }
  100% {transform: scale(1); opacity: .7; }
}
/* Overlay Swiper Produtos*/



/* Hero Sections */
        .hero-section {
            background: linear-gradient(135deg, #004b93 0%, #002d59 100%);
            color: #ffffff;
            padding: 50px 0 50px 0;
        }
@media(min-width: 1200px){
        .hero-section { 
            padding: 180px 0 50px 0;
        }
}
        .hero-badge {
            background-color: rgba(255, 255, 255, 0.15);
            color: #ffffff;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 4px 12px;
            border-radius: 20px;
            display: inline-block;
        }
        .hero-placeholder-box {
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            min-height: 250px;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
        }

        /* Global Cards and Elements */
        .section-title {
            color: var(--color-1);
            font-weight: 700;
        }
        .custom-card {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            background-color: #ffffff;
            height: 100%;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .image-placeholder-card {
            background-color: #fff;
            border-radius: 6px;
            height: 160px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .image-placeholder-card img{
                max-height: 100%;
            }
        .step-number {
            font-size: 3rem;
            font-weight: 800;
            color: #85a5cf;
            line-height: 1;
        }

        /* Timeline and Checklists */
        .icon-indicator {
            width: 32px;
            height: 32px;
            background-color: var(--color-3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            flex-shrink: 0;
        }
        .timeline-item {
            position: relative;
            padding-left: 20px;
        }

        /* Counter Metric Cards */
        .metric-card {
            background-color: #e6f0fa;
            border: none;
            border-radius: 8px;
            padding: 24px;
            text-align: center;
        }
        .metric-number {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--color-3);
        }