* {
    font-family: 'Raleway', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

html{scroll-behavior:smooth;}


/* usuario e login */

.hide{
    display: none !important;
}

.show{
    display: block !important;
}

/* user options */

#logged{
    cursor:pointer;
}

#loginIndex{
    display: none;
}

.user-options{
    position: absolute;
    height: auto;
    width: 180px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    display: none;
    border:1px solid #c6c6c6;
}

.user-options ul{
    margin-top:15px;
    margin-left:-35px !important;
}

.user-options ul li{
    margin-top:10px;
    list-style: none;
}

.user-options ul li a {
    color:#FFF;
    padding:10px;
}

.user-options ul li a:hover {
    background-color: transparent !important;
    color:#9b59b6 !important;
    text-decoration: none;
    font-weight: bold;
}

.font{
    font-size: 1.2rem;
}

.text-purple {
    color: #8e44ad;
}

.purple-dark {
    background: #8e44ad;
}

.purple-clear {
    background: #9b59b6;
}

.division {
    height: 200px;
}

.top {
    width: 100%;
    height: 100vh;
    font-size: 1.2rem;
    background-image: url(/img/musical1.jpg);
    background-size: cover;
}

.top-bg {
    display: flex;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0.9;
    align-items: center;
    justify-content: center !important;
}

.content-top {
    color: #FFF;
}

.content-top button {
    position: absolute;
    font-weight: bold;
}

.active {
    font-family: bold;
}

.active-white {
    font-family: bold !important;
}

nav{
    transition: 0.5s;
}

.navbar-brand:hover {
    background-color: none !important;
    color:none !important;
}

.menu-white a {
    color: #9b59b6 !important;
}

.menu-white a:hover {
    color: #FFF !important;
    background-color: #8e44ad !important;
    border-radius:5px;
}

.menu-white .navbar-brand  {
    background-color: #8e44ad !important;
    color:#FFF !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:5px;
}

.dropdown-menu a {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2rem;
}

.dropdown-menu a:hover {
    background: #ecf0f1;
    color: #8e44ad !important;
}

.dropdown-menu-white a:hover {
    background: #8e44ad !important;
    color: #FFF !important;
}

.menu-white .nav-link .active {
    color: #000 !important;
}

.login {
    color:#FFF;
    margin-left: 50px;
}

.login .btn {
    color: #FFF !important;
    border: 1px solid #FFF;
}

.login .btn:hover {
    background: #FFF;
    color: #8e44ad !important;
}

/* piano-home */

.piano-home {
    padding-top: 100px;
    padding-bottom: 120px;
    font-size: 1.2rem;
}

/* study */

.study {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1.2rem;
}

/* singup */

.sign-up {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1.2rem;
}

.social-login {
    font-size: 5rem;
}

.fa-facebook-square {
    color: #4267b2;
    cursor: pointer;
}

.fa-linkedin {
    color: #0073b1;
    cursor: pointer;
}

.fa-twitter-square {
    color: #1DA1F2;
    cursor: pointer;
}

.fab:hover {
    border-bottom: 3px solid #8e44ad;
}

.sign-up input {
    outline: none;
    border: none;
    border-bottom: 1px solid #8e44ad;
    font-weight: bold;
}

.sign-up .form-control:focus {
    box-shadow: 0 0 0 0.1rem #9b59b6;
    border-color: #8e44ad;
    border-bottom: none;
}

.btn-default {
    background: #8e44ad;
    color: #FFF;
}

.btn-default:hover {
    background: #FFF;
    border: 1px solid #8e44ad;
    color: #8e44ad;
}

/* footer */

footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2b2c2e;
    color: #FFF;
}

.social i {
    padding: 15px 5px 0px 5px;
    transition: .3s;
    font-size: 3rem;
    color: #FFF;
}

.social i:hover {
    cursor: pointer;
    text-decoration: none;
    color: #9b59b6;
    border-bottom: none;
}

footer ul {
    justify-content: start;
}

footer ul li {
    list-style: none;
}

footer ul li:hover i {
    color: #9b59b6;
}

footer ul li:hover a {
    text-decoration: none;
    color: #FFF;
}

footer a {
    color: #FFF;
    font-size: 1.2rem;
}

/* piano */

.main-navigation {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100vh;
}

/* estilos */

.styles .card-header:hover{
    background-color:#FFF !important;
    cursor: pointer;
}

.styles button{
    font-size:1.2rem;
    color:#FFF;
}

.styles button:focus{
    outline:none;
    border:none;
    box-shadow:none;
}

.styles .card-header:hover button{
    color:#9b59b6;
}

/* escolas */

.card-item {
    border: 5px solid #9b59b6;
}

/* alterar dados */

.btn-music{
    background: #FFF;
    border: 1px solid #9b59b6;
    color: #9b59b6;
    outline:none;
    margin-top:5px;
}
.btn-music:hover{
    background: #9b59b6;
    color: #FFF;
}

.btn-music-active {
    background: #9b59b6;
    color: #FFF;
}

#novo-anuncio{
    display: none;
}

#editar-anuncio{
    display: none;
}

#painel-edit-user{
    display:none;
}

@media (max-width: 990px) {
    .top {
        background-image: url(/img/musical1.jpg);
        background-size: cover;
        background-position: center;
    }

    #nav .login {
        margin-bottom: 15px;
    }

    #nav a:hover {
        font-weight: bold;
    }

    .menu-white a:hover {
        background-color: #FFF !important;
        color: #8e44ad !important;
    }

    .dropdown-menu-white a:hover {
        background-color: #FFF !important;
        color: #8e44ad !important;
    }

    .content-top {
        padding: 50px;
    }

    .login {
        margin-top: 10px;
        margin-left: 0px;
    }

    .social-login {
        margin-top: 50px;
        font-size: 5rem;
    }

    .footer-box {
        padding-top: 35px;
    }

    /* escolas */

    .card-item{
        margin-top:20px;
    }

    /* tabelas de admin & anunciante */

    .hide-mobile{
        display: none;
    }

}