   * {
    box-sizing: border-box;
}

body {
    background-color: rgba(234, 231, 231, 0.53);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    
    
    
}


header, footer {
    background-color: rgba(248, 51, 60, 1);
}

footer{
    font-size: .8em;
}

.avatarweb {
    max-width: 10%;
    height: auto;
    
}

.arrowback {
    display: none;
}

@media (max-width:40em){
    .avatarweb{
        max-width: 30%;
    }
    
    
}

.contenedor {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    
}

#llamamenu {
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    top:0;
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: center;
    margin: 1em;
}



header nav.menuvisible {
    right: 0vw;
    transition: all .6s ease;
}




header nav {
    background-color: rgba(248, 51, 60, 0.93);
    color: white;
    position: fixed;
    right: -100vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .3s ease;
    z-index: 9998;
}

nav ul {
    padding: 3em;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

nav ul li {
    align-self: center;
    
}

nav ul li a:hover {
    background-color: brown;
}

nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: .125em .5em;
    margin: .125em .5em;
    border-radius: 4px;
}


header nav a {
    color: rgba(255,255,255,.75);
    padding: .5em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


.cabezamain{
    background-color:rgba(128, 128, 128, 0.54);
    position: relative;
}

.cabezamain h1{
    margin: 0;
    text-align: center;
    color:firebrick;
    font-weight: 500;
    font-size: 1.5em;
    padding: .2em;
}

.cabezamain a:hover{
    color: brown;
}

.cabezamain a{
    position: absolute;
    color:white;
    margin-top: .7em;
    margin-left: 1em;
    

    
    
}


section {
    padding: 1rem;
    max-width: 70rem;
    margin: 0 auto;
}

header > div.menucontenedor {
    display: flex;
    flex-direction: row;
    min-height: 10vh;
    align-items: center;
    justify-content: space-between;
    max-width: 100rem;
    margin: 0 auto;
}

.menu{
    
    display: flex;
    flex-direction: row;
    font-size: .8em;
  
    
}

.menu ul li { 
    flex-basis: 14%;
    flex-wrap: wrap;
    margin-right: .1em;
    
}

.menu ul li a{
    background-color:rgba(248, 51, 60, 1);
    font-weight: 300;
}

.yoga{
   max-width:100%;
    margin-top: 2em;

}

.h2web{
    color: grey;

    
}

.beneficios ul li{
    font-weight: 300;
    list-style:circle;
}
.horarios ul li{
    font-weight: 300;
    list-style:circle;
}


.webh4{
   background-color: rgb(248, 51, 60, 1);
    color:white;
    margin:0;
    max-width: 100%;
    padding-left: 2em;
    
    
}



.opcionestest{
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgb(248, 51, 60, 1);
    max-width:100%;
}

.opcionestest h6{
    font-size: .9em;
    margin: .1em;
}



figure{
    margin: 0;
    flex-basis: 48%;
    width: 100%;
}

/*mediaqueries figure resultados*/
@media (max-width:40em){
    .opcionestest{
        display: block;
        
    }
    
    .opcionestest figure{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
        
    }
}


.h4noticias{
    
    margin: .1em;
    font-size: .8em;
    font-weight: 300;
}

.opcionesfigure:hover{
    background-color:white;
    
}
.h4noticias:hover{
    color: brown;
}


h6{
    color: black;
}

p{
    font-weight: 300;
    
}

.texto{
    color: brown;
}

.textobold{
    font-weight: 800;
    color: brown;
    
}


/*mediaquerie header*/
@media (max-width:56em){
    header {
        background-color: lightgrey;
        
    }
    
    .webmenu ul li a {
        background-color:lightgrey;
    }
    
    .webmenu ul li a:hover{
        background-color:rgb(248, 51, 60, 1);
        color: black;
        
    }
    
    .contenedor{
        background-color: lightgrey;
    }
}

/*HOME*/ /*------------------------------------------------*/

.test{
   background-image:url("../imagenes/panel05chico.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display:block;
    justify-content: center;
    text-align: center;
    margin:1em;;
    padding: 1.2em;
    max-width: 100%;
    height: auto;
}

   
.test h6{
    
    color: white;
    font-size: .9em;
    margin:0;
    font-weight: 300;
}

.test h2{
    margin-top: .2em;
    margin-bottom: .6em;
    color: white;
    text-shadow:0.25em 0.25em 0.25em rgba(0, 0, 0, 0.1);
}



.test a {
    background-color: white;
    width: 30%;
    padding: .3em;
    box-shadow:0.25em 0.25em 0.25em rgba(128, 128, 128, 0.2);
    text-decoration: none;
    color:rgb(248, 51, 60, 1);
    font-weight: 800;
    border-radius: 8px;
    
       
}



.test a:hover{
    background-color: brown;
    
}
.h2home{
    font-size: 1.2em;
    color: gray;
    padding: 1em;
    margin: 0;
}


.noticiasrecientes{
    display: block;
    
}



#listadonoticias{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: auto;
    
    
    
    
}

.recientes1, .recientes2, .recientes3, .recientes4 {
    width: 100%;
    display: flex;
    flex-direction:row;
    overflow: hidden;
    margin: 0;
    padding: 1em 0;
    align-items: flex-start;
    background-color:ghostwhite;
    margin-bottom: .8em;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
    border-radius: 10px;
    
    
}


.infoalquileres{
    padding-top: 0;
    margin: 1em;;
    max-width: 50rem;
    margin: 0 auto;
    
}

.canchas h2 {
    max-width: 50rem;
    margin: 0 auto;
    padding: .6em;
}


.inforecientes{
    display: block;
    padding-bottom: 1em;
    padding: 0;
    width: 70%;
    margin:auto;
    font-size: .9em;
    padding-left: 1em;

}

.inforecientes .leermas{
    background-color: rgb(248, 51, 60, 1);
    width: 30%;
    padding: .3em;
    box-shadow: 0.25em 0.25em 0.25em rgba(128, 128, 128, 0.2);
    text-decoration: none;
    color: white;
    border-radius: 8px;
    font-size: .9em;
    
}


#cuadrado{
    display:block;
    max-width: 100%;
    margin-left: .5em;
    margin-top: 1.5em;
}




.reciente{
    padding-bottom: .7em;
    margin: 0;
    letter-spacing: .06em;
    color: grey;
}

.tituloreciente{
    color: black;
    text-transform:uppercase;
    padding-bottom: .5em;
    margin: 0;
}



.bajada{
    margin-bottom: 1em;
    margin-top: 0;
    
}

#listadonoticias #botonmasnoticias {
    font-size:.9em;
    text-decoration: none;
    color: white;
    font-weight: 800;
    text-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.22);
    
}


  

#botonmasnoticias{
    display: block;
    background-color: rgb(248, 51, 60, 1);
    
    border-radius: 5px;
    padding: .6em;
    width: 30%;
    text-align: center;
    margin: .8em auto;
    text-transform: uppercase;
    letter-spacing: .02em;
}





.videoresponsive{
    position: relative;
    margin:0 auto;
    height: 0;
    padding-bottom:75%;  
    width: 100%;

}

.videoresponsive iframe{
    position: absolute;
    height: 100%;
    width: 100%;
   
    margin: auto;
    
    
}


.bajadavideo{
    padding-bottom: .7em;
    margin: 0;
    letter-spacing: .06em;
    color: grey;


    
}

.pbajada{
    font-size: .9em;
    color: black;
    font-weight: 800;
    padding-bottom: 2em;
    margin:1em 0 0 3em;
}


/*mediaquerie home figcaption*/

@media(max-width:40em){
    .bajadavideo{
        margin-top:1em;
        margin-left: 0;
        
}
    .pbajada{
        margin-left: 0;
    }
    

    
   
}

@media(min-width:40em){
    
     
    .recientes1, .recientes2, .recientes3, .recientes4{
     width: 80%;
    margin: auto;
        margin-bottom: 1em;
    }
     
    .pbajada{
        display: none;
    }
    
}
@media (max-width:56em){
    .tituloreciente {
        font-size: 1.2em;
    }
    
    #cuadrado{
        margin: auto;
        max-width: 100%;
}
   
    .inforecientes{
        margin: auto;
    }

}

@media (min-width:56em){
    
    .cabezamain{
    background-color:rgba(128, 128, 128, 0.25);
    }   
    .recientes1:hover, .recientes2:hover, .recientes3:hover, .recientes4:hover{
    border: solid .3em rgb(248, 51, 60, 1);
    
}
     
    .recientes1, .recientes2, .recientes3, .recientes4{
    display:block;
    margin: auto;
    margin-bottom: 1em;
    max-width: 60%;
    text-align: center;
    background-color: lightgray;
    
}
    .figurehome{
        margin: auto;
        max-width: 50vmin;
        
        
        
    }
    .figurehome:hover{
        border: solid lightgrey;
        
    }

    
    
    .reciente{
        
        margin-top: .7em;
    }
    .tituloreciente{
        font-size: 1.5em;
        margin-left: .8em
    }
    .bajada{
        margin-left: 1.2em;
    }
    
    .inforecientes a{
        margin-left: 1.2em;
    }
    
    #listadonoticias figurecaption a{
        margin-left: 1.2em;
        
    }
    
    .videoresponsive iframe{
        height: 60%;
    }
    
    
}



/*alquiler canchas----------------------------*/
.h2canchas{
    font-size: 1.2em;
    color: gray;
    padding: 1em;
    margin:0;
   
}
.alquilercanchas{
    display:block;
    flex-direction:column;
    background-image: url(../imagenes/Pantallas%20Webapp-27.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 1em;
    width: 70%;
    margin: auto;
}

.alquilercanchas h3{
    text-align: center;
    color: white;
    margin: 0;
    padding-top: .5em;
}

.cancha{
    width: 50%;
   margin: auto;
}








/* OTROS ARCHIVOS */ /*---------------------------------------*/

/*titulos*/
.elclub h1, .actividades h1, .eventos h1, .noticias h1, .contacto h1, .canchas h1, h1.tituloresultados, h1.recetasparati, h1.avances {
    color:firebrick;
    font-weight: 500;
}

/*Otros archivos 2 ---------el club COPIAR*/
.historiaclub, .galeriaclub , .trofeos{
    margin: 0 auto;
    max-width: 70rem;
    background-color: white;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
}

.historiaclub h3, .galeriaclub h3, .trofeos h3{
    text-align: center;
    color:firebrick;
    font-weight: 500;
}

.galeriaclub img , .trofeos img{
    width: 80%;
    margin:auto;
    margin-top: .8em;
}

.trofeos figcaption{
    text-align: center;
}





/*noticias*/

.menucontenedor h3{
    color: #ed2525;
    margin-left: 1.5em;
}

.figurenoticias{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    padding-top: 1em;
}



.noticiasimgtexto{
    width: 50%;
    margin: auto;
}

.h2noticias {
    font-size: 1.5em;
    margin-top:1em;
    text-align: center;
    color: rgb(248, 51, 60, 1);
}


div p{ 
    color: black;
}


.enviar{
    background-color: rgba(165, 42, 42, 0.37);
    padding:.5em;
    display: flex;
    flex-direction:column;
    padding-bottom:0;
    padding-top: 0;
    
}



.h6enviar {
    background-color: brown;
    display:flex;
    justify-content: center;
    align-self: flex-end;
    width: 13%;
    padding: .2em;
    margin:.5em;
    
}
.h6enviar a{
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}


@media(min-width:40em){
    .figurenoticias{
        width: 50%;
    }
    .h2noticias{
        margin-top: 2em;
    }
}


/*mediaquerie openfit*/
@media (max-width:56em){
    .noticiasimgtexto {
        width: 100%;
    }
}





/*otros_archivos6*//*-------------------------------------------*/

.noticias{
    background-color: #f0f0f0;
}

.h3{
    margin: 1em;
}
 
li{
    list-style: none;
    
}



img {
    width:100%;
    display: flex;
    flex-wrap:wrap;
    
}

.noticiasgaleria{
    padding-bottom: 2em;
    max-width: 100%;
    margin-right:auto;
    display: block;
    justify-content: center;
    
}

.noticiasgaleria figure{
    width: 100%;
   margin: auto;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    border: none;
}

.noticiasgaleria img{
    display: block;
    
}

.noticiasgaleria .h4noticias{
    background-color: rgba(255, 255, 255, 0.79);
    color: rgb(248, 51, 60, 1);
    font-weight: 800;
    font-size: 1em;
    padding: .5em;
    line-height: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(100% - 6em );
    
}

.noticiasgaleria figure:hover .h4noticias{
    background-color: rgba(245, 11, 11, 0.75);
    top: 0;
    height: 90%;
    transition: all .3s ease;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.noticiasgaleria .h4noticias span{
    display: block;
    font-size: .89em;
    color: black;
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: 300;
}

.recientenoticias{
    margin: 0;
    font-size: .8em;
    font-weight: 800;
    color: grey;
    
}

@media(min-width:40em){
    .noticiasgaleria figure{
   width: 70%;
    
}
     .noticiasgaleria .h4noticias:hover {
        color: white;
    }
    
    .recientenoticias{
        color: lightgrey;
    }
    
    }
@media(min-width:56em){
    .noticiasgaleria figure{
        width: 50%;
    }
}




/*TEST DEPORTIVO*//*----------------------------------------*/


/*universales para los html del test */
.maintd1 h4, .maintd2 h4, .maintd3 h4, .maintd4 h4, .maintd5 h4, .maintd6 h4, .maintd7 h4, .maintd8 h4, .maintdrespuesta h4, .maintdresultado h4{
    color:firebrick;
    font-weight: 500;
    margin: .5em; 
    padding: .5em; 
}

.maintd1 label, .maintd2 label, .maintd3 label, .maintd4 label, .maintd5 label, .maintd6 label, .maintd7 label, .maintd8 label{
    margin-top: .6em;
}

.maintd1, .maintd2, .maintd3, .maintd4, .maintd5, .maintd6, .maintd7, .maintd8, .maintdrespuesta{
    margin: 2em;
    background-color: white;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
}

.bodytest{
    background-color:rgb(248, 51, 60, 1);
}


.hometest{
    background-image: url(../imagenes/Pantallas%20Webapp-27.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    justify-content: center;
    text-align: center;
    width: 100%;
    
    
}

.hometest h2{
    color: white;
    font-size: 1.3em;
    
}


.navapp li{
    margin-bottom: .8em;
    
    
    
    
    
}
.navapp a{
    text-decoration: none;
    background-color: white;
    color:rgb(248, 51, 60, 1); 
    padding-left:1em;
    padding-right: 1em ;
    border-radius: 8px;
    
    
    
    
}

.navapp a:hover{
    background-color: firebrick;
    color: white;
}

.preguntas li {
    list-style:circle;
    
}



/*td del 1 al 8 */
.menucontenedor h3{
    font-size: 1em;
    font-weight: 500;
    text-align: center; 
}

.cuestionario h3{
    font-weight: 500;
    text-align: center;
    font-size: 1.3em;
}

.cuestionario h5{
    font-size: .8em;
    font-weight: 600;
    
}

    

.cuestionario input{
    margin: 3px 3px 0px 5px;
   
   
    
}

.cuestionario label{
    font-size: .8em;
    display:inline-block;
    
}


 .volverbotones { 
  justify-content: center;
    display: inline-block;
    text-align: center;
     display: flex;
}

.volverbotones .botonnum{ 
    border-style: solid;
    border-color: red;
    padding: 0.5em;
  margin: 0.25em;
  
  
}

.volverbotones .botonac{
    padding: 0.5em;
    background-color: white; 
    background-color:  white;
    margin: 0.25em;
  

}



.volverbotones .botonnum a{
     text-decoration: none;
     color: black;
}



.botoninscribite {
    background:rgb(248, 51, 60, 1);
    padding: 1.2em;
    border: none;
    border-radius: 10em;
    margin-top: 3em;
    margin-bottom: 3em;
}

.botoninscribite a{
    text-decoration: none;
    color: white;
    font-weight: 800;
    
}


.botontest a{
text-decoration: none;
    color: white;
    font-weight: 300;
}


.botontest{ 
    background:rgb(248, 51, 60, 1);
    border-radius: 20px;
    padding: .6em;
    width: 28%;
    text-align: center;
    margin: .8em auto;
    align-content: flex-end; 
}


.botontest a{
    
    text-decoration: none;
    color: white;
    border-color: red;
    padding: 0.5em;
}

 
.botontestdeportivo{
    background:rgb(248, 51, 60, 1);
    border-radius: 20px;
    padding: .6em;
    width: 28%;
    text-align: center;
    margin: 2em 1em auto;
    align-content: flex-end; 
    
}
.botontestdeportivo a{
    text-decoration: none;
    color: white;
    font-weight: 300;
}


/* td respuesta */

.tdrespuesta{
    text-align: center;
}
.tdrespuesta h3{
    font-weight: 500;
    text-align: center;
    font-size: 1.3em;
}

.tdrespuesta p{
    font-size: .8em;
}

.tdrespuesta .botontest{
    width: 50%;
}

.tdrespuesta img{
    width: 10%;
    margin: 0 auto;
    
}




/*mis avances ----------------------------------------------------- */

.pasos, .agua, .ejercicio, .peso, .dormir, .control, .tiempo{
    background-color: white;
    border-radius: 1em;
    padding: .3em;
    margin: auto;
    margin-bottom: .7em;
    max-width: 70%;
    text-align: center;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
}

.misavances h1{
    max-width: 70%;
    margin: auto;
    margin-bottom: .7em;
}

.misavances h4{
    color:rgb(248, 51, 60, 1); 
}

.icono{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.dormir .material-icons{
    margin-top: .8em;
    margin-left: .4em;   
}

.tiempo .material-icons{
    margin-top: .8em;
    margin-left: .4em; 
}

.icono .material-icons {
       margin-top: .8em;
    
}

.ej{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 45%;
    margin: auto;
    margin-bottom: 1em;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
    
    
    
}
.ej .material-icons{
    color: red;
}

.registrar{
    color: red;
    font-weight: 800;
    margin-bottom: .8em;
}

.vasos{
    color: red;
    margin-bottom: .8em;
    
}




/*TU ACTIVIDAD RECOMENDADA*/ /*---------------------------------*/



.h2web{
    color: grey;

    
}

.beneficios ul li{
    font-weight: 300;
    list-style:circle;
}
.horarios ul li{
    font-weight: 300;
    list-style:circle;
}


.webh4{
   background-color: rgb(248, 51, 60, 1);
    color:white;
    margin:0;
    max-width: 100%;
    padding-left: 2em;
    
    
}


.resultadoactividad img{
    width: 100%;
    
}

.actividad{
    background: linear-gradient(#f63c3c, #767272);
    color: white;
    text-align: center;
    
}

.actividad h3{
    padding: .5em;
    font-weight: 300;
    margin: auto;
    
}

.actividad h2{
    margin: 0;
}

.actividad p{
    text-align: center;
    padding: 1em;
    padding-left: 4em;
    padding-right: 4em;
    margin: 0;
    line-height: 1.5em;
    font-size: .9em;
    
    
}



.opcionestest{
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgb(248, 51, 60, 1);
    max-width:100%;
}

.opcionestest h6{
    font-size: .9em;
    margin: .1em;
}







.opcionestest img{
    width: 100%;
    display: block;
    
}

.recomendada1 img{
    width: 100%;
}



@media(min-width:40em){
    .opcionestest img{
        width: 100%;
    }
    

}


/*CONTACTO--------------------------------*/



.comollegar img{
    width: 100%;
    margin:0;
}

.mail .material-icons{
    margin-top: 1em;
}
.mail p{
    margin: 0;
    margin-bottom: .8em;
    font-weight: 800;
    font-size: 1.2em;
}
.enviarmensaje{
    width: 70%;
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
    font-weight: 300;
    padding-bottom: 1em;
    margin: .3em 0;
    background-color: rgb(248, 51, 60,1);
    padding: .7em;
    border-radius: 1.5em;
    color:rgb(248, 51, 60, 1);
    font-family: 'Open Sans', sans-serif;
    border: solid .15em rgb(248, 51, 60, 1);   
}

.enviarmensaje label{
    color: white;
    font-weight: 800;
    font-size: .8em;
}

.enviarmensaje input{
    margin-bottom: 1em;
}


.enviarmensaje textarea{
     background-color: whitesmoke;
    color: rgb(248, 51, 60, 1);
    border-radius: .8em;
    margin-top: .7em;
    font-family: 'Open Sans', sans-serif;
    border: solid .15em rgb(248, 51, 60, 1);
    padding: 3em;
    
}





.botonconsulta{
    background-color: white;
    border-radius: .8em;
    padding: .6em;
    text-align: center;
    margin: .8em auto;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: rgb(248, 51, 60, 1);
    font-weight: 700;
    
}



@media(max-width:40em){
    .enviarmensaje{
        width: 100%;
    }
    
}






/*mediaqueries figure resultados*/
@media (max-width:56em){
    .opcionestest{
        display: block;
        
    }

}



.actividadesrecomendadas{
     background-color: rgb(248, 51, 60, 1);
    display: block;
    max-width: 100%;
    margin-right:auto;
    justify-content: center;
    
}


.actividadesrecomendadas figure{
    
    margin: .8em;
    flex-basis: 22%;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    border: none;
}

.actividadesrecomendadas figure:hover figcaption{
    border: solid .3em white;
    color:rgb(248, 51, 60, 1); 
     background-color: rgba(245, 245, 245, 0.89);
    font-weight: 800;
    font-size:.9em;
    top: 0;
    transition: all .3s ease;
    
}

.actividadesrecomendadas figcaption{
    
    margin: .1em;
    font-size: .8em;
    background-color: rgba(165, 42, 42, 0.66);
    color: white;
    font-weight: 800;
    padding: .5em;
    line-height: 1em;
    position: absolute;
     width: 100%;
    height: 100%;
    top: calc(100% - 2em );
    transition: all 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.actividadesrecomendadas figcaption span{
    display: block;
    font-size: 1em;
    color: black;
    margin-top: .5em;
    margin-bottom: .5em;
    font-weight: 300;
}



.activ {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.activ figure a {
    display: flex;
    flex-direction: column;
    
}



header div nav ul li a, .menuacordeon, .opciones li a {
    display: block;
    color: white;
    padding: .6em 1em;
    text-decoration: none;
    border-bottom: none;
}

.opciones  {
    background-color: rgba(248, 51, 60, 0.93);
    padding: 0;
    margin-top: 1em;
    position: absolute;
    width: auto;
    transition: none;
}



        
/* mediaqueries menu*/
@media (min-width:15em){
    
    header {
        display: block;        
    }     
    
    header ul{
        display: block;
        
    }
    
    header ul li{
        margin-bottom: .5em;
    }
    
    header div img {
        width: 60px;
        height: 50px;
    
    }
    
    .activ {
        flex-direction: column;
    }
    
    header div nav ul li a, .menuacordeon {
        border-bottom: solid #f0f0f0;
    }
    
    .opciones {
        position: relative;
    }

}


@media (min-width:56em){
    header{
        display: flex;
    }
    header ul{
        display: flex;
    }
    header ul li{
        margin-bottom: 0;
    }
     
     header div img {
        width: 50%;
    }   
    
    #llamamenu {
        display: none;
    }
    header nav {
        background-color: rgb(248, 51, 60, 1);
        position: relative;
        right: auto;
        top: auto;
        height: auto;
        min-width: auto;
        
    }
    
    nav ul {
        width: 100%;
        justify-content: space-between;
    }
    
    header div img {
        width: 100%;
        height: 100%;
    }
    
    h2#sazpe {
        color: white;
        margin-right: 9em;
        font-weight: 
    }
    
    .activ {
        flex-direction: row;
        justify-content: space-between;
    }
    
    header div nav ul li a, .menuacordeon {
        border-bottom: none;
    }
    .opciones {
        position: absolute;
    }
}

header div nav ul li a, .menuacordeon {
    padding-bottom: 1em;
    border-radius: 0px;
    margin: 0;
}

.actividades figcaption {
    color: white;
    font-weight: 800;
    padding: .5em;
    position: relative;   
}

figcaption {
    
    bottom: 3em;
}



.izq {
  width: 1em;
  text-align: right;
}

.der {
 width: calc( 100% - 2em );
}

#sazpe {
        color: firebrick;
        
}




.abretest, .cierratest {
    background:none;
    border: none;
    outline: none;
    color: white;
   
}

#testdeportivomenu {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    color: white;
    font-weight: 400;
    flex-direction: row;
    display: flex;
    align-items: center;
}

.opciones  {
    padding: 0;
    margin-top: 1em;
}


header div nav ul li a, .menuacordeon {
    /*border-bottom: solid #f0f0f0;*/
    padding-bottom: 1em;
    border-radius: 0px;
    margin: 0;
}

.menuvisible ul {
    padding-right: 0;
    padding-left: 0;
    
}

.yoga h3  {
    color:firebrick;
}

.yoga h2  {
    color:firebrick;
}

.yoga ul li {
    list-style: circle;
}

.yoga  p {
    color:firebrick;
    font-weight: 500;
}

.danzaintegral ul li {
    list-style: circle;
}

.danzaintegral  p {
    color:firebrick;
    font-weight: 500;
}


.akido ul li {
    list-style: circle;
}

.akido  p {
    color:firebrick;
    font-weight: 500;
}
    
    
.yoga {
    max-width: 70rem;
    margin: 0 auto;
}

.danzaintegral {
    max-width: 70rem;
    margin: 0 auto;
}


.akido {
    max-width: 70rem;
    margin: 0 auto;
}

.danzaintegral h3  {
    color:firebrick;
}

.danzaintegral h2  {
    color:firebrick;
}

.akido h3  {
    color:firebrick;
}

.akido h2  {
    color:firebrick;
}




/* mis recetas */

.recetas {
    font-family: sans-serif;
    text-align: center;
    margin-top: 0;
}


.recetas li a {
    text-decoration: none;
    color: gray;
}



       
}

.recetas li a img :hover {
    border: solid .3em rgb(248, 51, 60, 1);  
       
}

.paginareceta {
    display: flex;
    justify-content: center;
     }

.numero ul {
    display: flex;
    justify-content: space-around;
    margin: 1em;
   
     
    }


.numero ul li a {
    text-decoration: none;
    color: black;
    border-style: solid;
    border-color: red;
    padding: 0.5em;
    background-color:  white;
}


 .numero .botnsiguiente a {
  background-color: #fa323c;
     color: white;
     border-radius: 1em;
}

.numero .pagactual a {
   border-style: none;
}



/* receta individual */
.recetas ul {
    padding: 0;
    margin: 0;
    
}
.preparacion ul {
    padding: 0;

}

.preparacion h3 {
    color: brown;
    
}

.preparacion h5 {
    color: brown;
    
}

.espinaca {
    text-align: center;
    color: darkslategrey
    }

.espinaca ul ul {
    color: grey;
    margin-bottom: 1em
    }

.volverrecetas {
    text-decoration: none;
    color: ghostwhite;
    border: 1em;
    border-style: solid;
    background-color: red;
    padding: 0.5em;
    border-radius: 1em;
    }

.regresarreceta {
 text-align: center;
    margin-top: 4em;
    }

.numero ul{
    padding: 0;
}






/*otros archivos 5: eventos*/

.eventos p{
    font-size: .9em;
    margin: auto;
    margin-bottom: .2em;
}

.eventos .imp{
    font-weight: 600;
}

.eventos h4{
    margin-top: .5em;
    margin-bottom: .5em;
    color:firebrick;
    font-weight: 500;
    font-size: 1.3em;
}
.eventos h3{
    background-color: firebrick;
    color: white;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
    padding: .8em;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    margin: 0;
}


.eventos a {
    background-color: rgb(248, 51, 60, 1);
    width: 30%;
    padding: .3em;
    box-shadow:0.25em 0.25em 0.25em rgba(128, 128, 128, 0.2);
    text-decoration: none;
    color:white;
    border-radius: 8px;
}

.eventos a:hover{
    background-color: brown;
}

.leermas{
    font-size: .7em;
}

.evento1 , .evento2, .evento3, .evento4{
    background-color: white;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
    margin-top: .8em;
    display:flex; 
    padding-top: 1em;
    padding-bottom: 1em; 
}

.eventos .infoe{
    margin: .5em    
}

.eventos figure{
    padding-left: .5em;
    margin: auto; 
}

.eventos img{
   width: 100%;
}
/*eventos individuales*/

.figureeventos{
   
}

.h3eventos{
    background-color: firebrick;
    color: white;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
    padding: .4em;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    border-radius: 1em; 
    margin-left: 1em;
    margin-right: 1em;
}

.eventosind{
    background-color: white;
    box-shadow:0.1em 0.1em  rgba(128, 128, 128, 0.10);
    margin: 0 auto;
}
.textoev{
    font-size: .9em;
    font-weight: 500;
}

.textoboldev{
    font-size: .9em;
    font-weight: 600;
}

.evfh{
    font-size: .8em;
    color:firebrick; 
    text-align: end; 
}

.textoga{
    font-size: .8em;
    text-decoration-line:underline;
    font-weight: 500;
}

.eventosind ul li{
    list-style: circle;
}
 
.maintdrespuesta {
   
    max-width: 70rem;
    margin: 0 auto;
}

@media (min-width:15em){
    .maintdrespuesta {
    margin-bottom: 8em;
    }
}

@media (min-width:56em){
    .maintdrespuesta {
    max-width: 70rem;
    margin: 0 auto;
    margin-bottom: 22em;
    }
}


/alquiler canchas----------------------------/
.h2canchas{
    font-size: 1.2em;
    color: gray;
    padding: 1em;
    margin:0;
   
}
.alquilercanchas{
    display:block;
    flex-direction:column;
    background-image: url(../imagenes/pantallas%20webapp_27.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 1em;
    width: 100%;
    margin: auto;
    margin-bottom: 3em;
}

.alquilercanchas h3{
    text-align: center;
    color: white;
    margin: 0;
    padding-top: .5em;
    
    
}

.cancha{
    width: 50%;
   margin: auto;
}

@media(min-width:40em){
    .alquilercanchas{
        width: 30%;
        
    }
}




/*inscribirformulario*/




/*inscribirbox*/
 
 .inscribir {
    color: #fff;
 }

.emergencia {
margin-top: 3em;
    }


 .inscribirbox {
     color: #fff;
     padding: 5em;
     background: firebrick;
    max-width: 70rem;
     width: 0 auto;
     margin: auto;
    }



 .inscribirbox p{
     color: white;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    font-weight: bold;
 }
 .inscribirbox input, select {
    width: 100%;
    margin-bottom: 30px;
 }
 .inscribirbox input[type="email"], input[type="password"], input[type="text"], input[type="tel"], input[type="date"]
 {
   border: none;
   border-bottom: 1px solid #fff;
   background: transparent;
   outline: none;
   height: 40px;
   color: #fff;
   font-size: 15px;
 }

 .inscribirbox select{
    border: none;
    border-bottom: 1px solid #fff;
    background:firebrick;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 15px; 
 }
 .inscribirbox input[type="radio"] {
     margin: 0px;
     width: auto;
 }
 .inscribirbox  h5, span {
    font-family: sans-serif;
    font-size: 15px;
 }

 ::placeholder {
 color: #fff;
 opacity: 0.5;
 }
 
 /*Inscribir*/
 
 .inscribirbuttom {
     background-color: firebrick;
     position: relative;
     text-align: center;
     padding-bottom: 5em;
        max-width: 70rem;
     width: 0 auto;
     margin: auto;
 }
 .inscribirbuttom a{
    position: relative;
    top: 5px;
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    font-size: 15px;
    background-color: #fa323c;
    padding: 1em;
     box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
     border-radius: 2em;
 }





 /*Signup*/


 
 .signup{
    color: white;
 }
 .signupbox {
     color: white;
     padding:5em;
     background-color: firebrick;
     max-width: 70rem;
     width: 0 auto;
     margin: auto;
    }
 .signupbox form{
     top: 55%;
 }
 .signupbox p{
     color: white;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    font-weight: bold;
 }
 .signupbox input {
    width: 100%;
    margin-bottom: 30px;
 }
 .signupbox input[type="email"], input[type="password"], input[type="text"]
 {
   border: none;
   border-bottom: 1px solid #fff;
   background: transparent;
   outline: none;
   height: 40px;
   color: #fff;
   font-size: 15px;
 }
 ::placeholder {
 color: #fff;
 opacity: 0.5;
 }
 
 /*Registrarse*/
 
 .signupbuttom {
     background-color: firebrick;
     text-align: center;
     padding-bottom: 4em;
    max-width: 70rem;
     width: 0 auto;
     margin: auto;
 }
 .signupbuttom a{
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    font-size: 15px;
    background-color:#fa323c;
    padding: 1em;
     box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20));
     border-radius: 2em;
 }








/*loginbox*/



.login{
background: url(../imagenes/panel05chico.jpg);
    background-size: cover;
    background-position: center;
   background-repeat: no-repeat;
}

.login2{
background: url(../imagenes/panel_05.jpg);
    background-size: cover;
    background-position: center;
   background-repeat: no-repeat;
}

.loginbox {
    color: #fff;
    padding:5em;
    padding-top: 12em;
    background-color: firebrick;
    max-width: 70rem;
     width: 0 auto;
     margin: auto;
   }

.loginbox form{
    top: 65%;
}
.loginbox p{
    color: white;
   font-family: sans-serif;
   margin: 0;
   padding: 0;
   font-weight: bold;
}
.loginbox input {
   width: 100%;
   margin-bottom: 30px;
}
.loginbox input[type="email"], input[type="password"]
{
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 15px;
}
::placeholder {
color: #fff;
opacity: 0.5;
}



/*Inicia Sesión*/

.loginbuttom {
    background-color: firebrick;
     text-align: center;
     padding-bottom: 5em;
     max-width: 70rem;
     width: 0 auto;
     margin: auto;
}
.loginbuttom a{
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    font-size: 15px;
    background-color:#fa323c;
    padding: 1em;
     box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20));
     border-radius: 2em;
}




/*Registrarse*/

.registerbuttom {
    background-color: firebrick;
    padding-bottom: 2em;
    display: flex;
    justify-content: space-around;
    align-content: center;
     max-width: 70rem;
     width: 0 auto;
     margin: auto;
  
}
.registerbuttom a{
   font-family: sans-serif;
   color: white;
   text-decoration: none;
   font-size: 12px;
  border-style:solid;
    justify-content: center;
     background-color:   #960611;
    padding: 1em;
    margin: 0.5em;
}




.incribeteboton {
    align-items: center;
    

    }

 .contenedor {
     color: black

}

