/* -> Slick slider
================================ */
.slick-prev,
.slick-next{
    display: none!important;
}
/* ============================= */

/* -> Venobox
================================ */
.vbox-container {
    display: flex;
    align-items: center;
}

    .vbox-content{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin: 0 !important;
    }

.vbox-next, .vbox-prev{
    display: none!important;
}
/* ============================= */

/* -> Gerais
================================ */
.title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}
/* ============================= */


/* -> MENU
================================ */
.navbar-minimal{
    display: none;
}

/* -> PARALLAX
================================ */
.scene div:not(:first-child) {
    width: 100%;
    -webkit-flex-direction: column;
   flex-direction: column;
    padding: 0 50px;
}

.scene div:not(:first-child) img{
    max-width: 100%;
    max-height: 40%;
}

.scene div:not(:first-child) img:first-child{
    padding-right: 0px;
    padding-bottom: 40px;
}

/* -> SOBRE
============================= */
.about-box{
    padding: 0;
    display: block;
    border: none;
    text-align: justify;
}

    .about-image img {
        width: 100%;
        height: auto;
        transform: translateX(0px);
        border: 3px solid #FAF6EA;
    }

/* -> PROGRAMA
============================= */
.program-item{
    font-size: 18px;
    padding: 0 15px;
}

    .program-item-text{
        padding: 0;
    }

/* -> ARTISTAS
============================= */
.artist figcaption h3{
    float: none;
    text-align: center;
    font-size: 22px;
}

/* -> ARTISTAS DETALHES
============================= */
.artist-details-video{
  width: 100%;
  height: 300px;
}

.artist-details-content{
  width: 100%;
  height: auto;
}

.artist-details-social{
    position: relative;
    margin-top: 20px;
}


/* -> CONTACTOS
============================= */
.contacts-box{
    margin-bottom: 30px;
}

/* -> FOOTER
================================ */
footer{
    padding: 20px 0px;
}
/*================================ */
