:root {
  --color-1: #006230;
  --color-2: #fff;
  --color-3: #004421;
  --color-4: #d5f6e8;
  --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;}

.minh-130 {min-height: 130px;}
@media (min-width: 992px) {.h-lg-33 {height: 33%;}}

.gradient-equipamento {background: linear-gradient(135deg, var(--color-3), 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: 50px;} .navbar .nav-link{font-size: 1.2rem;}}
.header {position: sticky; top: 0; background: #fff; z-index: 100; }
@media (min-width: 1200px) {
  .header:not(.header-int) {background: linear-gradient(to bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,.3) 80%, transparent); position: sticky; margin-bottom: -113px;}
  .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);}

  .navbar .nav-link {position: relative; color: #fff !important; transition: color 0.3s ease;font-weight: 500; text-transform: uppercase; fill: #fff;}
 

  .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-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:var(--color-1);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:var(--color-4);background-color: var(--color-6);border-color:var(--color-6)}

.swiper-button-next, .swiper-button-prev {color: #fff !important; 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: #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;}}

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


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




