/* PUBLIC */

:root {
    --verde: #53d869;
    --roxo: #585ad3;
    --laranja: #fd9427;
}

body {
    font-family: Montserrat;
    background-color: #000;
    color: #fff;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: #383838;
    outline: 1px solid slategrey;
}

body::-webkit-scrollbar-track {

}

body::-webkit-scrollbar-thumb:hover {
    background-color: #4e4e4e;
}

a, a:hover {
    color: #fff;
    text-decoration: none;
}

p {
    margin: 0;
}

.btn:focus {
    box-shadow: none;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary:focus {
    background-color: #007bff;
    color: #fff;
}

.btn-success:focus {
    background-color: #28a745;
    color: #fff;
}

.btn-danger:focus {
    background-color: #dc3545;
    color: #fff;
}

.btn-dark:focus {
    background-color: #495057;
    color: #fff;
}

.select2 {
    background-color: #fff;
}

.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

/* HEADER PAGINAS */
.midias-header, .artistas-header {
    margin-bottom: 15px;
}

/* CARD */
.card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.card-item .titulo-midia {
    font-family: MontserratBold, sans-serif;
}

.card-item a {
    color: #000;
}

.card-item .capa {
    width: 30%;
    margin-right: 3%;
}

.card-item .info {
    width: 67%;
    position: relative;
}

.card-item .badge-categoria {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #585ad3;
    right: 0;
    top: 0;
    border-bottom-left-radius: 40px;
}

.card-item .badge-categoria i {
    color: #fff;
    position: absolute;
    right: 8px;
    top: 7px;
    font-size: 17px;
}

.card-item .acoes {
    position: absolute;
    bottom: 0;
    right: -25px;
}

.card-item .acoes a {
    margin-left: 4px;
    color: #fff;
}

.card-item .acoes a:hover {
    color: #fff !important;
}

/* ANIMAÇÃO PARA LOADER */
@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -16px, 0);
    }
}
.bouncingLoader {
    display: flex;
    justify-content: center;
}
.bouncingLoader > div {
    width: 15px;
    height: 15px;
    margin: 32px 3px;
    background-color: #585ad3;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncingLoader > div:nth-child(2) {
    animation-delay: 0.2s;
}
.bouncingLoader > div:nth-child(3) {
    animation-delay: 0.4s;
}

.invalid-feedback {
    color: #fff;
}

.invalid-feedback i.fa-exclamation-triangle {
    color: #dc3545 !important;
}

.bg-light {
    background-color: #efefef !important;
    color: #000;
}

.ver-mais {
    margin-top: 30px;
    text-align: center;
    display: none;
}

.ver-mais-btn {
    background-color: var(--verde);
    color: #fff;
    border: none;
    outline: unset;
    cursor: pointer;
    padding: 5px 50px;
    border-radius: 5px;
    transition: 0.3s ease;
}

.ver-mais-btn:hover {
    background-color: #53d8699c;
}

.ver-mais-btn:focus {
    outline: 0;
}

.loading-container {
    position: fixed;
    background-color: #ababab54;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1074;
    display: none;
}

.loading {
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -31px;
    position: fixed;
}

.loading i {
    font-size: 70px;
}

.centraliza {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section {
    width: 100%;
    padding: 30px 0;
}

.ads {
    margin-bottom: 30px;
    height: 70px;
    background-color: #1a8dff;
    display: none;
}

.main {
    padding: 50px 0px;
    min-height: calc(100vh - 270px);
}

.main-home {
    /* padding: 30px 0px; */
    padding: 15px 0px;
}

.icon-play {
    font-size: 34px;
    z-index: 1;
    cursor: pointer;
}

.icon-play-absolute {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    z-index: 1;
    cursor: pointer;
}

.midia-row {
    margin-left: -8px;
    margin-right: -8px;
}

.midia {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 8px;
}

.capa {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    padding-top: 100%;
}

.capa img {
    width: 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.capa:hover img {
    opacity: 0.4;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (min-width: 414px) {}

@media (min-width: 576px) {
    .midias-header, .artistas-header, .card-item {
        width: 450px;
    }

    .card-item .titulo-midia {
        font-size: 18px;
    }
}

/* md */
@media (min-width: 768px) {
    .section {
        padding: 50px 0;
    }

    .main-home {
        padding: 30px 20px 20px;
    }

    .midias-header, .artistas-header, .card-item {
        width: 500px;
    }

    .card-item .titulo-midia {
        font-size: 20px;
    }

    .card-item .subtitulo-midia {
        font-size: 18px;
    }

    .card-item .capa {
        width: 25%;
        margin-right: 4%;
    }

    .card-item .info {
        width: 71%;
    }

    .card-item .badge-categoria {
        width: 40px;
        height: 40px;
    }
}

/* lg */
@media (min-width: 992px) {
    .midias-header, .artistas-header, .card-item {
        width: 600px;
    }

    .card-item .titulo-midia {
        font-size: 22px;
    }

    .card-item .subtitulo-midia {
        font-size: 20px;
    }
}

/* xl */
@media (min-width: 1200px) {
    .section {
        padding: 70px 0;
    }

    .container {
        max-width: 1000px;
    }

    .midias-header, .artistas-header, .card-item {
        width: 600px;
    }
}
