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

#foto-perfil{
    border-radius: 10px;
}



body{
    background: url(../Imagens/background.jpeg) no-repeat;
    background-attachment: fixed;
    font-family: Helvetica, Arial, sans-serif;
}

/*          BARRA DE NAVEGAÇÃO
------------------------------------------- */
nav.navbar-transparente{
    background: rgba(0,0,0,0.6);
    padding: 15px 0px;
}

.navbar-light .navbar-nav .nav-link{
    color: white;
    padding: 9px;

}

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

.navbar-light .navbar-toggler{
    color: rgba(255,255,255,.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-brand i:hover{
    color: #9bf0e1;
}

.divisor{
    width: 1px;
    background: rgb(136, 131, 131);
    margin: 12px 15px;
}

/*          CAPA
------------------------------------------- */
.foto img{
    border-radius: 500px;
    padding: 25px;
}
.capa{
    text-align: center;
    color: cornsilk;
}

.btn-custom{
    color: white;
    border-radius: 500px;
    padding: 20px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 20px;
}

.btn-verde{
    background: #a206e0;
}

.btn-verde:hover{
    background: #c14eee;
    color: white;
}

.btn-branco{
    border: 2px solid white;
}

.btn-branco:hover{
    background-color: white;
    color: black; 
}
/*          ESTRUTURA DE CONTEÚDOS
------------------------------------------- */
#servicos{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

#recursos{
    padding-top: 20px;
    padding-bottom: 20px;
}

#recursos p{
    color: white;
}
#servicos h2,h3{
    color: #7c25f8;
}

#recursos h3{
    color: #9bf0e1;
}

#recursos h2{
    color: white;
}

.albuns{
    padding: 10px 0px;

}

.rotacionar{
    padding-left: 80px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.carousel-control-next,.carousel-control-prev{
    margin-top: 80px;
    width: 2.5%;
}


/*          TIPOGRAFIA
------------------------------------------- */
h1{
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
}

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

h3{
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.04em;
}
@media (max-width: 575.98px) {
    h1{
        font-size: 3em;
        color: #9bf0e1;
    }
    h4{
        font-size: 1em;
    }
    .btn-custom{
        margin: 10px 15px;
    }
    img{
        width: 200px;
        height: 200px;
    }
    .repositorio{
        width: 270px;
        height: 70px;
    }
    .navbar-light .navbar-brand i{
        padding: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px)  {
    h1{
        font-size: 4em;
    }
    h4{
        font-size: 2em;
    }
    .btn-custom{
        margin: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    h1{
        font-size: 5em;
    }
    h4{
        font-size: 2em;
    }
    img{
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1{
        font-size: 6em;
    }
    img{
        width: 350px;
        height: 350px;
    }
}

@media (min-width: 1200px) {
     h1{
        font-size: 7em;
    }
    
}
