/* Clube Campana */
body.page-template-template-clube-campana {
    background-color: #ffd09d;
}

.wrapper-clube-campana .grid-sizer,
.wrapper-clube-campana .grid-item { width: 25%; }

.item-grid-clube{
    position: relative;
}
.infos-clube-hover{
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    align-items: end;
    padding: 24px;
    opacity: 0;
    cursor: pointer;
}
.infos-clube-hover:hover{
    opacity: 1;
}
.frase-clube{
    font-family: 'Noka';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    color: #000;
    padding: 60px 45px;
}

.tipo-clube{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.titulo-clube-campana{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.2;
}
.img-thumb-clube img{
    width: 100%;
    height: auto;
}

.modal-clube{
    padding: 0;
    width: 65%;
}

.wrapper-modal-clube{
    display: flex;
    justify-content: space-between;
}
.imagem-modal-clube{
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    width: 40%;
    display: flex;
}
.imagem-modal-clube img {
    width: 100%;
    object-fit: cover;
    display: flex;
    object-position: center;
}
.conteudo-modal-clube{
    padding: 100px;
    color: #000;
    max-width: 55%;
}
.desc-modal-clube{
    color: #000;
    font-size: 17px;
    line-height: 1.6;
}
.conteudo-modal-clube .titulo-modal-clube{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.conteudo-modal-clube .subtitulo-modal-clube{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 65px;
}

.page-template-template-clube-campana .btn-clube {
    visibility: visible!important;
    bottom: 16%;
    top: auto!important;
    height: 50px;
    width: 50px;
    padding: 0px;
}

.page-template-template-clube-campana .btn-clube.btn-clube-right{
    right: 45%;
    left: auto;
}

.page-template-template-clube-campana .btn-clube.btn-clube-left{
    right: 48%;
    left: auto;
}

@media (max-width:1450px){
    .modal-clube{
        padding: 0;
        width: 91%;
    }
}

@media (max-width: 992px){
    .wrapper-clube-campana .grid-sizer, .wrapper-clube-campana .grid-item {
        width: 50%;
    }
    .frase-clube {
        font-weight: 600;
        font-size: 13px;
        padding: 30px 30px;
    }
    .wrapper-modal-clube {
        display: block;
        justify-content: space-between;
    }
    .conteudo-modal-clube {
        padding: 30px;
        color: #000;
        max-width: 100%;
    }
    .conteudo-modal-clube .titulo-modal-clube {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .conteudo-modal-clube .subtitulo-modal-clube {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .desc-modal-clube {
        color: #000;
        font-size: 12px;
        line-height: 1.6;
    }
    .modal-clube {
        padding: 0;
        width: 80%;
    }
    .imagem-modal-clube {
        height: 160px;
        min-height: 160px;
        width: 100%;
    }
    .page-template-template-clube-campana .btn-clube{
        display: none!important;
    }
}