.logo_fiaap img{
    width: 200px;

}

.social_media{
  margin-top:1rem;

}

.social {
  color: var(--bs-quaternary);
  font-size: 1.5rem;
  margin: 0 10px;
}

.footer{
  padding: 20px 0;
  background-color: var(--bs-quaternary);
  color: #fff;
}

.info a{
  color: #fff;
}

.target-blank{
  padding: 5vh;
}


button .btn {
  box-shadow: 0px 0px 0px rgb(250, 73, 185) !important;
}

.button .btn:active {
  box-shadow: 8px 8px 0px rgb(250, 73, 185) !important;
}

.button .btn:focus-within {
  box-shadow: 8px 8px 0px rgb(250, 73, 185) !important;
}

.button .btn:hover {
  box-shadow: 8px 8px 0px rgb(250, 73, 185) !important;
}

.btn-light:active, .btn-light:focus-within,.btn-light:hover {
  background-color: var(--bs-quaternary) !important;
  color: #ffff !important;
  border: 2px solid rgb(250, 73, 185) !important;
}

.btn-light:active, .btn-light:focus-within,.btn-light {
  background-color: var(--bs-quaternary) !important;
  color: #ffff !important;
  border: 2px solid rgb(250, 73, 185) !important;
}

.content-header-fest{
    margin-top: 1rem;
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background:  var(--bs-quaternary);
    line-height: 1.7;
    color: #fff;
    transform: skewY(-5deg);
    
}
  
  
.bg-text-container {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  z-index: -999;
}

@keyframes text-scrolling {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}

.animate-text {
    animation: text-scrolling 20s linear infinite;
    will-change: transform;
    display: block;
    position: relative;
    white-space: nowrap;
    
    &.left {
      animation-direction: reverse;
    }
    
  }
  
.span_fest {
    font-size: 280px;
    color: transparent;
    -webkit-text-stroke: 2px rgb(224, 134, 191);
    text-transform: uppercase;
    display: inline-block;
    line-height: 0.75;
    min-width: auto;
    font-weight: 800;
}

.cont-fest{
  padding: 30px;
  max-width: 1000px;
  width: 100%; 
  margin: 0 auto;
  .col {
    max-width:600px;
    margin: 0;
  }
  
  .col h1{
    line-height: 1;
  }
}


/* SCROLLING */

.target-blank{
  padding: 9vh;

}

.reveal-fest{
  padding: 10vh;
}


.scroll-fest{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 12vh;
}

.image-box{
  height: auto;
  overflow: hidden;
  margin-bottom: 2rem;
}

.img{
  width: 600px;
  height: 100%;
  object-fit: cover;
}

.content-box{
  padding-inline: 5em;
}

.text{
  line-height: 2.25;
  text-align: justify;
}

[data-reveal="left"]{
  clip-path: inset(0 100% 0 0);
}

[data-reveal="left"].revealed{
  padding-top: 1rem;
  animation: reveal-left 1.2s cubic-bezier(0.17, 0.97, 0.38, 1) forwards 300ms;
}

@keyframes reveal-left{
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

[data-reveal="right"]{
  clip-path: inset(0 0 0 100%);
}

[data-reveal="right"].revealed{
  animation: reveal-right 1.2s cubic-bezier(0.17, 0.97, 0.38, 1) forwards 300ms;
}

@keyframes reveal-right{
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

.image-box .img{
  transform: scale(1.5);
  transition: 1.2s cubic-bezier(0.17, 0.97, 0.38, 1);
}

.image-box.revealed .img{
  transform: scale(1);
}


.festivales{
  margin: 10px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title-festivales h1{
  color: var(--bs-quaternary);
  margin-bottom: 2%;
  font-weight: 700;
}

.testimonial{
  margin-top: 10px;
  position: relative;
  max-width: 800px;
  width: 100%;
  background-color: rgba(244, 152, 210, 0.581);
  border: 3px solid var(--bs-quaternary);
  border-radius:20px;
}

.name{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.testi-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testi-content p{
  display: flex;
  justify-content: center;
  padding: 2% 20%;
  text-align: justify;
  font-size:1.2rem;
  font-weight: 500;
  color: #2b2929;
}

.details{
  padding-top: 1rem;

  color: var(--bs-quaternary);
}
  
 .slide img {
  width: 350px;
  object-fit: cover;
  border-radius: 20px;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  .festivales{
    padding:20px;
    margin-top: 50px;
  }
  
  .title-festivales h1 {
    margin-top: 2rem;
  }

  .scroll-fest{
    grid-template-columns: 1fr;
    margin: 20px;
  
  }

  .content-box {
    padding: 15px;
  }
  
  .image-box.revealed .img {
    width: 400px;
  }
  
  .content-box {
    padding-inline: 1em;
  }
  
  .details{
    padding:5%;
    text-align:center
  
  }
  
  .slide img {
    width: 200px;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .testi-content p {

    padding: 5% 15%;
    text-align: justify;
  }
  
  .target-blank {
    padding: 4vh;
  }
}


@media only screen and (max-width: 768px) {
  .section {
    grid-template-columns: 1fr;
    text-align: center;
  }
.title {
  font-size: 3em;
  }
}

@media only screen and (max-width: 480px) {
.title {
font-size: 2em;
}
.text {
font-size: 0.8em;
}
}
#more {display: none;}


.swiper-button-next{
  color: var(--bs-quaternary) !important;
}

.open {
  background-color: var(--bs-quaternary) !important; 
}

.open:before {
  background-color:  var(--bs-quaternary) !important; 
}

.open:after {
  background-color:  var(--bs-quaternary) !important; 
}

.menu ul li a {
  color:  #24014a !important; 
}

.menu ul li a:hover {
  color: #24014a ;
}

.menu ul li:hover {
  background-color: rgba(244, 152, 210, 0.581) !important; 
}

#menuToggle:checked ~ .menuOpen .open:before {
  background-color:  var(--bs-quaternary) !important; 
}

#menuToggle:checked ~ .menuOpen .open:after {
  background-color:  var(--bs-quaternary) !important; 
}

.target-blank{
  padding: 5vh;
}