/*** 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;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  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;
  border-radius: 50%;
}

.btn.btn-primary {
  background: transparent !important;
  color: var(--bs-white) !important;
  font-family: "Roboto", sans-serif;
  border: none;
  font-weight: bold;
  letter-spacing: 2px;
  transition: 0.5s;
  border-radius: 10px !important;
  border: 3px solid white !important;
}

.btn.btn-primary:hover {
  /* background: var(--bs-dark) !important;
    color: var(--bs-light) !important; */
  transform: scale(1.1);
}

.btn.btn-primary-beleza {
  background: transparent !important;
  color: rgb(97, 23, 89) !important;
  font-family: "Roboto", sans-serif;
  border: none;
  font-weight: bold;
  letter-spacing: 2px;
  transition: 0.5s;
  border-radius: 10px !important;
  border: 3px solid rgb(97, 23, 89) !important;
}

.btn.btn-primary-beleza:hover {
  /* background: var(--bs-dark) !important;
    color: var(--bs-light) !important; */
  transform: scale(1.1);
}

.btn.btn-dark {
  background: var(--bs-dark) !important;
  color: var(--bs-white) !important;
  font-family: "Roboto", sans-serif;
  border: none;
  font-weight: 400;
  transition: 0.5s;
}

.btn.btn-dark:hover {
  background: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}

.btn.btn-light {
  background: transparent !important;
  color: var(--bs-white) !important;
  font-family: "Roboto", sans-serif;
  border: none;
  font-weight: 400;
  transition: 0.5s;
}

.btn.btn-light:hover {
  /* background: var(--bs-white) !important;
    color: var(--bs-dark) !important; */
}
/*** Topbar Start ***/
.topbar {
  padding: 2px 10px 2px 20px;
  background: white !important;
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
  .modal-container {
  width: 90%;
  max-width: 800px;
  height: 540px;
  /* background: linear-gradient(135deg, #6e48aa, #9d50bb)!important; */
  /* background: linear-gradient(
  45deg,
  #405DE6, #833AB4, #C13584, #E1306C,
  #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80
); */
  /* background: linear-gradient(
  45deg,
  #543129, #B9815A, #9A3330, #E1306C
); */
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-container {
  transform: scale(1);
}

.modal-banner {
  width: 100%;
  height: 230px!important;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../img/banner/banner-04.png");
  background-size: contain!important;
  background-repeat: no-repeat!important;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown-item {
  background-color: #ffc107 !important;
  border-radius: 10px;
  width: 80px!important;
  backdrop-filter: blur(5px);
  /* margin: 0 50px; */
  margin-top: 10px;
  margin: 10px 0px!important;
}

.countdown-number {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #533129;
}

.countdown-label {
  font-size: 0.9rem;
  opacity: 0.9;
  color: #533129;
  font-weight: 700;
}
.open-modal-btn {
  font-size: 14px!important;
}
}
/*** Topbar End ***/

/*** Navbar ***/
.sticky-top,
.sticky-top .container {
  transition: 0.5s !important;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
  color: var(--bs-dark) !important;
}

.navbar .navbar-nav .nav-item {
  position: relative;
  margin: 0 5px !important;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0px solid var(--bs-primary);
  transition: 0.5s;
  color: #000;
}

.navbar .navbar-nav .nav-item::before {
  top: 0;
  left: 0;
}
.navbar .navbar-nav .nav-item::after {
  bottom: 0;
  right: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
  width: 100%;
  border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary) !important;
  color: purple !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 20px !important;
    transition: 0.5s;
    opacity: 0;
    z-index: 9;
  }
}

@media (max-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    margin-top: 15px !important;
    transition: 0.5s;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item.nav-link {
    margin: 15px 0 !important;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  margin-top: 20px !important;
  transition: 0.5s;
  opacity: 1;
}

.navbar .navbar-toggler {
  padding: 8px 15px;
  color: var(--bs-primary);
  background: transparent;
}

#searchModal .modal-content {
  background: rgba(250, 250, 250, 0.6);
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
/* .header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
} */

.owl-carousel {
  display: flex;
  overflow: hidden; /* Garante que as imagens fora da área visível não apareçam */
  height: 100vh; /* Altura total da viewport */
  width: 100%; /* Largura total */
}

/* Estilos para cada item do carrossel */
.carousel-item {
  flex-shrink: 0; /* Impede que o item encolha */
  width: 100%; /* Cada item ocupa 100% da largura da tela */
  height: 100vh; /* Cada item ocupa 100% da altura da tela */
}
/* Estilos para as imagens */
.carousel-item img {
  object-fit: cover; /* Faz com que a imagem cubra o espaço sem distorcer */
  width: 100%; /* A imagem ocupa 100% da largura do item */
  height: 100%; /* A imagem ocupa 100% da altura do item */
  object-position: center; /* Centraliza a imagem dentro do item */
}

.owl-prev,
.owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 20px;
  border-radius: 40px;
  background: var(--bs-primary);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0.5;
}

.owl-prev {
  left: 5px;
}

.owl-next {
  right: 5px;
}

.owl-prev:hover,
.owl-next:hover {
  /* background: var(--bs-primary) !important; */
  opacity: 1;
  color: var(--bs-white) !important;
}

.header-carousel .header-carousel-item-img-1,
.header-carousel .header-carousel-item-img-2,
.header-carousel .header-carousel-item-img-3,
.header-carousel .header-carousel-item-img-4 {
  position: relative;
  overflow: hidden;
}

/* .header-carousel .header-carousel-item-img-1::before,
.header-carousel .header-carousel-item-img-2::before,
.header-carousel .header-carousel-item-img-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
    border-radius: 300px;
    border: 100px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {top: -400px;}
    50%   {right: -200px;}
    75%   {top: -200px;}
    100%  {top: -400px;}
}

.header-carousel .header-carousel-item-img-1::after,
.header-carousel .header-carousel-item-img-2::after,
.header-carousel .header-carousel-item-img-3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 100vh;
    top: -150px;
    left: 70px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
}

@keyframes RotateMoveRight {
    0%   {left: 0px;}
    50%   {left: 70px;}
    100%  {left: 0px;}
} */

/* .header-carousel .header-carousel-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 100vh;
    top: -150px;
    left: -265px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}

@keyframes RotateMoveLeft {
    0%   {left: -240px;}
    50%   {left: -300px;}
    100%  {left: -240px;}
} */

.header-carousel .header-carousel-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 2 !important;
}

/* .header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
} */
@media (max-width: 1024px) {
  .header-carousel .header-carousel-item .carousel-caption {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 10px;
  }

  .header-carousel-item img {
    height: 700px;
    object-fit: cover;
  }

  .owl-prev,
  .owl-next {
    top: 40px !important;
  }

  .owl-prev {
    left: 65%;
  }
  /* .banner img{
        height: 100%!important;
    }
    .owl-carousel{
        height: 100%!important;
    }
    .bg-image-faca-parte-dessa-ideia {
        height: 100%!important;
        background-repeat: no-repeat;
    } */
}
@media (max-width: 992px) {
  .header-carousel .header-carousel-item .carousel-caption {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 10px;
  }
  .header-carousel-item img {
    height: 700px;
    object-fit: cover;
  }

  .owl-prev,
  .owl-next {
    top: 40px !important;
  }

  .owl-prev {
    left: 65%;
  }
}
/*** Header Carousel End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
  color: var(--bs-white) !important;
}

.bg-breadcrumb .bg-breadcrumb-single {
  position: absolute;
  width: 500px;
  height: 100vh;
  top: 0px;
  left: 0;
  margin-left: 30px;
  transform: rotate(-30deg);
  background: var(--bs-dark);
  animation: RotateMoveLeft 5s linear infinite;
  opacity: 0.7;
  z-index: 2 !important;
}

.bg-breadcrumb::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: -150px;
  right: -150px;
  border-radius: 200px;
  border: 80px solid rgba(68, 210, 246, 0.2);
  animation: RotateMoveCircle 10s linear infinite;
  background: transparent;
  z-index: 2 !important;
}

@keyframes RotateMoveCircle {
  0% {
    top: -200px;
  }
  50% {
    right: -100px;
  }
  75% {
    top: -100px;
  }
  100% {
    top: -200px;
  }
}

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1200px;
  top: -150px;
  left: 0;
  margin-left: 160px;
  transform: rotate(-30deg);
  background: rgba(68, 210, 246, 0.2);
  animation: RotateMoveRight 5s linear infinite;
  z-index: 2 !important;
}
/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .text {
  position: relative;
}

.about .text::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-primary);
}
/*** About End ***/

/*** Service Start ***/
.service .service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
}

.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}

.service .service-item .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-img img {
  /* transform: scale(1.1); */
}

.service .service-item .service-img::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
  /* background: rgba(128, 0, 128, 0.2); */
  transition: 0.5s;
}

.service .service-item:hover .service-img::after {
  width: 100% !important;
  height: 100% !important;
}

.service .service-item .service-content {
  position: relative;
}

.service .service-item .service-content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
  background: var(--bs-dark);
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover .service-content::after {
  width: 100% !important;
  height: 100% !important;
}

.service .service-item .service-content .service-content-inner {
  transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
  position: relative;
  color: var(--bs-white) !important;
  transition: 0.5s;
  z-index: 2;
}

.service .service-item:hover .service-content .service-content-inner a.h4 {
  color: var(--bs-white) !important;
  transition: 0.5s;
}

.service
  .service-item:hover
  .service-content
  .service-content-inner
  a.h4:hover {
  color: var(--bs-primary) !important;
}
/*** Service End ***/

/*** Project Start ***/
.project .project-carousel.owl-carousel {
  height: 100%;
}

.project .project-carousel .project-item {
  position: relative;
  overflow: hidden;
}

.project .project-carousel .project-item .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project .project-carousel .project-item .project-img::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(68, 210, 246, 0.4);
  transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img::after {
  height: 100%;
}

.project .project-carousel .project-item .project-img img {
  transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img img {
  transform: scale(1.2);
}

.project .project-carousel .project-item .project-content {
  position: relative;
  width: 75%;
  height: 100%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.project .project-carousel .project-item .project-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px !important;
  background: var(--bs-dark);
  transition: 0.5s;
}

.project
  .project-carousel
  .project-item
  .project-content
  .project-content-inner {
  position: relative;
  z-index: 2;
}

.project
  .project-carousel
  .project-item:hover
  .project-content
  .project-content-inner
  p,
.project
  .project-carousel
  .project-item:hover
  .project-content
  .project-content-inner
  a.h4,
.project
  .project-carousel
  .project-item:hover
  .project-content
  .project-content-inner
  .project-icon
  i {
  color: var(--bs-white) !important;
  transition: 0.5s;
}

.project
  .project-carousel
  .project-item:hover
  .project-content
  .project-content-inner
  a.h4:hover {
  color: var(--bs-primary) !important;
}

.project .project-carousel .project-item:hover .project-content::after {
  height: 100%;
}

.project-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -120px;
  transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 15px;
  background: var(--bs-dark);
  transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  border: 8px solid var(--bs-primary);
}
/*** Project End ***/

/*** Blog Start ***/
.blog .blog-item .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item .project-img .blog-plus-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(68, 210, 246, 0.2);
  transition: 0.5s;
  opacity: 0;
}

.blog .blog-item:hover .project-img .blog-plus-icon {
  opacity: 1;
}

.blog .blog-item .project-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .project-img img {
  transform: scale(1.3);
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bs-dark);
  transition: 0.5s;
}

.team .team-item:hover {
  border: none !important;
}

.team .team-item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--bs-primary) transparent transparent var(--bs-primary) !important;
  z-index: 5;
  transition: 1s;
  opacity: 0;
}

.team .team-item::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  border: 1px solid;
  border-color: transparent var(--bs-primary) var(--bs-primary) transparent !important;
  z-index: 5;
  transition: 1s;
  opacity: 0;
}

.team .team-item:hover:after,
.team .team-item:hover::before {
  width: 100% !important;
  height: 100% !important;
  opacity: 1;
}

.team .team-item .team-img {
  position: relative;
  overflow: hidden;
}

.team .team-item .team-img::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(68, 210, 246, 0.2);
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
}

.team .team-item .team-img .team-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 8;
  transition: 0.5s;
}

.team .team-item .team-img .team-icon .team-icon-share {
  position: relative;
  margin-top: -200px;
  transition: 0.5s;
  z-index: 9;
}

.team .team-item:hover .team-img .team-icon .team-icon-share {
  margin-top: 0 !important;
}

.team .team-item .team-content {
  position: relative;
}

.team .team-item .team-content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-primary) !important;
  transition: 0.5s;
}

.team .team-item .team-content::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-primary) !important;
  transition: 0.5s;
}

.team .team-item:hover .team-content::after,
.team .team-item:hover .team-content::before {
  width: 100% !important;
  height: 50% !important;
}

.team .team-item:hover .team-content .team-content-inner {
  position: relative;
  color: var(--bs-white);
  z-index: 2;
}

.team .team-item .team-content .team-content-inner h4,
.team .team-item .team-content .team-content-inner p {
  transition: 0.5s;
}

.team .team-item:hover .team-content .team-content-inner p {
  color: var(--bs-white) !important;
}

.team .team-item:hover .team-content .team-content-inner h4 {
  color: var(--bs-dark) !important;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
  position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
  width: 40px;
  background: var(--bs-primary);
}
/*** Testimonial End ***/

/*** FAQ'S Start ***/
.faq {
  position: relative;
  overflow: hidden;
}

.faq::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/bg.png);
  object-fit: cover;
  z-index: -1;
}

.faq .faq-img {
  position: relative;
}

.faq .faq-img .faq-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/*** FAQ'S End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}
.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
  font-weight: 600;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  color: rgb(224, 138, 255)!important;
}
.footer .footer-item a h5:hover {
  color: rgb(224, 138, 255)!important;
}
.text-footer:hover{
color: rgb(224, 138, 255)!important;
}

.footer .footer-item-post a {
  transition: 0.5s;

}

.footer .footer-item-post a:hover {
  color: var(--bs-primary) !important;
}

.footer .footer-item-post .footer-btn a {
  transition: 0.5s;
}

.footer .footer-item-post .footer-btn a:hover {
  color: var(--bs-dark);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-color: transparent !important;
}
/*** copyright end ***/
.bg-purple {
  background-color: purple !important;
}
.bg-purple-opacity {
  background-color: rgb(216, 126, 252) !important;
}
.bg-pink {
  background-color: rgb(248, 3, 154) !important;
}
.bg-pink-light {
  background-color: rgb(250, 118, 200) !important;
}
.bg-purple-light {
  background-color: rgba(128, 0, 128, 0.2) !important;
}
.bg-purple-light-02 {
  background-color: rgba(128, 0, 128, 0.5) !important;
}
.bg-purple-light-03 {
  background-color: rgba(128, 0, 128, 0.7) !important;
}
.bg-purple-light-04 {
  background-color: rgb(205, 4, 255) !important;
}
.bg-orange {
  background-color: orangered !important;
}
.bg-orange-03 {
  background-color: rgba(255, 68, 0, 0.8) !important;
}
.bg-orange-04 {
  background-color: rgb(253, 94, 36) !important;
}
.bg-orange-02 {
  background-color: rgba(255, 8, 0, 0.8) !important;
}
.bg-yellow-02 {
  background-color: rgba(255, 166, 0, 0.8) !important;
}
.bg-yellow {
  background-color: rgba(255, 166, 0) !important;
}
.bg-yellow-03 {
  background-color: #ffc734 !important;
}
/* .bg-gradient {
    background-image: linear-gradient(to right, #A6195E , #7B1D6B)!important;
    #FFC734
} */
.bg-image-empreendedorismo {
  background-image: url(../img/empreen.png);
  margin-top: -2px;
}
.beleza-gastronomia {
  margin-top: -2px;
}
.bg-economia-prateada {
  background-image: linear-gradient(to right, #62237e, #2d1d5b);
}
.beleza-estetica {
  background: #ffc734;
}
.bg-image-economia-prateada {
  background-image: url(../img/economia-02.png);
  margin-top: -2px;
}
.beleza-gastronomia {
  background: #fb3199;
}
.bg-image-economia-criativa {
  background-image: url(../img/economia-criativa-02.png);
  margin-top: -2px;
}
.apoio-psicologico {
  background: #ff7d24;
  margin-top: -2px;
}
.bg-image-campanha {
  background-image: url(../img/banner-solidariedade.png);
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 100%;
  width: 100% !important;
}
.bg-image-faca-a-diferenca {
  background-image: url(../img/banner-faca-diferenca-02.png);
  background-repeat: no-repeat !important;
  background-size: cover;

  width: 100% !important;
}

.gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.text-purple {
  color: rgb(97, 23, 89) !important;
  font-weight: bolder;
}
.text-purple-light {
  color: rgb(183, 51, 145) !important;
  font-weight: bolder;
}
.bg-image-footer {
  background-image: url(../img/banner-solidariedade.png);
  background-repeat: no-repeat !important;
  background-size: cover;
  /* height: 700px; */
  width: 100% !important;
}
.bg-modal-empreendedorismo {
  background-image: url(../img/banner-solidariedade.png);
  background-repeat: no-repeat !important;
  background-size: cover;
}
.bg-modal-beleza-estetica {
  background: #ffc734;
}
.bg-black {
  background-color: #1f1f1f;
  color: #ffc734;
}
.bg-black:hover {
  background-color: #1f1f1f;
  color: #ffc734;
  transform: scale(1.1);
}
.bg-orange-btn {
  background-color: orangered;
  color: #fff;
}
.bg-orange-btn:hover {
  background-color: orangered;
  color: #fff;
  transform: scale(1.1);
}

/* .banner-01 {
    background-image: url(../img/banner-instituto-01.jpg);
    background-repeat: no-repeat;
     background-size: cover;
     height: 900px;
}
.banner-02 {
    background-image: url(../img/banner-potencia-feminina-02.jpg);
    background-repeat: no-repeat;
     background-size: cover;
     height: 900px;
}
.banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png);
    background-repeat: no-repeat;
     background-size: cover;
     height: 900px;
} */
.bg-image-faca-parte-dessa-ideia {
  background-image: url(../img/BANNERS\ NOVAS\ DIMENSÕES/BANNER-05-FAÇA-PARTE.png);
  height: 85vh;
  width: 100%;
  object-fit: cover;
  background-position: center;
  background-size: contain;
  /* background-repeat: no-repeat!important;
     background-size: cover;
     background-position: bottom;
    height: 900px; */
  /* width: 100%!important; */
}
/* .bg-image-femea {
  background-image: url(../img/banner/banner-04.png);
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 900px;
} */

/* @media (max-width: 1440px) {
  .links-femea-button a {
    margin-top: 50px !important;
  }
} */
@media (max-width: 1024px) {
  /* .banner-01 {
    background-image: url(../img/banner-instituto-01-mobile-768.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: calc(100vh + 250px) !important;
  }
  .banner-02 {
    background-image: url(../img/banner-potencia-feminina-02-mobile-768.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    height: calc(100vh + 250px) !important;
  }
  .banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    height: calc(100vh + 250px) !important;
  } */
  .bg-image-faca-parte-dessa-ideia {
    background-image: url(../img/banner-faca-parte.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    /* height: calc(100vh + 250px) !important; */

    .link-mobile a {
      font-size: 16px !important;
      width: 20vw;
    }
    .link-mobile h1 {
      font-size: 46px !important;
    }
    .link-mobile p {
      font-size: 16px !important;
    }
    .margin-top-mobile {
      margin-top: 100px !important;
    }
    .link-mobile p {
      display: block !important;
    }
  }
  .margin-top-mobile {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .link-mobile {
    margin: auto;
  }

  /*   
  .bg-image-femea {
    background-image: url(../img/banner/banner-04.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: calc(100vh + 250px) !important;
  }

  .links-femea-button a {
    margin-top: -30px !important;
    height: 80px;
    margin: auto;
  }
  .links-femea-button .btn {
    margin-right: 420px;
    font-size: 16px;
  }
  .links-femea a {
    margin-top: -200px !important;
    margin-left: 80px;
  }
  .link-mobile a {
    text-align: center;
    font-size: 7px !important;
    width: 40vw;
  }
  .link-mobile h1 {
    font-size: 16px !important;
  }
  .link-mobile p {
    font-size: 10px !important;
    display: none;
  }
  .links-femea-button a {
    font-size: 20px !important;
  } */

  /* .mobile-modal {
    flex-direction: column !important;
  } */

  .owl-prev,
  .owl-next {
    width: 30px;
    height: 30px;
  }

  /* .banner-01 {
    background-position: right;
    height: 100vh;
  }
  .banner-02 {
    background-position: right;
    height: 100vh;
  }
  .banner-03 {
    background-position: center;
    height: 100vh;
  }
  .display-4 {
    font-size: 36px;
    text-align: end;
    margin-top: 20px;
  }
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    height: 100vh;
    .title-faca {
      margin-top: 100px !important;
    }
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
  .mobile-img img {
    max-width: 200px;
  }
  .display-4 {
    font-size: 28px;
    text-align: end;
    margin-top: 10px;
  }
  .web {
    display: none;
  }
  .mobile-center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .link-mobile p {
    display: none !important;
  }

  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: calc(100vh + 200px);
  } */
}
@media (max-width: 970px) {
  .banner-remove {
    display: none !important;
  }
}
@media (max-width: 912px) {
  .owl-prev,
  .owl-next {
    display: none;
  }
  .banner-01 {
    background-image: url(../img/banner-instituto-01-mobile-768.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 900px; */
    height: 45vh !important;
  }
  .banner-02 {
    background-image: url(../img/banner-potencia-feminina-02-mobile-768.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    /* height: 900px; */
    height: 45vh !important;
  }
  .banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
    /* height:  calc(100vh + 100px); */
    height: 45vh !important;
  }
  .bg-image-faca-parte-dessa-ideia {
    background-image: url(../img/banner-faca-parte.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh !important;
    .margin-end {
      margin-right: 0 !important;
    }
    .logo {
      margin-top: 200px;
      margin-bottom: 50px;
    }
    .logo img {
      width: 300px;
      height: 300px;
    }
    .link-a {
      margin-bottom: 200px !important;
    }
    .link-mobile a {
      text-align: center;
      font-size: 14px !important;
      width: 25vw;
    }
    .link-mobile h1 {
      font-size: 48px !important;
      margin-top: -180px;
      margin-right: 10px;
    }
    .link-mobile p {
      font-size: 24px !important;
      display: block !important;
    }
  }
  .bg-image-faca-parte-dessa-ideia .logo img {
    height: auto;
  }
  .mobile-hidder {
    margin-top: 30px;
  }

  .bg-image-femea {
    background-image: url(../img/banner/banner-04.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 45vh !important;
  }
  .bg-image-instituto-um-ano {
    background-image: url(../img/banner/banner-05.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 45vh !important;
  }

  .bg-image-maes {
    background-image: url(../img/banner/sao_joao_sem_assedio_desktop.png.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 45vh !important;
  }

  .last-actions {
    display: flex !important;
    flex-direction: column !important;
  }
  .display-4 {
    text-align: center !important;
  }
  .title-actions {
    margin-top: 10px;
  }
  .cs-mobile {
    display: flex !important;
    flex-direction: column !important;
  }
  .cs-mobile h1 {
    margin-top: 50px;
  }
  .cs-icons {
    flex-direction: column;
  }
  .cs-icons img {
    width: 100px;
  }
  .bg-image-faca-parte-dessa-ideia .logo img {
    height: auto;
  }
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: auto;
    /* width: 100%!important; */
    /* .title-faca {
            margin-top: 30px;
         }*/
  }
  .bb {
    display: none;
  }
  .logo-faca-parte img {
    max-width: 250px !important;
    height: auto !important;
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
  .mobile-img img {
    max-width: 200px;
  }
  .display-4 {
    font-size: 28px;
    text-align: end;
    margin-top: 10px;
  }
  .web {
    display: none;
  }
  .mobile-center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .link-mobile p {
    display: none !important;
  }
}

@media (max-width: 853px) and (min-width: 768px) {
  .last-actions {
    display: flex;
    flex-direction: column;
  }
  .display-4 {
    text-align: center !important;
  }
  .title-actions {
    margin-top: 10px;
  }

  .banner-01 {
    background-image: url(../img/banner-instituto-01-mobile-768.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 900px; */
    height: 45vh !important;
  }
  .banner-02 {
    background-image: url(../img/banner-potencia-feminina-02-mobile-768.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    /* height: 900px; */
    height: 45vh !important;
  }
  .banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    /* height:  calc(100vh + 100px); */
    height: 45vh !important;
  }
  .bg-image-faca-parte-dessa-ideia {
    background-image: url(../img/banner-faca-parte.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh !important;
    .margin-end {
      margin-right: 0 !important;
    }
    .link-a {
      margin-bottom: 200px !important;
    }
    .link-mobile a {
      text-align: center;
      font-size: 14px !important;
      width: 25vw;
    }
    .link-mobile h1 {
      font-size: 48px !important;
      margin-top: -180px;
      margin-right: 10px;
    }
    .link-mobile p {
      font-size: 24px !important;
      display: block !important;
    }
    .logo {
      margin-top: 100px;
    }
  }
  .bg-image-faca-parte-dessa-ideia .logo img {
    height: auto;
  }
  .mobile-hidder {
    margin-top: 30px;
  }
  .bg-image-femea {
    background-image: url(../img/banner/banner-04.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 45vh !important;
  }
  .bg-image-instituto-um-ano {
    background-image: url(../img/banner/banner-05.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 45vh !important;
  }
  .bg-image-maes {
    background-image: url(../img/banner/sao_joao_sem_assedio_desktop.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 45vh !important;
  }
  .links-femea-button a {
    margin-top: -260px !important;
  }
  .links-femea-button .btn {
    margin-right: 300px;
    font-size: 10px;
    width: 50vw;
  }
  .links-femea a {
    margin-top: -330px !important;
    font-size: 10px;
  }

  .cs-mobile {
    display: flex !important;
    flex-direction: column !important;
  }
  .cs-mobile h1 {
    margin-top: 50px;
  }
  .cs-icons {
    flex-direction: column;
  }
  .cs-icons img {
    width: 100px;
  }
  .mobile-reverse {
    flex-direction: row-reverse;
  }
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: auto;
    /* width: 100%!important; */
    /* .title-faca {
            margin-top: 30px;
         }*/
  }
  .bb {
    display: none;
  }
  .logo-faca-parte img {
    max-width: 250px !important;
    height: auto !important;
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
  .mobile-img img {
    max-width: 200px;
  }
  .display-4 {
    font-size: 28px;
    text-align: end;
    margin-top: 10px;
  }
  .web {
    display: none;
  }
  .mobile-center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .link-mobile p {
    display: none !important;
  }
}

@media (max-width: 769px) {
  .mobile {
    display: none;
  }
  .web {
    display: block;
  }
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: auto;
    /* width: 100%!important; */
    /* .title-faca {
        margin-top: 30px;
     }*/
  }
  .logo {
    display: block;
  }
  .bb {
    display: none;
  }
}

@media (max-width: 540px) {
  .bg-image-faca-a-diferenca h1,
  a {
    font-size: medium;
  }
  .cc {
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
  }
  .bb {
    display: none !important;
  }
  .bg-image-faca-a-diferenca .btn {
    /* width: 50vw; */
    /* background-color: #000!important; */
  }
  .h1-none {
    display: none;
  }
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: 80vh;
    /* .aaa {
            margin-bottom: 0px!important;
        } */
    /* width: 100%!important; */
    .title-faca {
      /* margin-top: 10px; */
    }
  }
  .web {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .last-actions {
    display: flex;
    flex-direction: column;
  }
  .last-actions .display-4 {
    text-align: center;
    margin-top: 50px;
  }
  .cs-mobile {
    display: flex !important;
    flex-direction: column !important;
  }
  .cs-mobile h1 {
    margin-top: 50px;
  }
  .cs-icons {
    flex-direction: column;
  }
  .cs-icons img {
    width: 100px;
  }
  .bg-image-faca-parte-dessa-ideia .logo img {
    height: auto;
  }
  .banner-01 {
    background-image: url(../img/banner-instituto-01-mobile-425.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 60vh !important;
  }
  .banner-02 {
    background-image: url(../img/banner-potencia-feminina-02-mobile-320.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    height: 60vh !important;
    /* margin: auto; */
  }
  .banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
    height: 60vh !important;
  }
  .bg-image-faca-parte-dessa-ideia {
    background-image: url(../img/banner-faca-parte.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh !important;
    .margin-top-mobile {
      margin-top: 0px !important;
    }
    .margin-end {
      margin-right: 0 !important;
    }
    .link-a {
      /* margin-bottom: 200px!important; */
    }
    .faca-parte-title {
      padding: 50px 0;
    }
    .col-right {
      margin-top: 150px;
    }
    .logo {
      display: none;
    }
    .link-mobile a {
      text-align: center;
      font-size: 7px !important;
      width: 25vw;
    }
    .link-mobile h1 {
      font-size: 32px !important;
      margin-top: -180px;
      margin-right: 10px;
    }
    .link-mobile p {
      font-size: 8px !important;
      display: block;
    }
  }
  .mobile-hidder {
    display: none;
  }

  .bg-image-femea {
    background-image: url(../img/banner/banner-04-mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 60vh !important;
  }
  .bg-image-instituto-um-ano {
    background-image: url(../img/banner/banner-05-mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 60vh !important;
  }
  .bg-image-maes {
    background-image: url(../img/banner/sao_joao_sem_assedio_mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 60vh !important;
  }
  .links-femea-button a {
    margin-top: -350px !important;
  }
  .links-femea-button .btn {
    margin-right: 150px;
    font-size: 10px;
    width: 50vw;
  }
  .links-femea-button a {
    font-size: 8px !important;
  }
  .links-femea a {
    margin-top: -460px !important;
    margin-left: 40px;
    p {
      font-size: 8px;
    }
    i {
      font-size: 8px;
      margin-left: -80px;
    }
    span {
      font-size: 8px;
    }
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
}

@media (max-width: 430px) and (min-width: 360px) {
  .owl-prev {
    display: none;
  }

  .owl-next {
    display: none;
  }
  .bg-image-faca-parte-dessa-ideia .logo img {
    height: auto;
    margin-bottom: 0 !important;
    width: 120px !important;
  }
  .aa {
    margin-top: 100px !important;
    margin-bottom: 0;
  }
  .banner-01 {
    background-image: url(../img/banner-instituto-01-mobile-425.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right !important;
    height: 35vh !important;
  }
  .banner-02 {
    background-image: url(../img/banner-potencia-feminina-02-mobile-320.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    height: 35vh !important;
    /* margin: auto; */
  }
  .banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left !important;
    height: 35vh !important;
  }
  .bg-image-faca-parte-dessa-ideia {
    background-image: url(../img/banner-faca-parte.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh !important;
    .margin-end {
      margin-right: 0 !important;
    }
    .link-a {
      margin-bottom: 200px !important;
    }
    .link-mobile a {
      text-align: center;
      font-size: 7px !important;
      width: 25vw;
    }
    .link-mobile h1 {
      font-size: 32px !important;
      margin-top: -180px;
      margin-right: 10px;
    }
    .link-mobile p {
      font-size: 8px !important;
      display: block;
    }
    .logo {
      padding-top: 20px;
    }
    .logo img {
      height: 30px;
    }
  }
  .mobile-hidder {
    display: none;
  }

  .bg-image-femea {
    background-image: url(../img/banner/banner-04-mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 35vh !important;
  }
  .bg-image-instituto-um-ano {
    background-image: url(../img/banner/banner-05-mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 35vh !important;
  }
  .bg-image-maes {
    background-image: url(../img/banner/sao_joao_sem_assedio_mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center !important;
    height: 35vh !important;
  }
  /* .links-femea-button a {
    margin-top: -350px !important;
  }
  .links-femea-button .btn {
    margin-right: 150px;
    font-size: 10px;
    width: 50vw;
  }
  .links-femea-button a {
    font-size: 8px !important;
  }
  .links-femea a {
    margin-top: -460px !important;
    margin-left: 40px;
    p {
      font-size: 8px;
    }
    i {
      font-size: 8px;
      margin-left: -80px;
    }
    span {
      font-size: 8px;
    }
  } */
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: auto;
    /* width: 100%!important; */
    /* .title-faca {
            margin-top: 100px;
         } */
  }
  .logo-faca-parte img {
    margin-left: 50vw !important;
  }
  .logo-faca-parte img {
    margin: auto !important;
    max-width: 200px !important;
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: 70vh;
    /* width: 100%!important; */
    .title-faca {
      margin-top: 30px;
    }
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: auto;
    /* width: 100%!important; */
    /* .title-faca {
            margin-top: 0px;
         } */
  }

  .logo-faca-parte img {
    max-width: 200px !important;
    margin-left: 0vh !important;
  }
  .link-mobile a {
    text-align: center;
    font-size: 6px !important;
    width: 50vw !important;
    /* margin-bottom: 200px; */
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
}
@media (max-width: 344px) {
  .bg-image-faca-parte-dessa-ideia .logo img {
    height: auto;
  }
  .banner-01 {
    background-image: url(../img/banner-instituto-01-mobile-425.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right !important;
    height: 40vh !important;
  }
  .banner-02 {
    background-image: url(../img/banner-potencia-feminina-02-mobile-320.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 40vh !important;
    margin: auto;
  }
  .banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 40vh !important;
  }
  .bg-image-faca-parte-dessa-ideia {
    background-position: center;
    height: 40vh !important;
    .margin-top-mobile {
      margin-top: -10px !important;
    }
    .link-mobile a {
      text-align: center;
      font-size: 6px !important;
      width: 30vw;
    }
    .link-mobile h1 {
      font-size: 16px !important;
      display: block;
    }
    .link-mobile p {
      font-size: 10px !important;
      display: block;
    }
  }
  .bg-image-femea {
    background-image: url(../img/banner/banner-04.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 40vh !important;
    max-width: 100vw;
  }
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: 75vh;
    /* width: 100%!important; */
    .title-faca {
      margin-top: 100px;
    }
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
  .logo img {
    width: 200px !important;
  }
}
@media (max-width: 320px) {
  .bg-image-faca-parte-dessa-ideia .logo img {
    height: auto;
  }
  .banner-01 {
    background-image: url(../img/banner-instituto-01-mobile-425.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right !important;
    height: 60vh !important;
  }
  .banner-02 {
    background-image: url(../img/banner-potencia-feminina-02-mobile-320.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 60vh !important;
    margin: auto;
  }
  .banner-03 {
    background-image: url(../img/BANNER-CONSCIENCIA-NEGRA.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    height: 60vh !important;
  }
  .bg-image-faca-parte-dessa-ideia {
    background-image: url(../img/banner-faca-parte.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh !important;
    .margin-end {
      margin-right: 0 !important;
    }
    .link-a {
      margin-bottom: 285px !important;
    }
    .logo {
      max-width: 50px;
    }
    .link-mobile a {
      text-align: center;
      margin-bottom: 5px !important;
      font-size: 7px !important;
      width: 60vw !important;
    }
    .link-mobile h1 {
      font-size: 16px !important;
      margin-top: -210px !important;
      margin-right: 20px;
    }
    .link-mobile p {
      font-size: 8px !important;
      display: block;
      margin-right: 20px;
    }
  }
  .bg-image-femea {
    background-image: url(../img/banner/banner-04.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    height: 60vh !important;
  }
  .bg-image-faca-a-diferenca {
    background-image: url(../img/banner-faca-diferenca-02.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: right;
    height: auto;
    /* width: 100%!important; */
    /* .title-faca {
            margin-top: 100px;
         } */
  }
  .logo-faca-parte img {
    max-width: 200px !important;
    margin-left: 0vh !important;
  }
  .cs-mobile img {
    margin: auto;
    width: 220px;
    margin-left: 5vh;
  }
  .cs-mobile h1 {
    font-size: 24px;
  }
  .cc a {
    max-width: 60vw !important;
    /* margin-right: 50vw!important; */
  }
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
svg {
  width: 2.25em;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}

#circle {
  fill: none;
  stroke: hsl(0, 0%, 100%);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}
.bg1 {
  background: linear-gradient(
      to right,
      #ffe9e9c0,
      #ffe0e0a1,
      #ffe9e9e0,
      #fff5f5b0,
      #fffdfd
    ),
    url("../img/bg1.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg1 {
  background: linear-gradient(
      to top,
      /* #ffe9e9c0, */ white,
      /* hsla(24, 100%, 57%, 0.7), */ /* rgba(128, 0, 128, 0.9), */ white
    ),
    url("../img/bg1.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-orange {
  color: hsla(24, 100%, 57%);
}
/* @media (min-width: 769px) {
    .banner-mobile {
        display: none!important;
        .banner-01 {
            background-image: url(../img/banner-instituto-01-mobile.jpg)!important;
            background-repeat: no-repeat;
             background-size: cover;
             height: 900px;
        }
     }
} */

/* ---------------------------------------------
# Cookies
-----------------------------------------------*/
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background-color: rgb(97, 23, 89);
  width: 98%;
  z-index: 999998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 20px;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 5px;
  color: #f1f1f1;
  font-size: 18px;
  margin-bottom: 20px;
}
.msg-cookies {
  margin-left: 20px;
  margin-top: 20px;
}

.box-cookies .btn-cookies {
  background-color: #fff;
  border: 0;
  padding: 5px 20px;
  color: #b66f44;
  transition: 0.4s;
  /* border-radius: 4px; */
  margin-right: 20px;
  border-radius: 10px;
}
.box-cookies .btn-cookies:hover {
  background: #ffc734;
  color: #b66f44 !important;
  transition: 0.4s;
}
.box-cookies-size {
  justify-content: center;
  display: flex;
}
.color-cookies {
  color: #ffff;
}
.color-cookies:hover {
  color: #ffc734;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
  .bg-image-faca-parte-dessa-ideia .logo {
    .logo {
      display: block !important;
      width: 20px !important;
    }
  }
  .owl-carousel {
    display: flex;
    overflow: hidden; /* Garante que as imagens fora da área visível não apareçam */
    height: 100%; /* Altura total da viewport */
  }
}
.text-justify {
  text-align: justify !important;
}

.bg-nucleo {
  /* background-image: url(../img/modal-nucleo-economia.png);
    max-height: 320px; */
  background-color: purple;
}

/* Estilo do modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  width: 90%;
  max-width: 800px;
  height: 540px;
  /* background: linear-gradient(135deg, #6e48aa, #9d50bb)!important; */
  /* background: linear-gradient(
  45deg,
  #405DE6, #833AB4, #C13584, #E1306C,
  #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80
); */
  /* background: linear-gradient(
  45deg,
  #543129, #B9815A, #9A3330, #E1306C
); */
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-container {
  transform: scale(1);
}

.modal-banner {
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../img/banner/banner-04.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-banner h1 {
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.modal-content {
  padding: 30px;
}

.countdown {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.countdown-item {
  background-color: #ffc107 !important;
  border-radius: 10px;
  width: 100px;
  backdrop-filter: blur(5px);
  /* margin: 0 50px; */
  margin-top: 10px;
}

.countdown-number {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #533129;
}

.countdown-label {
  font-size: 0.9rem;
  opacity: 0.9;
  color: #533129;
  font-weight: 700;
}

.event-info {
  margin-top: 30px;
}

.event-info h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.event-dates {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.event-location {
  font-size: 1.1rem;
  opacity: 0.9;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg);
}

/* Botão para abrir o modal (opcional) */
.open-modal-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 12px 24px;
  /* background: linear-gradient(135deg, #6e48aa, #9d50bb); */
  background-color: #ffc107;
  /* color: white; */
  color: #533129;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 01s;
}
.open-modal-btn:hover{
  transition: all 01s;
  transform: scale(1.05);
}
/* Footer com botões */
.modal-footer {
  display: flex;
  justify-content: end;
  padding: 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.btn-subscribe {
  background-color: #533129;
  color: white!important;
}

.btn-subscribe:hover {
  box-shadow: 0 0 15px 0 #ffc107;
}
.footer-item{

}