/*
* 
* @author Jamilton Damasceno
*/

/* Layout */
html, body, #home{
   height: 100%;
   overflow-x: hidden;
   
}



body{
    background: url(../imagens/capa.png), 
                url(../imagens/ruido.png), 
                linear-gradient(50deg,#ff4169,#7c26f8);
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
}

/* Barra de Navegação */

nav.navbar-transparente{
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 0px;
}

.navbar-nav .nav-link{
    color: white;
}

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

.navbar-nav .navbar-toggler{
    color: rgba(0,0,0,.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.divisor{
    width: 1px;
    background: white;
    margin: 12px 15px;
}

/* capa */

.capa{
    text-align: center;
}

.btn-custom{
    color: white;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 15px;
}
.btn-roxo{
    background: #7c25f8;
    letter-spacing: 2px;
}

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

i{
    font-size: 50px;
}
/* Conteudos */

.caixa{
    padding-top: 20px;
    padding-bottom: 20px;
}

#servicos{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

#sevicos, h2, h3{
    color: #7c25f8;
}

#recursos h3{
    color: #9bf0e1;
}


#recursos h2{
   color: white;
}

#servicos p{
    font-size: 15px;
    color: #000 ;
}

#recursos, p{
    font-size: 15px;
    color: white;
}

.albuns{
    padding: 20px 0;

}


.rotacionar{
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    padding-left: 80px;
}

/* footer */

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;
    text-decoration: none;
}

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

footer ul{
    list-style: none;
    
}

footer ul li{
    float: right;
    margin: 0 5px;
}
/* Tipografia */

h1{
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
    color: white;
}

h2{
    font-size: 4em;
    font-weight: 700;
    letter-spacing: -0.04em;
}

h3{
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -0.04em;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .btn-custom{
        margin: 10px 15px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    h1{
        font-size: 3em;
    }
    .btn-custom{
        margin: 10px 15px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    h1{
        font-size: 4em;
    }
    .btn-custom{
        margin: 10px 15px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    h1{
        font-size: 5em;
    }
    .btn-custom{
        margin: 10px 15px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    h1{
        font-size: 6em;
    }
    .btn-custom{
        margin: 10px 15px;
    }
}