header.fixed {
    background-color: #000;
}
.pd-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pd-section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.lista-filmes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    padding: 0;
    list-style: none;
}
.lista-filmes > * {
    position: relative;
    width: calc(100% - 16px);
    margin: 8px!important;
}
.lista-filmes.cols-6 > * {
    width: calc(50% - 16px);
}

@media (min-width: 650px) {
    .lista-filmes > * {
        width: calc(50% - 16px);
    }
    .lista-filmes.cols-2 > * {
        width: calc(50% - 16px);
    }
    .lista-filmes.cols-6 > * {
        width: calc(33.33% - 16px);
    }
}
@media (min-width: 1000px) {
    .lista-filmes.cols-5 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .lista-filmes.cols-5 > * {
        width: calc(33.33% - 10px);
        margin: 5px!important;
    }
    .lista-filmes.cols-6 > * {
        width: calc(25% - 16px);
    }
    .pd-section-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width: 1200px) {
    .lista-filmes {
        margin-left: -8px;
        margin-right: -8px;
    }
    .lista-filmes > * {
        width: calc(33.33% - 16px);
        margin: 8px!important;
    }
    .lista-filmes.cols-5 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .lista-filmes.cols-5 > * {
        width: calc(25% - 10px);
        margin: 5px!important;
    }
    .lista-filmes.cols-6 > * {
        width: calc(20% - 16px);
    }
}
@media (min-width: 1600px) {
    .lista-filmes.cols-5 > * {
        width: calc(20% - 10px);
        margin: 5px!important;
    }
    .lista-filmes.cols-6 > * {
        width: calc(16.66% - 16px);
    }
    .pd-section-2 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.lista-filmes > * a {
    position: relative;
    display: block;
}
.lista-filmes > * a img {
	display: block;
    width: 100%;
    height: auto;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}
.lista-filmes > * a:hover img {
    opacity: 1;
}
.lista-filmes > * a i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    border: 3px solid #fff;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}
.lista-filmes > * a:hover i {
    background-color: #fff;
    transform: scale(1.2);
}
.lista-filmes > * a i svg {
    fill: #fff;
    width: 100%;
    height: 20px;
    transform: translateX(2px);
    transition: all 0.2s ease-in-out;
}
.lista-filmes > * a:hover i svg {
    fill: #000;
}
.lista-filmes article h3 {
    width: 90%;
    margin: 15px 0 30px 0;
}
.lista-filmes > * h3 a {
    text-decoration: none;
    color: #fff;
}
.lista-filmes > * h3 a:hover {
    text-decoration: underline;
}

.divider {
    width: 100%;
    height: 100px;
    background-repeat: repeat;
    background-position: center center;
}
.divider-1 {
    background-image: url(images/divider-1-bg.png);
}
.divider-2 {
    background-image: url(images/divider-2-bg.png);
}

.lista-alunos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: -25px;
}
.lista-alunos li,
.lista-alunos li a {
    display: flex;
    flex-direction: column;
}
.lista-alunos li {
    max-width: 300px;
    margin: 25px;
}
.lista-alunos li a {
    text-decoration: none;
}
.lista-alunos li h4 {
    text-align: center;
    margin-top: 25px;
    text-decoration: none;
    color: #fff;
}
.lista-alunos li a:hover h4 {
    text-decoration: underline;
}
@media (min-width: 650px) {
    .lista-alunos {
        margin: -30px;
    }
    .lista-alunos li {
        width: calc(50% - 60px);
        margin: 30px;
    }
    .lista-alunos li h4 {
        margin-top: 30px;
    }
}
@media (min-width: 1000px) {
    .lista-alunos li {
        margin: 50px;
    }
    .lista-alunos li h4 {
        margin-top: 50px;
    }
}
@media (min-width: 1600px) {
    .lista-alunos li h4 {
        margin-top: 50px;
    }
}

.equipe h4 {
    margin-bottom: 1.2em;
}
.equipe h4:last-child {
    margin-bottom: 0;
}
.equipe h4 span {
    margin: 0 5px;
}

.parceria .content {
    max-width: 815px;
    margin-left: auto;
    margin-right: auto;
}
.parceria .content h3 {
    width: 80%;
    max-width: 450px;
    margin-top: 75px;
}
.parceria .content h3:first-child {
    margin-top: 0;
}
.parceria .content p a:hover {
	color: #fff;
}
@media (min-width: 1600px) {
    .parceria .content h3 {
        margin-top: 90px;
    }
}

.extras .container {
    padding-bottom: 100px;
}
.extras h3 {
    margin-top: 50px;
}
.para-escutar li {
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    height: 65px;
}
.para-escutar li > span {
    position: relative;
    z-index: 99;
    margin-left: 50px;
    padding: 10px 15px 10px 0;
    display: block;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
.mejs-controls, .mejs-button, .mejs-time, .mejs-time-rail {
    display: flex;
    align-items: center;
    padding: 0!important;
}
.mejs-button {
    width: 100%!important;
    position: relative;
    z-index: 2;
}
.mejs-button>button {
    margin-left: 15px!important;
}
.mejs-time,
.mejs-time-handle, .mejs-time-handle-content,
.mejs-volume-button,
.mejs-horizontal-volume-slider {
    display: none!important;
}
.mejs-time-rail {
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    margin: 0!important;
    padding: 0!important;
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total, .mejs-button, .mejs-time, .mejs-time-rail {
    height: 100%!important;
}
.mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    margin: 0!important;
    background-color: transparent!important;
    height: 100%!important;
}
.sc_fancy_player_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
footer {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 2px solid #fff;
    overflow: hidden;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .container h3 {
    margin-top: 75px;
    margin-bottom: 45px;
}
footer .container h3:first-child {
    margin-top: 0;
}
footer .container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: -20px -40px;
    max-width: 800px;
}
footer .container ul li {
    margin: 20px 40px;
}
footer .container ul li img {
    max-width: 100%;
}
footer .container ul.patrocinio {
    max-width: none;
    margin: -10px;
}
footer .container ul.patrocinio li {
    margin: 10px;
}

.fancybox__thumb,
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-radius: 0!important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    opacity: 0.8;
    border-color: #33bf66!important;
}