@charset "utf-8";

      /* Mobile First */

/*GENERALES*/


footer{
    background-color: hsl(180, 64%, 20%);
    color: whitesmoke;
    font-family: raleway;
    text-align: center;
}

footer > p {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

/*PIE DEL CLUB */

#piedepagina {

    padding: 1rem 0 1rem 0;
}

#piedepagina h4 {
    color: gold;
    text-align: center;
    margin: 1rem;
    font-size: 1rem;
}

#patrocinadores {
    margin-top: 1rem;
    text-align: center;
}

#contacto_club {
    color: whitesmoke;
    margin-top: 1rem;
    text-align: center;
}

#contacto_club div {
    display: flex;
    justify-content: center;
    align-items: center;
}

h5{
    padding: 1em;
}

#contacto_club div p {
    font-size: 1rem;
}

#contacto_club > .nobutton {
    margin: 2rem 0 2rem 0;
    
}
.boton-a {
    color: white;
    font-family: "raleway", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 1rem;
    margin: 1rem 0 1rem 0;
    border-width: none;
    border-color: transparent;
    background-color: gold;
    width: 12rem;
    border-radius: .3rem;}

.boton-a:hover {
    color: hsl(180, 64%, 20%);
    background-color: whitesmoke;
}

.icon{width: 100px;
}

.copyright{padding-top: 1em;}

.pantalla_uno {
    background-color: white; 
    padding-top: 3em;
}



.iconoinicio {
    width: 70%;
    max-width: 350px;
    text-align: center;
    padding-top: 4em;

}



/* MENU HORIZONTAL */
}
.fila {
   display: flex;
    justify-content: center;

  
}
.fila img{
   height: 80px;
 
}

#menu{
    
    max-width: 1000px;
    min-height: 50px;
    margin: 0;
    font-family: Raleway;
    display: flex;
    justify-content: center;
}

#menu ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

#menu a{
    background-color: gold;
    color: white;
    display: flex;
    padding: 23px ;
    text-decoration: none;
   
}

#menu ul ul{
    display: none;
    position: absolute;
}

#menu a:hover{
    background: white;
    color: goldenrod
}
#menu ul li:hover ul{
    display: block;
    
}

  /*
----------------
footer
----------------
*/
    footer {
    font-size:em;
    padding: .5em;
}


/* footer responsive */
@media screen and (min-width:1000px){
    footer iframe{
        padding: 0 12em;
    }
}
    
/* CALENDARIO */

body {font-family:"raleway"}

    .calendarinfo {display: flex; justify-content: space-around; margin: em 0 2em 0; width: 700px auto}
    
    .calendarinfo nav  {display: flex}
    .calendarinfo nav ul li 
{ list-style: none; text-decoration: none}
    
 #banner2 h1 {background-image: url(imagenes/2.jpg); text-align: center;background-size: 100%; padding:20%; color:white; font-family: "raleway"}

.calendarinfo nav ul li a{ text-decoration: none}
    
 
table {justify-content: center; text-align: center; margin:10px auto; width: 700px; height: 15em; background-color: white; margin: 0 3 0 0; font-family: "raleway"; border: color hsl(180, 64%, 20%)}
    table th {color:darkslategrey;font-size:1.em}
    table nav ul li {list-style: none; font-size: 1.3em}
    table th td {border-bottom-color: solid palegoldenrod}
    .diax nav ul li a {list-style: none; text-decoration: none;}
    .mes {font-size:2em; color: hsl(180, 64%, 20%)}
    .pre {color:hsl(180, 64%, 20%) }
     .pos {color:hsl(180, 64%, 20%) }
  
    h3 {text-align:center;
}
.conoce a{
    font-family: raleway;
    background: hsl(180, 64%, 20%);
    border-radius: 1em;
    padding: .9em;
    text-decoration:none;
    text-align: center;
    font-weight: 500px;
    font-size:18px;
    color:white;  
}  

.conoce{
    font-family: Raleway;
        color: black;
    font-size: 1.2em;
    padding: 2em;
    padding-top: .em;display:flex; flex-direction: column; align-items: center
  
}
    .conoce li {list-style: none}
#charlas a{
    font-family: raleway;
    background: hsl(180, 64%, 20%);
    border-radius: 1em;
    text-decoration:none;
    text-align: center;
    font-weight: 500px;
    font-size:18px;
    color:white;  
}  

#charlas {
    font-family: Raleway;
    color: hsl(180, 64%, 20%);
    font-size: 1.2em;
    padding: 1.1em;
    padding-top: .3em; display:flex; flex-direction: column; align-items: center; padding:  1em 1em 1em; text-align: center;
  
}
    .hacemos {display:flex; flex-direction: column; align-items: center; font-weight: bold; font-family: "raleway"}
    #subituimagen {text-align: center;justify-content: center; margin 10px; display: flex; padding: 1em}

    
    
    @media screen and (min-width:1000px){
    body {
        padding: ;
        background-color: #eaeaea;font-family: 'raleway'}
    }