/* FONTES */
@font-face {
    font-family: AVENGEANCE HEROIC AVENGER BI;
    src: url('../fonts/AVENGEANCE\ HEROIC\ AVENGER\ BI.ttf');
}

/* FIM FONTES */


html, body{
    height: 100%;
}

a:hover{
    text-decoration: none;
}

#tudo{
    display: none;
}

div#loader{
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url('../images/load-2.gif') 50% 50% no-repeat white;
}

/* ESTILO HEADER COM IMG DE FUNDO 
.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('../images/liga_fundo_teste.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 126px;
}
*/

/* ########################################### MENU ########################################### */

.botao-covid{
    background-color: #007bff;; 
    border-radius: 10px;
} 

/* ########################################### MENU FIM ########################################### */




/* ########################################### PAGINA INICIO ########################################### */
/* DIV COM IMAGEM DE GERAL NA QUADRA */  
.img_volei_inicio{
    margin-top: 126px;
    width: 100%;
    height: auto;
}
/* ########################################### FIM PAGINA INICIO ########################################### */









/* ########################################### PAGINA FUNDADORES ########################################### */


/* ########################################### FIM PAGINA FUNDADORES ########################################### */






/* SLIDER */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.tam_img_slick{
    width: 70px !important;
    height: 70px !important;
}

.slider-fixado{
    position: fixed !important;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* FIM SLIDER */





/* ########################################### PAGINA CLUBES ########################################### */
/* arruma as imagens das logos dos patrocinadores */
.logo_clubes{
    width: auto;
    height: 250px;
    left: 50%;
    position: absolute;
    margin-left: -125px;
}

/* espaçamento com margin pois estou usando position absolute */
.espaco_logo_clubes{
    margin-bottom: 300px;
}
/* ########################################### FIM PAGINA CLUBES ########################################### */














/* ########################################### PAGINA GALERIA ########################################### */
/* ajusta largura e altura das imagens da galeria */
.ajuste_galeria_img{
    width: auto;
    height: 100%;
}


/* ########################################### FIM PAGINA GALERIA ########################################### */



















/* ########################################### PAGINA PATROCINADORES ########################################### */

/* arruma as imagens das logos dos patrocinadores */
.logo_patrocinadores{
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -100px;
    margin-top: -100px;
}

/* espaçamento com margin pois estou usando position absolute */
.espaco_logo_patrocinadores{
    margin-bottom: 250px;
}
/* ########################################### FIM PAGINA PATROCINADORES ########################################### */










/* ########################################### PAGINA CONTATO ########################################### */

.form_contato_style{   
    background-color: #696666;
    border: 1px solid #9a9797;
    color: #cac5c5;
}

/* ########################################### FIM PAGINA CONTATO ########################################### */



/* ########################################### PAGINA ANUNCIOS ########################################### */

.masthead {
    min-height: 450px;
    background-image: url('../images/IMG_FUNDO_PAG_COVID_29_04_2020.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sombra-img-header{
    -webkit-box-shadow: 9px 9px 15px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    9px 9px 15px 0px rgba(50, 50, 50, 1);
    box-shadow:         9px 9px 15px 0px rgba(50, 50, 50, 1);
}

.tam-220px-anuncios{
    height: 220px !important;
}

.blur-anuncios{
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 123, 255, 1);
    -moz-box-shadow:    0px 0px 9px -3px rgba(0, 123, 255, 1);
    box-shadow:         0px 0px 9px -3px rgba(0, 123, 255, 1);
}

.tamanho-img-anuncio{
    height: 100%;
    width: 100%;
}

.texto-anuncios{
    background-color: #f1f1f1;
}

.borda-div-txt{
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.fonte-txt-anuncios{
    font-family: "Open Sans", sans-serif;
}

.txt-link-nome-loja{
    text-decoration: none;
    outline: none; 
    color: #1c263f;
}

.p-style-info-anunc{
    margin: 0 0 10px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2em;
    font-size: 14px;
    color: #1c263f;
}

.p-style-nome-anunc{
    margin-bottom: 0 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2em;
    font-size: 14px;
    color: #1c263f;
}

.p-style-nome-anunc:hover{
    color: #007bff;
}

.p-style-atividade-anunc{
    margin-top: 5px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2em;
    font-size: 11px;
    color: #373c47;
}

.icon-p-anuncios{
    color: #a3b0ba;
    min-width: 16px;
    margin-right: 7px;
    text-align: center;
}
/* ########################################### FIM PAGINA ANUNCIOS ########################################### */


/* ########################################### PAGINA MORE_INFOS ########################################### */

.slick-next:before {
    content: "›";
    color: black;
    font-size: 40px;
    margin-right: 100px;
}

.slick-prev:before {
    content: "‹";
    color: black;
    font-size: 40px;

}

.slick-prev{
    margin-left: 50px;
}

.slick-next{
    margin-right: 50px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    height: 100%;
    z-index: 999;
}

/* ########################################### FIM PAGINA MORE_INFOS ########################################### */

/* INICIO MEDIA QUERIES */
/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 575.98px){
    .hidden-xs{
        display: none !important;
    }
    
    /* muda o tamanho da imagem fundadores para celular */
    .tamanho_fundadores{
        height: 100% !important;
    }

    /* muda o tamanho da font do caption para celular */
    .tamanho_font_volei_inicio{
        font-size: 12px !important;
    }

    /* espaçamento com margin pois estou usando position absolute para (celular) */
    .espaco_logo_patrocinadores_celular{
        margin-bottom: 250px;
    }

    /* ultima logo dos patrocinadores para celular (ajuste do margin) */
    .espaco_logo_patrocinadores_celular_last{
        margin-bottom: 0;
    }
}

/* Dispositivos small (telefones em modo paisagem, com 576px ou mais) */
@media (min-width: 576px) and (max-width: 767.98px){
    .hidden-sm{
        display: none !important;
    }
}

/* Dispositivos médios (tablets com 768px ou mais) */
@media (min-width: 768px) and (max-width: 991.98px){
    .hidden-md{
        display: none !important;
    }
}

/* Dispositivos large (desktops com 992px ou mais) */
@media (min-width: 992px) and (max-width: 1199.98px){
    .hidden-lg{
        display: none !important;
    }
}

/* Dispositivos extra large (desktops grandes com 1200px ou mais) */
@media (min-width: 1200px){
    .hidden-xl{
        display: none !important;
    }
}