:root {
  --color-1: #1d4487;
  --color-2: #45aa85;
  --color-3: #0f2a5a;
  --color-4: #89cfb5;
  --color-5: #C4DED4;

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

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

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

@media (max-width: 600px) {.container {--bs-gutter-x: 3rem;} .navbar-brand img {height: 50px;} .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,.7) 0%, rgba(0,0,0,.5) 80%, transparent); position: sticky; margin-bottom: -124px;}
  .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-1);}

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

  .navbar .nav-link {position: relative; color: #fff !important; transition: color 0.3s ease;  fill: #fff; font-size: 1.1rem; padding-left: 12px; padding-right: 12px;}

  .navbar .nav-link::before {content: ""; position: absolute; left: 8px; bottom: 0px; width: 0; height: 2px; background-color: var(--color-2); 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-light {fill: currentColor;}
.top-n2 {position: relative; top: -2px;}

.btn-outline-color1 {color: var(--color-1); border: 2px 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: 2px 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{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%);}

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

/* Hero */
.hero-title {
  letter-spacing: -0.02em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.25),
    0 4px 10px rgba(0, 0, 0, 0.35),
    0 10px 30px rgba(0, 0, 0, 0.45);
}

.hero-content {
  opacity: 0;
  transform: translateY(-50px);
  will-change: transform, opacity;
}

.swiper-slide-active .hero-content {
  animation: heroFadeDown 3000ms cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes heroFadeDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Hero */

.bg-image-1 {background: #fff;}
@media (min-width: 992px) {.bg-image-1 {background: url(../img/bg-image-1.webp) no-repeat 50% 0% / cover;}}

.bg-image-2 {background: var(--color-4);}
@media (min-width: 992px) {.bg-image-2 {background: url(../img/bg-image-2.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;}}

.top {height: 200px; position: relative;}
.top img {object-position: bottom;} 
@media (min-width: 1200px) {.top {height: 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 {padding: 25px 0px 5px; margin-bottom: 45px; color: var(--color-1); position: relative;}
.main-title h2 {position: relative; font-weight: bold; margin-bottom: 0;}
.main-title h2:before {content: ""; background: var(--color-2); border-radius: 6px; position: absolute; left: 0; bottom: -10px; right: 0; height: 2px;}
.main-title h2:after {content: ""; background: var(--color-4); border-radius: 6px; position: absolute; left: 0; bottom: -12px; right: 60%; height: 1px;}
@media (min-width: 768px) {.main-title:before {right: 40%;}}

@media (min-width: 1200px) {
  .main-title:before {right: 60%;}
  .main-title { padding: 30px 0px 0px; margin-bottom: 55px;} 
  /* .main-title h2 {font-size: calc(2.5rem * 0.7);}  */

}

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


/* 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);}




