/*----------------GERAL----------------*/
.site-content {
    background: #e8e6ea;
    width: 100%;
    padding-top: 20px;
}
.container:after {
    clear: both;
    content: "";
    display: table;
}
/*---------------CLUBE-----------------*/

.clube-social {
    position: relative;
}

.clube-social h2 {
    font-size: 26px;
}

.clube-social h4 {
    color: #026538;
    margin: 20px 0 10px;
}

.clube-social h3 {
  color: #006437;
  margin: 20px 0 10px;
  font-size: 20px;
  text-transform: uppercase;
}

/* app */
.clube-social-app{
    background-color:#006437;
    border-radius:10px;
    margin: 20px 0;
}
.clube-social-app .portal-associado-imagem, .clube-social-app .portal-associado-imagem a {
  text-align: right;
}
.clube-social-app-table{
    display:table;
    height:100%;
    width:100%;
}
.clube-social-app-title{
    color:#fff;
    font-weight: bold;
    font-size:20px;
    text-align:left;
    text-transform: uppercase;
    line-height:1.2;
    margin:0;
    display:table-cell;
    width:100%;
    vertical-align: middle;
}
.clube-social-app a{
    margin:auto;
    text-align: center;
    width:100%;
    display:block;
}

.clube-social-app a img{
    max-width:100%;
}


/* Facebook */
.clube-social-face{
    background-color:#3a559f;
    border-radius:10px;
}
.clube-social-face-texto{
    display:inline-block;
    width:calc(100% - 65px);
    padding: 0 15px;
    vertical-align: middle;
}
.clube-social-face-table{
    display:table;
    height:100%;
    width:100%;
}
.clube-social-face-title{
    color:#fff;
    font-weight: bold;
    font-size:20px;
    text-align:left;
    text-transform: uppercase;
    line-height:1.2;
    margin:0;
    display:table-cell;
    width:100%;
    vertical-align: middle;
}
.clube-social-face-imagem{
    margin:auto;
    text-align: center;
    width:50px;
    display:inline-block;
}
.clube-social-face-imagem img{
    width:100%;
    height:auto;
}


/* INSTAGRAM */
.wrp-instagram {
    margin-bottom: 20px;
}

.clube-social-insta{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-radius:10px;
    margin-top: -5px;
}
.clube-social-insta-texto{
    display:inline-block;
    width:calc(100% - 65px);
    padding: 0 15px;
    vertical-align: middle;
}
.clube-social-insta-table{
    display:table;
    height:100%;
    width:100%;
}
.clube-social-insta-title{
    color:#fff;
    font-weight: bold;
    font-size:20px;
    text-align:left;
    text-transform: uppercase;
    line-height:1.2;
    margin:0;
    display:table-cell;
    width:100%;
    vertical-align: middle;
}
.clube-social-insta-imagem{
    margin:auto;
    text-align: center;
    width:50px;
    display:inline-block;
}
.clube-social-insta-imagem img{
    width:100%;
    height:auto;
}



/* Galeria de Fotos */
.item-album:hover::after {
    background-color: rgba(0, 0, 0, 0.40);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
h4.noticias-album-titulo{
    padding:0 0 15px 5px;
    margin:0;
    color: #006437;
    font-family:'Roboto',sans-serif;
    font-size: 15px;
    font-size:15px;
}
#album.noticias-album-container a.item-album h3 {
    display:none;
    position: relative;
    margin: 0;
    font-size: 13px;
    font-family:'Roboto',sans-serif;
    font-weight: normal;
    padding:0 5px;
    color:#fff;
    z-index:1;
}
#album.noticias-album-container a.item-album:hover h3 {
    display: block;
}

.noticias-album-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    width:100%;
    margin-bottom: 15px;
}
.noticias-album-item{
    position:relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
    flex:1;
}
.noticias-album-legenda{
    width:100%;
    padding-bottom:100%;
}
.noticias-album-legenda-table{
    display:table;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
}
.noticias-album-legenda-tablecell{
    display:table-cell;
    width:100%;
    color:#fff;
    text-align:center;
    vertical-align: middle;
}
.noticias-album-mais-fotos::after{
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#album.noticias-album-container a.item-album.noticias-album-mais-fotos h3{
    font-size:24px;
    display:block;
}

.album h4 {
    clear: both;
    margin: 15px 15px 5px;
    font-size: 20px;
    color: #006437;
    width: 100%;
}


/*links*/
.owl-carousel-clube-links{
    margin:30px 0;
}
.owl-carousel-clube-links .item{
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
}
.destaques-bg {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
}
.destaques-texto {
    position: absolute;
    bottom: 0;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(42,76,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(42,76,45,1)));
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(42,76,45,1) 100%);
    background: -o-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(42,76,45,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(42,76,45,1) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(42,76,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#2a4c2d',GradientType=0 );
}
.destaques-texto h6 {
    text-transform: uppercase;
    color:#ffffff;
}

/* Noticia - CSS Complementar ao style.css */
.news-subhome-date{
    margin:0;
    font-size: 10px;
    text-transform: uppercase;
    color: #006437;
}

.news-home-p {
    /*min-height: 190px;*/
}    

.news-home-p .news-home-txt {
    float: none;
    min-height: 60px;
    width: 100%;
}

.news-home-p .news-home-image {
    float: none;
    padding-bottom: 20px;
    width: 100%;
    min-height: 132px;
}

.news-home-p .news-home-image img {
    width: 400px;
}

.news-home .news-home-txt h4.news-subhome-title{
    display:block;
    color: #3f3e3e;
    margin:0;
}
.news-home .news-home-txt h4.news-subhome-title-truncate{
    display:none;
    color: #3f3e3e;
}

/*--------------BANNERS-----------------*/

.owl-carousel-news-banners {
  margin: 0 0;
}

.banners {
    /*float: left;*/
    /*width: 300px;*/
}
.cnt-banners .news-banners-single {
    /*margin-top: 38px;*/
    padding-bottom: 42px;
}
.news-banners-single img {
  width: 100%;
}

.owl-carousel-clube-social-slider {
    width: 100%;
}

/*--------------AGENDA-------------------*/
.cnt-aviso-layer {
    background: rgba(0, 83, 46, 0.7);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}
.cnt-aviso {
    position: relative;
    width: 430px;
}
@media screen and (max-width:778px) {
    .cnt-aviso {
        position: relative;
        width: 90%;
    }

}
.cnt-aviso .btn-form-fechar {
    border-radius: 50%;
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    display: none;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(0, 83, 46, .7);
    position: absolute;
    align-items: center;
    justify-content: center;
    padding: 5px;
    right: -10px;
    top: -10px;
}

.cnt-aviso .btn-form-fechar svg {
    color: #fff;
}

.cnt-aviso img  {
    max-width: 100%;
}

.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #00532e; /* Green */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/**/
.wrp-agendas {
    margin-bottom: 25px;
}

.wrp-agendas:after {
    clear: both;
    content: "";
    display: table;
}


.wrp-agendas:after {
    clear: both;
    content: "";
    display: table;
}

.agenda {
    width: 100%;
    position: relative;
}
.agenda h3 {
    color: #006437;
    margin: 20px 0 10px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}
.lista-agenda {
    display: block;
    width: 48%;
    float: left;
    background-repeat:no-repeat;
    background-position: center top;
    background-size:contain;
    background-color: #fff;
}

.lista-agenda .item{
    background-color:#fff;
}

h3.lista-agenda-titulo{
    text-align:center;
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    color:#fff;
    padding: 15px 0;
    margin: 0;
    text-shadow: 2px 2px 4px #000000;
    background-color:rgba(0, 100, 55, .5);
}
.lista-agenda-conteudo{
    padding:0;
}

.lista-agenda h5{
    padding: 10px 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background-color:rgba(0, 100, 55, 1);
    margin:0;
}


.lista-agenda-scroll{
    overflow-y:scroll;
    height: 190px;
    background-color:#fff;
    padding: 5px 5px 0 5px;
    margin: 5px 5px 0 5px;
}

.lista-agenda-scroll::-webkit-scrollbar-track{
    background-color: #FFFFFF;
}
.lista-agenda-scroll::-webkit-scrollbar{
    width: 6px;
    background-color: #FFFFFF;
}
.lista-agenda-scroll::-webkit-scrollbar-thumb {
    border-radius:10px;
    background-color: #006437;
}

.lista-agenda p{
    font-size: 14px;
    font-weight: normal;
    color: #3F3E40;
    line-height: 1.2;
    margin: 0;
    width: 100%;
    display: block;
    padding: 5px 0 5px 0;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.lista-agenda p a{
    font-weight: normal;
}
.lista-agenda p span{
    color: #3F3E40;
}

.lista-agenda a:hover p{
    color: #006437;
}

.lista-agenda .owl-theme .owl-nav {
    font-size: 55px;
    position: absolute;
    top: -16px;
    left: 0;
    line-height: 22px;
    width: 100%;
    margin: 0;
}
.lista-agenda .owl-theme .owl-nav [class*=owl-]:hover{
    color: #FFF;
}

.lista-agenda .owl-carousel .owl-nav button.owl-prev, .lista-agenda .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top:20px;
    margin:0;
    color: #FFF;
}
.lista-agenda .owl-carousel .owl-nav button.owl-prev{
    left:5px;
}
.lista-agenda .owl-carousel .owl-nav button.owl-next{
    right:5px;
}

.cnt-agende-mobile {
    display: none;
}

@media screen and (max-width:778px) {
    .cnt-agende-mobile {
        display: block;
    }
    .banners .agenda-1,
    .banners .agenda-2 {
        display: none;
        margin: 0;
    }
    .lista-agenda  {
        width: 100%;
        max-height: auto;
        margin:0 0 20px 0;
        overflow: hidden;
    }
    .lista-agenda-scroll {
        padding-bottom: 30px;
    }
}


.home-fotos-mansory {
  padding: 0 0;
}

#agenda-anchor {
  position: absolute;
  top: -150px;
  height: 1px;
  width: 1px;
}

@media (min-width: 1200px){
    .news-home-g .news-home-txt {
        min-height: 0;
    }
}
@media (max-width:1199px){
    .news-home-g .news-home-txt {
        min-height: 57px;
        max-height: 57px;
    }
    .news-home-g .news-home-txt, .news-home-p .news-home-txt {
        padding: 5px 10px 0;
    }
}
@media (max-width:991px){
    .news-home .news-home-txt h4.news-subhome-title{
      display:none;
  }
  .news-home .news-home-txt h4.news-subhome-title-truncate{
      display:block;
      margin:0;
  }
  .news-home-g .news-home-txt {
      min-height: 0;
  }
  .noticias-album-item{
    flex-basis: 50%;
}
#agenda-anchor {
  position: absolute;
  top: 0;
  height: 1px;
  width: 1px;
}
}
@media (max-width: 768px) {

    .page-template-clube-social-php .news-home-g .news-home-image {
        min-height: 135px;
    }

    .clube-social {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
        position: relative;
    }
    .clube-social-app-title{
        padding: 10px 0;
    }
    .banners {
        /*float: none;*/
        width: 100%;
        /* padding-bottom: 20px; */
    }
    .box-avanti-sidebar{
        width:300px;
        margin:auto;
    }
    .owl-stage{
        width:100%;
    }
    .news-home .news-home-txt h4.news-subhome-title{
        display:block;
    }
    .news-home .news-home-txt h4.news-subhome-title-truncate{
        display:none;
    }
    .news-home-g .news-home-image {
        padding-bottom: 56.25%;
    }
    .news-home-g .news-home-txt {
        min-height: 90px;
    }
    .clube-social-insta{ 
        margin-top: -13px;

    }
}
@media (max-width:575px){
    .clube-social-app-title{
        text-align:center
    }
}


@media (max-width:468px){
    .news-home-g .news-home-image {
        width: 60%;
        float: left;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom:33.75%;
    }
    .news-home-g .news-home-txt, .news-home-p .news-home-txt {
        padding: 10px 10px 0;
        min-height: 47px;
        width:40%;
        float:left;
    }
    .news-home{
        margin-bottom:10px;
    }
    .noticias-album-item{
        flex-basis: 50%;
    }
    .clube-noticias-titulo a{
        padding: 5px;
        font-size: 11px;
    }
    .clube-social-app .portal-associado-imagem {
      text-align: center;
  }
}
/*--------------AGENDA ESPORTIVA-----------------*/
.agenda-esportiva {
    max-height: 289px;
    overflow: hidden;
    width: 100%;
}   
.col-agenda {
    padding: 0;
}

.custom-owl-esporte {
    font-size: 55px;
    position: absolute;
    top: -16px;
    left: 0;
    line-height: 22px;
    width: 100%;
    margin: 0;  
}   

.lista-agenda:nth-of-type(2) {
    margin: 0 14px 0 15px;
}
.lista-agenda button.btn-prev, 
.lista-agenda button.btn-next {
    cursor: pointer;
    position: absolute;
    top: 75px;
    margin: 0;
    color: #FFF;
    background: none;
    border: 0;
}
.lista-agenda button.btn-prev {
    left: 5px;
}
.lista-agenda button.btn-next {
    right: 5px;
}

.wrp-info-esportiva {
    /*display: none;*/
    background: rgba(0, 83, 46, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-form-fechar-esportivo {
    border-radius: 50%;
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    display: none;
    width: 22px;
    height: 22px;
    background: rgba(0, 83, 46, .7);
    position: absolute;
    align-items: center;
    justify-content: center;
    padding: 2px 3px 3px 3px;
    right: 10px;
    top: 10px;
}
.btn-form-fechar-esportivo svg {
    color: #fff;
}

.cnt-info-esportiva {
    background: #fff;
    padding: 30px 20px;
    width: 90%;
    position: relative;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1); 
}
.cnt-info-esportiva p{
    white-space: normal;
}
.lista-agenda-conteudo .cnt-load {
    text-align: center;
}
.msn-nao-evento {
    color: #026538;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
}
.img-load-esportes {
    max-width: 70px;
    margin: 30px auto 0 auto;
}

.cnt-info-competicao p {
    white-space: normal;
}