
/*fonts*/

@font-face {
    font-family: Barlow-Bold;
    src: url(../fonts/Barlow-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: Barlow-Regular;
    src: url(../fonts/Barlow-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Barlow-Light;
    src: url(../fonts/Barlow-Light.ttf);
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    font-weight: normal;
}

h1,
h2 {
    font-family: Barlow-Regular;
    font-size: inherit;
}

h3,
p {
    font-family: Barlow-Light;
    font-weight: 400;
    font-size: inherit;
    text-decoration: none;
}

strong {
    font-family: Barlow-Regular;
    -webkit-text-stroke: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: url(../images/background/bg_1920_circulitos.png) no-repeat;
    background-size: cover;
    margin: 0;
    padding-top: 70px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}


li{
    font-family: Barlow-Light;
    color: #5E5E5E;
    list-style: none;
    padding-bottom: 5px;
    text-decoration: none;
}

.m-container {
    margin: auto;
    width: 100%;
    max-width: 1170px;
    height: inherit;
    padding: 0 5px;
}

/* navigation bar */
nav {
    background-color: #FFFF;
    height: 70px;
    width: 100%;
    position:fixed;
    top: 0;
    z-index: 9999999;
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
            box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.nav-logo{
    float: left;
    margin-left: 10px; 
}

.nav-logo img{
    height: 60px;
    margin-top: 5px;
}

.nav-options{
    float: right;
    margin-top: 25px;
    font-family: 'Barlow-Regular';
}

.nav-menus:not(:last-child){
    margin-right: 30px; 
}

.nav-menus{ 
color: #542583;
font-size: 18px;
}

.nav-menus:hover{ 
color: #FFBD00;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}

.menu-toggle {
    display: none;
}

.nav-icons{
    display: none;
}

/* main - banners */


.m-banner-top img{
    width: 100%;
    height: auto;
}

.m-storebtn{
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute; 
    margin: 100px 20px 50px 20px;
}

#m-google-play {
    width: 229.46px;
}

.m-app-store {
    width: 196.93px;
}

.m-banner-bottom {
    margin-top:100px;
    margin-bottom: 100px;
}

.m-banner-bottom img {
    width: 100%;
    height: auto;
}

.m-banner-verde{
    background-color: #00993A;
    height: 510px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.club-apolo-ubicanos{
    font-size: 30px;
}

.dirección-verde{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
}

.dirección-verde .icon-dirección {
    width: 50px;
}

.title-verde{
    text-align: center;
    color: #FFFFFF;
    margin: 50px;
}

.title-verde img{
    padding-bottom: 20px;
}

.title-verde .icon-dirección{
    height: 50px;
}

.google-map-image{
    height: 435px;
    width: 832px;
    border-radius: 10px;
}

.ubicanos-verde{
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -ms-flex-pack: distribute;
                justify-content: space-around;
            gap: 10px;
}

.mapa{
    width: 835px;
    height: 435px;
    background-color: rgb(61, 61, 61);
    border-radius: 10px;
    margin-left: 64px;
    overflow: hidden;
}
.title-verde.hide{
    display: none;
}
.title-verde.show{
    display: block;
}

/*slick sliders*/

.pelotita{
    width: 32px;
    height: 32px;
}

.pelotita-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color:#424242;
    font-size: 32px;
    width: 250px;
    margin: auto;
}

/*primero*/
.m-slick-carrousel-primero{
    width: 369px;
    height: 369px;
    margin: auto;
}

.m-slick-carrousel-primero .slick-arrow{
    width: 40px;
    height: 40px;
    font-size:1px;
    color: transparent;
    position:absolute;
    right: 100;
    top:200px;
}

.m-slick-carrousel-primero .slick-next {
    border: transparent;
    position: absolute;
    right: -450px;
    top:150px;
}

.m-slick-carrousel-primero .slick-prev {
    border: transparent;
    position: absolute;
    left: -450px;
    top:150px;
}


/*segundo*/

.m-slick-carrousel-segundo{
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.m-slick-carrousel-segundo .slick-arrow{
    width: 40px;
    height: 40px;
    font-size: 28px;
    font-weight:bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #FFFFFF;
    position:absolute;
}

.m-slick-carrousel-segundo .slick-next {
    background: url(../images/icons/icon_arrow_next_yellow.svg);
    border: transparent;
    color: transparent;
    right: -75px;
    position: absolute;
    top: 42%;
    cursor: pointer;
}

.m-slick-carrousel-segundo .slick-prev {
    background: url(../images/icons/icon_arrow_prev_yellow.svg);
    border: transparent;
    color: transparent;
    top:42%;
    z-index: 100;
    left: -75px;
    cursor: pointer;
}

.m-slick-carrousel-segundo .slick-next:hover, .m-slick-carrousel-tercero .slick-next:hover{
    background-image: url(../images/icons/icon_arrow_right_purple.svg); 
}

.m-slick-carrousel-segundo .slick-prev:hover, .m-slick-carrousel-tercero .slick-prev:hover{
    background-image: url(../images/icons/icon_arrow_left_purple.svg); 
}

/*tercero*/

.m-slick-carrousel-tercero{
    width: 900px;
    /* height: 386px; */
    margin:auto;
    position:relative;
}

.m-slick-carrousel-tercero .slick-arrow{
    width: 40px;
    height: 40px;
    font-size: 28px;
    font-weight:bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #FFFFFF;
    position:absolute;
}

.m-slick-carrousel-tercero .slick-next {
    background: url(../images/icons/icon_arrow_next_yellow.svg);
    /* background-color: #FC883E;
    border-radius: 100px; */
    color: transparent;
    border: transparent;
    position:absolute;
    right:-80px;
    top: 45%;
    cursor: pointer;
}

.m-slick-carrousel-tercero .slick-prev {
    background: url(../images/icons/icon_arrow_prev_yellow.svg);
    /* background-color: #FC883E;
    border-radius: 100px; */
    color: transparent;
    border: transparent;
    position:absolute;
    left:-80px;
    top: 45%;
    cursor: pointer;
}

.m-slick-carrousel-segundo .slick-next:hover, .m-slick-carrousel-tercero .slick-next:hover{
    /* background-color: #FFBD00; */
    background-image: url(../images/icons/icon_arrow_right_purple.svg); 
}

.m-slick-carrousel-segundo .slick-prev:hover, .m-slick-carrousel-tercero .slick-prev:hover{
    background-image: url(../images/icons/icon_arrow_left_purple.svg); 
}


.beneficio-titulo img.beneficio-accede {
    height: 180px;
}

.beneficio-titulo img{
    height: 80px;
}

.slider-beneficios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0px;
}

.slider-beneficios-hijo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.beneficio-columna{
    width: 500px;
}

.beneficio-columna .beneficio-imagen{
    width: 100%;
    border-radius: 10px;
}

.w-unset{
    width: unset;
}

.beneficio-detalle{
    width: 350px;
    text-align: center;
    margin: auto;
    padding:10px 0px;
    font-size: 20px;
    color:#666666;
}

.beneficio-titulo{
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

img.titulo-sin-fines-lucro {
    width: 300px;
    height: 55px;
}

img.titulo-personal-calificado {
    width: 300px;
    height: 55px;
}

/* entre pelotas sections */

.títulos-secciones{
    color: #FFBD00;
    text-align: center; 
    margin-top: 50px;
    font-size: 42px;
}

.horarios, .quienes-somos{
    color: #FFBD00;
    font-size: 38px;
}

.m-nuestras-canchas  {
    margin-top: 100px;
    margin-bottom: 200px;
}

.m-nuestros-locales img, .m-nuestras-canchas img{
    display: block;
    margin: 0 auto;
}

.m-nuestros-locales .title1{
    padding-top: 20px;
    padding-bottom: 40px;
}

.title2{
    width: 260px;
}

.m-quienes-somos-horarios-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
}

.m-quienes-somos{
    margin: auto;
    text-align: center;
    width: 350px;
    color:#666666;
    padding-right: 20px;
}

.m-horarios-atencion{
    margin: auto;
    text-align: center;
    color:#666666;
    padding-left: 20px;
}


.characteristics{
    text-align: center;
    padding-bottom: 10px;
    font-size: 32px;
}


/*  servicios section */

.title3-content{
    text-align: center;
    color: #666666;
    font-size: 26px;  
    padding-top: 20px;  
}

.servicios-container {
    margin-top: 50px;
    height: 507px;
    width: 695px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    text-align: center;
    /* color: #00993A; */
    color: #542583;
    font-size: 22px;
}

.servicios-imagenes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.servicios-container img{
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}


.beneficios{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.title4{
    width: 357px;
    height: 185x;
}

.escenarios-deportivos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
        flex-wrap: wrap-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
}

.title5-container{
    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;
    width:633px;
    margin-top: 70px;
}

.title5-container-image img{
    width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.escenarios-content{
    text-align: center;
    color: #666666;
    font-size: 26px;
    width: 518px;
    padding-top: 30px;
    padding-bottom: 100px;
}


/* contáctanos section */

.title6-contáctanos{
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.titulos-contacto{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-around;
    margin-bottom: 50px;
    align-items: flex-start;
}

 .titulos-contacto-containers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
}

.m-s-icons{
    font-size: 24px;
    text-align: center;
    color:#666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.icons-contacto{
    height: 40px;
}

.icons-contacto-email{
    height: 30px;
}

/* footer */

.footer-columna{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-footer-container{
    background: url("../images/banners/banner_gris.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 50px;
} 

.footer-total-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.m-footer-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.m-footer-top ul{
    padding-left: 130px;
}


.m-footer-top-hijo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.m-footer-top-hijo img{
    /* width: 100%; */
    height: 18vh;
}
.m-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer-stores ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 30px;
}

.footer-stores{
    padding-top: 20px;
}
ul.social-container{
    padding: 0px;
}

.social-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.googlePlaySmall img {
    width: 147px; 
    height: 40px; 
}

.appStoreSmall img {
    width: 135px; 
    height: 40px; 
}

.googlePlaySmall:hover img,
.appStoreSmall:hover img {
    -webkit-box-shadow: 0 0 20px rgba(109, 109, 109, 0.8);
            box-shadow: 0 0 20px rgba(109, 109, 109, 0.8);
    border-radius: 11px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.copyright{
   font-size: 12px;
   text-align: center;
}

.slick-dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}


.slick-dots button{
    font-size: 0;
    border-radius: 50%;
    width: 16.08px;
    height: 16.08px;
    border: none;
    background-color:#FFBD00;
    cursor: pointer;
}

.slick-active button{
    background-color: #542583;
    border: 1px solid #542583;
}

.m-slick-carrousel-segundo .slick-dots{
    bottom: -55px;
}

.slick-dots li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }

.slick-dots li:not(:last-child)::after{
    content: '';
    width: 30px;
    height: 4px;
    display: inline-block;
    background:#FFBD00;

}

.p-0{
    padding: 0 !important;
}

.service__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.m-banner-orange{
    background: url(../images/background/bg_banner_orange.jpg) no-repeat center center;
    height: 300px;
    width: 100%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 23.5px;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mano img{
    width: 270px;
}

.banner-orange-container{
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding-top: 10px;
    overflow: hidden;
}

.app_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.item-btn a:hover img{
    -webkit-box-shadow: 0 0 10px rgba(68, 67, 67, 0.8);
            box-shadow: 0 0 10px rgba(68, 67, 67, 0.8);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    border-radius: 10px;
}

.m-banner-top{
    background: url(../images/banners/banner_morado_304.png) no-repeat center center;
    height: 304px;
    width: 100%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.m-banner-bottom{
    background: url(../images/background/bg_banner_canchas.jpg) no-repeat center center;
    height: 304px;
    width: 100%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 0px;
}

.item-cancha{
    width: 100%;
    max-width: 815px;
    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;
}

.item-cancha .slide-head .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;            
}
.slide-head {
    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;
    margin-bottom: 5px;
    margin-top: 20px;
}

.slide-head .img-cancha img {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
    width: 600px;
    height: 365px;
}

.item-cancha .slide-head .title h2{
    color: #424242;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.item-cancha .slide-head .title img{
    width: 33px;
    height: 33px;
    margin-left: 19px;
}

.items-cancha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    text-align: center;
}

.items-cancha .item {
    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;
    width: 100%;
    max-width: 158px;
    margin: auto;
}

.items-cancha .item img{
    margin-bottom: 7px;
}

.title4-container img{
    padding-bottom: 30px;
}


.logo-footer-micancha{
    height: 60px;
}

.logo-y-descripcion{
    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;
}
.logo-micancha-descripción{
    text-align: center;
    font-size: 12px;
}

.escenarios-span{
    color: #FFBD00;
}

.t-telefonos{
    display: flex;
    flex-direction: column;
}
.t-telefonos p {
    margin-bottom: 0; 
}
.fc-next-button.fc-button.fc-button-primary{margin-left: 60px;}


@media (min-width: 1040px) and (max-width: 1300px) {

    .google-map-image{
        width: 700px;
        height: 435px;
    }

    .title-verde{
        margin: auto;
    }
 
    .mapa{
        margin: 0px;
    }
}   

@media (min-width: 1000px) and (max-width: 1039px) {
    
    .google-map-image{
        width: 550px;
        height: 450px;
        padding: 0px;
        margin: 0px;
    }
}    

@media (min-width: 768px) and (max-width: 999px) {
    
    .google-map-image{
        width: 400px;
        height: 450px;
        padding: 0px;
        margin: 0px;
    }
}    


@media (min-width: 623px) and (max-width: 768px) {
    
   .service__container{
    margin-top: 200px;
   }


}    

@media (max-width: 950px) {

    a.nav-menus{
        font-size: 16px;
        padding:5px 0px;
    }

    .nav-icons{
        display: inline-block;
        padding:0 10px;
    }

    img.nav-icons{
        width: 35px;
    }

    .nav-menus{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-options .nav-menus:not(:last-child) {
        border-bottom: 1px solid #C7C7C7;
    }

    .nav-options {
        display: none;
        background-color: #FFFFFF;
        border-radius: 4px;      
        -webkit-box-orient: vertical;      
        -webkit-box-direction: normal;      
            -ms-flex-direction: column;      
                flex-direction: column;
        position: absolute;
        top: 40px;
        right: 0;
        gap: 10px;
    }

    .nav-options.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;  
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  
                box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    .menu-toggle {
        display: block;
        float: right;
        margin-top: 23px;
        margin-right: 10px;
        cursor: pointer;
    }

}


@media (max-width: 768px) {

    .nav-logo img{
        padding: 6px;
    }

    .títulos-secciones{
        font-size: 30px;
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .quienes-somos, .horarios{
        font-size: 24px;
        margin: auto;
    }
    
    .m-horarios-atencion{
        margin-top: 30px;
    }

    .m-quienes-somos-horarios-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
    }

    .title-logo img{
        height: 102.62px;
        width: 206px;
    }

    .m-nuestros-locales .title1{
        padding: 0px;
        height: 75px;
    }

    .title1{
        margin-top: 0px;
        width: 279px;
        height: 96px;
    }
    
    .m-quienes-somos{
        width: 284px;
        margin-bottom:50px;
        padding: 0px;
    }

    .m-horarios-atencion{
        display: block;
        margin-bottom: 50px;
        padding: 0px;
    }

    .m-slick-carrousel-primero{ 
        width: 100%;
        height: 300px;
        position: relative;
    }

    .m-slick-carrousel-primero img{ 
        width: 243px;
        height: 244px;
        margin: auto;
    }

    .m-slick-carrousel-primero .slick-next {
        background: url("../images/icons/icon_flechita_dch_s.svg");
        width: 24px;
        height: 24px;
        position: absolute;
        right: 25px;
        top: 45%;
        z-index: 100;
    }

    .m-slick-carrousel-primero .slick-prev {
        background: url("../images/icons/icon_flechita_izq_s.svg");
        width: 24px;
        height: 24px;
        position: absolute;
        left: 25px;
        top: 45%;
        z-index: 100;
    }
    
    .title2{
        width: 217px;
    }

    .m-slick-carrousel-segundo {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .m-slick-carrousel-segundo img{ 
        width: 360px;
        height: 219px;
    }

    .m-slick-carrousel-segundo .slick-arrow{
        font-size: 16px;
    }

    .m-slick-carrousel-segundo .slick-prev {
        background: url("../images/icons/icon_flechita_izq_s.svg");
        position: absolute;
        width: 24px;
        height: 24px;
        left: 60px;
        top: 15px;
        z-index: 100;
    }

    .m-slick-carrousel-segundo .slick-next {
        background: url("../images/icons/icon_flechita_dch_s.svg");
        position: absolute;
        width: 24px;
        height: 24px;
        right: 60px;
        top: 15px;
        z-index: 100;
    }

    .pelotita-title .pelotita{
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    
    .pelotita-title{
        font-size: 24px;
        margin: auto;
    }
    
    .m-icons ul li {
        margin: auto;
    }
      
    .icons-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }
      
    .icons-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }

    .m-banner-orange{
        background: url(../images/background/bg_orange_sm.jpg) no-repeat center center;
        height: 200px;
        min-width: 360px;
        background-size: cover;
        overflow: hidden;
    }

    .banner-orange-container{
        display: block;
        gap: 0px;
        padding: 0px;
        width: 400px;
        height: 170px;
        overflow: visible;
        position:relative;
    }
    
    .mano img{
        width: 170px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .column-left-orange{
        width: 220px;
        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;
    }

    .title-relajate img{
        width: 185px;
        height: 78px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .app_buttons{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
    }

    .item-btn a:hover img{
        border-radius: 4px;
    }

    .item-btn .GPlayLarge {
        height: 33.45px;
        width: 113.39px
    }

    .item-btn .AppStoreLarge {
        height: 33.45px;
        width: 97.31px
    }

    .m-nuestras-canchas{ 
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .item-cancha .slide-head .title h2 {
        font-size: 18px;
    }

    .item-cancha .slide-head .title {
        padding-bottom:10px;
    }
    
    .item-cancha .slide-head .title img {
        width: 21.96px;
        height: 22px;
    }

    .items-cancha{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .items-cancha .item img{
        height: 32.95px;
        max-width: 42px;
        margin-bottom: 10px;
    }
    
    .title3-container{
        margin:auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -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; 
    }

    .title3{
        content: url('../images/titles/disfruta_servicios_orange.png');
        width: 295px;
        height: 69px;
    }

    .title3-content{
        margin:0;
        font-size: 16px;
        padding-top: 20px;
    }

    .img-cancha, .img-cancha img{
        width: 100%;
        height: 100%;
    }

    .servicios-imagenes{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        gap: 20px;
    } 
    

    .descripciones {
        font-size: 16px;
    }

    .servicios-container {
        width: 302.19px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .servicios-container img {
        width: 121.79px;
        height: auto;
    }

    .m-banner-bottom{
        margin-top: 0px;
    }
    
    .m-banner-bottom img {
        width: 309px;
        height: auto;
        padding: 10px;
    }

    .title4-container img{
        content: url('../images/titles/disfruta_responsive.png');
    }
    
    .title5-container img{
        content: url('../images/titles/escenario_responsive.png');
    }  

    .escenarios-content{
        font-size: 16px;
        width: 327px;
        padding: 20px;
    }

    .title5-container-image img{
        width: 300px;
        margin-top: 20px;
    }

    .slide-head .img-cancha img {
        -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 6px;
        width: 360px;
        height: 219px;
    }

    .m-slick-carrousel-tercero {
        width: 360px;
        /* height: 220px; */
        margin: 0 auto;
        position:relative;
    }

    .m-slick-carrousel-tercero img{
        width: 360px;
        height: 220px;
        margin: auto;
    }
    
    .m-slick-carrousel-segundo .slick-dots{
        bottom:-40px;
    }

    .m-slick-carrousel-primero .slick-dots button,
    .m-slick-carrousel-segundo .slick-dots button,
    .m-slick-carrousel-tercero .slick-dots button {
        height: 10.88px;
        width: 10.88px;
    }
    .m-slick-carrousel-primero .slick-dots li:not(:last-child)::after, 
    .m-slick-carrousel-segundo .slick-dots li:not(:last-child)::after,
    .m-slick-carrousel-tercero .slick-dots li:not(:last-child)::after {
        width: 20px;
        height: 2.71px;
    }
    
    .m-slick-carrousel-tercero .slick-arrow{
        font-size: 16px;
    }

    .m-slick-carrousel-tercero .slick-prev{
        background: url("../images/icons/icon_flechita_izq_s.svg");
        width: 24px;
        height: 24px;
        position:absolute;
        left: 10px;
        top: 10px;
        z-index: 300;
    }
    
    .m-slick-carrousel-tercero .slick-next {
        background: url("../images/icons/icon_flechita_dch_s.svg");
        width: 24px;
        height: 24px;
        position:absolute;
        right: 10px;
        top: 10px;
    }

    .m-slick-carrousel-segundo .slick-next:hover, .m-slick-carrousel-tercero .slick-next:hover{
        background-image: url(../images/icons/icon_flechita_dch_s_m.svg); 
    }
    
    .m-slick-carrousel-segundo .slick-prev:hover, .m-slick-carrousel-tercero .slick-prev:hover{
        background-image: url(../images/icons/icon_flechita_izq_s_m.svg); 
    }

    .m-banner-verde{
        height: 400px;
    }

    .title-verde{
       margin: auto;
    }

    .title-ubicanos img{
        height: 60px;
        /* padding: 10px 0px; */
    }

    .club-apolo-ubicanos {
        display: none;
    }

    .ubicanos-detalle p{
        font-size: 18px;
    }

    .mapa{
        margin: 0px;
        width: 360px;
        height: 230px;
    }

    .ubicanos-verde{
        margin:auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0px;
    }
    
    .m-footer-top-hijo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    ul.mi-cancha, ul.contacto, ul.logo-y-descripcion, .logo-footer-club-apolo, .m-footer-top ul {
        padding: 0px;
        margin: 0px;
    }
    
    .footer-columna{
        gap: 30px;
        padding:20px 0px;
    }

    .copyright li{
        font-size: 10px;
        padding-bottom: 10px;
     }

    .logo-footer{
        width: 62px;
        height: 60.21px;
        margin-left: 20px;
    }

    .icons-contacto{
        height: 20px;
    }

    .icons-contacto-email{
        height: 15px;
    }
    
    .title6-contáctanos img{
        width: 200px;
        margin-top: 10px;
    }
    .m-s-icons{
        font-size: 16px; 
        margin-bottom: 25px;
    }

    .contacto-wrap{
        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;
        margin: 0;
        padding: 0;
        height: 350px;
    }

    .titulos-contacto-containers:not(:first-child) {
        padding-bottom: 15px;
    }

    .titulos-contacto-containers:first-child {
        padding-bottom: 40px;
    }


    .titulos-contacto{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .m-s-icons.dirección{
        width: 140px;
    }

    .title6-contáctanos {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .slider-beneficios-hijo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .beneficio-titulo img{
        height: 70px;
        width: 250px;
    }

    .beneficio-titulo img.beneficio-accede {
        height: 70px;
    }

    .beneficio-titulo.estacionamiento-beneficio img{
        width: 200px;
    }

    .beneficio-columna .beneficio-imagen {
        width: 70%;
        border-radius: 6px;
    }

    .m-banner-top{
        background: url(../images/banners/banner_morado_s.jpg) no-repeat center center;
        height: 340px;
        width: 100%;
        background-size: cover;
    }

    img.titulo-sin-fines-lucro {
        height: 40px;
        width: 200px;
    }

    img.titulo-personal-calificado{
        height: 40px;
        width: 230px;
    }


    .service__container:not(:last-child){
       /* margin-top: 350px!important; */
    }
    
}


@media (max-width: 374px) {

    .m-banner-bottom img{
        width: 260px;
    }

    .m-nuestros-locales .title1 {
        padding: 0px 20px;
    }

    .m-slick-carrousel-tercero .slick-prev {
        left: 45px;
    }

    .m-slick-carrousel-tercero .slick-next {
        right:45px;
    }

    .m-slick-carrousel-segundo .slick-prev {
        left: 10px;
    }
        
    .m-slick-carrousel-segundo .slick-next {
        right:10px;
    }

    .google-map-image{
        height: 220px;
        width: 260px;
    }    

    .footer-stores ul{
        padding: 0px; 
    }

    .m-footer-top ul{
        padding-left:0px;
    }

    .m-footer-top li{
        padding-left: 10px;
        font-size: 11px;
    }
    .social-container {
        margin-left: 0px;
        margin-right: 0px;
        gap: 0px;
    }
    .m-banner-orange{
      min-width: 200px;
      max-width: 374px;
      position: relative;
    }

    .banner-orange-container{
        height: 200px;
        width: 280px;
    }

    .mano img{
        width: 130px;
        top: 60px;
    }

    .column-left-orange{
        width:180px;
    }

    .title-relajate img{
        width: 120px;
        height: 55px;
        margin-top: 20px;
        margin-right: 30px;
    }

    .títulos-secciones{
        margin: 0;
        padding-top: 20px;
    }

    .items-cancha .item:not(:last-child) {
        padding-bottom: 30px;
    }  

    .title3{
        width: 220px;
        height: 55px;
    }

    .beneficio-titulo img {
        width: 200px;
    }    

    .beneficio-titulo.estacionamiento-beneficio img{
        width: 170px;
    }

    .title5-container img {
        width: 250px;
        padding-bottom: 10px;
    }

    .escenarios-content{
        padding: 1px 30px;
    }

    .quienes-somos-p{
        padding: 0px 20px;
    }

    .m-nuestras-canchas{
        margin-top: 0;
    }

    .title6-contáctanos{
       margin: 20px 0px;
    }

    .contacto-wrap{
        height: 280px;
    }
}

.calendar_tabs {
    margin: 3rem 0;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
    font-family: Barlow-Light;
    color: #666666;
    width: 100%;
    max-width: max-content;
    margin: 2rem auto;
    border-bottom: 2px solid #d1d1d1;
    padding-bottom: 3px;
}

a.tab_item.selected::after, a.tab_item:hover::after {width: 100%;height: 2px;background: #8000CA;position: relative;top: 4px;animation: all ease-in-out .2s;}

a.tab_item.selected {
    font-weight: 700;
}

a.tab_item {
    font-size: 20px;
    animation: all ease-in-out .2s;
}

a.tab_item::after {
    content: '';
    width: 0%;
    display: block;
    transition: all ease-in-out .3s;
}
@media (max-width: 650px){
    .tabs{
        gap: 2rem;
    }
}