body {
    background-image: url('/imagens/dança/fundo.jpg');
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    font-family: 'Jost', sans-serif;
}

body:after{
    content:"";
    position:fixed;
    top:0;
    height:100vh;
    left:0;
    right:0;
    z-index:-1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%,rgba(0,0,0,0.7) 100%), url('/imagens/dança/fundo.jpg') center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@font-face {
    font-family: 'limaocapeta2020regular';
    src: url('/imagens/fonte/limaocapeta2020regular-webfont.woff2') format('woff2'),
         url('/imagens/fonte/limaocapeta2020regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*Logo */

#logo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-left: 30px;
}

#logo-2 {
    height: 170px;
    justify-content: center;
}

#logo-2:hover{
    filter: drop-shadow(0px 0px 12px rgba(221, 221, 221, 0.5));
    transform: scale(1.2);
}

#barra-mobile {
    display: inline
}

.nav-link.menu {
    font-family: 'limaocapeta2020regular';
    color: whitesmoke;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: whitesmoke;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    transition: all .5s linear;
    text-align: center;
}

.nav-link.menu.active {
    color: rgb(170, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color:rgb(170, 0, 0);
}

.nav-link.menu.active:hover{
    color: rgb(170, 0, 0) ;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(170, 0, 0);
    letter-spacing: 0px;
}

.nav-link.menu:hover{
    color: rgb(170, 0, 0) ;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(170, 0, 0);
    letter-spacing: 1px;
}

#barra-mobile {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: 'limaocapeta2020regular';
    color: rgb(170, 0, 0);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgb(170, 0, 0);
    text-align: center;
    background: none;
}

.btn.dropdown-toggle {
    color: rgb(170, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(170, 0, 0);
    font-size: 40px;
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
    border: none;
}

.dropdown-menu.show {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 12px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    transform: translate3d(-120px, 60px, 100px) !important;
    top: 40px !important;
    min-width: 180px;
}

.dropdown-toggle::after {
    display: none;
}


#hamburguer-menu {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

button {
    background: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {

    .nav-link.menu {
        text-align: center;
        width: 100% !important;
    }

    .nav-link.menu:hover{
        color: whitesmoke;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: whitesmoke;
        letter-spacing: normal;
    }
    .nav-link.menu:focus{
        color: rgb(170, 0, 0) ;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: rgb(170, 0, 0);
        letter-spacing: 1px;
    }
    
    #logo-2:hover{
        transform: none;
        filter: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-link.menu {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-link.menu {
        font-size: 20px;
    }
}

/*Footer*/

footer {
    margin-top: 70px;
    font-size: 12.5px;
    text-align: center;
    font-family: 'Jost', 'sans-serif';
    color: whitesmoke;
}

.footer-social {
    text-align: center;
    margin-bottom: 10px;
}

.social {
    color: whitesmoke;
    font-size: 25px;
    margin-right: 7px;
    margin-left: 7px;
    transition: all 0.5s linear;
}

.social:hover{
    transform: scale(1.2);
    color: rgb(170, 0, 0);
}

/*Content*/

iframe {
    border: none;
}

.container.first {
    max-width: 60%;
}


#nome1 {
    font-family: 'limaocapeta2020regular';
    color: whitesmoke;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: whitesmoke;
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
}

#nome2 {
    font-family: 'limaocapeta2020regular';
    color: whitesmoke;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: whitesmoke;
    font-size: 32px;
    text-align: center;
    display: none
}

#titulo1 {
    display: block;
}

#titulo2 {
    display: block;
}


#barra {
    font-family: 'limaocapeta2020regular';
    color: whitesmoke;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: whitesmoke;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.navbar-nav {
    padding-bottom: 0;
    flex: 2;
    margin: auto !important;
    display: flex;
    justify-content: space-around;
}

.nav-link.filme {
    background: none;
    border: none;
    font-size: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
    transition: all 0.5s;
    cursor: pointer;
}

.nav-link.filme:hover {
    color: rgb(170, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(170, 0, 0)
}

button:focus {
    outline: none;
    border: none;
}

.active {
    color: rgb(170, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(170, 0, 0)
}

#hamburguer2 {
    width: 65%;
    margin-bottom: 10px;
}

.item-active {
    display: block
}

.item {
    display: none;
}


.titulos {
    font-family: 'limaocapeta2020regular';
    color: rgb(170, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(170, 0, 0);
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.texto {
    text-align: left;
    margin-bottom: 0;
}


.categoria {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    color: whitesmoke;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}

.categoria2 {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    color: whitesmoke;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}

#elenco {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

#equipe {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

#apoio {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

li {
    margin-bottom: 6px;
}

#premios {
    list-style: none;
    padding-left: 0;
}

#festivais {
    list-style: none;
    padding-left: 0;
}

.premio {
    margin-bottom: 30px;
}

.festival {
    margin-bottom: 20px;
}

#teaser {
    margin-top: 20px;
}

#galeria {
    margin-top: 40px;
}

#voltar {
    margin-top: 70px;
    text-align: center;
    display: block;
}

#voltar2 {
    font-family: 'limaocapeta2020regular';
    color: whitesmoke;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: whitesmoke;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.5s;
}

#voltar2:hover {
    font-family: 'limaocapeta2020regular';
    color: rgb(170, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(170, 0, 0);
}

/*Mobile content*/

@media only screen and (max-width: 767px) {
    
    .categoria2 {
        padding: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #barra {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 991px) {

    .container.first {
        max-width: 90%;
    }


    #barra {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;

    }

    .navbar-toggler {
        text-align: center;
        padding-left: 0;
        width: 60px;
        height: 60px;
        padding-right: 0;
        padding-bottom: 60px;
    }

    .navbar-toggler.new {
        display: inline;
    }

    #titulo1 {
        display: none;
    }

    #titulo2 {
        display: block;
        text-align: center;
    }

    #nome2 {
        display: inline;
    }

    .navbar .navbar-collapse {
        text-align: center !important;
    }

    .navbar-nav {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}