@font-face {
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 400;
    src: url('../fontes/Nexa\ Light.otf') format('opentype'), url('../fontes/Nexa\ Bold.otf') format('opentype');
}

body {
    font-family: "Nexa", sans-serif;
    background: #000;
    color: #FFF;
    margin-bottom: 100px;
}

body, html {
    
    scrollbar-color: #333 #111;
    transition: scrollbar-color 0.3s ease-out;
}

a {
    text-decoration: none;
}

.base1 {
    height: 600px;
}

.imagens-programas {
    width: 100%;
    height: 100%;
    background-size: 70% auto;
    background-position: top right;
    background-repeat: no-repeat;
    display: none;
}

.detalhes-programa {
    /* max-width: 1000px; */
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0 0 0 / 101%) 73%, rgb(0 0 0 / 0%) 100%);
    padding: 20px;
}

#logo_programa {
    height: 150px;
}

.detalhes-programa .logo-programa {
    vertical-align: bottom;
}

.detalhes-programa .descricao {
    max-width: 500px;
    text-align: justify;
}

.botao_set {   
    position: fixed;
    right: 227px;
    top: 72px;
    width: 119px;
    height: 250px;
    z-index: 1000;
    cursor: pointer;
}

.imagem_botao {
    height: 81px;
    width: auto;
    display: block;
}

@media (max-width: 966px) {
    .botao_set { 
        position: fixed;
        right: 67px;
        top: auto;
        bottom: 95px; /* acima da .logo_principal */
        width: auto;
        height: auto;
    }

    .imagem_botao {
        height: 45px;
        width: auto;
    }
}




/* New Syntax */
.galeria-imagens {}

.galerias {
    font-size: 22px;
    margin-top: -150px;
}

.galeria-imagens .item {
    width: 200px;
    height: 353px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border: solid 3px transparent; */
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    box-shadow: 2px 2px 5px #000;
}

.galeria-imagens::-webkit-scrollbar {
    display: none;
}

.galeria-imagens {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}

.galeria-imagens .item:hover {
    border: solid 3px #FFF;
}

.bloco {
    position: relative;
}

.bloco .direita, .bloco .esquerda {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding:10px;
    font-size:25px;
    cursor: pointer;
    z-index: 10;
    width: 55px;
    height: 55px;
    text-align: center;
    transition: font-size 0.05s;
}

.bloco .direita:hover, .bloco .esquerda:hover {
    background: #2222229c;
    border-radius: 60px;
}

.bloco .direita {
    right: 10px;
}
.bloco .esquerda {
    left: 10px;
}

/* .logo_principal {
    position: fixed;
    right: 40px;
    bottom: 40px;
} */

.logo_principal {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 999;
}

#modalDetalhes .modal-content {
    background-color: #222;
    border: 1px solid rgba(0, 0, 0, .2);
}

#modalDetalhes .detalhes-programa {
    /* max-width: 1000px; */
    width: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0 0 0 / 101%) 33%, rgb(0 0 0 / 20%) 100%);
    padding: 20px;
}

#modalDetalhes .detalhes-programa .descricao {
    max-width: 100%;
}

#modalDetalhes .imagens-programas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#modalDetalhes #logo_programa {
    height: 50px;
}

#modalDetalhes .modal-footer {
    border-top: 1px solid #000000;
    /* background:#000; */
}

#modalDetalhes .modal-body {
    padding: 0;
}


#modalDetalhes .modal-header {
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

@media screen and (max-width: 964px) {
    .detalhes-programa {
        /* max-width: 1000px; */
        width: 100%;
        background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0 0 0 / 101%) 33%, rgb(0 0 0 / 0%) 100%);
        padding: 20px;
    }

    .detalhes-programa .descricao {
        max-width: 100%;
    }

    .imagens-programas {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: top left;
        background-repeat: no-repeat;
    }

    #logo_programa {
        height: 50px;
    }

    .galeria-imagens {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        position: relative;
    }
}

