@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root{
    --red-color: #E82B31;
    --swiper-navigation-size: 30px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;

  color: white;
  background-color: #000000;
}

img,
picture {
  max-width: 100%;
  display: block;
}

.bg-red {
    background-color: var(--red-color);
}


.sub-title{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--red-color);
}

.main-banner{
    height: 100vh;

}



.main-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(./imgs/banner_home.webp) ;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: right;
}

.top-text-edition {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-size: clamp(30px, 2.778vw, 40px);
    line-height: 100%;
    letter-spacing: 0;
}

.open-menu-text{
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}

.open-menu-text:hover{
    text-decoration: underline;
}

.container{
    max-width: 1200px;
}

.scroll-down-text {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;

}


.img-wrapper {
    max-width: 158px;
    flex: 1 1 auto;
}

.img-wrapper img {
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.red-band {
    height: 170px;
    background-color: var(--red-color);
}

.red-band>div>div {
    gap: 40px;
}

.red-band-text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-size: clamp(50px, 4.444vw, 64px);
    line-height: 100%;
    letter-spacing: 2px;
    vertical-align: middle;
}

.w-50{
    width: 50%;
}

.stagers-text-block{
    width: 50%;
    align-content: center;
    background-color: #000000;
}

.stagers-text-block .stagers-text{
    max-width: 400px;
    margin: auto;
}
.stagers-text-block .stagers-text[data-band="resistencia"]{
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin: auto;
}
.stagers-text-block .stagers-text .stage-title{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--red-color);
}
.stagers-text-block .stagers-text .stage-text{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
}
.stagers-image-block {
    width: 50%;
    justify-items: center;
    background-color: #000000;
    align-content: center;
}

.stagers .stagers-block:nth-child(odd){
    flex-direction: row;
}

.stagers .stagers-block:nth-child(even) {
    flex-direction: row-reverse;
}

.stagers-image-block .stage-title {
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    display: none;
}

#where-stay .swiper-slide{
    cursor: pointer;
}
#where-stay .swiper-slide .slide-image-wrapper {
    position: relative;
}
#where-stay .swiper-slide .slide-image-wrapper .see-more{
    display: none;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0;
    padding-bottom: 10px;
}
#where-stay .swiper-slide:hover .slide-image-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009f;
}
#where-stay .swiper-slide:hover .slide-image-wrapper .see-more{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

#where-stay img {
    margin-bottom: 24px;
    height: auto;
    width: 100%;
    aspect-ratio: 81 / 61;
}

#where-stay .swiper-text {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0;
    padding-bottom: 10px;

}

#apoios .row .brand {
    align-content: center;
}

#apoios .row img {
    justify-self: center;
}

#apoios .swiper .swiper-wrapper{
    align-items: center;
}

#apoios .swiper .swiper-slide{
    display: flex;
    justify-content: center;
}
#apoios .swiper-button-next,
#apoios .swiper-button-prev {
    color: var(--red-color);
}
#apoios .swiper-button-next{
    right: 0px;
}
#apoios .swiper-button-prev {
    left: 0px;
}


.grupo-visabeira-text{
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
}

.cookie-policy-text{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    cursor: pointer;
}
footer a{
    color: inherit;
    text-decoration: none;
}

.editions-before{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.offcanvas{
    background-color: var(--red-color);
}

.offcanvas-header{
    padding: 48px;
}
.offcanvas-body{
    padding: 32px 48px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}
.offcanvas-body a{
    color: inherit;
    text-decoration: none;
}
.offcanvas-body a:hover{
    text-decoration: underline;
}


.offcanvas .btn-close{
    background: transparent url(./imgs/close.svg) center / 1em auto no-repeat;
    opacity: 1;
}

.modal .modal-dialog .modal-content h1 {
    font-size: 1.3rem;
}
.modal .modal-dialog .modal-content h3 {
    font-size: 1rem;
}
.modal-content {
}
.modal-dialog {
    max-width: 90%;
    font-size: 0.75rem;
}

@media (max-width: 991px) {
    .red-band>div>div {
        gap: 0;
    }
    .stagers .stagers-block{
        flex-direction: column !important;
    }
    .red-band {
        height: auto;
    }
    .stagers-image-block {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
        align-content: center;
    }
    /* .stagers-image-block[data-img="antonio_arede"] {
        align-items: start;
    } */
    .stagers-image-block[data-img="vozes_radio"] {
        align-items: start;
    }

    /* .stagers-image-block[data-img="orquestra_smooth"] img {
        position: absolute;
        top: -105px;
    } */
     .stagers-image-block[data-img="resistencia"] img {
        position: absolute;
        top: -105px;
    }

    /* .stagers-image-block[data-img="vozes_radio"] img {
        position: absolute;
        top: -50px;
    } */
    
    /* .stagers-image-block::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    } */

    .stagers-image-block>img {
        width: 100%;
    }


    .stagers-image-block .stage-title {
        display: block;
    }

    .stagers-text-block{
        width: 100%;
        align-content: center;
        background-color: #000000;
    }
    .stagers-text-block .stagers-text .stage-title{
        padding: 24px 32px 0 32px;
    }
    .stagers-text-block .stagers-text .stage-text{
        padding: 24px 32px;
    }
}

/*
// Medium devices (tablets, 768px and down)
*/
@media (max-width: 767px) {
    .stagers-image-block {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        align-content: center;
        position: relative;
    }
    /* .stagers-image-block[data-img="orquestra_smooth"] img {
        position: absolute;
        top: -155px;
    } */
    .stagers-image-block[data-img="resistencia"] img {
        position: absolute;
        top: -155px;
    }

    .edition-number{
        max-width: 95px;
    }

    .main-banner{
        height: 95vh;

    }

    .main-banner::before{
        background-image: url(./imgs/FundoBannerMobile.Webp) ;
    }

    footer .container {
        padding: 0 40px;
    }

}

@media (max-width: 576px) {
    .stagers-image-block {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
    }
    /* .stagers-image-block[data-img="orquestra_smooth"] img {
        position: absolute;
        top: -115px;
    } */
    .stagers-image-block[data-img="resistencia"] img {
        position: absolute;
        top: -115px;
    }
}