/* fuentes */

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* fin */

* {
  box-sizing: border-box;
    margin: 0;
    list-style: none;
}

* {
    font-family: raleway;
}

ul {
margin:0;
padding:0;
}

img {
    /* para que una imagen nunca sea mayor que la caja que la contiene */
    max-width: 100%;
    height: auto;
}



/* BODY */

body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fafafa;
    width: 100%;
}

#b-login {
    background-color: black;
}

/* HEADER */

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 0;
    height: 4em;
    background-color: #080707;
    background-size: cover;
    padding: 0.2em;
        position: fixed;
    z-index: 800;
    top: 0;
    width: 100%;
    }

.club1{
    align-self: auto;
    font-size: 0.5em;
}


.club {
    margin-bottom: 2em;
    height: 3.5em;
    width: 4em;
    display: block;
    font-size: 0.5em;
    
}

/* Menu */

header nav,
header nav ul {
    background-color: rgb(0, 0, 0);
    color: white;
    list-style: none;

}

header nav label img {
    text-decoration: none;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 2em;
    border-bottom: none;
    
}

label#llamamenu, label#ocultamenu {
    border-bottom: 0;
    
}

header nav a,
header nav label {
    color: #00FE00;
    padding: 0.5em;
    text-decoration: none;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1em;
    font-family: Raleway;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 0.08em #c6c6c6 solid;
    width: 100%;
    
}

header nav a:hover,
header nav label:hover {
    color: white;
    font-style: italic;
    border-bottom: 0.2em white solid;
    letter-spacing: 0.05em;
    font-weight: 600;
}

header nav ul li img {
    width: 9em;
    margin: auto;
    margin-left: 3.6em;
    border-radius: 100%;
    filter: grayscale(100%);
}

header nav ul li h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 300;
    
}



/* clima */

header nav div {
    padding: .5em 1.5em ;
       margin-top: 17em;
        
}

.clima {
     text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-family: Raleway;
    font-weight: 500;
    color: white;
    visibility: hidden;
    
}



/* "botones" que muestran u ocultan el menu */


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

header nav label {
    cursor: pointer;
    padding: 0.7em;
    
    /* se colocan los "botones"
    por encima de todo */
    position: relative;
    z-index: 9999;
}

  /* qué "botón" se muestra */
#menu-toggle:not(:checked) + #llamamenu,
#menu-toggle:checked + #llamamenu + #ocultamenu {
    display: flex;
}

  /* qué "botón" se oculta */
#menu-toggle:checked + #llamamenu,
#menu-toggle:not(:checked) + #llamamenu + #ocultamenu {
    display: none;
}

  /* el menú propiamente dicho */

header nav ul {
    /* el menu sale del flujo de informaciones
    y se oculta a la derecha */
    position: fixed;;
    left: -100%;
    top: 0;
    height: 100vh;
    width: 80%;
    z-index: 9990;
    padding-top: 6em;
    transition: all .5s ease;
}





#menu-toggle:checked + #llamamenu + #ocultamenu + ul {
    /* el menú se muestra
    corriéndose a la derecha*/
    left: 0%;
    transition: all .25s ease;
}


@media (min-width: 35em;)
 #menu-toggle,
    #menu-toggle:checked + #llamamenu,
    #menu-toggle:not(:checked) + #llamamenu,
    #menu-toggle:checked + #llamamenu + #ocultamenu,
    #menu-toggle:not(checked) + #llamamenu + #ocultamenu {
        display: none;
    }

#menu { height: 3em;
    background: none;
 
}

#login {
    background: none;
    color: #00FE00;
     text-transform: uppercase;
    font-size: 1.4em;
    font-family: Raleway;
    font-weight: 500;
    display: block;
padding: 0.7em 0.5em;
    text-decoration: none;
    }




/* MAIN */

main {
    padding-top: 5em;
    flex-grow: 1;
    width: 90%;
    margin: auto;
    min-height: 100vh;
          
}

#main2 {
    padding-top: 0;
    flex-grow: 1;
    width: 100%;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
          
}



/* LOG-IN */
form {
    width: 100%;
    margin: auto;
}

/* recuperar contrasenia */

input[type=email] {
  width: 100%;
  padding: 1em 2em;
  margin: -5em 0em 2em;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
     font-size: 0.8em;
    font-family: raleway;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.olv-correo {
    color: white;
    width: 80%;
    margin: auto;
    margin-bottom: 2em;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
    line-height: 1.5em;
}

.container2 {
    width: 30%;
    margin: auto;
    margin-top: 5em;
    
}

.container2 .olv-correo{
    width: 100%;
    padding: 0;

}

/* Entradas de texto */
input[type=text], input[type=password] {
  width: 100%;
  padding: 1em 2em;
  margin: -5em 0em 2em;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
     font-size: 0.8em;
    font-family: raleway;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

/* Botones */
button {
  background-color: #00FE00;
  color: black;
  padding: 1em 1em;
  margin-top: 2em;
  border: none;
  cursor: pointer;
  width: 100%;
    margin: auto;
    font-size: 0.6em;
    font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Cancelar */
.cancelbtn {
  width: auto;
  padding: 1em 1em;
  background-color: #eaeaea;
    font-size: 0.6em;
}

/* avatar */

.imgcontainer {
  text-align: center;
  margin: 2em;
}

img.avatar {
  width: 50%;
}

.container {
  padding: 0em 2em 5em;
    background-color: none;
}

label, uname psw {
    display: none;
    font-size: 0.8em;
    font-family: raleway;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    
}

.container ul {
    margin-top: 1em;

}

.container ul li {
    width: auto;
    text-align: center;
    padding: 0.3em 2em ;
}

.container ul li a{
    color: white;
    list-style: none;
    font-size: 0.7em;
    text-decoration: none;
    
}

.container ul li a:hover {
    border-bottom: 0.15em solid #00FE00;
    padding: 0.2em;
}
    

/* slider  */

.fijo1 {
    position: absolute;
    margin-top: 10em;
    margin-left: 05em;
    color: #00FE00;
    background-color: black;
    width: 15em;
    height: auto;
    padding: 1.5em;
    z-index: 700;
    font-size: 0.6em;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
}

.fijo1b {
    position: absolute;
    margin-top: 18.5em;
    margin-left: 15.5em;
    color: black;
    background-color: rgba(30, 248, 30, 0.9);
    width: 18em;
    height: auto;
    padding: 1.5em;
    z-index: 750;
    font-size: 0.55em;
    line-height: 110%;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 800;
}

.fijo2 {
    position: absolute;
    margin-top: 0.8em;
    margin-left: 0.7em;
    color: #00FE00;
    background-color: black;
    width: auto;
    height: auto;
    padding: 1.2em;
    z-index: 700;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.fijo2b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    margin-top: 15em;
    right: 2.8em;
    color: #00FE00;
    background-color: black;
    width: auto;
    height: auto;
    padding: 1.2em;
    z-index: 700;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    opacity: 0.9;
    text-align: center;
}

.fa{
    font-size: 1.5em;
    padding: 0.2em 1em;
    margin: auto;
    color: white;
    text-align: center;
}

.fijo3 {
    position: absolute;
    margin-top: 0.8em;
    margin-left: 0.7em;
    color: #00FE00;
    background-color: black;
    width: auto;
    height: auto;
    padding: 1.2em;
    z-index: 700;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.fijo3-pub {
    color: #00FE00;
    background-color: #262626;
    margin-bottom: 2em;
    margin-top: -2em;
    width: auto;
    height: auto;
    padding: 0.8em 2.5em;
    text-transform: uppercase;
    text-align: center;
}

.fijo3-pub a {
    color: #00FE00;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    text-decoration: none;
}

.fijo3-pub a:hover {
    background-color: #414141;
    transition: all .5s ease;
    font-style: italic;

}

.bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #00FE00;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -1.4em;
    
}

.bx-prev, .bx-next {
    display: none;
}

main .slider div {
    margin-top: -em;
}

/**** partidos ****/

.part1 {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 85%;
    padding: 2em 1em;
    margin-top: 1.5em;
    border: 0.1em solid black;
}

.part2, .part3 {
    display: flex;
    flex-direction: row;
    margin: auto;
    text-transform: uppercase;
    font-size: 0.9em;
    min-width: 100%;
    }

.part2 div{
    flex-grow: 1;
    padding: 0.5em 1em;
    margin-right: 0.1em;
    background-color: black;
    color: white;
    font-size: 0.9em;
    font-weight: 600;
    
}

.part3 div{
flex-grow: 1;
    padding: 0.3em 1em;
    background-color: #414141;
    color: white;
    font-size: 0.9em;    
}

.part3 div p{
    margin: 0;
    margin-left: -0.9em;
    text-align: center;
    border: 0.1em solid #00FE00;
    padding: 0.2em;
    color: #00FE00;
    font-size: 0.8em;
    width: 16.5em;
    
}

.part3 div h5 {
    width: 3em;
    font-size: 1em;
    text-align: center;
    
}

video {
    max-width: 100%;
    padding: 1em;
}

/***** Calendario *****/

.fijo4 {
    position: relative;
    margin-top: -3em;
    margin-left: -2.2em;
    color: #00FE00;
    background-color: black;
    height: auto;
    width: 15em;
    padding: 1.2em 2em;
    z-index: 700;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
}

//*** Artma tu partido ***//

div.prtido-titulo {
    position: relative;
    margin-top: -3em;
    margin-left: -2.2em;
    color: #00FE00;
    background-color: black;
    height: auto;
    width: 25em;
    padding: 1.2em 2em;
    z-index: 700;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.arm-partido {
    margin-top: 3em;
}

.arm-partido input {
    background-color: black;
    color: #00FE00;
     width: 100%;
  padding: 1em 2em;
  margin: -5em 0em 2em;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
     font-size: 0.8em;
    font-family: raleway;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    }

.arm-partido ::placeholder {
    color: white;
}

/***fin***/

/** eventos **/

.evento1 {
    position: relative;
    background-color: #3ff83f;
    width: 11em;
    padding: 0.5em 1em 1em 0.5em;
    margin-left: -1.5em;
    font-size: 0.7em;
    font-weight: 600;
    
}

.evento2 {
    position: relative;
    background-color: #403f3f;
    color: #3ff83f;
    width: 9em;
    padding: 0.5em;
    margin-left: 4.5em;
    font-size: 0.6em;
    margin-top: -1em;
    width: 6em;
    text-align: center;}

.evento2 a {
    color: #00FE00;
    text-decoration: none;
}

.evento3 {
    padding: 1em;
    border-top: 0.5em solid #00FE00;
    margin-top: 1em;
    
}

.evento4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.evento3 h5 {
    font-size: 01em;
    padding-left: 0.5em;
    text-transform: uppercase;
}

.even-desc{width: 14em;
    font-size: 0.8em;
    padding: 0.5em;
    
}

.even-time{width: 6em;
     font-size: 0.8em;
    padding: 0.5em;
    border: 0.01em solid black;
    text-align: center;
    
}

.even-fecha {width: 5em;
     font-size: 0.8em;
    padding: 0.5em;
        border: 0.01em solid black;

        text-align: center;

    
}

/* fin */

main p {
    margin: 3em 2em 0em 2em;
    font-size: 0.7em;
}

.t-calendario a {
    color: #00FE00;
    text-decoration: none;
}

.t-calendario a:hover {
    font-style: italic;
}

.t-calendario {
    position: relative;
    margin-top: -4em;
    margin-bottom: 2em;
    margin-left: -2.2em;
    color: #00FE00;
    background-color: black;
    height: auto;
    width: 15em;
    padding: 1.2em 2em;
    z-index: 700;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.calendario {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 85%;
    padding: 2em 1em;
    margin-top: 1.5em;
    border: 0.1em solid black;
}

.semanas {
    display: flex;
    flex-direction: row;
width: auto;
    margin: auto;
}

.dias {
    width: 2em;
    flex-grow: 0;
    padding: 0.3em 0.1em;
    margin: 0.1em;
    border: 0.1em solid #00FE00;
    border-radius: 0.8em;
    font-size: 0.9em;
    text-align: center;
}

.dias2 {
    width: 2em;
    flex-grow: 0;
    padding: 0.3em 0.6em;
    margin: 0.1em;
    border-radius: 0.8em;
}

.dias:hover {
    background-color: rgba(0, 254, 0, 0.68);
    color: white;
    
}

/** Publicidad **/

.t-calendario2 {
    position: relative;
    margin-top: -4em;
    margin-bottom: 2em;
    margin-left: -2.2em;
    color: #00FE00;
    background-color: black;
    height: auto;
    width: 15em;
    padding: 1.2em 2em;
    z-index: 700;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.publicidad {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 85%;
    padding: 2em 1em;
    margin-top: 3em;
    border: 0.1em solid black;
    height: 7em;
    background-image: url(imagenes/gatorade.jpg);
    background-size: cover;
    background-blend-mode: soft-light;
}

/*** actividades ***/

#fem-masc {
    font-size: 0.8em;
    margin-top: 2em;
    margin-left: 2em;
    letter-spacing: 0.3em;
    font-style: italic;
}

.actividades {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 85%;
    padding: 2em 1em;
    margin-top: 1em;
    border: 0.1em solid black;
    height: 9em;
    background-image: url(imagenes/gatorade.jpg);
    background-size: cover;
    background-blend-mode: soft-light;
}

.act-caption {
    background-color: black;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0.6em 1.9em;
    font-size: 1em;
    color: white;
    opacity: 0;
}

.act-caption:hover {
    opacity: 1;
    transition: all .5s ease;

}

.act-caption h4 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    
}

.act-caption p {
    margin: 0;
    text-align: center;
    padding: 0;
}

/* act especifica */

.act-pimagen {
    margin-top: 2em;
}

.act-pimagen img{
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    
}

.act-texto p{
    font-size: 1em;
    padding: 1.2em;
    margin: 0;
    text-align: left;
    line-height: 130%;
}

.tabla-act {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1em 0em 0.5em;
    justify-content: space-around;
    border-bottom: 0.2em solid #00FE00;
}

.tabla-act div {
    width: 10em;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #00FE00;
    text-align: center;
    font-weight: 600;
}

.act-texto ul li  {
    margin-left: 3em;
    font-size: 1.2em;
}

.act-texto ul li h5 {
    font-size: 0.8em;
    color: #00FE00;
}

/* Inscripcion */

.actv-av {
        width: 15em;
    filter: grayscale(100);
    border-bottom: 0.5em solid black;
    border-top: 0.2em solid black;
}



/* Partidos del menu principal */

.partidos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 0.3em solid #ed1c24;
    padding: 1em;
    margin: 0em 0em;
    align-items:center;
    
   }

.titulopp {
    margin: auto;
    margin-top: 1em;
    width: auto;
    text-align: center;
    font-family: raleway;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    
}

.titulopp2 {
     margin: auto;
    width: auto;
    text-align: center;
    font-family: raleway;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 01em;
    
}


.club01 { flex-grow: 1;
    width: 3em;
    }

.club01> img {
    max-width: 100%;
margin: auto;   
}

.club02 {   flex-grow: 0;
    padding: 1em;
    align-content: center;
    font-size: 0.9em;
    font-family: raleway;
    font-weight: 800;
    
}

.activdadesmenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0.3em solid #ed1c24;
    padding: 1em;
    margin: 0em 0em;
    align-items:center;
       
}

.act3{
    display: flex;
    flex-direction: column;
}

.act3> .act2> h3 {
    color: #f86369;
    text-align: center;
    font-family: raleway;
    font-weight: 800;
    letter-spacing: 0.1em;
    font-size: 1em;
}

.act3> .act2> h4 {
    color: #f86369;
    text-align: center;
    font-family: raleway;
    font-weight: 400;
    font-size: 0.8em;
}

.act1 {
    margin-top: 2em;
    max-width: 100%;
    width: 15em;
}

.act1> img {
    opacity: 0.8;
    max-width: 100%;
    display: block;
}

.act1> img:hover {
    opacity: 1;
}

/*** FOOTER ***/

footer {
    flex-grow: 0;
background-color: black;
    background-size: cover;
    width: 100%;
    bottom: 0;
         padding: 1.2em 1em;
    margin-top: 3em;
    text-align: center;
    font-size: 0.6em;
    color: #e5e5e5;
    padding: 0.5em;
}

/* panel */

.panel-final {
    max-width: 100%;
    height: auto;
    margin-top: 3em;
}

/*** media query ***/

/* pantalla escritorio */

@media (min-width: 500px) {
    .slider-inicial { 
        display: none;        
    }
    
    .maindesk1 {
padding-top: 10em;
    margin-top: 10em;
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
    justify-content: center;
    }

      
    main {
        width: 30%;
    }
    
    .fijo2b {
        right: -22em;
        
    }

.main-desk {
    width: 30em;
    
}
    .main-desk2 {
        width: 30em;
    }
    
    .fijo2b {
        margin-right: 117em;
    }
    
    .mdesk2 {
        width: 30em;
        text-align: justify;
        padding: 2em;
        height: 20em;
    }
    
    .mdesk2 h3 {
        font-size: 2.5em;
        color: #00FE00;
        text-transform: uppercase;
        
    }
    
    .mdesk2 h6 {
        font-size: 1em;
        padding: 1.2em 0em 1em;
        
    }
    
    .mdesk2 p {
        padding: 0;
        margin: 0;
        font-size: 1em;
        text-align: left;
        line-height: 150%;
        
    }
    
    .mdesk3 {
        width: 30em;
        text-align: justify;
        padding: 1.8em 2em 1.8em 2em;
    }
    
    .fijo3-pub2 {
    background-color: #00FE00;
    width: auto;
    height: auto;
    padding: 0.8em 2.5em;
    text-transform: uppercase;
    text-align: center;
    }
    
    .fijo3-pub2 a {        
    color: black;
    font-size: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 800;
    text-decoration: none;
    }
    
    .mdesk4 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-right: 2em;
    }
    
    .noticias-pp {
        width: 15em;
        padding: 0em 0em 0em 2em;
        height: 20.2em;
        
    }
    
    .titulo12 {
        background-color: #1f1f1f;
        padding: 1em;
        font-size: 0.9em;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        color: #00FE00;
                
    }
    
    .not-pp-img {
        width: 12em;
        height: 8em;
        background-color: black;
            }
     .not-pp-img img {
        max-width: 120%;
         height: 8em;
    }            }
    
    .mdesk4 p {
        padding: 1em 0em;
        margin: 0;
        font-size: 0.86em;
        text-align: justify;
        line-height: 140%;
        
    }

/* pantalla celular */

/* para que no se vea la segunda columna en celular */

@media (max-width: 35em) {
    .main-desk2 { 
        display: none;
    
    }
    
    .maindesk1 {
        display: block;
        
    }
    
}

/* menu desplegable */

/*
cuando la ventana del navegador mida
como mínimo 560px de ancho
*/
@media (min-width: 35em) {
    
    /* se ocultan los "botones" que
    muestran o esconden el menu */
    #menu-toggle,
    #menu-toggle:checked + #llamamenu,
    #menu-toggle:not(:checked) + #llamamenu,
    #menu-toggle:checked + #llamamenu + #ocultamenu,
    #menu-toggle:not(checked) + #llamamenu + #ocultamenu {
        display: none;
    }
    
    /* se muestran el menu horizontal */
    #menu-toggle:not(:checked) + #llamamenu + #ocultamenu + ul,
    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        display: flex;
        flex-wrap: wrap;
        background: none;
        
        /* para que el menú vuelva al "fondo" */
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
    }
    
    header nav ul {
        flex-basis: 25%;
        flex-grow: 0;
    }
    
    
    header nav ul li img, header nav ul li h5 {
        display: none;
    }
}

/*** fin ***/

