html,body,#home{
    height: 100%;
    overflow-x: hidden;
}
body{
    background: url(../img/capa.png),
    url(../img/ruido.png),
    linear-gradient(50deg, #ff4169, #7c26f8);
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
}


nav.navbar-transparente{
    padding: 15px 0;
    background:rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .nav-link{
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #9bf0e1;
}

.navbar-light .navbar-toggler{
    color: rgba(255, 255, 255, .5);
    border-color: white;
}
.divisor{
    width: 1px;
    background: white;
    margin: 12px 15px;
}

.capa{
    text-align: center;
}

h1{
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
    color: white;
}

h2{
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -0.04em;
}

h3{
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.btn-custom{
    color:white;
    border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 20px;
}
.btn-roxo{
    background-color: #7c26f8;
}
.btn-roxo:hover{
    background-color: #6207e3;
    color: white;
}
.btn-branco{
    border: 2px solid white;
}

.btn-branco:hover{
    background-color: white;
    color: #000;
}


#servicos{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

#servicos h2,h3{
    color: #6207e3;
}


#servicos .albuns{
    padding: 10px 0;
}

#recursos h3{
    color: #9bf0e1;
}

#recursos h2{
    color: white;
}
#recursos p {
    color: white;
}
#recursos{
    padding-top: 20px;
    padding-bottom: 20px;
}

.rotacionar{
    transform: rotate(30deg);
    padding-left: 80px;
}


footer{
    background: #000;
    padding: 50px 0 20px 0;
    position: relative;
}

footer h4{
    color: #919496;
    font-size: 0.8em;
    text-transform: uppercase;
}

footer .navbar-nav a{
    color: white;
    font-size: 0.8em;
}


footer .navbar-nav a:hover{
    color: #9bf0e1;
    text-decoration: none;
}

footer ul{
    list-style: none;
}

footer ul li{
    float: right;
    margin: 0 10px;
}


footer .fa-brands{
    font-size: 40px;
    color: grey;
}


footer .fa-brands:hover{
    font-size: 40px;
    color: #9bf0e1;
}


.carousel-control-prev, .carousel-control-next{
    width: 5%;
}
/*MEDIA QUERIES*/

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    h1{
        font-size: 2em;
    }
    .btn-custom{
        margin:10px 15px;
    }
  }

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) { 
    h1{
        font-size: 3em;
    }
    .btn-custom{
        margin:10px 15px;
    }
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    h1{
        font-size: 4em;
    }
 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
     h1{
        font-size: 5em;
     }
 }