@charset "UTF-8";


/* visited link *//*
a:visited {
  color: green;
}
*/
/* selected link */
a:active {
  color: blue;
    text-decoration: none;
}


* {
margin: 0;
font-family: 'Roboto', sans-serif;

}


body {
    background-color: rgb(206, 239, 218);
}

.bodyimagen {
    background-image:url(/webapp/imagenes/fondo_futbol2.jpg);
    background-position: -em 1.5cm;

}


/*
header a img{
    width: 50px;
    margin: 10px;
}


header{
    display: flex;
    background: linear-gradient(to right, #33cc33 0%, #336600 100%);
    box-shadow: 0 0.2em 0.5em black;
    
}

header nav {
    display: inline-block;
    margin: 1rem;
}

header nav ul li {
    list-style: none;
    display: inline-block;
}


header nav ul li a {
    text-decoration: none;
    padding: 8px;
} 


#bar img{
    width: 2rem;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


#tituloprincipal {
    display: flex;
    background-color:white;
    padding: 1rem;
    color: #336600;    
    box-shadow: 0 0.2em 0.5em black;
    margin-bottom: 2em;
    
}


#tituloprincipal h1{
    font-size: 22px;
    font-weight: bold;
    margin: auto;
    }

#tituloprincipal img {
    height: 1.3rem;
    padding: 0.7rem 0rem 0.7rem 0.4rem;
    }
 */

#subtitulo{
    width: 100px;
    height: 25px;
    background-color:dimgrey;
    color: aliceblue;
    margin: 1rem 1rem 0 1rem;
    text-align: center;
    padding-top: 5px;
    align-items: center;
    margin-bottom: 
}


footer{
    display: flex;
   background: linear-gradient(to bottom, #33cc33 0%, #336600 100%);
}

footer a{
    margin: 1rem;
    font-size:10px;
    color:aliceblue;
}


#textolargo {
    display: flex;
    justify-content: center;
    margin: 1rem;
    margin-bottom: 2em;
}

hr {
    margin-left: 1em;
}


h3 {
    display: flex;
    justify-content: center;
    /*margin: 1rem;*/
    font-size: 14px;
}


#tablacontenedor{
    display: flex;
    justify-content: flex-start;
    margin: 1rem 0.5rem 2rem 0.5rem;
/*  flex-wrap: wrap;
     margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    margin-right: 1em;
    */
}


table{
    
    background-color: rgba(255, 255, 255, 0.65);
    text-align: left;
    border-collapse: collapse;
    
    padding: 1rem;
    }


th,td {
    padding: 7px;
    font-size: 1em;
}

thead {
    background-color: rgb(80, 184, 95);
    color: white;
    font-weight:200;
    font-size: 14px;
     
    }



.galeriafutbol {
    padding-bottom: 2em;
    display: flex;
    flex-wrap: wrap; 
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    
    }

.galeriafutbol figure {
max-width: 200vmin;
    margin: 1em;
    position: relative;
    overflow: hidden;
    
}

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

.galeriafutbol figcaption {
    background-color: rgb(53,219,84,.5);
    color: white;
    padding: .5em;
    position: absolute;
    height: 100%;
    top: calc(100% - 2.5em);
    transition: all .5s ease;
    text-align: center;
    
}

.galeriafutbol figcaption h4 {
    margin: 0 0 1em 0;
    
} 
    
    
.galeriafutbol figure:hover figcaption {
    background-color: rgba(0,60,60,.5);
    top: 30%;
    transition: all .5s ease;
     }

.galeriafutbol figcaption span {
    display: block;
    
    
}




/*ESTILO PARA HTML CONTACTO*/
/*
.fondo {
    background-image: url(imagenes/fondo_futbol2.jpg");
    background-position: -em 1.5cm;
    /*background-attachment: fixed;*/
        
}*/


    
}
.datoscontacto {
    margin-left: 1em;
    padding-top: 2em;
    color: white;
}

.datostelefono, .datosmail, .datosdireccion  {
    display: flex;
    flex-direction: column;
        align-items: center;
    padding-bottom: 2em;
    color: white;
    } 
    
.iconosdecontacto {
    border-radius: 50%;
    width: 2em;
}

h4 {
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 1em;
    align-items: center;
    
}


.numerotelefono {
    display: flex;
    padding-left: 1em;
    
}



.videoexterno{
    
    position: relative;
    height: 0;
    margin: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 51%;
    margin-top: .8rem;
    margin-bottom: rem;
    
    }


.videoexterno iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: grayscale(100%);
    }


.epig {
line-height:normal;
 font-size:13px;
 display:block;
 background:#646464;
 color:white;
 font-style:italic;
padding:7px;
 text-align:center;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
    }



.googlemap{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    }


form {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
    
         }


button{
    border-radius: 5px;
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    max-width: 7em;
    margin-top: 2em;
    height: 3em;
    background-color:forestgreen;
    color: white;
    justify-content:center;
    align-content: flex-end;
    
    } 


.botonenviar{
    border-radius: 5px;
    margin-bottom: 2em;
    display: flex;
     margin-top: 2em;
    height: 3em;
    width: 9em;
    background-color:forestgreen;
    color: white;
    justify-content:center;
    align-content: flex-end;
    align-items: flex-end;
    align-self: flex-end
    } 



input {
    padding: 0.7em;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2em;
}


textarea {
    height: 15em;
    border-radius: 10px;
    text-align: center;
        
}
        
        
/*pagina web iniciar sesion*/


#inicial {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    min-height: calc(100vh - 1em);
    background: linear-gradient(to bottom, #33cc33 0%, #336600 100%);
    text-align: center;
   padding-top: 2em;
      
}



.logodelclub img {
    max-width:  20%;
    height: auto;
         
}


#parrafosesion {
    /*background-color:rgb(206, 239, 218);*/
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 1.2em;
}


.iniciar {
    background-color:#33cc33;
    box-shadow: 0px 3px 9px -3px rgba(0,0,0,0.69);
     display: flex;
    font-size:1.3em;
    text-align: center;    
    max-width: 100%;
    margin-top: 0em;    
    border-radius: 10px;
  
}

.iniciar a {
    color: white;
}


#sosnuevo {
    display: flex;
    flex-direction: column;
    padding: 1em;
    line-height: 1.4rem;
    margin-bottom: 1em;
    margin-top: -3em;
        
    }


h5 {
    font-size: 1.1em;
    
}

h5 a {
    color:chartreuse;
    font-weight: 500;
}


h6 {
    color: white;
    font-size: 0.8em;
    font-weight: 500;
    
}




/*web registro*/



button a {
    
    color:white;
    text-decoration: none;
}

