/* centralizar conteúdo certicalmente dentro de um elemento */
.center {
    margin: auto;
    width: 50%;
    /*border: 3px solid green;*/
    padding: 10px;
}

.desabilitado {
    opacity: 0.7;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.menu-destaque {
    top: 20%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.menu-destaque .menu-itens {
    width: 150px;
    height: 150px;
    background-color: transparent;
    border: 0;
    margin-bottom: 70px;
}

.menu-destaque .menu-itens .img {
    background-color: #333333;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu-destaque .menu-itens .img:hover {
    background: rgb(72, 72, 72);
    background: linear-gradient(130deg, rgba(72, 72, 72, 1) 0%, rgba(51, 51, 51, 1) 100%);
}

.menu-destaque .menu-itens .texto {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

/* Spin loader */
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* */

/* Buscas */
form.search-form input,
form.search-form .btn {
    height: 55px;
}

form.search-form .form-group {
    position: relative;
}

form.search-form .btn {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 0;
    text-align: center !important;
}

form.search-form .btn i {
    font-size: 22px;
    line-height: 55px;
}

form.search-form input {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

/** 
 * Bootstrap 
 */

/* modal */
.modal {
    overflow: auto !important;
}

.modal-content {
    border: 0;
}

h5.modal-title {
    margin: 0;
}

.modal-header {
    background-color: #000000;
    /*border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;*/
}

.modal-header h5.modal-title,
.modal-header .close {
    color: #fff;
}

body.modal-open {
    overflow-y: scroll !important;
}

/* cards */
h6.card-header {
    margin: 0;
}

/* tables */
.table {
    margin-bottom: 0;
}

/* */

/** 
 * Alterações do tema principal 
 */
.remove-translate-y:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.movie-list-2 .listing-image.trilha .img-wrapper {
    max-width: 400px;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
}

.movie-list-2 .listing-image.trilha .img-wrapper:after {
    background: #343a40;
    opacity: 0;
}

.movie-list-2 .listing-image.consultores .img-wrapper:after {
    opacity: 0;
}

.timeline {
    margin-top: 50px;
}
.timeline .timeline-step {
    position: relative;
    padding: 0px 0;
    border-bottom: 2px dashed #e3e3e3;
}
.timeline .timeline-step:last-child {
    border-bottom: none;
}
.timeline .timeline-step:last-child:after {
    content: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #a9e6cf;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none;
}
.timeline .timeline-step:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    font-size: 0;
    color: 0;
    z-index: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* modal aceita cookies */
.boxcookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
}
.boxcookie-ct {
    margin: 0px 15%;
    width: auto;
}
.boxcookie-cx {
    background: #fff;
    /*height: 100px;*/
    width: 100%;
    padding: 20px 40px 0px;
    /*-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    border: 1px solid #fff;
    -webkit-box-shadow: 3px -3px 10px 0px rgba(0,0,0,0.3); 
    box-shadow: 3px -3px 10px 0px rgba(0,0,0,0.3);

}
.boxcookie-cx p {
    color: #3e4555;
    font-family: 'Quicksand', sans-serif;
}
/* fim */

.politica-privacidade > p {
    color: #3e4555;
}

/* botão login  */
.login-mobile-btn2 {
    display: none;
}

/* botão de like */
.btn-like {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn-like.active {
    color: #fff;
}
.btn-like:hover {
    background-color: #fff !important;
    color: #dc3545;
}

/* */


@media (max-width: 767px) {
    .movie-list-2 .listing-image.trilha {
        height: 300px;
    }

}
/* */


@media (max-width: 1024px) {
    a.login-mobile-btn2 {
        display: inline-block;
    }

    .boxcookie-cx p {
        font-size: 12px;
        line-height: normal;
    }
    .boxcookie-ct {
        margin: 0px 0px;
    }

}

/* sm */
@media (min-width: 576px) {

}

/* md */
@media (min-width: 768px) {



}

/* lg */
@media (min-width: 992px) {
    .menu-destaque {
        top: 40%;
    }
}

/* xl */
@media (min-width: 1200px) {
}
