html {
    height:100%;
    scroll-behavior: smooth;

}

body {
    font-family: 'Montserrat', sans-serif;
    color: seashell;
    height: 100%;
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

footer {
    margin-top: 50px;
    font-size: 12.5px;
    text-align: center;
    font-family: 'Abel', 'sans-serif';
    color: seashell;
}


/* Navbar */

nav {
    height: 80px;
    z-index: 9998;
}

.container.first {
    height: 80px;
}

.navbar-toggler {
    height:100%;
}

.navbar-toggler:focus {
    outline: none;
}

.hamburguer {
    height: 30px;
    width: 30px;
}

.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}


li a {
    font-size: 18px;
    font-family: 'Abel', 'sans-serif';
    font-weight: 500;
    color: seashell;
    transition: 0.5s;
    margin-right: 30px;
}

.social {
    margin-right: 10px;
    display: none;
}


a:hover {
    color: rgb(255, 90, 86);
}


.navbar-brand {
    max-height: 80px;
}

#navbrand {
    max-width: 100px;
    margin-right: 70px;
}

#dropdownMenuButton {
    height: 38px;
}

.dropdown-toggle {
    color: seashell;
    padding-top:0;
}

.dropdown-toggle:hover {
    color: rgb(255, 90, 86);
}


.dropdown-menu {
    background: none;
    padding: 0;
    margin-top: 0;
    border: 0;
    min-width: 60px;
}

.dropdown-item {
    padding-left: 14px;
    padding-top: 0;
    padding-bottom: 8px;
}

.dropdown-item:hover {
    background: none;
    outline: none;
    transform: none;
}

.flag {
    border-radius: 6px;
}

.flag2 {
    border-radius: 6px;
}

.flag:hover {
    border: 1px solid seashell;
}

.dropdown-toggle {
    color: seashell;
}

@media only screen and (max-width: 767px) {
    li a {
        font-size: 15px !important;
        font-weight: 600;
        background-color: rgb(255, 90, 86);
        color: black;
        text-align: center;
        width: 40%;
        margin-top: 2px;
        border-radius: 5px;
    }

    li a:hover {
        color: black !important;
    }

    li a:focus {
        color: black;
    }

    nav {
        height: 110px;
    }

    .nav-link {
        padding: .5rem 1rem;
    }    

    #navbrand {
        margin-right: 0;
    }

    #collapsibleNavbar {
        margin-top: 30px;
    } 
    
    ul {
        margin-left: 0px;
    }   

    .dropdown-toggle {
        color: rgb(255, 90, 86);
    }   
}

@media only screen and (min-width: 768px) {
    a:hover {
        transform: scale(1.1);
        transition: 0.5s;
    }   
}

@media only screen and (min-width: 992px) {
    .social {
        display: inline;
    }    
}

/* Teaser e Menu */

.jumbotron {
    background-image: url("/imagens/perto/topo.jpg");
    background-size: cover;
    height: 70%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
}

.display {
    position: relative;
    top: 60%;
    margin-left: auto;
    padding-left: 15px;
}

.display-2 {
    font-size: 60px;
    text-shadow: 2px 2px black;
    font-family: 'Abel', 'sans serif';
    color: seashell;    
}


#play {
    color: seashell;
    font-size: 80px;
}

.play2 {
    position: absolute;
    left: 42%; 
    top: 50%;
}

#myModal {
    z-index: 9999;
    background-image: url("/imagens/modal.png");
    vertical-align: middle;
}

.modal-dialog {
    max-width: 640px !important;
    margin-left: auto;
    margin-right:auto;
}

#teaser {
   align-self: center;
   background: none !important;
   border: none;
}

.btn.close {
    color: rgb(255, 90, 86);
    font-size: 30px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 320px;
    text-shadow: none;
}

#menu {
    background: none;
}

.nav-link.menu-link {
    color:rgb(255, 90, 86);
    font-family: 'Montserrat', 'Sans-serif';
    font-size: 15px;
    padding-left: 0 !important;
    font-weight: 500;
}

.nav-link.menu-link:hover {
    color:rgb(193, 193, 193)
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: rgb(255, 90, 86);
    border: 0;
    box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border: 0;
}
.custom-switch.custom-control-label::before:focus{
    box-shadow: none;
    border:0;
}

#fundo {
    font-size: 13.5px;
    font-weight: 400;
}

#fundoMobile {
    display: none;
}

#botao-topo {
    display: none;
    position: fixed;
    top: 85%;
    right: 15%;
    font-size: 50px;
    color: rgb(255, 90, 86);
    z-index:9998 ;
}

#botao-topo:hover {
    color: rgb(193, 193, 193);
}


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

    }
    
    #fundo {
        font-size: 12.5px;
    }
}

@media only screen and (max-width: 767px) {
    #menu {
        display: none;

    }

    .display {
        position: absolute;
        top: 80%;
    }

    .display-2 {
        font-size: 35px;   
    }

    #play {
        font-size: 60px;

    }

    .jumbotron {
        background-position-x: 40%;
    }

    .row.conteudo {
        padding-top: 50px;
    }

    #menu {
        display:none !important
    }

    .btn.close {
        font-size: 40px;
        margin-left: -20px;
        margin-bottom: 320px;
        text-shadow: none;
    }

    #fundoMobile {
        display: block;
        padding-top: 30px;
        padding-right: 20px;
        text-align: end;
    }

}

/* Content */

h3 {
    color: rgb(255, 90, 86);
    font-size: 27px;
}

h4 {
   font-size: 17px;
   width: 70%;
   text-align: justify;
}

p {
    font-size: 12.5px;
    line-height: 28px;
}

#redes-filme {
    margin-top: 30px;
}

.social.filme {
    color: rgb(255, 90, 86);
    padding-left: 0;
    font-size: 25px;
    display: inline-block;
}

.social.filme:hover {
    color: seashell;
}

.titulos {
    margin-bottom: 20px;
}

#labs {
    font-size: 20px;
}

#equipe2 {
    margin-top: 52px;
}

#ficha {
    padding-left: 15px;
}

#festpremios {
    padding-left: 15px;
}

.mobile-break {
    display: none;
}

ul {
    list-style: none;
}

.listapremios {
    padding-left: 0;
}

.premio {
    margin-bottom: 20px;
    font-size: 12.5px;
}

.listafestivais {
    padding-left: 0;
}

.festival {
    margin-bottom: 15px;
    font-size: 12.5px;
}

#premios, #criticas, #noticias {
    margin-bottom: 50px;
}

#critnot {
    padding-left: 15px;
}

.critnots {
    color: seashell;
    padding-bottom: 20px !important;
    text-decoration: none !important;
    display: block;
    font-weight: 600;
    font-size: 12.5px;
}


.galeriaimg {
    max-width: 35%;
    max-height: 35%;
    margin-left: auto;
    margin-right: auto;
}

#galeria {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    max-width: 80%;
}

.row.conteudo {
    padding-top: 100px;
    padding-left: 15px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,90,86)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,90,86)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .galeriaimg {
        max-width: 50%;
        max-height: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .galeriaimg {
        max-width: 100%;
        max-height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #galeria {
        padding-top: 50px;
    }

    #ficha2 {
        padding-top: 0px;
    }

    #ficha3 {
        padding-bottom: 50px;
    }
    
    .mobile-break {
        display: block;
    }

    .listafestivais, .listapremios {
        max-width: 320px;
    }
}


