.yellow-site .carosel {
  background-color: #f6b913;
}
.yellow-site .carosel .parallax {
  background: url("../../img/animation/parallax_1.svg"), #f6b913;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blue-site .carosel {
  background-color: #47adf0;
}
.blue-site .carosel .parallax {
  background: url("../../img/animation/parallax_1.svg"), #47adf0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.green-site .carosel {
  background-color: #8cc740;
}
.green-site .carosel .parallax {
  background: url("../../img/animation/parallax_1.svg"), #8cc740;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pink-site .carosel {
  background-color: #ed008c;
}
.pink-site .carosel .parallax {
  background: url("../../img/animation/parallax_1.svg"), #ed008c;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.orange-site .carosel {
  background-color: #F26121;
}
.orange-site .carosel .parallax {
  background: url("../../img/animation/parallax_1.svg"), #F26121;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-site .carosel {
  background-color: #8248df;
}
.other-site .carosel .parallax {
  background: url("../../img/animation/parallax_1.svg"), #8248df;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carosel {
  z-index: 1;
  min-height: 50vh;
  background-color: #f6b913;
}
.carosel .img-carosel {
  width: 100%;
  height: 20rem;
  background-position: center;
  padding-top: 1rem;
  background-repeat: no-repeat;
  margin-top: 4rem;
  background-size: cover;
}
.carosel .img-carosel::after {
  content: "";
  background-image: url(../../img/Grupo_250.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 13rem;
  height: 13rem;
  float: right;
  margin-top: -4rem;
  margin-right: -2rem;
  background-size: contain;
}
.carosel .emblema img {
  width: 13rem;
  float: right;
  margin-top: -5rem;
}
.carosel .owl-carousel .row {
  margin: 0;
  padding: 1rem 0 2rem 0;
}
.carosel h3 {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .carosel h3 {
    max-width: 80%;
  }
}
.carosel h1 {
  margin-bottom: 1rem;
}
.carosel.festival {
  font-size: 2rem;
}
.carosel.festival h1 {
  font-family: Epilogue;
  font-size: 2.5rem;
  color: #2e2e2e;
  line-height: 1.17;
  font-weight: normal;
  text-transform: uppercase;
}
.carosel.festival p {
  color: white;
  margin: 0 0 0.5rem 0;
}
.carosel .container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.carosel .parallax {
  background: url("../../img/animation/parallax_1.svg"), #f6b913;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-dot:focus {
  outline: none;
}

@media (min-width: 992px) {
  .carosel .container {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .carosel .emblema img {
    margin-right: 6rem;
  }
  .carosel.festival h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .carosel .img-carosel {
    margin-left: -3rem;
    height: 30rem;
  }
  .carosel .emblema img {
    margin-right: 0rem;
  }
}