/* GENERALES */

html{
    scroll-behavior: smooth;
}

.container-fluid{
    padding: 0;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #595552;
    font-weight: 300;
    overflow-x: hidden;
}
    
a{
    text-decoration: none !important;
}

h1{
    font-family: 'Montserrat', sans-serif;
    color: #595552;
    font-size: 98px;
    font-weight: 600;
    line-height: 1;
}

h2{
    font-family: 'Montserrat', sans-serif;
    color: #595552;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    color: #595552;
    font-size: 40px;
    font-weight: 800;
}
.row{
    padding-right: 0;
}

/* NAVBAR */
header{
    z-index: 999;
    position: sticky;
    top: 1%;
}
nav{
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 50px;
    margin: 1%;
    padding-right: 2%;
    font-size: 15px;
    z-index: 999;
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 55px;
}
nav a{
    height: 100%;
    padding: 0 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #595552;
}
nav a:hover{
    font-weight: 800;
}
nav li:first-child{
    margin-right: auto;
    padding-left: 40px;
}
nav img{
    width: 40px;
    padding: 15px 0;
    margin-left: -60%;
}
.login{
    background-color: #F9EAE1 !important;
    border-radius: 50px;
    height: 30px !important;
    padding: 0 15px;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 260px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%
}
.sidebar a{
    width: 100%;
}
.menu-button{
    display: none;
}


.slideshow{
    height: 100vh;
}
#slideshow {
    margin-top: -8%;
    max-width: 100%;
    overflow: hidden;
}

.w3-section {
    position: relative;
    display: block; 
    width: 100%;
}

.mySlides {
    width: 100%;
    height: 100%;
}

#ezfit-section{
    margin: 5% !important;
}


/* NOSOTROS */
#nosotros{
    margin: 20% 0 20% 0;
}
#nosotros img{
    width: 90%;
}
.nosotros{
    padding-top: 2%;
}


/* CLASES */
#clases{
    margin-bottom: 10%;
    text-align: center !important;
}
#clases img{
    width: 15%;
    margin-left: 42%;
    margin-bottom: 3%;
}
.ficha-clase{
    color: #595552;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    height: 270px;
    line-height: 1.3;
}
.ficha-clase:hover{
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.ficha-header img{
    width: 100% !important;
    margin: 0 !important;
}
.ficha-header p{
    color: white;
    font-weight: 700;
    position: absolute;
    margin-top: -5.5%;
    margin-left: 8%;
}
.ficha-body{
    margin: 5% 8% 0;
    text-align: left;
}
#clases button{
    background-color: #7D4F50;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 30px 8px 30px;
    margin-top: 3%;
    border-radius: 50px;
    color: white;
    border: none;
}
#clases button:hover{
    border: solid 2px #7D4F50;
    background-color: white;
    color: #7D4F50;
    font-weight: 600;
}
.clases-movil{
    display: none;
}



/* PAQUETES */
#paquetes img{
    width: 20%;
    margin-left: 40%;
    margin-bottom: 3%;
}
.card{
    border: 1px solid #707070 !important;
    color: #595552;
    text-align: center;
    border-radius: 15px;
    height: 250px;
}
.card-header{
    font-size: 20px;
    font-weight: 700;
    background-color: #F9EAE1;
    border-radius: 15px 15px 0 0 !important;
}
.card-title{
    font-weight: 800;
    font-size: 30px;
    margin-top: 2% !important;
    margin-bottom: 0;
}
.card-text{
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 6%;
}
.card button{
    margin-top: 6%;
    background-color: #7D4F50;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 30px 3px 30px;
    border-radius: 50px;
    color: white;
    border: none;
}
.card button:hover{
    border: solid 2px #7D4F50;
    background-color: white;
    color: #7D4F50;
    font-weight: 600;
}
.card-pie{
    font-size: 13.5px;
    padding-top: 1%;
    margin-bottom: 0;
}
.prueba {
    border: 1px solid #707070 !important;
    color: #595552;
    text-align: center;
    border-radius: 15px;
    height: 100px;
    margin-left: 9%;
    display: flex;
}   
.prueba p, .prueba1 p   {
    margin: 5% 0 0 0;
    text-align: left;
    padding-left: 11%;
    font-size: 17px;
}
.prueba-text, .prueba1-text{
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 8% 10%;
}
.prueba button, .prueba1 button{
    background-color: #7D4F50;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 25px 3px 25px;
    margin-top: 15%;
    border-radius: 50px;
    color: white;
    border: none;
}
.prueba button:hover, .prueba1 button:hover{
    border: solid 2px #7D4F50;
    background-color: white;
    color: #7D4F50;
    font-weight: 600;
}
.prueba hr,.prueba1 hr{
    border: none;
    border-right: 1.5px solid #707070;
    height: 60%;
    width: 3px;  
    padding: 0;
    margin-left: 0;
}
.prueba1{
    border: 1px solid #707070 !important;
    color: #595552;
    text-align: center;
    border-radius: 15px;
    height: 100px;
    margin-left: 1.5%;
    display: flex;
}   
.prueba  .card-pie, .prueba1 .card-pie{
    font-size: 14px !important;
    margin-top: 1%;
}



/* INSTAGRAM */
#instagram{
    background-color: #E7D8D8;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 50px;
    z-index: 1;
    margin-top: 13%;
    text-align: center;
}
#instagram h2{
    font-size: 28px;
    font-weight: 300;
}
#instagram a{
    color: #595552;
    font-weight: 600;
    text-decoration: underline !important;
}
.snapwidget-widget{
    margin-top: 2%;
}



/* CONTACTO*/
#contacto{
    margin-top: 15%;
    margin-bottom: 15%;
}
#contacto img{
    width: 30%;
}
.contactanos{
    padding-left: 5%;
}
.contactanos img{
    width: 30%;
    margin-bottom: 5%;
}
.datos{
    display: inline;
}
.contactanos p{
    margin-left: -20px;
}
.contactanos i{
    color: #E7DAD9;
}



/* TÉRMINOS Y CONDICIONES */
#terminos{
    margin-top: 6%;
    margin-bottom: 10%;
}
#terminos img{
    width: 45%;
    margin-bottom: 5%;
}
.bolder{
    font-weight: 700;
}
.condiciones{
    margin-top: 3%;
}



/* HORARIOS */
.fondo-calendario{
    background-color: #F9F9F9 !important;
}
#horarios{
    margin-top: 6%;
    margin-bottom: 2%;
    text-align: center;
}
#horarios img{
    width: 15%;
    margin-bottom: 3%;
}
.calendario img{
    width: 90% !important;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
}
#reservar button{
    background-color: #7D4F50;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 30px 8px 30px;
    position: fixed;
    bottom: 12%;
    right: 0;
    border-radius: 30px 0 0 30px;
    border: #7D4F50;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    color: white;
}   

#reservar button:hover{
    border: solid 2px #7D4F50;
    background-color: white;
    color: #7D4F50;
    font-weight: 700;
}
/* Style the tab */
.tab {
    overflow: hidden;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border-radius: 50px;
    float:initial;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin-bottom: 1.5%;
    color: #7D4F50;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: white;
    color: #7D4F50;
    border: 2px solid #7D4F50;
    transition: ease;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #7D4F50;
    color: white;
}
.tab button.active:hover {
    border: none;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    margin-bottom: 5%;
}


#fotos img{
    width: 100%;
}



/* FOOTER */
footer{
    background-color: #F9EAE1;
    padding: 2% 3% 2% 3%;
    text-align: center;
    vertical-align: middle;
}
footer hr{
    border: none;
    border-right: 2px solid #707070;
    height: 50%;
    width: 3px;  
    padding: 0;
    margin-left: 0;
}
.logo-footer{
    width: 15%;
}
footer a{
    width: 5% !important;
}
.redes img{
    width: 80%;
    text-align: left;
}
.redes{
    text-align: left;
}
.redes p{
    font-size: 18px;
    margin: 0;
}





/* MEDIA QUERIES */

/* Small devices (landscape phones, less tan 768px) */
@media only screen and (max-width: 768px){
    body{
        font-size: 16px;
    }
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
    header{
        position: sticky;
        top: 4%;
    }
    nav{
        margin: 3%;
        margin-top: -20%;
    }
    nav img{
        width: 30px;
        padding: 12px 0;
    }
    nav li{
        height: 43px;
    }
    .login{
        width: 50% !important;
        margin-left: 7%;
        margin-top: 15px;
    }
    #slideshow{
        margin-top: 0;
    }
    
    /* NOSOTROS */
    #nosotros{
        margin-top: 30%;
        margin-bottom: 20%;
    }
    .nosotros{
        padding: 10%;
    }
    
    /* CLASES */
    .clases-lap{
        display: none;
    }
    .clases-movil{
        display: inherit;
        margin-right: 3%;
        margin-bottom: 5%;
        margin-left: 3%;
        font-size: 18px !important;
    }
    #clases{
        margin-bottom: 10%;
        text-align: center !important;
    }
    #clases img{
        width: 38%;
        margin-left: 30%;
        margin-bottom: 8%;
    }
    .ficha-movil{
        margin-top: 0;
        color: #595552;
        border-radius: 37px;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
        height: auto;
        line-height: 1.3;
        padding-left: 0;
        display: inline-flex;
        margin-bottom: 5% !important;
    }
    .ficha-movil:hover{
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    }
    .ficha-header img{
        height: 100% !important;
    }
    #clases h3{
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 2% !important;
    }
    .ficha-body{
        margin: 3% 0 4% 3%;
        text-align: left;
        padding-right: 0 !important;
    }
    .ficha-body p{
        font-size: 12.5px !important;
    }
    #clases button{
        padding: 10px 70px 10px 70px;
        margin-top: 8%;
    }
    
    /* PAQUETES */
    #paquetes{
        margin: 5%;
        margin-top: 30%;
    }
    #paquetes img{
        width: 50%;
        margin-left: 25%;
        margin-bottom: 8%;
    }
    .card{
        height: 250px;
        margin-bottom: 15% !important;
    }
    .card-title{
        font-size: 30px;
        margin-top: 10% !important;
    }
    .card button{
        margin-top: 7% !important;
        background-color: #7D4F50;
        font-size: 17px;
        font-weight: 500;
        padding: 3px 20px 3px 20px;
    }
    .card-pie{
        font-size: 13px;
        padding-top: 1%;
        margin-bottom: 0;
    }
    .mensualidad h5{
        margin-top: 0 !important;
    }
    .mensualidad button{
        margin-top: 0;
    }
    .mensualidad{
        margin-bottom: 8% !important;
    }
    .mensualidad .card-text{
        margin-bottom: 3%;
    }
    .mensualidad button{
        margin-top: 3% !important;
    }
    .prueba, .prueba1{
        height: 90px;
        margin-bottom: 5%;
        margin-left: 3%;
        padding-left: 5%;
        display: inline-table;
    }   
    .prueba-text, .prueba1-text{
        font-size: 22px;
        padding: 0 2% 0 2%;
        text-align: center;
    }
    .prueba button, .prueba1 button{ 
        margin-top: 2%;
    }
    .prueba hr, .prueba1 hr{
        display: none;
    }
    .prueba p, .prueba1 p{
        font-size: 16px;
        padding-left: 0;
        text-align: center;
        padding: 4% 0 2% 0;
    }
    .prueba .card-pie, .prueba1 .card-pie{
        font-size: 13.5px !important;
        padding: 0 0 5% 0;
    }
    
    /* INSTAGRAM */
    #instagram{
        margin-top: 25%;
        padding-top: 8%;
        border-radius: 20px;
    }
    .snapwidget-widget{
        margin-top: 8%;
        width: 100% !important;
        height: auto !important;
    }
    #instagram h2{
        font-size: 23px;    
    }
    
    
    /* CONTACTO*/
    #contacto{
        margin-top: 25%;
        margin-bottom: 25%;
    }
    #contacto img{
        width: 50%;
        margin-top: 12%;
    }
    .contactanos{
        padding-left: 10%;
        padding-right: 10%;
    }
    .contactanos img{
        width: 30%;
        margin-bottom: 7%;
    }
    .datos{
        display: inline;
    }
    .contactanos p{
        margin-left: -20px;
    }
    .contactanos i{
        color: #E7DAD9;
    }
    
    #ezfit-section{
        margin: 25% 5% 0 5% !important;
        height: 100%;
    }
    
    /* HORARIOS */
    #horarios{
        margin-top: 40%;
        margin-bottom: 5%;
    }
    #horarios img{
        width: 33%;
        margin-bottom: 9%;
    }
    #reservar button{
        bottom: 8%;
        right: 0;
        border-radius: 30px 0 0 30px;
        border: #7D4F50;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    }
    /* Style the buttons inside the tab */
    .tab button {
        padding: 3px 16px;
        font-size: 15px;
        margin-bottom: 4%;
        color: #7D4F50;
    }
    
    /* TÉRMINOS Y CONDICIONES */
    #terminos{
        margin-top: 42%;
        margin-bottom: 30%;
        margin-left: 5%;
        margin-right: 12%;
    }
    #terminos img{
        width: 100%;
        margin-bottom: 12%;
    }
    .condiciones{
        margin-top: 10%;
    }
    
    
    /* FOOTER */
    footer{
        font-size: 10px;
        padding-top: 6%;
        padding-bottom: 6%;
    }
    footer hr{
        display: none;
    }
    .logo-footer{
        width: 18%;
        margin-bottom: 8%;
    }
    footer a{
        width: 10% !important;
    }
    .redes img{
        width: 75%;
        margin: -45% !important;
    }
    .redes{
        text-align: center;
        padding-left: 18%;
    }
    .redes p{
        font-size: 14px;
        margin-left: -10% !important;
        margin-right: -80%;
    }
    .by{
        padding-top: 2%;
    }
    
}

@media only screen and (max-width: 390px){
    .sidebar{
        width: 100%;
    }
    .sidebar{
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.48);
        backdrop-filter: blur(10px);
        box-shadow: -10px 0 10px rgba(0,0,0,0.1);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

}

