body {
    min-height: 100vh;
    background: url("/img/capa.png"),
                url("/img/ruido.png"),
                linear-gradient(50deg, #ff4169, #7c26f8);
    background-attachment: fixed;
    overflow-x: hidden;
}

a.nav-link{
    color: #fff;
    font-weight: 500;
}

a.nav-link:hover{
    color: #9bf0e1;
}

.navbar-toggler{
    border-color: #fff;
}

.divisor{
    width: 1px;
    background-color: #fff;
    margin: 12px 15px;
}

.home{
    height: 100vh;
}

.btn-custom{
    color: white;
    border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 15px;
    font-weight: bold;
    margin: 10px;
}

.btn-roxo{
    background-color: #7c26f8;
}

.btn-roxo:hover{
    background-color: #6207e3;
    color: #fff
}

.btn-branco{
    background-color: transparent;
    border: 2px solid #fff;
}

.btn-branco:hover{
    background-color: #fff;
    color: #000;
}

.servicos{
    background: #fff;
}

.textMusic > h2{
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -0,04em;
    color: #7c26f8;
}

.textMusic > h3{
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0,04em;
    color: #7c26f8;
}

.textMusic > p{
    color: #000;
    font-weight: 700;
}

.recursos h2{
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -0,04em;
    color: #fff;
}

.recursos h3{
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0,04em;
    color: #9bf0e1;
}

.recursos p{
    color: #fff;
    font-weight: 700;
}

.cellphones{
    transform: rotate(30deg);
    position: relative;
    left: 70px;
}

@media (min-width: 992px) { 
    .cellphones{
        left: 100px;
        top: 40px;
    }

    footer{
        bottom: -100px;
    }
}

@media (max-width: 769px) { 
    .cellphones{
        display: none;
    }
}

footer{
    background-color: #000;
    padding: 50px 0 20px 0;
    position: relative;
}

footer h4{
    color: #919496;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 30px;
}

.redes{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}