/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/* PRIMARY */
/* SECONDARY */
/* NEUTRAL */
/* @font-face {
  font-family: 'Grotesk Regular';
  src: url('fonts/Kostic\ -\ Roc\ Grotesk\ Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Grotesk Compressed Bold';
  src: url('fonts/Kostic\ -\ Roc\ Grotesk\ Compressed\ Bold.otf')
    format('opentype');
} */
a {
  font-family: "obviously", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

p {
  font-family: "obviously", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

h1 {
  font-family: "obviously-wide", sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 108%;
  text-transform: uppercase;
}

h2 {
  font-family: "obviously-wide", sans-serif;
  font-size: clamp(2.22rem, 5vw, 3.75rem);
  line-height: 108%;
}

h3 {
  font-family: "obviously", sans-serif;
  font-weight: 900;
  font-size: 2.22rem;
  line-height: 108%;
}

.highlight {
  font-family: "obviously-wide", sans-serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 900;
}

footer #cta-entradas-responsive {
  display: none;
}
footer .footer_container {
  background-color: black;
  color: white;
  padding: 2rem 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_container div {
  display: flex;
  align-items: center;
}
footer .footer_container a {
  color: white;
}
footer .footer_container .logo_container {
  gap: 2.813rem;
}
footer .footer_container .legal_container {
  gap: 2.188rem;
}
footer .footer_container .social-media_container {
  gap: 1.25rem;
}

@media screen and (max-width: 1200px) {
  footer {
    background-color: transparent;
  }
  footer .footer_container {
    background-color: black;
    padding: 2rem 3vw;
    gap: 2rem;
    flex-direction: column;
  }
  footer .footer_container div {
    display: flex;
    align-items: center;
  }
  footer .footer_container a {
    color: white;
  }
  footer .footer_container .logo_container {
    gap: 2.813rem;
  }
  footer .footer_container .legal_container {
    gap: 2.188rem;
  }
  footer .footer_container .social-media_container {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  footer {
    /*     #cta-entradas-responsive {
      display: block;
      text-align: center;
      position: sticky;
      bottom: 0;
    } */
  }
  footer #cta-entradas-responsive {
    display: none;
  }
}
/* Buttons */
.primary-button {
  padding: 0.75rem 1.5625rem;
  color: white;
  border-radius: 0.25rem;
  border: solid 1px black;
}
.primary-button.blue {
  background-color: #08cdf1;
}
.primary-button.blue:hover {
  box-shadow: 4px 4px #9c73ff;
  transition: 0.3s;
}
.primary-button.purple {
  background-color: #9c73ff;
}
.primary-button.purple:hover {
  box-shadow: 4px 4px black;
  transition: 0.3s;
}
.primary-button.text-black {
  color: black;
}

.xl-button {
  font-weight: 900;
  font-size: 28px;
  line-height: 36px;
  padding: 3.125rem 9.375rem;
  color: whblite;
  border-radius: 0.25rem;
  border: solid 1px black;
}
.xl-button.blue {
  background-color: #08cdf1;
}
.xl-button.blue:hover {
  box-shadow: 8px 8px #9c73ff;
  transition: 0.3s;
}
.xl-button.purple {
  background-color: #9c73ff;
}
.xl-button.purple:hover {
  box-shadow: 4px 4px black;
  transition: 0.3s;
}
.xl-button.text-black {
  color: black;
}

/* Cards */
.card-artist {
  height: auto;
  text-align: left;
  width: 33.3333333333%;
  position: relative;
}
.card-artist .baba {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-artist .card-artist_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 1.375rem;
}
.card-artist .card-artist_text {
  padding: 0 3rem 3rem 3rem;
}
.card-artist .card-artist_text h3 {
  padding-bottom: 0.375rem;
  text-transform: uppercase;
}
.card-artist .card-artist_text p {
  padding-bottom: 1.813rem;
  font-size: 16px;
  font-style: regular;
  line-height: 20px;
}
.card-artist .social-media_container {
  display: flex;
  gap: 1.25rem;
}
.card-artist.black {
  background-color: black;
  color: white;
}
.card-artist.tropical-indigo {
  background-color: #9c73ff;
  color: black;
}
.card-artist.tropical-indigo svg {
  color: black;
}
.card-artist.tropical-indigo .baba path {
  fill: #9c73ff;
}
.card-artist.vivid-sky-blue {
  background-color: #08cdf1;
  color: black;
}
.card-artist.vivid-sky-blue svg {
  color: black;
}
.card-artist.vivid-sky-blue .baba path {
  fill: #08cdf1;
}

.cards_container {
  display: flex;
  flex-wrap: wrap;
}

/* Moduls */
.image_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_text .text {
  padding: 4rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.table {
  font-family: "obviously", sans-serif;
  font-size: 24px;
  line-height: 32px;
  width: 100%;
}
.table .label_table {
  padding: 1.5rem 0;
  text-align: center;
}
.table .row {
  display: flex;
  text-align: left;
  background-color: black;
  color: white;
  padding: 0 3vw;
}
.table .row.tropical-indigo {
  background-color: #9c73ff;
  color: black;
}
.table .row.vivid-sky-blue {
  background-color: #08cdf1;
  color: black;
}
.table .row div {
  width: 33.333%;
  display: flex;
  align-items: center;
  padding: 1rem 0 1.5rem 0;
}
.table .row div:nth-child(2) h5 {
  text-align: center;
  width: 100%;
}
.table .row div:nth-child(3) h3 {
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 768px) {
  main #artistas .cards_container .card-artist,
  main #artistas .cards_container .card-cta,
  main #artistas .cards_container .baba,
  main #artistas .cards_container .animation_container {
    width: 50vw;
  }
  .xl-button {
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    padding: 1rem 2rem;
    color: whblite;
    border-radius: 0.25rem;
    border: solid 1px black;
  }
  .xl-button.blue {
    background-color: #08cdf1;
  }
  .xl-button.blue:hover {
    box-shadow: 8px 8px #9c73ff;
    transition: 0.3s;
  }
  .xl-button.purple {
    background-color: #9c73ff;
  }
  .xl-button.purple:hover {
    box-shadow: 4px 4px black;
    transition: 0.3s;
  }
  .xl-button.text-black {
    color: black;
  }
  #programa .table .row div {
    width: 100%;
    padding: 0;
  }
  #programa .table .row div:nth-child(1) {
    padding-top: 1.5rem;
  }
  #programa .table .row div:nth-child(2) {
    padding: 0.5rem 0 0.5rem 0;
  }
  #programa .table .row div:nth-child(3) {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 601px) {
  #artistas .cards_container .card-artist:nth-child(4) {
    background-color: #08cdf1;
    color: black;
  }
  #artistas .cards_container .card-artist:nth-child(4) .baba path {
    fill: #08cdf1;
  }
  #artistas .cards_container .card-artist:nth-child(4) svg path {
    fill: black;
    background-color: transparent !important;
  }
  #artistas .cards_container .card-artist:nth-child(5) {
    background-color: #08cdf1;
    color: black;
  }
  #artistas .cards_container .card-artist:nth-child(5) svg path {
    fill: black;
  }
  #artistas .cards_container .card-artist:nth-child(5) .baba path {
    fill: #08cdf1;
  }
  #artistas .cards_container .card-artist:nth-child(6) {
    background-color: #9c73ff;
    color: black;
  }
  #artistas .cards_container .card-artist:nth-child(6) svg path {
    fill: black;
  }
  #artistas .cards_container .card-artist:nth-child(6) .baba path {
    fill: #9c73ff;
  }
  #artistas .cards_container .card-artist:nth-child(7) {
    background-color: black;
    color: white;
  }
  #artistas .cards_container .card-artist:nth-child(7) svg path {
    fill: white;
  }
  #artistas .cards_container .card-artist:nth-child(7) .baba path {
    fill: black;
  }
}
@media screen and (max-width: 600px) {
  .cards_container .card-artist,
  .cards_container .card-cta,
  .cards_container .baba,
  .cards_container .animation_container {
    width: 100vw !important;
  }
  .cards_container .animation_container {
    padding-bottom: 2rem !important;
  }
  #artistas .cards_container .card-artist:nth-child(4) {
    background-color: #08cdf1;
    color: black;
  }
  #artistas .cards_container .card-artist:nth-child(4) svg path {
    fill: black;
  }
  #artistas .cards_container .card-artist:nth-child(4) .baba path {
    fill: #08cdf1;
  }
  #artistas .cards_container .card-artist:nth-child(5) {
    background-color: #9c73ff;
    color: black;
  }
  #artistas .cards_container .card-artist:nth-child(5) .baba path {
    fill: #9c73ff;
  }
  #artistas .cards_container .card-artist:nth-child(5) svg path {
    fill: black;
  }
  #artistas .cards_container .card-artist:nth-child(6) {
    background-color: #08cdf1;
    color: black;
  }
  #artistas .cards_container .card-artist:nth-child(6) .baba path {
    fill: #08cdf1;
  }
  #artistas .cards_container .card-artist:nth-child(6) svg path {
    fill: black;
  }
  #artistas .cards_container .card-artist:nth-child(7) {
    background-color: black;
    color: white;
  }
  #artistas .cards_container .card-artist:nth-child(7) .baba path {
    fill: black;
  }
  #artistas .cards_container .card-artist:nth-child(7) svg path {
    fill: white;
  }
}
@keyframes bounce-long {
  50% {
    transform: translateY(10px);
  }
}
header .menu {
  z-index: 1;
  width: 100vw;
  background-color: white;
  position: fixed;
  padding: 1rem 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid black 2px;
}
header .menu .logo {
  width: 9.0625rem;
  height: auto;
}
header .menu ul {
  display: flex;
  gap: 1.8125rem;
}
header .menu ul li a {
  color: black;
}
header .menu ul li a:hover,
header .menu ul li a .active {
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #9c73ff;
  transition: 0.3s;
}
header .menu ul li .burger-menu,
header .menu ul li .close {
  display: none;
}

@media screen and (max-width: 1200px) {
  header .menu ul li {
    width: 100%;
  }
  header .menu ul li a {
    display: none;
  }
  header .menu ul li .burger-menu {
    display: block;
    padding: 1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .menu ul li .burger-menu .close {
    display: none;
  }
  header .menu ul li .burger-menu:hover {
    border-bottom: none;
  }
  header .menu.responsive {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    background-color: black;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  header .menu.responsive .burger-menu .burger {
    display: none;
  }
  header .menu.responsive .burger-menu .close {
    display: block;
    padding: 1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .menu.responsive .burger-menu .close:hover {
    border-bottom: none;
  }
  header .menu.responsive ul {
    padding-top: 4rem;
    flex-direction: column;
  }
  header .menu.responsive ul li a {
    display: flex;
    width: 100%;
    color: white;
    font-size: 1.5rem;
    padding: 1.3rem 2.8rem;
  }
  header .menu.responsive ul li a:hover {
    color: #9c73ff;
  }
  header .menu.responsive #cta-entradas {
    display: none;
  }
  header .menu #cta-entradas {
    transform: translateX(-4rem);
  }
}
@media screen and (max-width: 600px) {
  header #cta-entradas {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

main #cover .cover-folder_container {
  padding-top: 10rem;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* full height of the content box */
  min-height: 50vh;
  flex-direction: column;
  gap: 2rem;
}
main #cover .cover-folder_container img {
  max-width: 100%;
  animation: bounce-long 3s ease-in-out 2s infinite;
}
main #cover .cover-folder_container .highlight {
  text-transform: uppercase;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 900;
}
main #cover .cover-folder_container p {
  max-width: 80%;
  margin-bottom: 2rem;
  text-align: center;
}
main #cover .bg-svg {
  position: absolute;
  z-index: -1;
  top: 80px;
  width: 100vw;
  height: min(1000px, 61%);
  background-image: url("../../assets/images/baba-2.svg");
  background-size: cover;
}
main #cartel {
  text-align: center;
}
main #cartel:before {
  display: block;
  content: "";
  height: 3.75rem;
  margin: -3.75rem 0 0;
}
main #cartel h1 {
  padding: 2rem 0;
}
main #cartel .cta-big_container {
  text-align: center;
  margin: auto;
  max-width: 90rem;
  padding: 5rem 2vw 8.5rem 2vw;
}
main #cartel .cta-big_container h3 {
  padding-bottom: 7rem;
}
main #cartel .cta-big_container h3 span .tropical-indigo {
  color: #9c73ff;
}
main #cartel .cartel_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
main #cartel .cartel_container div {
  width: 33.333%;
  height: auto;
}
main #cartel .cartel_container div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main #artistas {
  text-align: center;
}
main #artistas:before {
  display: block;
  content: "";
  height: 3.75rem;
  margin: -3.75rem 0 0;
}
main #artistas h1 {
  padding: 3.75rem 0;
  color: white;
  background-color: black;
}
main #artistas .animation_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.6%;
  background-color: white;
  padding: 4.5rem 4.5rem 0 4.5rem;
}
main #artistas .animation_container .highlight {
  padding: 0 2rem 2rem 2rem;
}
main #artistas .animation_container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main #nau-bostik:before {
  display: block;
  content: "";
  height: 3.75rem;
  margin: -3.75rem 0 0;
}
main #nau-bostik .image_text {
  background-color: black;
  align-items: stretch;
}
main #nau-bostik .image_text .text {
  color: white;
}
main #nau-bostik .image_text .text h3 {
  padding: 2rem 0;
  width: 100%;
}
main #nau-bostik .image_text .text h1 {
  width: 100%;
}
main #nau-bostik .image_text .image {
  background-color: #08cdf1;
  width: 50%;
}
main #nau-bostik .image_text .image img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #nau-bostik .image_text .image:hover {
  background-color: #9c73ff;
}
main #nau-bostik .image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.5rem 0;
}
main #nau-bostik .image_container img {
  max-width: 100%;
}
main #nau-bostik .map {
  filter: grayscale(100%);
  height: 50vh;
}
main #nau-bostik .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #programa:before {
  display: block;
  content: "";
  height: 3.75rem;
  margin: -3.75rem 0 0;
}
main #programa h1 {
  padding: 4.375rem;
  text-align: center;
}
main #que-somos {
  background-color: #08cdf1;
}
main #que-somos .image_text {
  padding: 3rem;
  gap: 3rem;
}
main #que-somos .image_text .image {
  padding: 2rem 0;
}
main #que-somos .image_text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #que-somos .image_text .text {
  padding: 2rem;
}
main #que-somos .image_text .text h1 {
  padding-bottom: 1.5rem;
}

#cta-entradas-responsive {
  display: none;
}

@media screen and (max-width: 768px) {
  main #cover .cover-folder_container img {
    max-width: 90vw;
  }
  main #nau-bostik .image_text {
    flex-direction: column-reverse;
  }
  main #nau-bostik .image_text .text {
    width: 100%;
    padding: 3rem;
  }
  main #nau-bostik .image_text .text h3 {
    padding: 1rem 0 1.75rem;
  }
  main #nau-bostik .image_text .image {
    width: 100%;
  }
  main #nau-bostik .image_container {
    padding: 3rem 0;
  }
  main #que-somos .image_text {
    flex-direction: column;
  }
  main #que-somos .image_text .image,
  main #que-somos .image_text .text {
    width: 100%;
    padding: 1rem;
  }
  main #cartel .cartel_container div {
    width: 50%;
  }
  main #programa .table .row {
    flex-direction: column;
  }
  main #programa .table .row h3,
  main #programa .table .row h5 {
    width: 100%;
    text-align: center;
  }
  main #programa .table .row div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main #cover .cover-folder_container {
    padding-top: 8rem;
    height: auto;
  }
  main #cartel .cartel_container div {
    width: 100%;
  }
  main #cartel .cta-big_container h3 {
    padding-bottom: 4rem;
  }
  main #programa h1 {
    padding: 1rem;
  }
  #cta-entradas-responsive {
    display: block;
    position: sticky;
    bottom: 0;
    text-align: center;
    padding: 2rem 3rem;
    margin: 0;
    font-size: 1.2rem;
    border-radius: 0rem;
  }
  #cta-entradas {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */