/* start: Slide 	 ---------------------------------------------------------*/
.header .slide-content {
    margin-bottom: 30px;
}
.header .slide-content .slide img {
    width: 100%;
}

.header .slick-dots {
    bottom: 21px;
}


.header .slick-prev {
    left: 70px;
    z-index: 1;
    background: url("../images/sliders/izquierda.png") center no-repeat;
    width: 19px;
    height: 35px;
}
.header .slick-next {
    right: 70px;
    z-index: 1;
    background-image: url("../images/sliders/derecha.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 35px;
    background-size: cover;
}
.header .slick-prev:before {
    display: none;
}
.header .slick-next:before {
    display: none;

}
.header .slick-prev:hover {
    background: url("../images/sliders/izquierda.png") center no-repeat ;
}
.header .slick-next:hover {
    background: url("../images/sliders/derecha.png") center no-repeat ;

}
.header .slick-dots li button:before{
    border-color: #fff;
    font-size: 14px;
    height: 14px;
    letter-spacing: 0px;
    line-height: 15px;
    width: 15px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #b7b7b7;
    opacity: 1;
}

.slick-dots li.slick-active button:before{
    color: #000;
    opacity: 1;
}
/* end: slide	-------------------------------*/

.principal .content-shortcuts {
    margin-bottom: 30px;
}

.principal .content-shortcuts .content-item-slide {border-right: 1px solid #ebebeb;}

.principal .content-shortcuts .content-item-slide span {
    text-align: center;
    display: block;
    margin-top: 15px;
	font-size: 13px;
    letter-spacing: 0.07em;
}

.principal .content-shortcuts .slick-prev {
    left: 0px;
    z-index: 1;
}
.principal .content-shortcuts .slick-next {
    right: 0px;
    z-index: 1;
}
.principal .content-shortcuts .slick-prev:before {
    color: #000;
}
.principal .content-shortcuts .slick-next:before { 
    color: #000;
}

/* end: slide	-------------------------------*/

.content-club .club.container-fluid{padding: 0px;}
.content-club .club {margin: 0px;}
.content-club .club .colu{padding: 0px;}
.content-club .club .background{width: 100%;}
.content-club .club .cont-info{
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    padding: 0px 15px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.content-club .club  .cont-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 290px;
    margin: 0px auto;
}

.content-club .club .cont-info .info .title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0px 0px 20px 0px;
    text-align: center;
}

.content-club .club .cont-info .info p {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
    display: block;
	font-weight: 300;
}

/* end: content-club	-------------------------------*/
.card-content .card {
    max-width: 370px;
    margin: 0px auto;
    padding: 50px 0px;
}

.cont-section {
    overflow: hidden;
}

.cont-section .principal .info-interna .titulo {
    margin-top: 10%;
    font-size: 55px;
}

.cont-section .principal .info-interna .precio {
    font-size: 25px;
}

.cont-section .img-section{
    width: 100%;
}

.cont-section .info-interna {
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.cont-section .info-interna .titulo {
    margin-top: 25%;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.cont-section .info-interna .precio {
    font-size: 17px;
}

 .mas-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -o-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    justify-content: center;
}
.mas-info.bottom {
    justify-content: flex-end;
}
.mas-info.bottom .btn{
    margin-bottom: 20% !important ;
}

.mas-info.top {
    justify-content: flex-start;

}
.mas-info.top .btn{
    margin-top: 20% !important;
}
/* end: card	-------------------------------*/

.cont-locales img{
    width: 100%;
}

.cont-locales .div-locales {
    max-width: 420px;
    margin: 0px auto;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 0px 20px;
}

.cont-locales .div-locales .titulo {
    font-size: 46px;
    font-weight: 100;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cont-locales .local {
    margin-bottom: 25px;
}

.cont-locales .local .t-local {
    font-size: 25px;
    margin-bottom: 15px;
    display: block;
}

.cont-locales .local .t-descripcion {
    font-size: 13px;
    display: block;
}


.card-content {
    padding-bottom: 30px;
}

.card-content .slick-dots {
    bottom: 21px;
}


.card-content .slick-prev {
    left: 70px;
    z-index: 1;
    width: 19px;
    height: 35px;
}
.card-content .slick-next {
    right: 70px;
    z-index: 1;
    width: 19px;
    height: 35px;
    background-size: cover;
}
.card-content  .slick-prev, .card-content .slick-next {
    display: none !important ;
}
/* start: Resolution <= 520px 	 -------------------------------*/
@media all and (max-width: 520px) {
    .content-club .club .cont-info .info .title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .content-club .club .cont-info .info p {
        font-size: 14px;margin-bottom: 10px;
    }
.cont-locales .div-locales .titulo {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.cont-locales .local .t-local {
    font-size: 19px;
    text-align: center;
}

.cont-locales .local .t-descripcion {
    font-size: 13px;
    text-align: center;
}

.cont-locales .local .btn {
    margin: 0px auto;
    text-align: center;
    display: block;
    max-width: 130px;
}

.cont-locales .row {flex-direction: column-reverse;}
    
}
/* end: Resolution <= 520px	-------------*/

/* start: Resolution <= 400px 	 -------------------------------*/
@media all and (max-width: 460px) {
    .cont-section .info-interna .titulo {
        font-size: 18px !important;
        margin-top: 15% !important;
    }

    .cont-section .info-interna .precio {
        font-size: 16px !important;
    }
}
/* end: Resolution <= 400px	------------*/