
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root {
  
    --color-primary: #FDE7D2;
    --color-secundary: #ffcae7;
    --color-button: #FFFFFF;
    --color-navefooter: #ffb6d0;
    --color-divider: #A3238C;
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
    --color-white: #FFFFFF;
    --color-negrito: #f83284e8;
    --color-text: #000000;
    --color-subtitle-cursos: #FB6F92;
    --color-subtitle: #A3238C;
}

body {
  font-family: "Open Sans", sans-serif !important;
    line-height: 1.4;
    background-color: var(--color-white);
    font-size: 22px !important;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 900 !important;
}

.logo {
    display: flex;
    align-items: center;
    z-index: 1;
    font-size: 1px;
    width: 3px;
}

@media (max-width: 768px) {
    .logo {
        width: 10%;
    }
}
a {
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 500;
  color:var(--color-white) !important;
}

.navbar {
  box-shadow: 0 2px px rgba(0, 0, 0, 0.1);

}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    background: -webkit-linear-gradient(#ff026be8, #fd11a3f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color-subtitle);
}



.cd__main{
   display: block !important;
   background: var(--color-white) !important;
   padding-top: 50px;
   padding-bottom: 50px;
}

.col-12 {
  flex: content;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
} 
.section-intro {
  margin-bottom: 40px;
  padding-top: 30px;
}


.section-intro .divider {
  height: 4px;
  width: 30%;
  background: var(--color-divider);
  margin: 16px auto;
}
@media (max-width: 768px) {
  .section-intro .divider {
      width: 80%;
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  width: 300px;
  height: 250px;
  object-fit: cover;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "light"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "light"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
  color: var(--color-white);
}

/* sessão apoiadores */
#apoiadores{
  margin-top: 30px;
}
.apoiadores-b .divider-ap{
  height: 2px;
  width: 100%;
  background: var(--color-divider);
  margin: 16px auto;
}
.apoiadores-b .apoio{
  font-weight: 300 !important;
}

.ap-img img{
  width: 50%;
} 
@media (max-width: 768px) {
  .ap-img img {
      width: 70%;
  }
}
#bt-back {
  color: var(--color-divider)!important;
  font-size: 30px;
  padding: 10px 10px 10px 10px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  animation: moveDown 2s infinite;
}

.btn {

  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #DF0D77 !important;

}


.btn:hover {
  box-shadow: 0 0 10px 0 var(--color-subtitle-cursos) inset, 0 0 10px 4px var(--color-negrito);
  background: transparent;
}

.btn-main{
  background: var(--color-navefooter);
  border-radius: 100px !important;
  box-shadow: 0 0 40px 40px var(--color-white) inset, 0 0 0 0 var(--color-white);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-gallery a{
  text-decoration: none;
  color: var(--color-text) !important;
}

.btn-gallery{
  background: var(--color-navefooter);
  border-radius: 100px !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-main .bxs-left-arrow-alt{
  font-size: 30px !important;
}
@keyframes moveDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bxl-facebook-circle, .bxl-instagram {
  font-size: 90px !important;
  color: var(--color-divider);
}

.bxs-up-arrow-circle{
  font-size: 60px !important;
} 

.enabled{
  top: 40% !important;
}

footer {
  background: var(--color-navefooter);
  color: #fff;
  margin-top: auto;
}
