/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  left: 30px;
  bottom: 90px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  background: #0e0e0e;
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
}

.btn.btn-primary:hover {
  background: #ffb700;
  color: #0e0e0e;
  box-shadow: 0 0 30px 0 #ffb70084;
  border-color: #ffb700;
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 11px;
  border: 0;
  transition: 0.5s;
  opacity: 1;
}

/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-white);
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 20px 0;
  color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
  max-height: 120px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 100px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .navbar-light {
    background: #171717 !important;
  }

  .sticky-top.navbar-light {
    position: relative;
    background: #171717 !important;
  }
  .sticky-top.navbar-light {
    position: relative;
    background: #171717 !important;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-white);
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-dark);
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: #0e0e0e !important;
  }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--bs-primary);
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -1px;
    left: 50%;
    background: var(--bs-primary);
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::after,
  .navbar-light .navbar-nav .nav-link.active::after {
    width: 2px;
    height: 12px;
  }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
  object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
  height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #0e0e0e;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
  bottom: 30px;
  left: 30px;
  margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
  bottom: 30px;
  left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  color: #0e0e0e;
  background: #ffb700 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding-top: 120px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .header-carousel .owl-nav .owl-prev {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
  }

  .header-carousel .owl-nav .owl-next {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 45px;
  }
}

.header-carousel .header-carousel-item img {
  animation-name: image-zoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 1s;
}

/* @keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 1;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 1;}

    100% {height: 100%; opacity: 0.9;}
} */
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-about {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/servicos/Sobre_nos.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
  height: 80vh;
}

@media (min-width: 992px) {
  .bg-about {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .bg-about {
    padding: 60px 0 60px 0;
  }
}

.bg-about .breadcrumb {
  position: relative;
}

.bg-about .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-service {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/servicos/SOLUÇÕES\ PERSONALIZADAS.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
  height: 80vh;
}

@media (min-width: 992px) {
  .bg-service {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .bg-service {
    padding: 60px 0 60px 0;
  }
}

.bg-service .breadcrumb {
  position: relative;
}

.bg-service .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/
/*** Single Page Hero Header Start ***/
.bg-service-cooperativa {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/servicos/MAIS\ GESTÃO\ MAIS\ COOPERAÇÃO....jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s;
  height: 80vh;
}

@media (min-width: 992px) {
  .bg-service-cooperativa {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .bg-service-cooperativa {
    padding: 60px 0 60px 0;
  }
}

.bg-service-cooperativa .breadcrumb {
  position: relative;
}

.bg-service-cooperativa .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature .feature-item {
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  border: 1px solid transparent;
  transition: 0.5s;
}

.feature .feature-item:hover {
  border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
  background: var(--bs-white);
  border-radius: 10px;
  display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
  width: 100%;
  border-radius: 10px;
  display: flex;
  background: var(--bs-white);
  transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
  transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
  color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  background: var(--bs-white);
  box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.blog .blog-item a {
  transition: 0.5s;
}

.blog .blog-item:hover a:hover {
  color: var(--bs-primary);
}

.blog .blog-item .blog-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 208, 132, 0.1);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
  opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
  color: var(--bs-white);
  background: var(--bs-primary);
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
  color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
  margin-top: 58px;
}

.blog .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 6px 35px;
  border-radius: 30px;
  transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
  background: var(--bs-dark);
  color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 6px 35px;
  border-radius: 30px;
  transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: var(--bs-primary);
}
/*** Blog End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-secondary);
}

.faq-section
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  padding: 0 25px 25px 25px;
  border-radius: 10px;
  transition: 0.5s;
}

.team .team-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-light);
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-item:hover::before {
  height: 0;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1;
}

.team .team-item:hover::after {
  height: 100%;
  background: var(--bs-primary);
}

.team .team-item .team-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  margin-top: 50%;
  transform: translateY(-50%);
  margin-bottom: -50%;
  display: flex;
  justify-content: center;
  border: 4px solid var(--bs-primary);
  border-style: dotted;
  padding: 4px;
  background: var(--bs-white);
  transition: 0.5s;
}

.team .team-item:hover .team-img {
  border: 4px solid var(--bs-white);
  border-style: dotted;
  background: 0;
}

.team .team-item .team-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: 0.5s;
}

.team .team-item .team-title {
  padding: 25px 0 25px 0;
  text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
  transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
  color: var(--bs-white);
}

.team .team-item .team-icon {
  display: flex;
  justify-content: center;
}

.team .team-item .team-icon a {
  transition: 0.5s;
}

.team .team-item:hover .team-icon a {
  color: var(--bs-dark);
  background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
  color: var(--bs-primary);
  background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
  position: relative;
  margin-bottom: 30px;
  padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-light);
  z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
  display: flex;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 5px solid var(--bs-light);
  border-style: double;
  background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
  padding: 25px 0;
  text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
  display: flex;
  justify-content: space-between;
}

.testimonial .testimonial-item .testimonial-quote-left {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 25px;
  border-radius: 60px;
  color: var(--bs-primary);
  background: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-quote-right {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -30px;
  right: 25px;
  margin-top: -5px;
  border-radius: 60px;
  color: var(--bs-primary);
  background: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-secondary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}

/*** Testimonial End ***/

.footer .footer-item {
  display: flex;
  flex-direction: column;
}

.footer .footer-item a {
  line-height: 35px;
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  background: var(--bs-dark);
}
/*** copyright end ***/

/* .about {
    background-image: url('../img/background-05.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /
    z-index: 1;
}

.about .container {
    position: relative;
    z-index: 2;
} */
.service {
  background-image: url("../img/background-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.service .container {
  position: relative;
  z-index: 2;
}
.services-section {
  padding: 10px 0;
  background-color: #f8f9fa;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c3e50;
}

.section-title p {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

.service-card {
  background: transparent;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(255, 183, 0, 0.1);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  border-radius: 12px;
}

.service-card:hover::before {
  opacity: 0.4;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 183, 0);
}

.service-icon {
  font-size: 2.5rem;
  color: #3498db;
  margin-bottom: 20px;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.service-description {
  color: white;
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-link {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #2980b9;
}

.service-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.service-link:hover i {
  transform: translateX(5px);
}

/* Imagens específicas para cada serviço */
.service-card[data-service="mentoria"]::before {
  background-image: url("../img/servicos/mentoria.png");
}
/* Imagens específicas para cada serviço */
.service-card[data-service="mentoria-mais-lucros"]::before {
  background-image: url("../img/servicos/mentoria mais lucro.png");
}
.service-card[data-service="consultoria"]::before {
  background-image: url("../img/servicos/consultoria.jpg");
}
.service-card[data-service="consultoria-financeira"]::before {
  background-image: url("../img/servicos/consultoria\ financeira.png");
}
.service-card[data-service="consultoria-imagem"]::before {
  background-image: url("../img/servicos/consultoria\ de\ imagem.png");
}
.service-card[data-service="consultoria-marketing"]::before {
  background-image: url("../img/servicos/consultoria\ de\ marketing.png");
}

.service-card[data-service="palestras"]::before {
  background-image: url("../img/servicos/palestras.jpg");
}

.service-card[data-service="treinamento-capacitacoes"]::before {
  background-image: url("../img/servicos/treinamentos.jpg");
}

.service-card[data-service="telecomunicacoes"]::before {
  background-image: url("../img/servicos/soluções\ para\ cooperativas.jpg");
}
.service-card[data-service="curso-online"]::before {
  background-image: url("../img/servicos/produtos\ digitais.jpg");
}
.service-card[data-service="curso-financeiro"]::before {
  background-image: url("../img/servicos/Texto\ do\ seu\ parágrafo\ \(4\).png");
}
.service-card[data-service="curso-vendas"]::before {
  background-image: url("../img/servicos/Texto\ do\ seu\ parágrafo.jpg");
}

/* corporativas */
/* Placeholder images - substitua por suas próprias imagens */
.service-card[data-service="mentorcoop"]::before {
  background-image: url("../img/servicos/mentorcoop.jpg");
}

.service-card[data-service="gestao-financeira"]::before {
  background-image: url("../img/servicos/consultoria\ gestão\ financeira\ cooperativa.jpg");
}

.service-card[data-service="marketing"]::before {
  background-image: url("../img/servicos/consultoria\ de\ marketing.png");
}

.service-card[data-service="marketing-digital"]::before {
  background-image: url("../img/servicos/consultoria\ de\ marketing.jpg");
}

.service-card[data-service="captacao-recursos"]::before {
  background-image: url("../img/servicos/captção\ de\ recursos.jpg");
}

.service-card[data-service="capacitacoes"]::before {
  background-image: url("../img/servicos/capacitações.jpg");
}

.service-card[data-service="palestras-cooperativas"]::before {
  background-image: url("../img/servicos/palestra\ cooperativa.jpg");
}

.service-card[data-service="workshop-financeiro"]::before {
  background-image: url("../img/servicos/workshop\ dominando.jpg");
}

.bg-ouro {
  background: rgb(255, 183, 0);
}
.text-ouro {
  color: rgb(255, 183, 0);
}
.subdescricao {
  max-width: 910px;
  margin: auto;
}
/* diferenciais */
/* .premium-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0e0e0e 0%, #1a1a1a 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.premium-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/background-03.jpg");
  opacity: 0.1;
} */

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-subtitle {
  color: #ffb700;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: white;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.section-description {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

/* Tablets - 2 colunas */
@media (max-width: 992px) {
  .diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* Mobile - 1 coluna */
@media (max-width: 768px) {
  .diferenciais-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.diferencial-card {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 183, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.diferencial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181818;
  opacity: 0;
  transition: all 0.3s ease;
}

.diferencial-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 183, 0);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.diferencial-card:hover::before {
  opacity: 1;
}

.diferencial-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(255, 183, 0, 0.1) 0%,
    rgba(255, 183, 0, 0.05) 100%
  );
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 2rem;
  color: #ffb700;
  position: relative;
  z-index: 2;
}

.diferencial-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  color: white;
}

.diferencial-description {
  color: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.diferencial-features {
  position: relative;
  z-index: 2;
}

.diferencial-features li {
  padding: 8px 0;
  color: white;
  position: relative;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 80px;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #ffb700;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.1rem;
  color: white !important;
}

.cta-container {
  text-align: center;
  margin-top: 80px;
}

.cta-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #ffb700;
}

.cta-description {
  max-width: 600px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
}

.btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-dark) 100%
  );
  color: white;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(255, 183, 0, 0.3);
}

.btn-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 183, 0, 0.4);
}

@media (max-width: 768px) {
  .premium-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .diferenciais-grid {
    grid-template-columns: 1fr;
  }

  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-title {
    font-size: 1.8rem;
  }
}
.bg-background {
  background: #0e0e0e;
}
.bg-background_02 {
  background-image: linear-gradient(to top, #171717, #444);
}
.bg-background-cooperativas {
  background-image: linear-gradient(to top, #030303, #444);
}
.contact-section {
  padding: 100px 0;
  background: linear-gradient(to top, #020202, #222222);
  color: white;
  position: relative;
  overflow: hidden;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 183, 0, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.form-container:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 183, 0, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.contact-card:hover::before {
  opacity: 1;
}

.contact-card h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  color: var(--primary);
  position: relative;
  z-index: 2;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #ffb700;
  background-image: linear-gradient(180deg, #202020 0%, #070707 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
  flex-shrink: 0;
}

.contact-details {
  flex: 1;
}

.contact-details h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #ffb700;
}

.contact-details p,
.contact-details a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-details a:hover {
  color: #ffb700;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-dark) 100%
  );
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 183, 0, 0.3);
  margin-top: 10px;
}

.btn-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 183, 0, 0.4);
}

.map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}

.form-container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

/* .form-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 183, 0, 0.1) 0%, transparent 100%);
            opacity: 0;
            transition: all 0.3s ease;
        } */

.form-container:hover::before {
  opacity: 1;
}

.form-title {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: var(--primary);
  text-align: center;
  position: relative;
  z-index: 2;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #ffb700;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.12);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.btn-submit {
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-dark) 100%
  );
  color: white;
  border: none;
  padding: 18px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 183, 0, 0.3);
  position: relative;
  z-index: 2;
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 183, 0, 0.4);
  color: #ffb700;
}

@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .form-container {
    padding: 30px 20px;
  }
}
.footer {
  background-image: url("../img/background-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.footer .container {
  position: relative;
  z-index: 2;
}
.premium-section {
  background-image: url("../img/background-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.premium-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.premium-section .container {
  position: relative;
  z-index: 2;
}
.bg-top {
  background: #0e0e0e;
}
.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    rgba(255, 183, 0, 0.1) 0%,
    rgba(255, 183, 0, 0.05) 100%
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #ffb700;
  font-size: 1.5rem;
}
.btn-primary-cesto {
  background: linear-gradient(135deg, #151515 0%, #171717 100%);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px #ffb70044;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-primary-cesto:hover:not(:disabled) {
  transform: translateY(-2px);
  color: #ffb700;
}

.btn-primary-cesto:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

#circleCesto {
  display: none;
}

#circleCesto.show {
  display: block;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.form-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #151515 0%, #171717 100%);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  /* box-shadow: 0 4px 12px rgba(143, 185, 150, 0.2); */
}

.cesto-diagnostic-form .form-control {
  border: 2px solid #e8f5e8;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.cesto-diagnostic-form .form-control:focus {
  border-color: #8fb996;
  box-shadow: 0 0 0 0.25rem rgba(143, 185, 150, 0.15);
}
/* Container principal */
.clientes-premium {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  color: white;
  padding-top: 10px;
  z-index: 1000;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
}

/* Container do slider */
.clientes-slider-container {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

/* Slider de clientes */
.clientes-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Item do slider */
.cliente-item {
  flex: 0 0 130px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Efeito ao passar o mouse */
.cliente-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Imagem do cliente */
.cliente-logo {
  max-width: 100%;
  max-height: 50px;
  /* filter: brightness(0) invert(1); */
  transition: filter 0.3s ease;
}

/* Efeito na imagem ao passar o mouse */
.cliente-item:hover .cliente-logo {
  filter: none;
}

/* Botões de navegação */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.prev-btn {
  display: none;
}

.next-btn {
  display: none;
}

/* Indicadores do slider */
.slider-indicators {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: none;
}

.indicator.active {
  background-color: white;
}

/* Conteúdo da página para demonstração */
.page-content {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.page-content h1 {
  margin-bottom: 20px;
  color: #1a1a2e;
}

.page-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.process-section {
  border: 1px solid rgba(255, 183, 0, 0.1);
}
.process-section {
  border: 1px solid rgba(255, 183, 0, 0.1);
}

.process-step {
  padding: 20px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffb700, #e6a500);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 15px;
}

.process-step h5 {
  color: white;
  margin-bottom: 10px;
}

.process-step p {
  color: white;
  font-size: 0.9rem;
}

.cta-section {
  background: transparent;
  color: white;
  padding: 60px 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 183, 0, 0.1);
  margin-top: 50px;
}
.cta-section:hover {
  border: 1px solid rgba(255, 183, 0);
}

.cta-section h3 {
  color: white;
}

.cta-section .btn {
  font-weight: 600;
  padding: 15px 40px;
  font-size: 1.1rem;
}
.cooperatives-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/background-01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .cooperatives-section {
    padding: 60px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .cooperatives-section {
    padding: 60px 0 60px 0;
  }
}

.cooperatives-section .breadcrumb {
  position: relative;
}

.cooperatives-section .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
.differentiators-section {
  border: 1px solid rgba(255, 183, 0, 0.1);
}
.differentiators-section:hover {
  border: 1px solid #ffb700;
}
.contact-section {
  padding: 100px 0;
  background: linear-gradient(to top, #020202, #222222);
  color: white;
  position: relative;
  overflow: hidden;
}
.cooperatives-section {
  position: relative;
  overflow: hidden;
  background: #151515;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary);
  border-radius: 2px;
}

.section-header p {
  font-size: 1.2rem;
  color: var(--dark);
  max-width: 700px;
  margin: 0 auto;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

.process-intro {
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
}

.process-step {
  flex: 1 1 calc(25% - 30px);
  min-width: 250px;
  background: #171717;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.step-number {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffb700;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-bottom-left-radius: 10px;
}

.step-title {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.step-description {
  color: #555;
  font-size: 0.95rem;
}

.focus-section {
  text-align: center;
  margin: 40px 0;
  padding: 15px;
  background: linear-gradient(100deg, #121212, #171717);
  color: #ffb700;
  border-radius: 10px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.focus-section h3 {
  font-size: 1.8rem;
  /* margin-bottom: 15px; */
}

.cta-section {
  text-align: center;
  margin: 40px 0;
}

.cta-button {
  display: inline-block;
  background-color: var(--secondary);
  color: white;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
}

.cta-button:hover {
  background-color: #e6b522;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(243, 156, 18, 0.4);
}

.cooperative-section {
  background-color: transparent;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  border: 1px solid rgba(255, 183, 0, 0.1);
}
.cooperative-section:hover {
  /* transform: translateY(-3px); */
  border: 1px solid rgba(255, 183, 0, 0.9);
}
.cooperative-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.cooperative-icon {
  width: 60px;
  height: 60px;
  background-color: #ffbf00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: white;
  font-size: 1.5rem;
}

.cooperative-title {
  font-size: 1.8rem;
  color: #ffbf00;
}

.cooperative-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cooperative-text {
  flex: 1 1 60%;
  min-width: 300px;
  color: white;
}

.cooperative-logos {
  flex: 1 1 30%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  height: 80px;
}

.logo-item img {
  max-width: 100%;
  max-height: 50px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-item:hover img {
  filter: grayscale(0%);
}
.mobile_banner {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .process-step {
    flex: 1 1 100%;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .cooperative-content {
    flex-direction: column;
  }

  .cooperative-logos {
    flex-direction: row;
    justify-content: space-around;
  }
  .mobile_banner {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #171717;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-container {
  text-align: center;
  margin-bottom: -40px!important;
}

.loading-text {
  font-size: 14px;
  color: var(--text-color, #fff)!important;
  text-align: center;
}

.dots-container {
  position: relative;
  height: 13px;
  width: 65px;
  margin: 15px auto 0;
}

/* Dots */
#preloader .dot {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  background-color: var(--accent-color, #ffb700);
  border-radius: 50%;
}

/* Correção das animações */
#preloader .dot:nth-child(1) {
  left: 0px;
  animation: animate-preloader-1 0.6s infinite;
}

#preloader .dot:nth-child(2) {
  left: 0px;
  animation: animate-preloader-2 0.6s infinite;
}

#preloader .dot:nth-child(3) {
  left: 24px;
  animation: animate-preloader-2 0.6s infinite;
}

#preloader .dot:nth-child(4) {
  left: 48px;
  animation: animate-preloader-3 0.6s infinite;
}

/* Keyframes */
@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* Ocultar preloader quando o body ganhar a classe .loaded */
.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

/* Banner Principal */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #171717;
  color: #ffffff;
  padding: 20px;
  z-index: 999999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #ffb700;
  font-family: "Inter", sans-serif;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}

.cookie-banner.show {
  transform: translateY(0);
  display: block;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.cookie-text {
  flex: 1;
  min-width: 300px;
}

.cookie-title {
  color: #ffb700;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.cookie-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 0;
}

.cookie-description a {
  color: #ffb700;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}

.cookie-btn-accept {
  background: #ffb700;
  color: #171717;
}

.cookie-btn-accept:hover {
  background: #e6a500;
  transform: translateY(-2px);
}

.cookie-btn-settings {
  background: transparent;
  color: #ffffff;
  border: 2px solid #6c757d;
}

.cookie-btn-settings:hover {
  border-color: #ffb700;
  color: #ffb700;
}

.cookie-btn-reject {
  background: transparent;
  color: #ffffff;
  border: 2px solid #dc3545;
  color: #dc3545;
}

.cookie-btn-reject:hover {
  background: #dc3545;
  color: #ffffff;
}

/* Modal de Configurações */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cookie-modal.show {
  display: flex;
  opacity: 1;
}

.cookie-modal-content {
  background: #171717;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border: 2px solid #ffb700;
}

.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-modal-title {
  color: #ffb700;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.cookie-modal-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cookie-modal-close:hover {
  background: #333;
  color: #ffb700;
}

.cookie-modal-body {
  padding: 20px;
}

.cookie-intro {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 0.95rem;
}

/* Categorias de Cookies */
.cookie-category {
  background: #222;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.cookie-category.active {
  border-left-color: #ffb700;
  background: #2a2a2a;
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.cookie-category-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.cookie-category-toggle {
  position: relative;
  width: 50px;
  height: 26px;
}

.cookie-category-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-category-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #555;
  transition: 0.4s;
  border-radius: 34px;
}

.cookie-category-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.cookie-category-toggle input:checked + .cookie-category-slider {
  background-color: #ffb700;
}

.cookie-category-toggle input:checked + .cookie-category-slider:before {
  transform: translateX(24px);
}

.cookie-category-description {
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.cookie-category-list {
  background: #1a1a1a;
  border-radius: 6px;
  padding: 15px;
  margin-top: 10px;
}

.cookie-category-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cookie-category-list li {
  color: #ccc;
  padding: 8px 0;
  border-bottom: 1px solid #333;
  font-size: 0.9rem;
}

.cookie-category-list li:last-child {
  border-bottom: none;
}

.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.cookie-btn-save {
  background: #ffb700;
  color: #171717;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn-save:hover {
  background: #e6a500;
  transform: translateY(-2px);
}

.cookie-btn-cancel {
  background: transparent;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 8px;
  border: 2px solid #6c757d;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn-cancel:hover {
  border-color: #ffb700;
  color: #ffb700;
}

/* Botão Flutuante */
.cookie-float-btn {
  position: fixed;
  bottom: 160px;
  left: 35px;
  background: #171717;
  color: #171717;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999998;
  box-shadow: 0 4px 15px rgba(255, 183, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
  font-size: 1.2rem;
}

.cookie-float-btn.show {
  display: flex;
}

.cookie-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 183, 0, 0.4);
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.logo-container {
  margin-bottom: 30px;
}

.dots-container {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.dot {
  width: 15px;
  height: 15px;
  background: #ffb700;
  border-radius: 50%;
  animation: dotPulse 1.5s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}
.dot:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes dotPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

.loading-text {
  color: #ffb700;
  font-size: 1rem;
  animation: fadeInOut 2s infinite;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

/* Responsividade */
@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }

  .cookie-btn {
    flex: 1;
    min-width: 120px;
  }

  .cookie-modal {
    padding: 10px;
  }

  .cookie-modal-footer {
    flex-direction: column;
  }

  .cookie-float-btn {
    bottom: 80px;
    right: 15px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    padding: 15px;
  }

  .cookie-btn {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .cookie-modal-header,
  .cookie-modal-body,
  .cookie-modal-footer {
    padding: 15px;
  }
}
