@charset "utf-8";

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fuentes/bebas/bebasneue-regular-webfont.eot');
    src: url('../fuentes/bebas/bebasneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/bebas/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fuentes/bebas/bebasneue-regular-webfont.woff') format('woff'),
         url('../fuentes/bebas/bebasneue-regular-webfont.ttf') format('truetype'),
         url('../fuentes/bebas/bebasneue-regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fuentes/bebas/bebasneue-bold-webfont.eot');
    src: url('../fuentes/bebas/bebasneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/bebas/bebasneue-bold-webfont.woff2') format('woff2'),
         url('../fuentes/bebas/bebasneue-bold-webfont.woff') format('woff'),
         url('../fuentes/bebas/bebasneue-bold-webfont.ttf') format('truetype'),
         url('../fuentes/bebas/bebasneue-bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fuentes/bebas/bebasneue-book-webfont.eot');
    src: url('../fuentes/bebas/bebasneue-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/bebas/bebasneue-book-webfont.woff2') format('woff2'),
         url('../fuentes/bebas/bebasneue-book-webfont.woff') format('woff'),
         url('../fuentes/bebas/bebasneue-book-webfont.ttf') format('truetype'),
         url('../fuentes/bebas/bebasneue-book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
    font-family: 'Roboto', sans-serif;
          width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  background-color: #5B5959;
}
/*index*/
.bodyindex{
       width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  background-color: #5B5959;
}
header{
    background-color: #434240;
    height: 100&;
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
   
}

.header{
     display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: .5em;
    margin: 0;
    border: 0;
}

header .logo{
    height: 3em;
}
header .llamamenu{
    height: 30%;
    width: 30%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.74);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #27ff00;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
    
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.mainindex{
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
.sectionindex{
    background-color: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    padding: 2em;
    height: 100%;
    margin-top: 30%;
    border: 0;
    
}
.registrarform{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.registrarinput{
    display: block;
    padding: 1em;
    width: 85%;
    height: 3.5em;
    margin-bottom: 20%;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: .8em;
    background-color: #58ff00;
    box-shadow: 10px 10px 0 0 #000000;
    color: #514c4c;
    border: 0;
}

.iniciarsesion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    width: 100%;
    height: 100%;
    padding: .5em;
    font-family: 'roboto', sans-serif;
    color: #87FF2C;
    font-size: 1.5em;
    font-weight: 700;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 10px 10px 0 0 #000000;
}

.omc{
    flex-direction: column;
    align-items: center;
}
.omc h3{
    margin-top: .5em;
    font-weight: 400;
    font-size: .8em;
    color: #514c4c;
}

.ntc{
    font-family: 'roboto', sans-serif;
    font-size: .9em;
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #514c4c;
}
.ntc p{
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: .7em;
}
.ntc a{
    margin-top: .3em;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    color: #514c4c;
    font-size: 1.5em;
    margin-bottom: 50%;
}

.registrateinput{
    display: block;
    padding: 1em;
    width:100%;
    height: .9em;
    margin-bottom: 20%;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: .8em;
    background-color: #87FF2C;
    box-shadow: 10px 10px 0 0 #000000;
    color: #514c4c;
    border: 0;
}
/*inicio*/

.bodyinicio{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    background-image: url(../imagenes/fonodoinicio.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
    font-family: 'Roboto', sans-serif;
}


header{
    background-color: #434240;
    height: 100&;
    width: 100%;
    position: fixed;
    top: 0;
   
}

.header{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: .5em;
    margin: 0;
    border: 0;
}

header .logo{
    height: 3em;
}
header .llamamenu{
    height: 30%;
    width: 30%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #87FF2C;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
    
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

main{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
     
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;   
}

main div{
    width: 60%;
    height: 100%;
    margin-left: 17%;
    margin-bottom: 0;
    padding: 0;
}
main a{
    color: #87FF2C;
font-size: 2em;
font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: bolder;
    margin-bottom: 100%;
    margin-top: 20%;
    
}

div h2{
    
    font-size: 1.6em;  
    color: white;
    text-decoration: underline;
}

div p{
    font-size: .8em;
    color: white;
    line-height: 1.3em;
}

div h1{
    font-size: 2em;
    color:  #87FF2C;
    margin-top: 0%;
    margin-bottom: 5%;
    
}

main div .textodeco{
    font-size: 3em;
    color: gainsboro;
    margin-left: 20%;
    margin-top: 40%;
    font-style: italic;
    
}



footer{
    width: 100%;
    height: 100%;
    background-color: #434240;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer div{
    padding: .5em;
}
footer img{
    height: 45px;
    width: 45px;
}
.footerregistrate{
    justify-content: center;
}
/*actividades*/
.bodyactividades{
       width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  background-color: #5B5959;
}
.mainactividades{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mainactividades div{
    width: 100%;
    height: 100%;
    margin-left: 0;
}
main .deportes{
   margin-top: 40%;
    margin-bottom: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
   
   
}

main .deportes figure{
    height:8em;
    width:8em;
    margin: .125em;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}


main .deportes figure img{
    max-width: 100%;
    display: block;
    filter: grayscale(100%)
    
}
main .deportes figure figcaption{
    background-color: rgba(135, 255, 44, 0.7);    
    color: #434240;
    padding: .5em;
    line-height: 1em;
    position: absolute;
    height: 100%;
    width: 100%;
    top: calc(100% - 2em);
    transition: all .5s ease;
    text-align: center;
}
main .deportes figure figcaption p{  
    color: white;
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
}
main .deportes figure:hover figcaption{
    background-color:rgba(135, 255, 44, 0.7);
    top: 50%;
    transition: all .5s ease;
    
}
main .deportes figure:hover img{
  filter: grayscale(0%);
    
}

/*actividades2*/
.bodyactividades2{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  background-color: #5B5959;
}

.mainactividades2{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    float: left;
}



.nombreactividad{
    margin-top: 40%;
    margin-bottom: 0;
    margin-left: 10%
}
.nombreactividad h1{
    margin-left: 0%;
    font-weight: 400;
    color: black;
    font-size: 2em;
    margin-top: 0%;
    margin-bottom: 0;
}
.horarios{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20%;
}
.horarios div{
    margin-left: 15%;
}
.horarios div a{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: black;
    background-color: #87FF2C;
    padding: .5em;
    box-shadow: 10px 10px 0 0 #000000;
    
}

.h{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0%;
    width: 90%;
    margin-top: 0%;
    align-items: center;
    margin-bottom: 45%;
}

/*contacto*/

.bodycontacto{
   width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  background-color: #5B5959;
}
.maincontacto{
 padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;     
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;  
    }
.textocontacto{
    margin-top: 30%;
    margin-left: 10%;
}
.textocontacto h1{
    font-size: .8em;
    color: #87FF2C;
}

.mapa{
    width: 80%;
    margin: 0;
    border: 0;
    margin-left: 0;
    margin-top: 2em;
    }

.divm{
  margin-left: 12%;
    width: 100%;
    
}
.datos{
    display: flex;
    flex-direction: column;
    
 
}
.contacto{
    margin-bottom: 0;
    margin-top: 0;
    height: 20%;
}
/*noticias*/
.bodynoticias{
       width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  background-color: #5B5959;
}
.mainnoticias{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.mainnoticias div{
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin: 0;
    border: 0;
    
}
main .noticias{
   margin-top: 30%;
    margin-bottom: 0%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    
   
   
}

main .noticias figure{
    height:100%;
    width:100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}


main .noticias figure img{
    max-width: 100%;
    display: block;
    filter: grayscale(100%)
    
}
main .noticias figure figcaption{
    background-color: rgba(135, 255, 44, 0.7);    
    color: #434240;
    padding: .5em;
    line-height: 1em;
    position: absolute;
    height: 100%;
    top: calc(100% - 2em);
    transition: all .5s ease;
    text-align: center;
}
main .noticias figure:hover figcaption{
    background-color:rgba(135, 255, 44, 0.7);
    top: 50%;
    transition: all .5s ease;
    
}
main .noticias figure:hover img{
  filter: grayscale(0%);
    
}

/*historia*/
.bodyhistoria{
       width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  background-color: #5B5959;
}
.mainhistoria div{
    width: 70%;
    
}
.mainhistoria p{
    text-align: left;
    width: 100%;
}
.mainhistoria .th .ph{
    margin-top: 0;
}
.mainhistoria .th .ph2{
    margin-top: 0;
    margin-bottom: 20%;
}
.mainhistoria .th .hh{
    margin-top: 0;
    margin-bottom: 0;
}
.titulohistoria{
    margin-top: 35%;
    margin-bottom: 0%;
}
.titulonoticias{
    font-size: .8em;
    margin-top: 35%;
    margin-bottom: 0%;
}
.textonoticias{
    margin-bottom: 50%;
}
/*inscripto*/
.mainactividades2 .mi{
    margin-bottom: 100%;
}


#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 4rem;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4rem
}

header .logo {
    height: 3em;
    padding-right: 2em;
}

.bajada {
    font-family: 'roboto';
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: 1em;
    border-bottom-style: solid;
}

.ballester {
    margin-top: 4.6em;
}