@charset "utf-8";

* {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0pt;
    padding: 0pt;
}

ul { list-style: none; }

header {
    background-color: #191818;
    padding: 1em;
}
header > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#submenu ul{
    margin-top: 1em;
}
#logonombre {
    display: flex;
    color: #f0f0f0;
    font-size: 1em;
    align-items: center;
    justify-content: space-between;
    width: 20em;
}
#logonombre p {
    padding: 0;
    font-size: 0.9em;
    font-weight: 600;
}
#nombreclub {
     padding: 0;
    font-size: 0.9em;
    font-weight: 600;
}
header ul li a{
    color: #f0f0f0;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}
header nav {
    background-color: #191818;
    color: #f0f0f0;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    width: 45vw;
    transition: all .5s ease;
    z-index: 999;  
    transition: all .5s ease;
    padding-top: 0.8em;
}
header nav:target {
    right: 0;

}
  
#indice {
    background-color: green;
    color: #f0f0f0;
    border-radius: 10%; 
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    padding-top:15px 40px 15px 40px;
    border-radius:35px;
    justify-content: center;
    margin: 1em 1em 1.5em 1em;
}
#indice a {
    color: #f0f0f0;
    
}
header nav a {
    color: #f0f0f0;
    display: block;
    padding: 0.7em 1em;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.04em;
}
header nav a:hover {
    color: #0D8962;    
}
#x {
    padding-left: 8.5em;
    margin-bottom: 2em;
}
.atras i{
    margin-right: 1em;
}
#iconright{
    margin-left: 0.8em;
}
#submenu ul li a {
    color: #;
}
#submenu ul li a:hover {
    color: #0D8962;
}



body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F0F0F0;
}

#logo {
    width: 2em;
    height: auto;
}



main section {
    padding: 0 1.3em ;
} 

span {
    font-weight: 600;
} 


h1 {
    font-size: 2.5rem; 
    line-height: 1em;
    padding: 0.8em 0.8em 0em 0.5em;
} 
#nombre {
    font-size: 2.5rem; 
    font-weight: 700;
    line-height: 1em;
    padding: 0.8em 0.5em 0em 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
p {
    padding-top: 1em;
    font-size: 0.8em;
    line-height: 1.5em;
} 
h2 {
    font-size: 1.3em;
    font-weight: 800;
    padding: 0rem 0em 0.5rem 0em;
    margin-top: 1.5em;
    border-bottom: 1px solid #191818;
}

h3 {
    font-size: 0.8em;
    font-weight: 800;
    padding: 0rem 0em 0.5rem 0em;
    margin-top: 1.5em;
    border-bottom: 1px solid #191818;
}

h5 {
    color: #0D8962;
    margin: 0.3rem 1.5em 0.8em 1.5em;
    font-size: 0.7rem;
}
h6 {
    margin: 0 1.5rem;
    font-size: 0.7rem;
    color: gray;
}

.titulonoticia {
    font-weight: 700;
    padding: 0.5em 0.5em 0.5em 0.5em;
    line-height: 1.1em;
}/*RO*/


.noticia {
    margin: 1.3em 1.3em 3em 1.3em;
}
.noticia img {
    max-height: auto;
    max-width: 100%;
    margin-bottom: 1em;
}



.partido {
    display: flex;
    justify-content:center;
    margin-left: 0,5;
    padding: 1em 0em 1em 0em;
    align-items: center;
    border-bottom: 1px solid #191818;
}
.partido img {
    height: auto;
    width: 3em;
    padding-bottom: 0.5em;
}
.partido p {
    font-weight: 600;
}
.partido ul li {
    font-size: 0.7em;
    margin-right: 1em;
}
.partido div p {
    font-size: 0.6em;
    font-weight: 600;
    text-align: center;
}
.proxfechaesc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5em;
    
}

.cajavermas{
     max-width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.vermas {
    background-color: #0D8962;
    color: #f0f0f0;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:40px;
    padding-right:40px;
    border-radius:35px;
    margin: 
    text-align: center;

    font-size: 0.8em;
    display: flex;
    margin-top: 2em;
    justify-content: center;
    
}


.noticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.noticias div figure img { 
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}
.noticias div {
    margin: 1em 0;
    width: 46%; 
}
.noticias div figure figcaption h3 {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.noticias div figure figcaption p {
    font-size: 0.7em;
}

.imagenes {
    display: flex;
    justify-content: center; 
} 


.Reserva {
    display: flex;
    flex-direction: column;
    padding-top: 3em;
    padding-bottom: 3em;
   align-items: center;
}

.Reserva figure img { 
    width: 50%;
    height: auto;
    margin-bottom: 0.3em;
    margin-top: 0.7em;
}

.Reserva div figure figcaption {
    font-size: 0.9em;
    font-weight: 800;
    
}

.Reserva figure figcaption p {
    font-size: 0.7em;

}

.noticiasgeneral {
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.noticiasgeneral div figure img { 
    width: 100%;
    height: auto;
    margin-bottom: 0.3em;
    margin-top: 0.7em;
}

.noticiasgeneral div figure figcaption h3 {
    font-size: 0.9em;
    font-weight: 600;
    
}

.noticiasgeneral div figure figcaption p {
    font-size: 0.7em;

}

.noticiasola {
    padding-bottom: 1em;
    padding: 0 0.5em;
    margin-bottom: 2em;
    display: flex;
    text-align: center;
    justify-content: center;
    
}






footer { 
    background-color: #191818; 
    color: #f0f0f0;
    align-self: flex-end;
    margin-top: 2rem;
}
footer div h4 {
    text-align: center; 
    padding: 1.5em 0 0.5em 0;
    font-size: 0.9em;
}
footer p { 
    color: #f0f0f0;
    font-size: 0.7em;
    padding: 1em;
    text-align: center;
}

footer figure {display: flex;
        justify-content: center;
    margin-top: 1em;
    align-items: center;
        
    }

footer figure img{
    width: 3em;
    }
footer figure figcaption{
    margin-left: 1em;
    }
footer figure figcaption h6{
    margin-left:0pt;
    }



.slideshow{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

.slider li img{
	width: 100%;
    height: auto;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 115%;
	top: 0;
	left: 0;
	padding: 15px 30px;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-align: center;
	color: #f0f0f0;
}

.tituslider{
	font-weight: 700;
    padding: 0.2em;
    font-size: 2.5rem; 
    line-height: 1em;
    
}
.slider .caption h2{
	font-size: 0.9em;
    padding: 0;
    font-weight: 100;
    margin-top: 2em;
}

.pagination{
	position: absolute;
	top: 16.4em;
	width: 100%;
    display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 0.5em;
	margin: 2px 6px;
	color: #bfbfbf;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;
    display: flex;
	align-items: center;
    color: #f0f0f0;
	font-size: 30px;
	cursor: pointer;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}




.botonreserva{
background-color: black;
    color: gold;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    padding: 1em 1em 1em 1em;
    border-radius:35px;
    justify-content: center;
    margin: 2em 2em 1.5em 2em;
    }

.botonregistro {
    background-color: black;
    color: gold;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    padding: 1em 1em 1em 1em;
    border-radius:35px;
    justify-content: center;
    margin: 2em 2em 1.5em 2em;
    
    
}
    
form{display: flex;
    flex-direction: column;
    align-items: flex-start;
    }    


.izquierda{display: inline-block;
    width: 30%;
    text-align: left;
    margin-right: 1em;
    margin: 1em 1em 0.6em 1em;}

.derecha{display: inline-block;
    width: 60%;
    text-align: left;
    margin-left: 2em;
    margin: 1em;}

.elegirhora{display: flex;
    justify-content:flex-start;
    align-items: center;
    border-bottom: 1px;
    margin-left: 2em;
            }


    
.ubicacion{display: flex;
        justify-content:flex-start;
    margin-top: 1em;
    margin-bottom: 1em;
    align-items: center;
    
}

.logoubicacion{
    padding: 1em 1em 1em 1em;
    border-radius:35px;
    margin: 2em 2em 1.5em 2em;
    }
.logoubicacion1{
    padding: 1em 1em 1em 1em;
    border-radius:60px;
    margin: 2em 0sem 2em 2em;
    width: 4em;
    }



@media (min-width: 640px) {
    
    .landing {
        background-color: #f0f0f0;
        background-image: none;
    }
    .titulolanding h1{
    color: #191818;
    font-size: 3em;
}
    .titulolanding img{
    width: 15%;
}
    .celu{
        display: none;
    }
    
    .conocer {
    background-color: #f0f0f0;
    color: #191818;
    text-align: center;
    padding: 1.5em 3em;
    margin-bottom: 1em;
}
    
    .items {
        background-image: url(../imagenes/fondo-tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 2em 0;
        margin: 0;
    }
    .items a {
        margin-top: 2em;
    }
    .sueltos {
        background-image: none;
        margin: 0;
        font-size: 1.3em;
    }
    
    .capturasocio {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin: 3em 0.5em 2em;
    }
    .capturas {
        display: inherit;
        width: 90%;
        height: auto;
        margin-left: 1.5em;
    }
    .capturas img {
        margin: 0 0.5em;
        width: 30%;
        height: auto;
        box-shadow: 1px 1px 18px rgba(0, 0, 0, .80);
}
  
   
   
  
    .sersocio {
        width: 60%;
    }
    .sersocio h2 {
        font-size: 1.3em;
        margin: 0 1em}
    .sersocio p {
        color: #191818;
        
    }

    footer {
        width: 100%;
    }
}

@media (min-width: 1100px) {
    
    .landing {
        
        background-color: #191818;
        margin: 0;
    }
    
    .principio {
        width: 50%;
        margin: 0;
        margin-bottom: 3em;
        margin-left: 4em;
    }
    .titulolanding h1 {
        color: #f0f0f0;
        font-size: 2.5em;
    }
    .titulolanding img{
        width: 20%;
}
    .conocer {
        color: #f0f0f0;
        background-color: #191818;
        text-align: center;
        margin-top: 2em;
        padding: 0;
        
}
    .celu {
        width: 40%;
        height:auto;
        display: inherit;
        position: absolute;
        right: 2em;
        top: 0em;
    }
    
   
   
    .capturasocio {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        box-sizing: border-box;
        margin: 0;
        padding: 3em 10em;
        display: flex;
        flex-direction: column;
        background-image: url(../imagenes/aaa-02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sersocio {
        margin-top: 3em;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        width: 100%;
    }
    .sersocio h2 {
        margin: 0;
        padding: 0;
        font-size: 2em;
    }
    .sersocio p {
        color: #f0f0f0;
    }
    .capturas {
        width: 50%;
    }
    
    .items{
        background-image: none;
        padding: 0;
        
        display: flex;
        flex-direction: column;
         justify-content: space-between;
        align-content: center;
        align-items: center;
        position: absolute;
       
        
        right: 12em;
        top: 80%;
       
         
        
    }
    .items a {
        margin-top: 3em;
    }
    
    
    footer {
        width: 100%;
    }
    
    
    .imgclub {
        display: block;
        align-content: center;
        margin: 0 auto;
       max-width: 30%;
    height: auto;
        
        
    }

    .historia {
        padding: 2em;
        margin: 2em;
        
        
    }
    
    

