
*{  box-sizing: border-box;
    margin:0;
    padding:0;
}

/* BODY GENERAL */

body{
    margin: 0em;
    padding: 0em;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: black;
    
}
/* LOGO DEL CLUB */
.logo{
    display: block;
    width: 7em;
}

img.logo{
    max-width:100%;
    height: auto;       
}

/* HEADER */

header{
    width: 100%;    
}

header nav {
    width: 100%;
    margin: auto;
    background:black;
    position: absolute;
}
.menu_bar{
    display: none;
    padding-bottom: 20px;   
}
.menu_bar a{
    color: white;
    font-family: 'montserrat';
    text-decoration: none;
}
.verde{
    color:#005f33;
    font-family: 'montserrat';
    font-weight: 400;
    text-decoration: none;
}
.verde:hover{
    background: white;
}

header nav ul {
    overflow: hidden;
    list-style: none;    
}

header nav ul li {
    float:left;
}

header nav ul li a {
    color:white;
    padding: 20px;
    display: block;
    text-decoration:none;
    font-family: 'montserrat';
}

header nav ul li a:hover{
    background:#005f33;
}

header nav ul li a .verde:hover{
    background:white;
}
			

/* TITULOS */

h1{
    font-family:'montserrat';
    color:white;
    background:#005f33;
    padding: 0.5em;
    font-size: 1em;
    margin-bottom: 0.5em;
  
}

h2{
    font-family:'montserrat';
    font-size: 0.8em;
    font-weight: 100;
    color:white;  
}

h3{
    font-family:'montserrat';
    color:white;
    padding: 1em;
    font-size: 1em;
}

h4{
    font-family:'montserrat';
    color:white;
    padding: 1em;
    font-size: 1em;
}





/* DÓNDE ESTOY */

.dondeestoy a {
    font-family:'montserrat';
    color:white;
    text-decoration: none;
    cursor: pointer;
    
}

/* MAIN */

main{
    background-color: black;
    display: flex;
    flex-direction:column;
}

/* SECCION PARTIDO */

.partidos {
    display: block;
    margin-left: 1em ;
}

.equipos {
    font-family:'montserrat';
    font-size: 0.8em;
    font-weight: 100;
    padding-top: 1em;
    color:white; 
}

.fechas {
    display: block;
    font-family:'montserrat';
    font-size: 0.8em;
    font-weight: 400;
    padding-top: 1em;
    padding-bottom: 1em;
    color:white; 
}

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

hr{
    width: 250px;
}

/* SLIDER */


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin:0;
}


.mySlides {
  display: none;

}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.textslider {
  color: white;
  font-size: 1.5em;
  font-family: 'Montserrat';  
  padding: 8px 12px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: white;
  font-family: 'Montserrat';  
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px 2em;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;  
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* SECCIÓN NOTICIAS */

.titulo{
    color: white;
    font-family: 'montserrat';
    padding: 0.8em;
    padding-bottom: 0em;
    font-size: 1em;
    font-weight: 550;
}

.volver a {
    Margin: 1em;
    color: white;
    display: block;
    text-decoration: none;
    font-family: 'montserrat';
    padding: 0.8em;
    font-size: 1em;
    width: 200px;
    height: auto;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
     font-weight: 550;
     width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.volver a:hover {
  background-color:
    #005f33;
}


.noticias h2 {
    background:#005f33;
    padding: 0.8em;
    line-height:1em;
    margin-top: 0.5em;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 0.5pt;

}

.noticias h3 {
    line-height: 1.5em;
    margin-top: 1em;
    font-weight: 900;
    color: #FFFFFF;
    font-family:'montserrat';
    font-size: 1em;
    font-weight: 400; 
      
}
.noticias img {
    margin: 1em;
    display: block;
    max-width:100%;
    height: auto;
}
.noticias p  {
    Margin: 1em;
    margin-top: 0.5em;
    line-height: 1.5em;
    padding-bottom: 1em;
    color: white;
    font-family:'montserrat';
    font-size: 1.2em;
    font-weight: 100;

}
.noticias li {
    Margin: 1rem;
    padding-bottom: 0.2em;
    color: white;
    font-family:'montserrat';
    font-size: 0.9em;
    font-weight: 100;
    list-style: none;
}


.subir {
    margin: 1em;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

/* FORMULARIOS */

.contenedorform{
    width: aut;
    padding: 15px;
}
.contenedorform h3{
    margin-bottom: 1em;
}
.formulario{
    background: #fff;
    margin-top:3em;
    padding: 3px;
}

input[type="text"],
input[type="password"]{
    font-size: 1em;
    width: 82%;
    padding: 10px;
    border: none;
}
.input-contenedor{
    margin-bottom: 15px;
    border: 1px solid #aaa;
}
.icon{
    min-width: 50px;
    text-align: center;
    color: #999;
}
.button{
    border: none;
    width: auto;
    color: white;
    font-size: 20px;
    background: black;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-bottom:1em;
}
.button:hover{
    background: #005f33;
}

.button a {
    font-family: 'montserrat';
    color: white;
    text-decoration: none;
    text-align: center;
    width: auto;
}

.formulario p{
    text-align: center;
    font-size: 0.8em;
    font-family: 'montserrat';
    
}
.link{
    text-decoration: none;
    color: #005f33;
    font-weight: 600;
    cursor: pointer;
}
.link:hover{
     color: black;
}

 /* USUARIO */

.usuario {
    margin: auto;
    text-align: center;
    max-width: 20em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.usuario p{
    color:white;
    font-family: 'Montserrat';
    font-size: 0.8em;
    font-weight: 300;
}

.perfil {
    border-radius: 50%;
    width: 40vw;
    height: 40vw;
    max-width: 15em;
    max-height: 15em;
    border: .25em solid grey;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .35) inset, 0 .35em .5em rgba(0, 0, 0, .35);
}

.personas{
    width: 20px;
    height: auto;    
}

.iconos{
    padding: 0;
    margin: 0;
}



 /* CSS ACTIVIDADES */


/*actividades*/


 .actividades {
    background-color: black;
    color: white;
    font-family: 'montserrat';
    font-size: 1em;
    font-weight: 900;
    text-align: center;
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    
}


.container {
    position: relative;
    width: 100%;
    
}

.image {
    width: 100%;
    z-index: 5;

}

.overlay {
    position: absolute;
    top: 0.7em;
    font-weight: 500; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 88%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color:  #005f33 ;
}


.container:hover .overlay {
    opacity: 0.9;
}
    
    
.text {
    color: white;
    font-family:'montserrat'; 
    font-size:0.9em; 
    position: relative;
    padding: 1em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
 
  }


img {
    width: 100%;
    height: auto;
    margin-bottom: 0.6em;
    margin-top: 0.7em;
   
}


/* arancel boton */
    
.botonarancel {
    
  font-family: 'montserrat' ;
  font-size: 1em;
    font-weight: 600;
  padding: 0.8em;    
  background-color:#005f33 ;
  border: none;
  color: white;
  text-align: center;
  margin-top:0.7em; 
  cursor: pointer;
}
    

    
/*KARATE GYM FUTSAL GIMNASIA*/
    
 .des {
  color: white;
  font-size: 0.8em;
  font-family: 'montserrat';
  line-height:1.2em;
  margin-bottom: 1em;
  margin: 1em;
  margin-top: 0.2em;
       
      }   
   
    
 .prueba
    {
        
   color:#00b762 ;
   font-size: 0.9em;
   font-family: 'montserrat';
   font-weight: bold;
   margin: 1em;
   margin-top: 1.2em; 
   margin-bottom: 0.5em;    
   text-align: center;    
        
    }
    
 .end {
        
   color:white;
   font-size: 0.8em;
   font-family: 'montserrat';
   font-weight: bold;
   margin:1em;
   margin-top: 0.3em;
   text-align: center;     
        
    }
    
  hr {
    border: 0.5px solid white;
    margin: 1em;
    width: 90%;
    
    }
    
    .linea {
        margin-bottom: 0.3em;
    }
    
    
    
  .horarios1 {
     background-color: #005f33 ;
     color: white;
     font-family:  'montserrat';
     font-size: 0.8em;
      margin: 1em;
  
    } 

 /*Horarios*/
    
 /*titulo*/
 .horarios {
     color:  white ;
     font-family: 'montserrat';
     font-size:1em;
     font-weight: bold;
     margin: 0.7em;
     margin-bottom: 0.7em;
    
    }

 /*tabla*/
 .horarios1 {
      font-family: 'montserrat';
      font-size: 1em;
      margin-top: 0.5em;
      margin-bottom: 1em;
      margin-left:0.8em;
     margin-right: 0.8em;
     border-radius: 7px;
   

    }
    
 .e {
     margin: 0.8em;
     margin-bottom:0.1em;
     font-size: 1em;
     font-weight: bold;
    }

 .r {
     font-size: 0.9em;
     margin:0.8em;
     margin-top: 0em;
     line-height: 1.6em;
    }
    
    
  /*profesores*/ /*masculino*/  
    
 .f {
        background-color: #005f33 ;
        margin-top: 0em;
        margin-bottom: 0.5em;
        padding: 0.5em;
        font-family: 'montserrat';
        font-size: 1em;
        font-weight: bold;
        color: white;
    }  
   
  /*femenino*/ 
    
    
    .j {
        background-color: #005f33 ;
        margin-top: 0.8em;
        margin-bottom: 0.5em;
        padding: 0.5em;
        font-family: 'montserrat';
        font-size: 1em;
        font-weight: bold;
        color: white;
    }  
   
    
    
    
   /*fotos*/ 

 .item{
      width:80px;
      text-align:center;
      float:left;
      color: white;
      margin-bottom: 0em;     
      margin-top: 0.4em;
      margin: 0.5em; 
 

}

 #index-gallery {
   font-family: 'montserrat';
   font-size: 0.8em;       
   margin-top:0em;
   margin-bottom: 1em;     
   background-color:black;
   display: flex;
   flex-direction: row-reverse;
   justify-content: space-around;
   flex-wrap: wrap; 
  
    }
    
 .profesor {
     border-radius: 50%;
    }
    
    
 a {
     
 text-decoration: none;
 color: inherit;
    
    }
    
    
/*TIENDA CSS*/ 

    
    .tienda {
       color: white;
        font-family: 'montserrat';
        font-size: 0.9em;
        text-align: center;
    }    
    
    
    
    .prod {
        margin-top: 0em;
    }
    
    
    .precio {
        font-size:1.2em;
        font-weight: bolder;
    }

    
    h5{
    font-family:'montserrat';
    color:white;
    background:#005f33 ;
    padding: 0.5em;
    font-size: 1em;
    margin-top: 2em;
    text-align: center;    
  
}

/* SECCIÓN ARANCELES */

.aranceles {
    color: white;
    font-family: 'montserrat';
    padding: 0.8em;
    padding-bottom: 0em;
    font-size: 1em;
    font-weight: 550;
}

.h6 {
    background:#005f33;
    font-family: 'montserrat';
    padding: 0.8em;
    line-height:1em;
    margin-top: 1em;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 0.5pt;
}

.titulos{
    font-family: 'montserrat';
    font-size: 1em;
    color: white;
}
table{
    width: 95%;
    background-color: #005f33;
    text-align:left;
    font-family: 'montserrat';
    font-size: 0.9em;
    color: white;
    font-weight: 400;
    margin: auto;
}

th, td{
    padding: 0.5em
}

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

tr:nth-child(even){
    background-color: rgb(2, 80, 44)
}

.volver a {
    Margin: 1em;
    color: white;
    display: block;
    text-decoration: none;
    font-family: 'montserrat';
    padding: 0.8em;
    font-size: 1em;
    width: 200px;
    height: auto;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
     font-weight: 550;
     width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.volver a:hover {
  background-color:
    #005f33;
}

.subir {
    margin: 1em;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'montserrat';
}

.requisitos {
    Margin: 1em;
    padding: 1em;
    color: white;
    font-family:'montserrat';
    font-size: 1em;
    font-weight: 100;
}
.pagos{
   padding: 1em;
    list-style:inside
}


/* SECCIÓN GALERÍA */

.galeria{
    color: white;
    font-family: 'montserrat';
    margin: 1em;
    padding: 15px;
    padding-bottom: 0em;
    font-size: 1em;
    font-weight: 550;
}
.imagenes {
    margin: 1em;
    margin-top: 0em;
}
.imagenes img {
    transition: 1s;
    padding: 15px;
    width: 200px;
    max-width:100%;
    height: auto;
}
.imagenes img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.volver a {
    Margin: 1em;
    color: white;
    display: block;
    text-decoration: none;
    font-family: 'montserrat';
    padding: 0.8em;
    font-size: 1em;
    width: 200px;
    height: auto;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
     font-weight: 550;
     width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.volver a:hover {
  background-color:
    #005f33;
}

.subir {
     Margin: 1em;
    padding: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-family:'montserrat';
    font-size: 1em;
}


/* SECCIÓN CONTACTO */

.contacto {
    margin: 1em;
    color: white;
    font-family: 'montserrat';
    font-size: 1em;
    font-weight: 550;
}

.contenedorc {
    width: 90%;
    max-width: 1000px;
    background: #005f33;
    padding: 1em;
    margin: 20px auto;
    
}

.contenedor h1{
    margin-bottom: 25px;    
    color: white;
    font-family: 'montserrat';
    font-weight: 400;
    text-align: center;
    font-size: 1em;
}

.contenido {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    
}
.contenido .info, .contenido .formulario{
    width: 50%
}
.info{
    padding-left: 10px;
    padding-right: 10px;

}
.info .col{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    font-size: 1em;
    align-items: center;
    flex-wrap: nowrap;
}
.info .col .icono{
    color: white;
    margin-right: 10px;
}

.info .col p{
    margin-right: 1em;
    color: white;
    font-family:'montserrat';
    font-size: 0.9em;
    font-weight: 100;
}
.info .redes-s{
    width: 100%;
    overflow: hidden;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
.info .redes-s a{
    display: flex;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.24);
    color: white;
    margin: 5px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: opx 3px 8px rgb(0, 0, 0);
}

.info .redes-s a:hover{
     box-shadow: opx 3px 8px black;
    background: black;
}

.formulario{
    padding: 10px;
     width: 100%;
    margin: auto;
    
}
.form-input{
    color: white;
    font-family: 'montserrat';
    font-weight: 400;
    padding: 0.3em;
    margin-bottom: 0.3em;
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid white;
    outline: 0;
    width: 100%;
}

.formulario input [type="text"], .formulario textarea{
    width: 100%;
    padding: 0.3em;
    background-color: rgba(0, 0, 0, 0.24);
    border: 1px solid white;
    outline: 0;
    color: white;
    font-family: 'montserrat';
    font-weight: 400;
    
}
.formulario textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    max-height: 200px;
    
}

.formulario button{
    padding: 12px 30px;
    color: white;
    font-family: 'montserrat';
    border: transparent;
    background: rgba(0, 0, 0, 0.24);
    cursor: pointer;
    float: right;
       
}
.formulario button:hover{
    box-shadow: opx 3px 8px black;
    background: black;
}

.volver a {
    Margin: 1em;
    color: white;
    display: block;
    text-decoration: none;
    font-family: 'montserrat';
    padding: 0.8em;
    font-size: 1em;
    width: 200px;
    height: auto;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
     font-weight: 550;
     width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.volver a:hover {
  background-color:
    #005f33;
}
/* SPONSORS*/

.sponsors ul{
    display: flex;
    align-items: center;
    justify-content: center; 
    list-style: none;
}

.sponsors h4{
    text-align: center;
}

.adidas {
    width:50px;
    height: auto;
    padding: 1em;
}

.powerade{
    width: 110px;
    height: auto;
    padding: 1em;
}

.visa{
    width: 50px;
    height: auto;
    padding: 1em;
}

/* FOOTER */

footer{
    display: flex;
    flex-direction: column;
    background-color: #242424;
    padding: 0.5em;
    margin:0em;
}

footer p{
    display: block;
    color: white;
    font-family: 'montserrat';
    font-size: 0.6em;
    font-weight: 100;
    margin:0em;
}

/* MEDIA */

@media screen and (max-width:800px){
    header nav{
        width: 80%;
        height: 100%;
        left: -100%;
        margin:0;
        position: fixed;
        background: rgba(0, 0, 0, 0.91);
        position: absolute;
        z-index: 6;
    }
    
    header nav ul li {
        display:block;
        float:none;
    }
    
    .menu_bar{
        display: block;
        width: 100%;
        background: black;   
    }
    
    .menu_bar .bt-menu{
        display:block;
        padding: 1em;
        background: black;
        color: white;
        text-decoration: none;
        font-size: 1.2em;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing: border-box;   
    }
    .menu_bar span {
        float:right;
        font-size: 1.5em;
    }
}

@media(min-width:768px)
{
    .formulario{
        margin: auto;
        width: 500px;
        margin-top: 150px;
        border-radius: 2%;
    }
}












