* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    outline: none;

}

img {
    max-width: 100%;
}



.prox {
    font-size: 1em;
    letter-spacing: .1em;
    border-bottom: solid .01em;
    text-align: center;
    padding-bottom: .4em;
    margin-top: 1em;
    margin-bottom: 1em;
}


/*----------INICIO-------*/

body {
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;

}

main {
  min-height: 70vh;

}



ul {
    list-style: none;
}


body header p {
    font-size: 1.3em;
    font-weight: bold;



}


#drysdaletitulo {
    width: 85%;
    font-size: 1.2em;
    text-align: center;
    align-items: center;
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: bold;
}

footer {
     background: black;
    color: white;
    font-size: .8rem;
      padding: 1em;
    padding-top: 2em;
    z-index: 9998;
}


footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.imgfooter {
    background-color: rgba(234, 234, 234, 0.53);
    margin: .7em;
    width: 2.3em;
    height: 2.3em;
    border-radius: 100%;
    border: solid .08em black;
    border-radius: 5em;
    padding: .4em;
}

footer p {
    padding: .5em 1em;
    padding-bottom: 2em;
}

/* íconos */


#llamamenu .material-icons,
#ocultamenu .material-icons {
    padding-right: 0;


}


/*
----------------
encabezado
----------------

/* menu */

header {
    background-image: url(../imagenes/imagen_header-01.png);
    background-repeat: round;
    color: white;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 4em;
}


.contenedor {
    background-color: rgba(0, 0, 0, 0.69);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    height: 4em;

}



.paquetedrysdale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#logoclub {
    display: block;
    width: 15%;
    height: auto;
    margin: 0;
    padding: 0;
}

#logoclub img {
    display: block;
    width: 1.8em;
    height: auto;
    padding: 0;
    margin: 0;
}


#drysdaletitulo {
    width: 75%;
    text-align: center;
    align-items: center;
    flex-grow: 1;
}

#menu {
    width: 15%;
    line-height: 1.4em;

}



/* se oculta la "casilla de verificación" */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display: none;
}

header div nav label {
    cursor: pointer;
    position: relative;
    z-index: 9998;
}

#menu-toggle:not(:checked) + #llamamenu,
#menu-toggle:checked + #llamamenu + #ocultamenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

#menu-toggle:checked + #llamamenu,
#menu-toggle:not(:checked) + #llamamenu + #ocultamenu,
#menuacordeon {
    display: none;
}



#menulista {
    position: fixed;
    right: 100%;
    top: 0;
    height: 100vh;
    width: 50%;
    z-index: 9998;
    padding-top: 5em;
    transition: all .5s ease;
    background-color: rgb(255, 255, 255);
}

header div nav ul li a, .menuacordeon, .opciones li a {
    display: block;
    color: #5a5959;
    text-transform: uppercase;
    padding: .6em 1em;
    text-decoration: none;
      border-bottom: thin solid #b1b1b1;
}



header div nav ul li a:hover{
        color: black;
        background-color: yellow;
    }





#ocultamenu {
    color: black;
    z-index: 9999;
}



#menu-toggle:checked + #llamamenu + #ocultamenu + #menulista {
    left: 50%;
    transition: all .25s ease;
}






/*-----desplegable actividades-----*/


.abreact,
.cierraact {
    background: none;
    color: black;
}

button:active {
    border: none;
    background: none;
}


#actividadesmenu {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    color: #5a5959;
    font-weight: 400;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.opciones {
    margin: .5em -.7em;
}




.opciones li a {
    border: none;
}


.opciones li {
    margin: 0;
}


.opciones li a {
    display: block;
    width: 100%;
    color: rgb(65, 63, 63);
    margin: 0;
    padding: .5em 1.3em;
    font-weight: 400;
    font-size: .9em;


}



/*--INICIO--*/



.caratularelampago {
    display: flex;
    flex-direction: column;
    background-image: url("../imagenes/caratula.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 45em;
    margin-bottom: 1em;

}

#caratularelampago {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 2em;
    height: 45em;
    box-shadow: 0 .01em .9em .01em rgba(0, 0, 0, 0.59);
    padding-top: 0;


}

.caratularelampago h1 {

    color: white;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1em;
    margin-top: 2em;
      animation: zoomIn 1s;

}


#torneosrelampagostitulo {
    width: 100%;
    text-align: center;
    align-items: center;
    color: white;
    font-weight: 100;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: .1em;

    animation: zoomIn 1s;
}


#futbol5 {
    font-size: .9em;
    padding-top: .5em;
    padding-bottom: 1.4em;
    font-weight: 100;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    animation: zoomIn 1s;

}


#explicaciontorneo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.1em;
    padding: 1em;
    font-weight: 100;
    border-top: solid yellow .03em;
    border-bottom: solid yellow .03em;
      animation: zoomIn 1s;



}

.caratularelampago img {
    margin-top: 1em;
    display: flex;
    width: 2.5em;
    height: 2.5em;
    border: solid yellow .09em;
    border-radius: 5em;
    padding: .4em;
    top: 10em;


}

#explicaciontr {
    top: 27vh;
    margin: 0;
    font-size: 1.05em;
    font-weight: 400;
    line-height: 1.5em;
    color: white;
    text-align: center;
    padding: 1em 0em;



}

#fecharelampago {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 2em;
}


#fecharelampago li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 9em;
    color: white;


}

.quees {
    font-size: .9em;
    text-align: center;
    padding: .5em;
    animation: fadeIn 1s;

}




.inscribite {
    background-color: rgb(255, 255, 73);
    color: black;
    letter-spacing: .1em;
    padding: .2em;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1.3em;
    text-transform: uppercase;
    animation: zoomIn 1s;
    z-index: 9997;


}






#inscribite {
    color: black;
    font-weight: bold;
    align-content: center;
    text-align: center;
    font-size: .9em;
    color: rgb(0, 0, 0);
    padding: .8em;

}

#conocemas {
    display: block;
    color: yellow;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;

}





/*------slider------*/

.flexslider {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 0;
    width: 100%;
    border: none;
}



.flex-control-paging li a.flex-active {
    background-color: yellow;
}

.flex-control-paging li a {
    background: #c3c3c3;
}


.flex-direction-nav a:before {
    color: yellow;
    font-size: 1.8em;
    padding-bottom: 1em;

}


.iniciotr {
    background-color: #eaeaea;
    margin-top: 3.5em;
    padding: 1em;
    padding-bottom: 2em;

}



.torneos {
    margin-top: 3em;

}

.torneos h3 {
    font-size: .9em;
    margin-top: 1em;
    text-align: center;
    font-weight: 100;
}

#fecha {
    font-size: 1em;
    margin-top: 1.2em;
}

.noticiasinicio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2em;

}

.noticiasinicio a {
    color: black;
}

#ultimoscampeones {
    position: relative;
    width: 40vmin;
    margin: 0 .5em;
}



.fotocontenedorinicio {
    width: 40vmin;
    height: 40vmin;
    overflow: hidden;
    position: relative;

}


.fotocontenedorinicio img {
    position: absolute;
    top: 0;
    overflow: hidden;
    margin: auto;
    min-height: 100%;
    min-width: auto;
    object-fit: cover;

}


#iconosnoticias {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.53);
    top: .7em;
    left: .7em;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: solid yellow .1em;
    border-radius: 5em;
    padding: .25em;


}

#noticiasparrafo {
    margin-top: .5em;
    margin-bottom: 2.5em;
    font-size: .7em;
    font-weight: 100;
}

#ultimoscam {
    margin-top: .2em;
    margin-bottom: .45em;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    color: #989898;
}


#conocenuestrasacts {
    margin: 1em;
    font-size: 1em;
    letter-spacing: .1em;
    margin-bottom: 1em;
    border-bottom: solid .01em;
    text-align: center;
    padding-bottom: .4em;
    margin-top: 3em;
    text-transform: uppercase;
}

.prox {
    text-transform: uppercase;
}

#botonvermasnoticias {
    display: block;
    background-color: rgb(193, 193, 193);
    align-content: center;
    text-align: center;
    padding: 1em;
    width: 70%;
    justify-content: center;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .9em;
    margin: auto;



}


/* UBICACION*/

.elclubinicio {
    background-color: rgb(65, 63, 63);
    color: white;
     padding: 0 1em 2em 1em;  
   }


.elclubinicio .prox {
    margin-top: 0;
    padding-top: 3em;
    margin-bottom: .5em;
    border-bottom: none;
}

#queesdrysdale {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 2em;
    padding: 2em 1em;
    font-weight: 100;
    border-top: solid yellow .03em;
    border-bottom: solid yellow .03em;
}



.encontranoscontenedor {
    padding: 2em 0;
    width: 100%;
    border-top: solid yellow .03em;
   }

#ubicaciondatos h2{
  margin-top: 3em;
    padding-top: 0;
   }

#iconosubicacion {
    margin: .7em;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    border: solid yellow .08em;
    border-radius: 5em;
    padding: .6em;
}



#ubicaciondatos ul {
    text-align: center;
    margin-bottom: 1em;
}
#ubicaciondatos ul li{
    display: inline;}


#ubicacion {
    width: 100%;
    margin: 0;
    padding: 0;

}


#mapa {
    width: 100%;
    height: 25vh;
}

#ubicaciontexto {
    color: white;
    font-size: 1em;
    text-align: center;
    margin-bottom: 1em;
    margin-top: .4em;
    line-height: 1.4em;

}



/*------TORNEO RELÁMPAGO-------*/

.tituloacts {
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
    background-image: url(../imagenes/fondoamarillo.jpg);
    font-size: 1.5em;
}

.torneorelampago {
    background-color: rgb(29, 29, 29);
    color: white;
    height: 31.7em;



}


#torneorelampagoprimero {
    display: flex;
    flex-direction: column;
    padding-top: 2em;



}

.torneorelampago img {
    margin-top: 1em;
    display: flex;
    width: 2.5em;
    height: 2.5em;
    border: solid white .1em;
    border-radius: 5em;
    padding: .4em;
    top: 10em;
    color: white;

}



#loquehayquesaber {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
      animation: zoomIn 1s;



}

#loquehay {
    text-align: center;
    padding: 2em;
    padding-top: .6em;
    padding-bottom: .5em;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: solid white .01em;
    

}


#explicaciontr {
    font-size: 1.05em;
    font-weight: 400;
    line-height: 1.5em;
    color: white;
    text-align: center;
    padding: 1em 0em;


}

#inforelampago {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 2em;
      animation:fadeIn 1s;
}


#inforelampago li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10em;
    color: white;
}


.queesdos {
    font-size: .8em;
    text-align: center;
    padding: 1em;

}

#art {
    line-height: 2em;}

.irreglamento a {
    display: block;
    margin: auto;
    border: solid white .07em;
    width: 70%;
    color: white;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .8em;
    margin-bottom: 1.3em;
    text-align: center;



}




.inscribitedos {
    position: fixed;
    z-index: 9998;
    bottom: 1em;
    left: 15%;
    background-color: rgb(255, 255, 73);
    color: black;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: .1em;
    padding: .2em;
    width: 70%;
    box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.35);

}


#inscribitedos {
    color: black;
    font-weight: bold;
    align-content: center;
    text-align: center;
    font-size: .9em;
    color: rgb(0, 0, 0);
    padding: .8em;


}

#conocemas {
    display: block;
    color: yellow;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;

}

#preguntas {
    background-color: rgb(65, 63, 63);
    color: white;
    letter-spacing: .1em;
    padding: 1em;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    display: block;
    margin: auto;
    margin-top: .5em;
    width: 70%;
    font-size: .9em;

}






/* REVIVI TU PARTIDO */

#torneosrelampagostr {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    padding: 1em;
}



#contenedorvideo {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1em auto 1em auto;
    height: 0;
    padding-bottom: 56.25%;
    z-index: 1;
    width: 100%;


}

 #contenedorvideo iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 7;


}


#cuerponoticia {
    margin-bottom: 1em;
    font-size: .85em;
    font-weight: 400;
    line-height: 1.38em;

}


#imgrevivi {
    max-width: 100%;
}

#iranoticia {
    display: block;
    background-color: rgb(193, 193, 193);
    align-content: center;
    text-align: center;
    margin-left: 1em;
    padding: .7em;
    width: 8em;
    justify-content: center;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    margin: auto;

}








/* PROX TORNEOS */

.torneosrelampagostr h2 {
    margin: 0 1em;
}

.proximostorneos {
    margin-top: 1em;
    padding: 1em;
    background-color: #eaeaea;
padding-bottom: 2em;

}

.calendariopt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    
}


.calendariopt figure {
    width: 10em;
    height: 10em;
    margin: 0;
    position: relative;
    overflow: hidden;

}

.calendariopt figure:first-child {
   margin-right: 1em;
    margin-bottom: 1em;
}

.calendariopt figure:last-child {
   margin-left: 1em;
}

.calendariopt figure h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: .3em;
    font-size: .9em;
    color: black;
    background: rgba(255, 255, 255, 0.74);
    margin: .3em;
}

.calendariopt img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.calendariopt figcaption {
    background-color: rgba(255, 255, 255, 0.75);
    color: black;
    position: absolute;
    height: 100%;
    top: calc(100% - 5em);
    left: 0;
    right: 0;
    transition: all .5s ease;
    font-size: .9em;
    padding: .6em;

}

.calendariopt figure:hover figcaption {
    background-color: rgba(255, 255, 255, 0.58);
    top: 3em;
    transition: all .3s ease-out;
}




/* REGLAMENTO*/

#contenedorreglas {
    padding: 1em;
    padding-top: 0;
    position: relative;
}

#contenedorreglas .prox {
    position: sticky;
    top: 4em;
    padding: 1em;
    background-color: white;


}

.preglamento {
margin-top: 1em;
    margin-bottom: .5em;
}



#reglas {
      margin-top: 1.5em;
    display: flex;
    flex-direction: column;
    }

.reglas {
    background-color: rgb(65, 63, 63);
    color: white;
    margin-bottom: .6em;
    text-align: center;
    align-content: center;
    width: 100%;
    padding: 1.5em;
}

.reglas h3 {
    font-size: 1em;
    margin-top: .3em;
    margin-bottom: .7em;
    padding-bottom: .4em;
    border-bottom: solid .01em;

}

.reglas i {
    width: 7em;
}



/* REVIVI TORNEO */


.revivigaleria {
    margin-top: 3em;

}

#revivititulo {
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em 1em 1em 1em;
    letter-spacing: .1em;
    border-bottom: solid .01em;
    text-align: center;
    padding-bottom: .4em;
    text-transform: uppercase;
}


#revividos .prox {
    margin: 1em;
}


#contenedorvideorevividos {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1em auto;
    height: 0;
    padding-bottom: 56.25%;
    z-index: 1;
    width: 100%;
    overflow: hidden;


}


.videorelampagorevivi iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 7;
}

#revivitres .videorelampago #responsiverevivi p {padding-left: 1em;
padding-right: 1em;}


#cuerponoticiarevivi {
    width: 100%;
    padding: 0 1em;
    margin-bottom: 1em;
    font-size: .85em;
    font-weight: 100;
    line-height: 1.38em;

}




.reviviparrafo {
    padding: 1em;
    padding-top: .5em;
    margin-bottom: .5em;
}

.goleadora {
    width: 100%;
    display: block;
    margin-bottom: .7em;
    animation: fadeIn 1s;
}

#secgoleadora .prox {
margin: 1em;
    margin-top: 2.5em;
}

.tgoleadora {
    padding: 1em;
    margin-top: .05em;


}

.tablecontenedor {
    overflow: scroll;
}

#tabla {
    padding: 1em;
}

#tabla .prox{
    margin-left:  0;
margin-right: 0;
}



table {
    background-color: white;
    font-size: .9em;
    border-collapse: collapse;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;


}

table caption {
    font-size: 1.4em;
    padding-bottom: .6em;
    font-weight: bold;



}

table thead {
    background-color: rgb(65, 63, 63);
    color: white;
}

th,
td {
    border-bottom: solid rgb(240, 240, 240) .1em;
    padding: 1em;
}

th {
    background-color: rgb(65, 63, 63);
    color: white;
    border: none;
}

#sliderrevivi {
    margin-bottom: 4em;
}

#cuerponoticias {
    font-size: 1em;
    font-weight: 400;
    padding: 0 1em;
}

/*--------GALERIA--------*/


#galeria1 {
    margin-bottom: 4em;
  
   
}

.prox1{
    text-align: center;
}

#galeria1 figure{
    position: relative;
  
}


#galeria1 figcaption{
    position: absolute;
    bottom: 0em;
    background: rgba(255, 255, 255, 0.72);
    color: black;
    padding: .3em;
    width: 100%;
}

.noticiasinicio {
    justify-content: center;
    animation: fadeIn 1s;

}







}

/*------FORMULARIO-----*/

#formularios {
    flex-grow: 1;
 

}

#formulariosbody{
    background-image: url(../imagenes/imagen_header-01.png);
  

    
}

#formularios{
       background-color: rgba(0, 0, 0, 0.46);
}





input,
select {
    display: block;
    margin-top: 1em;
    margin-bottom: 3em;
    border-radius: 1em;
    padding: 2em;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.88);
     animation: fadeIn 1s;
}


#formularioequipo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
}

.hola {
    color: white;
    text-transform: uppercase;
    display: block;
    

}


.siguiente {
    background-color: rgb(255, 255, 73);
    font-size: 1.2em;
    margin-top: 2em;
    padding: .7em;
    text-align: center;
    color: black;
    width: 6em;
    margin-bottom: 1em;
     animation: zoomIn 1s;
}






#togglethis,
#togglethis1,
#togglethis2,
#togglethis3,
#togglethis4 {
    padding: 0.6em;
    width: 80%;
    margin: auto;




}

#content,
#content1,
#content2,
#content3,
#content4 {
    padding: 0.9em;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 4em;


}

.atributos {
    display: block;
    color: white;
}


.miequipo {
    font-size: 1.4em;
    letter-spacing: .1em;
    border-bottom: solid .08em;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: .5em .5em 0em .5em;

}

.miequipo2 {
    letter-spacing: .1em;
    border-bottom: solid .08em;
    text-align: center;
    color: white;
    text-transform: uppercase;


}



.jugadores p {
    background-color: rgb(255, 255, 0);
    padding: 1em;
    color: black;
    text-align: center;
    border-radius: 1em;
    text-transform: uppercase;
    animation: fadeIn 1s;

}


.campo {
    font-size: 1em;
    outline: none;
    color: #000000;
    margin: auto;
    margin-bottom: 2em;
    margin-top: 1em;
    padding: .5em;
    width: 70%;
}

.fecha {
    font-size: 1em;
    color: #000000;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 70%;
    padding: .6em;
}

#cerrar,#cerrar1,#cerrar2,#cerrar3,#cerrar4{
color: white;
    text-decoration: underline;
    font-size: 1em;
    
}


.cerrar i{
    color: white;
    font-size: 1.5em;
    border: solid white;
    border-radius: 50%;
    
}





.pasos {
    color: white;
    font-size: 1em;
    text-align: center;
    margin: 1em;
}

.login {
    display: flex;
    justify-content: space-around;

}

.login a {
    background-color: rgb(255, 255, 73);
    font-size: 1.2em;
    margin-top: 2em;
    padding: .7em;
    text-align: center;
    color: black;
    width: 6em;
    margin-bottom: 1em;
     animation: zoomIn 1s;

}

.listo {
    background-color: rgb(255, 255, 73);
    font-size: 1.2em;
    margin-top: 2em;
    padding: .7em;
    text-align: center;
    color: black;
    width: 6em;
    margin-bottom: 1em;
     animation: zoomIn 1s;

}





/*----------GRACIAS-------*/

#gracias {
    text-align: center;
    color: white;
    margin-top: 1em;
    font-size: 2em;
    text-transform: uppercase;
   
}

.ok {
    margin: auto;
    width: 5em;
    display: flex;
    margin-top: 2em;
     animation: zoomIn 1s;
}



#graciaspor {
    padding-top: 4em;
    background-image: url(../imagenes/relampago.jpg);
    background-position: right;
    flex-grow: 1;


}

#por {
    text-align: center;
    color: white;
    font-size: 1.5em;
    margin: auto;
}

#verificacionp {
    text-align: center;
    margin-top: 3em;
    color: white;
    font-size: 1.4em;

}

#graciaspor a {
    display: block;
    background-color: yellow;
    padding: .5em;
    font-size: 1.3em;
    margin: auto;
    color: black;
    width: 50%;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
     animation: zoomIn 1s;
}





/*------NOTICIAS-----*/



.noticiadestacada {
    margin: 1em;
     padding-bottom: 2em;
        border-bottom: solid rgb(155, 155, 155) .07em;
    animation: zoomIn 1s;

}

.noticiadestacada figure {
    position: relative;
}

.noticiadestacada figcaption {
    color: black;
}



#filtrarnoticias {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    margin-top: 1em;
    margin-left: 1em;

}

#filtrosboton img {
    width: 2.5em;
    border-radius: 5em;
    border: solid black .09em;
    padding: .5em;
    margin-right: 1.5em;

}


#filtronoticias ::placeholder {
    color: black;
    
}

#buscador {
    height: 2em;
    padding: 0;
    padding-left: 2em;
    background-image: url(../imagenes/search.png);
    background-repeat: no-repeat;
    background-size: 1.1em;
    margin: 0;
    width: 15em;
    position: relative;
    border-bottom: solid black 0.05em;
    border-radius: 0;
    outline: none;
}

#noticias {
    flex-grow: 1;

}

   .palabrasclave1 ul li:first-of-type{
          margin-left: 0;
       
    }
    

.noticiasinicio2 figcaption {
    color: black;
   

}

.noticiasinicio2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2em;
    justify-content: center;
    animation: fadeIn 1s;

}

.prox1 {
    font-size: 1em;
    letter-spacing: .1em;
    border-bottom: solid .01em;
    text-align: center;
    padding-bottom: .4em;
    margin: 1em 1em 1em 1em;
    text-transform: uppercase;
}



#seccionfiltros {
    background-image: url(../imagenes/imagen_header-01.png);
}



#fondofiltros {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.74);
}

#fondofiltros div {
    padding: 1em;
    padding-top: 2em;
}


#filtrosbotondos {
    width: 2em;
    border-radius: 100%;
    border: solid white .08em;
    padding: .3em;

}

#seccionfiltros h2 {
    margin-top: 1em;
    color: white;
    font-size: 1.2em;

}

.finalfiltrar {
    background-color: rgb(255, 255, 73);
    width: 10em;
    font-size: 1.2em;
    margin-top: 2em;
    padding: .7em;
    text-align: center;

}

#cuerpofiltros form {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#palabraclave {
    color: black;
}

#deportessel,
#dia,
#ordenarsegun, #palabraclave {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: .7em;
    margin: .8em 0;
    padding: 1.3em;

}

.palabrasclave1 ul{
     display: flex;
    flex-direction: row;
    margin: 1em 2em 0em 0em;
   
}

.palabrasclave1 ul li{
    background-color: #e2e0e0;
    padding: .3em;
    font-size: .8em;
    margin-left: 1em;
    
}









/*----------NOTICIAS 1-------*/

.portada {
    position: relative;
    animation: fadeIn 1s;
}



#noticia1{
    position: relative;

}

.fotocontenedornoticia {
    height: 60vmin;
    overflow: hidden;
    position: relative;

}


#rayo{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.53);
    top: .7em;
    left: .7em;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: solid yellow .1em;
    border-radius: 5em;
    padding: .25em;
}


.encabezadonoticia {
    margin: 1rem 1rem 3rem 1rem;

}






.marcadornoticia {
    text-transform: uppercase;
    font-size: .8rem;
}

.encabezadonoticia h2 {
    font-size: 2.3rem;
    line-height: 2.5rem;
    color: #000000;
    margin-bottom: 1.3rem;
    margin-top: 1rem;
    animation: zoomIn 1s;
}



.copetenoticia {
    margin-top: 1rem;
    font-size: 1.3rem;
    animation: zoomIn 1s;
}


.cuerponoticia {
    font-size: 1rem;
    margin: 1em 0 1em 0;
    text-align: left;
    animation: zoomIn 1s;
}

.volver {
    margin: 1em;
    display: flex;
    flex-direction: row;
    border-bottom: solid black .01em;
    padding-bottom: .4em;
    position: sticky;

}

.volver a {
    color: black;
    margin-top: .2em;


}


.palabrasclave ul{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 1em 1em 2em 1em;   
    
}

.palabrasclave ul li{
    background-color: #e2e0e0;
    padding: .3em;
  
}



/*----------PREGUNTAS-------*/

#preguntasfrecuentes{
    flex-grow: 1;
}

#pregnegro{
    width: 3em;
    border: solid black;
    border-radius: 50%;
    padding: .5em;
    display: block;
    margin: auto;
  
}

.preguntasfrec {
   margin-bottom: 1em;
   
}

#modulo{
      background-color: rgb(65, 63, 63);
    color: white;
    margin-bottom: .6em;
    text-align: center;
    align-content: center;
    width: 100%;
    padding: 1.5em;
    height: 15em;
}



.preguntasfrec1 {
    text-align: center;
}



/*----------FEMENINO/MASCULINO/MIXTO-------*/

#femenino {
    flex-grow: 1;
}

.titulofemenino {
    font-size: 1.2em;
    letter-spacing: .1em;
    margin: auto;
    text-align: center;
    width: 19em;
    text-transform: uppercase;
    margin-top: 1em;
}

.titulofemenino2 {
    font-size: 1em;
    letter-spacing: .1em;
    margin: auto;
    border-bottom: solid .08em;
    text-align: center;
    padding-bottom: .2em;
    width: 19em;
    text-transform: uppercase;
}

#titulotorneor{
       text-align: center;
    text-transform: uppercase;
    padding: 1em;
    background-image: url(../imagenes/fondoamarillo.jpg);
    
}


.todos ul {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    animation: fadeIn 2s;

}

.todos ul li {
    width: 70%;
    margin: auto;
    margin-bottom: 2em;
    margin-top: 2em;
    background-color: #e5e5e5;
    border-radius: 1em;
    text-align: center;
    padding: .2em;

}

.todos p {
    text-align: center;
    margin-bottom: 1em;
}


.todos h4 {
    text-align: center;
    padding: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
}

.todos img {
    width: 5em;
    margin: 1em;
}

.todos ul li {
    animation: slideIn 2s;

}


.cartel {
    background-color: rgb(255, 255, 73);
    color: black;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .2em;
    width: 70%;
    box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.35);
    margin: auto;
    margin-bottom: 1em;


}






#cartel {
     color: black;
    font-weight: bold;
    align-content: center;
    text-align: center;
    font-size: .9em;
    color: rgb(0, 0, 0);
    padding: .8em;

}



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



.elcontacto {
    background-color: rgb(65, 63, 63);
}

.elcontacto {
    background-color: rgb(65, 63, 63);

}

#encontranosen {
    color: white;
    text-align: center;
    font-size: 1em;
    letter-spacing: .1em;
    margin: 1em 1em 1em 1em;
    
    
}

#encontranosencontacto {
    font-size: 1em;
    padding-top: 2em;
    padding-bottom: .7em;
    font-weight: 100;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;

}

.ordenar {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
 ;
}

#formulariocontacto {
    margin: 1em;
    border-top: solid yellow .07em;
    border-bottom: solid yellow .07em;
}

#formcontacto {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    

    
}


#formulariocontacto h4 br {
    line-height: 1.6em;
}

#formulariocontacto h4 {
    line-height: 1.6em;
    margin-top: 2em;
    margin-bottom: 1.5em;
 
}

.datoscontactos {
    color: white;
}

#formcontacto input, #formcontacto textarea {
    display: block;
    margin-top: .5em;
    margin-bottom: 1.5em;
    border-radius: 1em;
    padding: 1.3em;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.88);
     animation: fadeIn 1s;
}

#formcontacto textarea {
min-height: 8em;
    font-family: 'Roboto' sans-serif;
}

form ::placeholder {
    color: gray;
   font-family: 'Roboto';

}

textarea { 
   font-family: 'Roboto';

}

.enviar {
    display: block;
    background-color: rgb(255, 255, 73);
    font-size: 1.2em;
    margin: auto;
    margin-top: 1em;
        padding: .7em;
    text-align: center;
    color: black;
    width: 50%;
    height: auto;
    margin-bottom: 2em;
    animation: zoomIn 1s;

}

#ubicacioncontacto {
    margin-top: 2em;
    padding: 0 1em;
    padding-bottom: 2em;
}

#iconoubicacion {
    display: block;
    display: block; 
    margin: auto;
width: 3em;
    height: 3em;
    border-radius: 100%;
    border: solid yellow .08em;
    border-radius: 5em;
    padding: .6em;
   }


/-----popup-----/


.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.cd-nugget-info a {
    position: relative;
    color: #5e6e8d;
    transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
    opacity: .8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

.cd-nugget-info span svg {
    display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: rgba(0, 0, 0, 0.74);
}

.cd-popupform {
    position: fixed;
    z-index: 9990;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.62);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popupform.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    padding-top: 4em;
}

.cd-popup-container-form {
    position: relative;
    max-width: 70%;
    margin: auto;
    border-radius: 1em;
    text-align: center;
    box-shadow: 0 0 .3em rgba(0, 0, 0, 0.2);
    transform: translateY(-40px);
    transition-duration: 0.8s;
    background-color: white;
    padding: 1em;

}






.cd-popup-container-form .cd-popup-close {
    position: absolute;
    top: .5em;
    right: .5em;
}

.cd-popup-container-form .cd-popup-close::before,
.cd-popup-container-form .cd-popup-close::after {
    content: '';
    position: absolute;
    width: 1em;
    height: .17em;
    background-color: #555555;
}

.cd-popup-container-form .cd-popup-close::before {
    transform: rotate(45deg);
    right: .5em;
    top: .8em
}

.cd-popup-container-form .cd-popup-close::after {
    transform: rotate(-45deg);
    right: .5em;
    top: .8em
}

.is-visible .cd-popup-container-form {
    transform: translateY(0);
}


#titulopopup {
    color: rgb(65, 63, 63);
    margin: 0;
    padding-top: 1.5em;
    padding-bottom: .7em;
 
 
}

.cd-popup-container-form p {
    color: rgba(0, 0, 0, 0.74);
    font-size: .9em;
    text-align: center;
    padding-top: 0;
}

.cd-popup-container-form p a {
    display: block;
    color: rgba(0, 0, 0, 0.74);
    font-weight: 700;
    margin-bottom: 1em;
    text-decoration: underline;

}








/*------TODOS LOS DEPORTES-----*/

#menudeactividades {
    margin: 1em;
}
#footballcaratula {
    width: 100%;
}


.portadaacti {
    font-size: 2em;
    text-transform: uppercase;
    color: black;
   background-color: rgba(255, 255, 0, 0.53);
    text-align: center;
    padding-top: 3.3em;
    height: 5em;
    font-weight: bold;
    
}

.tituloportadanata {
     background-image: url(../imagenes/natacion1.jpg);
    height: 5em;
    background-repeat: no-repeat;
    background-position: center;
   filter:grayscale();
height: 10em;}

.deportesfon {
    background-color: rgb(65, 63, 63);
   }

.tituloportadavol {
     background-image: url(../imagenes/voley1.jpg);
    height: 5em;
    background-repeat: no-repeat;
    background-position: center;
   filter:grayscale();
height: 10em;}

.tituloportadafut {
     background-image: url(../imagenes/futbol_1.jpg);
    height: 5em;
    background-repeat: no-repeat;
    background-position: center;
   filter:grayscale();
height: 10em;}

.tituloportadapat {
     background-image: url(../imagenes/patin1.jpg);
    height: 5em;
    background-repeat: no-repeat;
    background-position: center;
   filter:grayscale();
height: 10em;}


.titulotorneof {
    font-size: 1.1em;
    letter-spacing: .1em;
    margin-bottom: .8em;
    text-align: center;
    padding-bottom: .4em;
    color: white;
}

.borde {
    padding: 1em;
    margin: 1em;

}


.titulohorarios {
    font-size: 1.13em;
    letter-spacing: .1em;
    margin-bottom: 1em;
    margin-top: 1em;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.horarios {
    margin-bottom: 3em;
    text-align: center;
    line-height: 1.4em;
    font-size: 1em;
    color: white;
}



.horarios li {
    margin-bottom: 1em;
    line-height: 1.4em;
}


.profes {
       border-bottom: solid yellow .07em;
       border-top: solid yellow .07em;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding-top: 1.5em;

}

.profes img {
    width: 50%;
    margin: auto;
    display: block;
    margin-bottom: .7em;
    border-radius: 100%;
  

}


.profe1 {
    margin: auto;
  width: 100%;
    color: white;
    text-align: center;
  padding-bottom: 1.5em;
}


.profe1 b {
line-height: 2em;
}

.conoce {
    font-size: .9em;
    font-weight: 400;
    margin-top: 1em;
    color: white;
    margin-bottom: 2em;
    line-height: 1.3em;
}

.deportes {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.deportes li {
    margin: 0 1em;
   
}

#capeonesfut {
width: 100%;
}


.iconosactividades {
    width: 3em;
    height: 3em;
    border-radius: 100%;
    border: solid yellow .1em;
    border-radius: 5em;
    padding: .25em;
 }
    
    .iconosactividadesclick {
    width: 3em;
    height: 3em;
    border-radius: 100%;
    border: solid yellow .1em;
    border-radius: 5em;
    padding: .25em;
        background-color: yellow;
 }

#menudeactividades {
    margin-top: 2em;
    border-bottom: solid yellow .07em;
}

}
/*------ANIMACIONES-----*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}


/*RESPONSIVE NOTICIAS*/

@media (min-width:30em) {
    
    
    #derecha {
    width: 100%;
      flex-wrap: nowrap;
    padding: 0;
        margin:0;;

    }
    
  .noticiadestacada {
        width: 80%;
        margin: auto;
        margin-top:2em;
      border-bottom: none;
      
    }

       #noticias_secundarias {
           margin: 2em auto;
           max-width: 100%;
           padding: 3em;
           top: 0;
           border-top: solid rgb(155, 155, 155) .07em;
           
    }
        #noticias_secundarias figure {
           margin: 2em 0;
           padding:0;
           top: 0;
    }
    
    #noticias_secundarias figure div {
        width: 25vmin;
        height: 25vmin;
          
    }
    
        
    #imgcampeones {
        width: 100%;
        flex-grow: 1;
    }
    
    #noticias_secundarias a {
        margin: 0 1em;
    }
    
    .revivigaleria {
        width: 70%;
        margin: auto;
    }
    

    
   }



@media (min-width:45em) {
    
 
    
    
   #sliderrevivi  .revivigaleria{
        width: 50%;
    }
    
    
    #responsiverevividos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        margin-top: 1em;
        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
      
      
    }
    
    #secgoleadora {
        width: 40%;
        margin-right: 1em;
        margin-top: 0;
      
    }
    
    #secgoleadora .prox{
        margin-left: 0;
        margin-right: 0;
        margin-top: 1em;
        
      
      
    }
       #secgoleadora h4{
       padding-left: 0;
           padding-bottom: .6em;
      
    }
    
    
     #secgoleadora p {
        width: 100%;
        padding: 0;
      
    }
    
    #tabla h2{
       width: 100%;
}
    
    #tabla {
        width: 50%;
        margin: 0;
        margin-left: 1em;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        
}
    
        
    #tabla table{
         width: 100%;
      
       
        
}
    
       #tabla td, #tabla th{
            padding: .7em;
       
        
}
    
     #sliderrevividos .flexslider{
        width: 70%;
        margin: 1em auto 4em auto;
            }
     
    
    #sliderrevividos h2 {
       margin: 2em 1em 1em 1em;
    }
    
     #sliderrevividos h3 {
        width: 70%;
       font-size: 1em;
         margin: auto;
         font-weight: 400;
         text-align: center;
    }
    
    
  
    }




@media (min-width:60em) {
    
     
    #filtrarnoticias {
       margin-left: 3em; 
    }

    #derecha {
    width: 100%;
      flex-wrap: nowrap;
        padding: 3em;
        margin: auto;
    
    }
    
    .noticiadestacada {
        width: 100%;
        margin: auto;
        margin-top:0;
      
    }
    
       .noticiadestacada figure {display: flex;
    width: 85%;
           margin: auto;
           justify-content: center;
           align-items: center;
    }
    
    
   #noticiasparrafo1 {
          width: 50%;
          margin-left: 2em;
       border-left: solid grey .07em;
       padding: 2em 0;
       padding-left: 2em;
       
    }
    
    #noticiasparrafo1 h6{
        margin: 0;
       
    }
    
    
    .palabrasclave1 ul li:first-of-type{
          margin-left: 0;
       
    }
    

    

       
    
   }


@media (min-width:81em) {
    
     #noticias_secundarias  {
        width: 82%;
       
          
    }
}




/*RESPONSIVE FEMENINO/MASCULINO/MIXTO*/

@media (min-width: 30em) {
    .todos ul {
        margin: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;



    }
}


@media (min-width: 60em) {


    .todos ul {
        margin: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;



    }

    .todos ul li {
        width: 20em;


    }


    .cartel {
        width: 60%;
        margin: auto;
        margin-bottom: 1em;
        padding: .5em;
    }


}






/*------RESPONSIVE INICIO-----*/


@media (min-width: 30em) {

     .caratularelampago {
        width: 100%;
    }

    #caratularelampago {
        height: 45em;
        box-shadow: 0 .01em .9em .01em rgba(0, 0, 0, 0.59);
        padding-top: em;
        align-items: center;


    }

    .caratularelampago h1 {
        font-size: 1.8em;
        width: 70%;

    }


    #torneosrelampagostitulo {
        width: 70%;
        font-size: 1.7em;

    }

    #futbol5 {
        font-size: 1.3em;
        padding-top: .4em;
        padding-bottom: 1em;
        margin-bottom: 0;
    }

    #explicaciontorneo {
        width: 80%;

    }


    .inscribite {
        width: 50%;
        margin-bottom: 2em;
    }


    #responsive {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .torneos {
        align-items: center;
        justify-content: center;
        margin-top: 0;
        padding-top: 0;
        flex-grow: 1;

    }


    .iniciotr {
        width: 100%;
        margin: 0;
        margin-top: 2em;
        margin-bottom: 2em;
        padding: 1em;
        background-color: #eaeaea;

    }

    .iniciotr .prox {
        width: 100%;
    }



    .noticiasinicio {
        width: 80%;
        padding: 0;
        margin:0 auto;
    }


    #noticiasparrafo {
        margin-top: .5em .5em 2.5em .5em;
        font-size: .7em;
        font-weight: 100;
        width: 25vmin;
    }

    #ultimoscampeones {
        margin: 0 1em;
        padding: 0;
        position: none;
        width: 80%;

    }


    .fotocontenedorinicio {
        margin: 0;
        padding: 0;
        width: 25vmin;
        height: 25vmin;
        overflow: hidden;
        position: relative;

    }


    .fotocontenedorinicio img {
        position: absolute;
        top: 0;
        overflow: hidden;
        margin: auto;
        min-height: 100%;
        min-width: auto;
        object-fit: cover;

    }

    

    #botonvermasnoticias {
        width: 12em;
        margin: auto;

    }


    .elclubinicio {
        max-width: 100%;
       display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

  
    .elclubinicio .prox {
        padding: 0;
        margin-top: 2em;
        margin-bottom: .5em;
        border-bottom: none;
        font-size: 1.1em;
    }


    #queesdrysdale {
        margin: auto;
    }
    
   

   #ubicaciondatos .prox {
        padding: 0;
        margin-top: 2em;
        margin-bottom: .5em;
        border-bottom: none;
        font-size: 1.1em;
    }

    #ubicaciondatos {
       width: 100%;
    
       }
    
     .encontranoscontenedor {
         max-width: 100%;
       }

    #ubicacion {
       max-width: 100%;
        padding-bottom: 2.5em;

    }




    footer {
        width: 100%;
        padding: 3em;
        padding-top: 4em;
    }




    .torneorelampago {
        height: 40%;
        padding: 1em;


    }



    .irreglamento a {
        display: block;
        border: solid white .07em;
        width: 20em;
        color: white;
        text-transform: uppercase;
        letter-spacing: .1em;
        padding: .8em;
        margin-bottom: 1.3em;
        text-align: center;



    }


    .inscribitedos {
        margin: auto;
        width: 18vmin;


    }


    #inscribitedos {
        color: black;
        font-weight: bold;
        align-content: center;
        text-align: center;
        font-size: .9em;
        color: rgb(0, 0, 0);
        padding: .8em;

    }



    #torneosrelampagostr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        flex-grow: 1;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 1em;
    }

    #torneosrelampagostr .prox {
        width: 100%;
        margin-bottom: 1em;
    }

    
    
    #contenedorvideo {
          
        height: 0;
        margin top: 2em;
        overflow: hidden;
    }


    #contenedorvideo iframe {
        height: 100%;
       width: 100%;
        margin: 0;
        padding: 0;



    }

    




    #iranoticia {
        margin: 1.5em auto 1em auto;
        width: 50%;
      

    }

   .proximostorneos {
          margin: 1em auto;
        background-color: #eaeaea;
       padding-bottom: 3em;
         }
    
   
    .calendariopt {
        max-width: 90vmin;
        padding: 0 auto 3em auto;
        justify-content: center;
        width: 100%;
        justify-content: center;
        margin:auto;


    }
    
    .calendariopt figure:first-child, .calendariopt figure:last-child {
        margin: .5em;
        margin-top: 1em;
            }

    .calendariopt figure {
        padding: 0;
        margin: .5em;
        margin-top: 1em;
          height: 10em;

    }
    

    #reglas {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
  margin-bottom: 2em;
            }

        .reglas:last-child {
                 margin: auto;
            margin-top: 1em;
                      }
    
    .reglas {
        max-width: 48%;    
        }
    
    
    #preguntas {
        width: 20rem;
        margin-bottom: 1em;
    }

    .inscribitedos {
        width: 50%;
        left: 25%;
        margin: auto;
    }


    /*------RESPONSIVE REVIVI-----*/
    
    
    @media (min-width: 45em) {
#contenedorreglas {
        position: none;
        margin: 0;
        margin-top: 2em;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    #contenedorreglas .prox {
        margin-bottom: 1em;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    
    #responsivereglas{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 2em;
    }

    #contenedorarticulo {
        width: 48%;
        
    }
    
      .preglamento {
       margin: 1em 0;
          
        
    }



    #reglas {
        margin: 0;
        margin-top: 2em;
        margin-bottom: 3em;
        width: 100%;
        padding: 0 2em;


    }

    .reglas {
        margin: 0;
        margin-top: 1em;
        width: 32%;
        height: auto;
     
        
             
    }
        
        .reglas:last-child {
      margin: 0;
            margin-top: 1em;
    }

    .reglas h3 {
        padding-bottom: .7em;

    }

    #preguntas {
        padding: 1em;
        width: 20rem;
        margin: auto;
        margin-bottom: 2em;

    }
    
    }



@media (min-width: 73em) {



    #logoclub {
        width: 2.2em;
        height: auto;


    }


    .paquetedrysdale {
        width: 15%;
        display: flex;
        padding-left: 1.2em;

    }



    #drysdaletitulo {
        width: 50%;
        text-align: left;
        padding: 1em;

    }



    .caratularelampago {
        height: 100%;
        margin-bottom: 1em;
        width: 100%;

    }

    #caratularelampago {
        padding: 2em;
        width: 100%;
        height: 100%;
        padding-top: 4em;
        justify-content: center;
        align-items: center;


    }

    .caratularelampago h1 {
        font-size: 2.5em;
        margin-top: 0;
        padding: 1em;
    }


    #explicaciontorneo {
        align-items: center;
        width: 49rem;
        margin-top: 2em;
        margin-bottom: 2em;
        padding: 1em 3em;

    }


    #torneosrelampagostitulo {
        font-size: 2em;
        margin-bottom: .3em;
    }

    #futbol5 {
        font-size: 1.3em;
        padding-bottom: 0;
        margin-bottom: 0;
    }



    .inscribite {
        width: 19em;
        margin-bottom: 2em;
    }


    #responsive {
        margin: 0;
        padding: 0 3em;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .torneos {
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-right: 2em;
        padding-top: 0;
        width: 40%;
        flex-grow: 1;
    }


    .iniciotr {
        margin-right: 0;
        margin-top: 1em;
        width: 35%;
        justify-content: center;
        align-items: center;
        background-color: #eaeaea;
    }

    .iniciotr .prox {
        width: 100%;
    }


    .noticiasinicio {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 1em;
        display: flex;
        flex-grow: 1;
        justify-content: center;
    }

    #ultimoscampeones {
        position: none;
        width: 100%;
        margin: 0 .8em;
    }


    #noticiasparrafo {
        margin-top: .5em;
        margin-bottom: 2.5em;
        font-size: .7em;
        font-weight: 100;
        width: 9rem;
    }



    .fotocontenedorinicio {
        width: 9rem;
        height: 9rem;
    }



    #botonvermasnoticias {
        width: 18em;
        margin-bottom: 1em;
        margin-top: 1em;

    }



    footer {
        padding: 3em;
        padding-top: 4em;
    }

    #contenedorreglas {
      margin: 0 3em 2em 3em;
        padding: 0;
    }
    
     #responsivereglas {
    width: 80%;
        margin: 0 auto 0 auto;
         padding: 0;
    }
    
    #reglas {
    width: 80%;
        margin: 1em auto 2em auto;
    }




  /*------RESPONSIVE REVIVI-----*/
    #revivititulo {
        margin: 2em 3rem 1em 3rem;
        font-size: 1.5rem;
    }
 
    
    .videorelampago {
  width: 90%;
    padding: 0;}
   
    #revivitres .videorelampago {
  width: 82%;
    padding: 0;}
   
   
    
    #contenedorvideo iframe {
       height: 100%;
        width: 100%;
        
       
    }
    
    #revivitres .videorelampago p {
        width: auto;
        margin: auto;
        padding: 1em 0 2em 0;
        font-size: .9em;
        
        
    }
    
    
    #responsiverevividos {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: auto;
        margin-top: 1em;
        justify-content: center;
      
      
    }
    
    #secgoleadora {
        width: 45%;
        margin-right: 1em;
        margin-top: 0;
      
    }
       #secgoleadora h4{
       padding-left: 0;
           padding-bottom: .6em;
      
    }
    
    
     #secgoleadora p {
        width: 100%;
        padding: 0;
      
    }
    
    #tabla {
        width: 35%;
        margin: 0;
        margin-left: 1em;
        padding-top: 0;
        padding-right: 0;
        
    
}
    
        
    #sliderrevividos .flexslider{
        width: 50%;
        margin: 1em auto 4em auto;
            }
     
    
    #sliderrevividos h2 {
       margin: 2em 3rem 1em 3rem;
    }
    
     #sliderrevividos h3 {
        width: 50%;
       font-size: 1em;
         margin: auto;
         font-weight: 400;
         text-align: center;
    }
    
    

    /*------RESPONSIVE TORNEO RELÁMPAGO-------*/


    .torneorelampago {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 3em;
        height: 20em;
    }


    #torneorelampagoprimero {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top: 0;
        margin: 0;
        width: 40rem;
    }


    #loquehayquesaber {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
    }

    #loquehay {
        width: 100%;
        padding-bottom: .9em;

    }

    #inforelampago {
        list-style: none;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-grow: 1;
        justify-content: space-evenly;
    }


    .irreglamento {
        display: flex;
        flex-direction: column;
        width: 20rem;
        padding: 0;
        align-items: center;
        justify-content: center;

    }


    .irreglamento a {
        width: 17rem;
        margin-left: 3em;
        margin-bottom: 0;

    }



    #torneosrelampagostr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 3em 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #torneosrelampagostr .prox {
        width: 100%;
        margin-bottom: 1em;
    }

    #contenedorvideo {
        margin-right: 0;
        margin top: 2em;
        padding-bottom: 30%;
    }




    #responsiverevivi {
      border-left: solid rgba(90, 89, 89, 0.44) .07em;
        margin-left: 2em;
        padding: 1em;
        width: auto;
    }


    #cuerponoticia {
        width: 30em;

    }



    #iranoticia {
        margin: 0 auto;
        width: 15em;
       

    }





    .inscribitedos {
        width: 30rem;
        left: auto;
        right: auto;
    }

    #inscribitedos {
        margin: auto;


    }
    




    /* PROX TORNEOS */


   .proximostorneos {
        padding-left: 3em;
       padding-right: 3em;
         }
    
       .calendariopt {
        max-width: 100%;


    }


    /* REGLAMENTO*/

    




    #menu label i {
        display: none;
    }

    .paquetedrysdale {
        align-items: flex-start
    }

    #logoclub {
        display: block;
        align-self: center;
    }

    #menulista {
        height: 4em;
        width: 100%;
        top: 0;
        right: 0em;
        background: none;
        padding: 0 1em;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        transition: none;


    }


    #menulista li {
        text-align: center;
        top: 0;
        color: white;
        border-bottom: none;
        margin: 0 .4em;
        transition: none;
        padding: 0;
    }

    .menuacordeon {
        padding: 0;
        margin: 0;
    cursor: pointer;
    }

    #actividadesmenu {
        width: 100%;
        padding: 1.25em 1em;
        color: white;
        margin: 0;
    }



    #menulista li a {
        text-align: center;
        display: block;
        width: 100%;
        padding: 1.3em 1em;
        color: white;
        margin: 0;
        border: none;
    }



    .opciones {
        background-color: black;
        transition: none;
        padding: 0;
        margin: 0;
        
    }

    .opciones li a {
        display: block;
        margin: 0;
        padding: 0;
        flex-grow: 1;


    }

    #actividadesmenu i {
        color: white;
        margin-left: .3em;

    }

    #actividadesmenu i {
        display: block;
    }


    #menulista li a:hover,
    #actividadesmenu i:hover,
    #actividadesmenu:hover {
        color: black;
        background-color: yellow;
    }
    
    
  
    footer {
        padding: 3em;
    }

    footer p {
        padding: 1em 10em;
    }

    
    
    }
    
    
    @media (min-width:50em)
    {
      .videorelampago {
  display: flex;
align-items: center;
margin: auto;
        padding-left: 2em;
        padding-right: 2em;}
        
        #contenedorvideo {
        margin-right: 0;
        margin top: 2em;
        padding-bottom: 30%;
    }
    #responsiverevivi {
        width: 45%;
        margin-left: 2em;
        padding-left: 1em;
        padding-bottom:1em;
        padding-top: 2em;
        border-left: solid grey .07em;
        
       
    }
        
        
    .elclubinicio {
        padding: 0 3em 2em 3em;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        
     }
    
    #responsivequienessomos {
        max-width: 45%;
        margin-right: 4em;
     
          }

    .elclubinicio .prox {
        margin-bottom: .5em;
        border-bottom: none;
        font-size: 1.1em;
        margin-left: auto;
        margin-right: auto;
    }

    #queesdrysdale {
       margin:auto;
    }



    #ubicaciondatos {
        width: 45%;
    

    }
    
  
    
    #datosdelinicio {
        width: 100%;
    
        
    }

    #ubicacion {

max-width: 100%;
        padding-bottom: 0;
    }

    #mapa {
        width: 100%;
        }


    }
    
