@charset "utf-8";

      /* Mobile First */

/*GENERALES*/

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

/* PANTALLA */

body {
    background-color:white;   min-height: 100vh;
    min-height: -webkit-fill-available;
    font-family: "RALEWAY", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.paginas {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-size: .45em;
    justify-content: center;
    font-family: "raleway", sans-serif;
    padding: 1em;
    color: black;
}

.paginas h1 {
    padding: 1em;
    color: hsl(180, 64%, 20%);
}
.paginas img {
    max-height: 1em;
}

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;

}

/* LOGIN */

.login-box{
    background-color: white;
    width: 65%;
    margin: auto;
    padding: 1em;
    margin-bottom: 2em;
    text-align: center;
    border-radius: 20px;
}

.login {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.login ul{
    font-family: 'Raleway', sans-serif;
    color: black;
    list-style-type: none;
}

.login li{
    padding: 3%;
    font-family: 'Raleway', sans-serif;
    color: black;
    font-size: 12pt;
}

.login h6 {
    font-size: 9pt;
    color:black;
    text-decoration: underline;
}

.login input[type="text"]{
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    font-weight: light;
    color: hsl(180, 64%, 20%);
    margin-right: 0.7em;
    border-color: hsl(180, 64%, 20%);
    border-style: solid;
    border-width: medium;
    border-radius: 10px;
    padding: 4%;
}

.login input[type="button"]{
    background-color: hsl(180, 64%, 20%);
border-color:hsl(180, 64%, 20%);
    border-style: solid;
    border-radius: 10px;
    padding-top: 2em;
    padding: 6%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: light;
    color: white;
}

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


.fila img{
  padding-left: em;
   height: 90px;
 
}
#buscar {
    width: 2em;
    max-width: 2em;
    margin-left: 27em;
}

#menu{ padding-top: 1em;
   display: block
    max-width: 1000px;
    min-height: 50px;
    margin: 0;
    font-family: Raleway;
    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;
    
}


/*HISTORIA*/


.banner{
    background-image:url(imagenes/1.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 0;
    align-items: center
    ;
}



/*-----------Texto_banner home-----------*/
.banner h3{
    text-align: center;
    margin: 0;
    font-size: 250%;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color:white;
    padding-top: 40%;
    padding-bottom: %;
}

.bajada_1{
    
    font-family: Raleway;
    color: black;
    text-align: center;
    padding: 1em;
    
}

header .fas {
    color:gold ;
    justify-content:center;
    padding-left: 8em;
    padding-top: .4em;
    margin: 0em;
    list-style: none;
    font-size: 3em;}
/*INICIO*/


.fila {
    width: 100px;
    height: 35px;
}

header{
    justify-content: center;
padding-right: .5em;
    width: 100%;
    height: 50 px;
    background:white;

    left: 0;
    z-index: 100;
 text-align: end;

}


#menu1{ padding-top: 1em;
   display: block
    max-width: 1000px;
    min-height: 50px;
    margin: 0;
    font-family: Raleway;
    justify-content: center;
}

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

#menu1 a{
    background-color:hsl(180, 64%, 20%) ;
    color: white;
    display: flex;
    padding: 23px ;
    text-decoration: none;
   
}

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

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




/*-----------Texto_banner home-----------*/

/*-----------Texto_intro home-----------*/
.intro{
    text-align: center;
    margin: auto;
    font-family: 'Raleway', sans-serif;
}



.titulo {
    font-weight: 700;
    color: hsl(180, 64%, 20%);
    font-size: 160%;
    margin-top: 1em;
 
    text-align: center;
}

iframe{padding-bottom: 1em;}

.bajada_1{
    background-color:white;
    border-radius: 30px;
    padding: 1.5em 1em;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 2em;
    padding-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;

    font-size: 15pt;
    color: hsl(180, 64%, 20%);
}
.bajada_2{border-top: 0.2rem solid gold;
    
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
margin-top: 1em;
    font-size: 16pt;
    padding-top: 1em;
    color: 
}

.triv input[type="button"]{
    background-color: gold;
border-color:hsl(180, 64%, 20%);
    border-style: solid;
    border-radius: 10px;
    padding-top: 1em;
    margin-bottom: 1em;
    padding: 3% 5em;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: light;
    color: white;
}

/*NOTICIAS*/

.noticiashtmltitulo1{
    font-family:'Raleway';
    background: gold;
    margin-top: 1em;
    text-align: center;
    color: white;
    padding: .5em;
    border-top:3em; 
    }
    .noticiashtmltitulo2{
    font-family:'Raleway';
    background: gold;
    margin-top: em;
    text-align: center;
    color: white;
    padding: .3em;
    border-top:1em; 
      margin-bottom: 1em;
    }
 .noticiashtmltitulo2 hover{
    font-family:'Raleway';
    background: white;
    margin-top: em;
    text-align: center;
    color: gold;
    padding: .3em;
    border-top:1em; 
    
    }
.noticiasarticulopp{
    margin: 1em;
    border-bottom: 1.5px solid #165025;
    padding-bottom: 1em;
    
    } 
.noticiasarticulopp1{
    font-family: 'raleway';
    text-transform: uppercase;
    margin-top: 1em;
    color:hsl(180, 64%, 20%) ;
    font-weight: bold;
    font-size: 5.0vw;
}
.noticiasarticulopp4{
    font-family: 'raleway';
    text-transform: uppercase;
    margin-top: 1em;
    color:hsl(180, 64%, 20%) ;
    font-weight: bold;
    font-size: 5.0vw;
}
      
      
.noticiasarticulopp img{
    height: 100%;
    width: 100%;
    margin-bottom: em;
border-radius: 1em;
}

    
#noticiasarticuloppparrafo {padding-top: 1em;
    padding-bottom: 1em;
    font-family: 'Raleway';
   color: black;
    font-size: 2.8vw;
    }    
    
.noticiacontenedor{
    margin: 1em;
    overflow: hidden;
    border-bottom: 1.5px solid #EDE614;
   
    padding-bottom: 1em;
    padding-top: 1em;

}
.noticiaimg{
  width:40%;
  float: left;
  margin-right: 1em;
    border-radius: 0.2em;
}
  
.noticiatexto{
    font-family: 'raleway';
    display: flex;
    flex-direction: column;
    font-size: 3vw;
    line-height: 1.4;
}
.noticiatexto1{
    font-family: 'raleway';
    display: flex;
    flex-direction: column;
    font-size: 3vw;
    line-height: 1.4;
}
    
.noticiatextotitulo{
    font-family: 'raleway';
    text-transform: uppercase;
    margin-bottom: em;
    color:hsl(180, 64%, 20%) ;
    font-weight: bold;
    font-size: 5vw;
}
.noticiatextotitulo2{
    font-family: 'raleway';padding-bottom:
    color:hsl(180, 64%, 20%) ;
    font-size: 1.4em;

}
.noticiatextotitulo1{
    font-family: 'raleway';
    text-transform: uppercase;
    margin-top: .6em;
    color:hsl(180, 64%, 20%) ;
    font-weight: bold;
    font-size: 6.0vw;
}
.noticiatextoparrafo{
    padding-top: 1em;
        color: black;
}
.noticiatextoparrafo2 {
    font-family: Raleway;
    color: black;
    font-size: 1.2em;
    padding: 1.1em;
    padding-bottom: 1.5em;
}
    
.noticiatexto a{
    text-decoration:underline;
    font-weight: 400;
    font-size:14px;
    padding-top: .5em;
    color: hsl(180, 64%, 20%);  
}  

#vermas{
    font-family: 'raleway';
    text-decoration: underline;
    color: hsl(180, 64%, 20%); 
    font-weight: 400;
    font-size:19px;
    padding-top: 1em;

    
}
.info1{
    margin-top: 1em;
    margin-left: .5em;
}

/*INICIO*/
.noticiatexto2 a{
    font-family: raleway;
    background: hsl(180, 64%, 20%);
    border-radius: .3em;
    padding: .9em;
    text-decoration:none;
    text-align: center;
    font-weight: 500px;
    font-size:18px;
    color:white;  
}  

.noticiatextoparrafo2{
    font-family: Raleway;
        color: black;
    font-size: 1.2em;
    padding: 1.1em;
    padding-bottom: 1.5em;
  
}

#vermas1{
    font-family: raleway;
    background: hsl(180, 64%, 20%);
    margin-top: 2em;
    margin-left: 2em;
    border-radius: 1em;
    padding: .9em;
    text-decoration:none;
    text-align: center;
    font-weight: 500px;
    font-size:10px;
    color:white;   
    
    
}

.noticiasarticulopp2 img{width: 80%;
    
    height: 100%;
    margin-bottom: 1em;
  margin-left: 4em;
border-radius: 1em;
}

#noticiasarticuloppparrafo2 {text-align: left;
    margin-left: 2em;
    padding-bottom: .8em;
    font-family: 'Raleway';
   color: black;
    font-size: 3vw;
    }    
    
.noticiacontenedor2{
    margin: 1em;
    overflow: hidden;
    border-bottom: 1.5px solid #EDE614;
    border-top: 1.5px solid #EDE614;
    padding-bottom: 1em;
    padding-top: 1em;

}
.interactua{text-align: center;
    font-family: raleway;
    font-size: 1.6em;
    color:  hsl(180, 64%, 20%);
    margin: 1em;
}


.jugar input[type="button"]{
    margin-left: 1em;
    background-color: hsl(180, 64%, 20%);
border-color:hsl(180, 64%, 20%);
    border-style: solid;
    border-radius: 10px;
    padding-top: 2em;
    padding: 3%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: light;
    color: white;
}
/* index responsive */
@media screen and (min-width:1000px){
    main{
        padding: 0 12em;
        background-color: #eaeaea;
    }
    

/* 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}
    
 #banner1 h1 {background-image: url(1.jpg); text-align: center;background-size: 100%; padding: 5%; color:white; font-family: "relaway"}

.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.5em}
    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: 1.1em;
    padding-top: .3em;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: 0.5em 10em 1em 10em; 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'}
    }
   

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


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