.bg-black {
    background-color: black;
}

@media (max-width: 574px) {
    .banner-caption {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        color: #fff;
        text-align: center;
    }

    #banner {
        height: 500px !important;
    }

     #social {
        position:  relative !important;
        margin-top: 2rem;
        margin-right: auto;
        margin-left: auto;
        opacity: 0;
        transition: .4s;
    }

    .social-animate {
        opacity: 1 !important;
    }

    nav i {
        display: block !important;
        font-size: 32px !important;
    }

    nav {
        position: fixed !important;
        top: 0;
        /* right: 13%; */
        width: 600px;
        background-color: rgba(17, 16, 16, 0.9);
        padding: 5px;
        z-index: 88888;
    }

    nav li {
        padding: 10px 0px;
    }

    .flex-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #menu {
        display: none;
    }

    .menu-open {
        display: block !important;
    }

    .flex-galeria {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .flex-galeria-wrap {
        flex-wrap: wrap;
    }

    .galeria-itens {
        width: 300px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 1.2rem;
        box-shadow: -4px 7px 20px 0px;
        border-radius: 5px;
    }

    [data-animate="left"] {
        transform: translate3d(0, 0, 0) !important;
    }
    
    [data-animate="right"] {
        transform: translate3d(0, 0, 0) !important;
    }

    [data-animate="top"] {
        transform: translate3d(0, 0.2rem, 0) !important;
    }

    .title-contato-footer {
        font-size: 3rem !important
    }
}

@media (min-width: 576px) {
    .banner-caption {
        top: 1.4%;
        right: 12%;
        height: 250px;
        width: 200px;
        color: #fff;
    }

    #banner {
        height: 500px !important;
    }

    #social {
        right: 14%;
        top: 2%;
        width: 120px;
    }

    nav i {
        display: block !important;
        font-size: 25px !important;
    }

    nav {
        position: fixed !important;
        top: 0;
        /* right: 13%; */
        width: 100%;
        background-color: rgba(17, 16, 16, 0.9);
        padding: 5px;
        z-index: 88888;
    }

    .flex-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .flex-container li {
        padding: 5px 0px;
    }

    #menu {
        display: none;
    }

    .menu-open {
        display: block !important;
    }

    .flex-galeria {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .flex-galeria-wrap {
        flex-wrap: wrap;
    }

    .galeria-itens {
        width: 200px;
        height: 135px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 1.2rem;
        box-shadow: -4px 7px 20px 0px;
        border-radius: 5px;
    }
}

@media (min-width: 768px) {
    .banner-caption {
        top: 1.4%;
        right: 12%;
        height: 250px;
        width: 220px;
        color: #fff;
    }

    #social {
        right: 14%;
        top:  3.6%;
        width: 120px;
    }

    nav i {
        display: none !important;
    }

    nav {
        position: absolute;
        top: 2rem;
        right: 13%;
        width: 600px;
        background-color: rgba(17, 16, 16, 0.0);
        transition: 0.6s;
    }

    .navFixed {
        position: fixed !important;
        top: 0;
        right: 0;
        width: 100%;
        background-color: rgba(17, 16, 16, 1) !important;
        z-index: 88888;
    }

    .flex-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #menu {
        display: block;
    }

    .flex-galeria {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .flex-galeria-wrap {
        flex-wrap: wrap;
    }

    .galeria-itens {
        width: 270px;
        height: 180px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 1.2rem;
        box-shadow: -4px 7px 20px 0px;
        border-radius: 5px;
    }
}

@media (min-width: 992px) {
    .banner-h1 {
        font-size: 4.2rem !important;
        font-weight: bold;
    }

    .banner-caption {
        top: 1.4%;
        right: 12%;
        height: 400px;
        width: 500px;
        color: #fff;
    }

    #banner {
        height: 880px !important;
    }

    #social {
        right: 14%;
        top: 8%;
        width: 120px;
    }

    nav {
        position: absolute;
        top: 2rem;
        right: 13%;
        width: 900px;
        background-color: rgba(0, 0, 0, 0.0);
        transition: 0.6s;
    }
}

@media (min-width: 1200px) {
    nav {
        top: 2rem;
        right: 13%;
        width: 600px;
        background-color: rgba(0, 0, 0, 0.0);
        transition: 0.6s;
    }

    .banner-h1 {
        font-size: 5rem !important;
        font-weight: bold;
    }
}

@media (min-width: 1921px) {
    nav {
        top: 2rem;
        right: 13%;
        width: 900px;
        background-color: rgba(0, 0, 0, 0.0);
        transition: 0.6s;
    }

    .banner-h1 {
        font-size: 5rem !important;
        font-weight: bold;
    }
}

#banner {
    height: 880px;
}

.banner {
    animation-name: banner-animation;
    animation-duration: 5s;
    margin: auto;
}

.banner-caption {
    position: absolute;
    color: #fff;
    animation-name: banner-title;
    animation-duration: 6s;
}

/* .banner-h1 {
    font-size: 5rem !important;
    font-weight: bold;
} */

@keyframes banner-animation {
    0% {
        width: 70%;
        height: 70%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes banner-title {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* nav {
    position: absolute;
    top: 2rem;
    right: 13%;
    width: 600px;
} */

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none;
    color: #fff;
}

#social {
    position: absolute;
    /* right: 14%; */
    /* bottom: 8%; */
    width: 120px;
}

#social ul, #social-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#social i, #social-footer, #social-footer i {
    color: #fff;
    font-size: 28px;
}

.line-height {
    line-height: 2em;
}

.title-contato-footer {
    font-size: 5rem
}

[data-animate] {
    opacity: 0;
    transition: .8s;
}

[data-animate="left"] {
    transform: translate3d(-2rem, 0, 0);
}

[data-animate="top"] {
    transform: translate3d(0, 2rem, 0);
}

[data-animate="right"] {
    transform: translate3d(2rem, 0, 0);
}

[data-animate].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.videos-youtube{
    width: 100%;
    border-radius: 10px;
}

#apple-music {
    background: url('/img/icons-music/icons.jpg') 45px 0;
}