@charset "utf-8";

/* UNIVERSAL*/
* {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Asap', sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}

/* COMUNES A TODAS LAS PANTALLAS*/
header, main {
    margin: 0 auto;
    font-family: 'Asap';
}
header {
    background-color: #006526;
    height: 3.5em;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 996;
    display: flex;
    align-items: center;
}
.vacio {
    position: relative;
    height: 3.5em;
}
.clubtitle {
    margin: 0 auto;
    font-family: 'Asap';
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}
.escudo {
    height: 2em;
    top: 0;
    right: 0;
    margin: 1em;
}
nav {
    position: relative;
    z-index: 999;
}
.banner {
    margin: 0 auto;
}
main {
    margin-left: 1em;
    margin-right: 1em;
    max-width: 100vw;
}
footer {
    height: 2em;
    width: 100%;
    background-color: #C9ECCB;
    display: flex;
    position: fixed;
    z-index: 999;
    bottom: 0;
    font-family: 'Asap';
}
footer div {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer a {
    width: 33.3%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #006526;
}
footer a:hover {
    background-color: #F76C3E;
}

/*HOME*/
.seccion {
    background-color: #1E4D6D;
    color: white;
    height: 2em;
    display: flex;
    align-items: center;
    padding-left: .5em;
    margin-top: 1em;
}
.noticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.noticias img {
    width: 100%;
    margin-top: .7em;
}
.noticias div {
    margin-top: .7em;
}
.nota {
    width: 20%;
    min-width: 20em;
    margin: 0 auto
}
.fecha p {
    font-size: .7em;
    color: #1E4D6D;
    font-family: 'Asap', sans-serif;
    font-style: italic;

}
.titular {
    line-height: 1.9em;
    color: #1E4D6D;
    font-size: 1em;
    font-weight: bold;
}
.cuerpo {
    font-size: .8em;
    line-height: 1.3em;
}
.cuerpo:last-child {
    margin-bottom: 3em;
}

/*DEPORTES*/
.sports {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-top: 1em;
}
.deporte {
    position: relative;
    margin-bottom: 2em;
    z-index: 996;
}
.solido {
    width: 20em;
    height: 6em;
    background-color: #C9ECCB ;
    position: relative;
    z-index: 998;
    border-radius: .5em;
    display: flex;
    padding: 0 1em 0 1em;
    justify-content: space-between;
    align-items: center;
}
.degradado {
    width: 19em;
    height: 5em;
    background-color: #006526;
    position: absolute;
    z-index: 1;
    filter: blur(10px);
    top: 1em;
    left: 1em;
}
.solido:hover {
    background-color: #F76C3E;
}
.solido img{
    height: 100%;
    width: auto;
}
.sports h3 {
    font-size: 2em;
    color: #1E4D6D;
}
.sports a {
    text-decoration: none;
}

/*FUTSAL*/
.contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secciones {
    display: flex;
}
.hombres {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.categoria {
    width: 12em;
    height: 6em;
    margin: .7em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #1E4D6D ;
    z-index: 990;
}

.back {
    position: absolute;
    top: .5em;
    left: .5em;
    background-color: #006526;
    filter: blur(9px);
    width: 11.5em;
    height: 5.5em;
}
.front {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #C9ECCB;
    width: 12em;
    height: 6em;
    border-radius: 1em;
}
.front:hover {
    background-color: #F76C3E;
}
.division {
    position: absolute;
    z-index: 999;
}

/* MENU DESPLEGABLE */
nav ul {
  position: relative;
  z-index: 1;
}
.sidebar {
    transition: left .7s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    padding-top: 2em;
    font-family: 'Asap';
    background-color: #C9ECCB;
    color: #1E4D6D;
    position: fixed;
    top: 0;
    left: 0;
}
.imglog {
    width: 8em;
    margin-top: 2.5em;
    margin-bottom: .5em;
    margin: 0 auto;
}
.usuario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
}
.socio {
    margin-top: .3em;
    text-align: center;
}
.icon {
    display: flex;
    margin: .5em; 
    margin: .7em;
    display: flex;
    align-items: center;
    border-radius: 1em;
}
.botonera a {
    border-radius: 1em;
    margin: .3em;
}
.botonera a:hover{
    background-color: #F76C3E;
}
.botonera {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}
.botonera img {
    height: 1.6em;
    margin-right: .5em;
}
.socialmedia img {
    height: 1.5em;
    margin-right: .5em;
    margin-bottom: 3em;
}
.hide-sidebar { 
    left: -50vw; 
}
.show-sidebar { 
    left: 0;
}

/*FUTSAL PRIMERA*/
.botones {
    height: 2em;
    background-color: #E9F7EA;
    color: #006526;
    position: fixed;
    bottom: 2em;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.botones div:hover{
    color: #F76C3E
}
.img {
    margin: 0em 0 1em 0;
    width: 20em;
}
.seccioness {
    background-color: #1E4D6D;
    color: white;
    height: 2em;
    display: flex;
    align-items: center;
    padding-left: 1em;
    width: 20em;
    margin: .5em 0 .5em 0
}
.seccionesss {
    background-color: #1E4D6D;
    color: white;
    height: 2em;
    display: flex;
    align-items: center;
    padding-left: 1em;
    width: 20em;
    margin: .0 0 .5em 0;
}
.seccionesss img{
    height: 1.5em;
    margin-right: .5em;
}
.seccionesss p {
    margin-left: 2em;
    text-align: center;
}
#final {
 margin-bottom: 3em;   
}
.contgeneral {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.volver {
    display: flex;
    align-items: center;
    font-size: .7em;
}

/* AGENDA */
.secc {
    color: #1E4D6D;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: .5em;
}
.noticiass div {
    margin-top: 0.3em;
}
.notx img{
    width: 100%;
    max-width: 40em;
}
.titu {
    color: #F76C3E;
    font-size: 2em;
    line-height: 1em;
}
.bodyx {
    font-size: 1.1em;
    margin-bottom: .5em;
}
span {
    text-decoration: underline;
}
.clasx {
    width: 100%;
    height: 1.5em;
    background-color: #F76C3E;
    color: white;
    display: flex;
    align-items: center;
    padding-left: .3em;
    margin-top: .5em;
}
hr {
    margin: 1em 0 1em 0;
}
.noticiass:last-child{
    margin-bottom: 2.3em;
}

/*INDEX*/
.fondo {
    background-color: #78DE8E;
    color: white;
    width: 100vw;
    height: 100vh;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em;
}
.container img {
    width: 10em;
    margin-bottom: 2em;
}
.invitado {
    width: 15em;
    height: 2em;
    background-color: #1E4D6D;
    margin-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sociox {
    width: 15em;
    height: 2em;
    margin-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E4D6D;
    background-color: #E9F7EA;
}
.invitado, .sociox {
    border-radius: .7em;
    width: 15em;
    height: 3em;
}
.playstore img{
    width: 10em;
    margin-top: 2em;
}

/*COMO LLEGAR*/
.lineas p {
    font-size: 1em;
    text-decoration: none;
    padding: .5em 0 .5em 0;
}
.lineas {
    text-decoration: none;
}
.mapaxx {
    width: 10em;
    margin-top: 1em;
}
.inforx{
    margin-top: .5em;
    color: #1E4D6D;
}

/*CLUB*/
.indent {
    text-indent: 1em;
    line-height: 1.5em;
}
/*SOCIOS*/
.seccioner {
    background-color: #1E4D6D;
    color: white;
    height: 2em;
    display: flex;
    align-items: center;
    padding-left: 1em;
    width: 20em;
    margin: .5em 0 .5em 0;
}
.contgeneraler img {
    width: 100%;
    max-width: 20em;
}
/*LOGIN SOCIO*/
.containerxx{
    display: flex;
    flex-direction: column;
    align-items: center;
/*    justify-content: space-between;*/
    padding: 2em;
    height: 100vh;
}
.containerxx img{
    width: 12em;
    margin-top: 2em;
}
.cluber {
    text-align: center;
    font-size: 1.5em;
    margin-top: .5em;
    color: #1E4D6D;
}
.fondoxx{
    background-color: #E9F7EA;
}
form {
    padding: 1em;
    display: flex;
    flex-direction: column;
    margin-top: 5em;
}
input {
    height: 2em;
    border: 0;
    margin-top: .5em;
    padding: .5em;
    background-color: #E9F7EA
}
.hrlog {
    margin: 0;
}
.ingresar {
    width: 12em;
    height: 3em;
    background-color: #1E4D6D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: 3em;
}

.volverr img {
    height: .8em;
    width: auto;
    margin: 0;
    padding: 0;
}
.volverr i {
    font-size: .5em;
    margin: 0;
}
.volverr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em;
}
.mks {
    color: #1E4D6D;
    font-weight: bold;
    font-size: 1.3em;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




* {
    font-family: 'Asap';
}

nav ul {
  position: relative;
  z-index: 1;
  width: inherit;
  height: 60px;
}

nav ul li {
  line-height: 60px;
  padding: 0 20px;
  float: left;
  font-size: 26px;
  color: #FFF;
  cursor: pointer;
  transition: all 1s
}

.sidebar {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 50vw;
  transition: left .7s;
z-index: 998;
    
}

.sidebar ul { width: inherit; }



.hide-sidebar { left: -50vw; }

.show-sidebar { left: 0; }








/*MEDIA QUERY*/
@media (max-width:25em) {
    
    .nota {
        width: 100%;
        margin: 0;
    }
    
    .banner img, .hamburguesa img {
        height: 1.7em;
    }
    
    
}