@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:-webkit-any-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;    
    font-size: 0.9em;   
    padding: 0.25em 0.25em 0.25em;
    align-content:space-between;
    
}

body {
    background-color: #ededec;
   
}   
bannernombreclub{
    width:100%;
    
}

ul li a {
    text-decoration: none;
    list-style: none;
}
html {
    -ms-overflow-style: scrollbar;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#icon { 
width: 40px;
height: auto;
}


/*NOMBRE*/


p1{ 
   padding: 1em; 
   font-size: 2em;   
   color: white;
   display: flex;
   justify-content: center;
   background-color: darkblue;
   font-weight: bold;
}


/*HEADER*/
.boton {
	margin: 0 auto;
	display: block;
	width: 40px;
	height: 36px;
	padding: 10px;
	border-radius: 7px;
	background: #666;
	color: white;
	cursor: pointer;
	position: relative;
}

.boton span {
	display: block;
	width: 40px;
	height: 4px;
	background: white;
	margin-top:7px;
}

label {
  cursor: pointer;
}

#menu-toggle {
  display: none; /* hide the checkbox */
}

#menu {
  display: none;
  text-align: center;
  background: white;
  padding:10px 0;
}

#menu li a {
	color: black;
	padding: 10px 0;
	display: block;
}

#menu-toggle:checked + #menu {
  display: block;
}


header {
    height: 50px;
    background: darkblue;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-content: center;
 }

#btn-menu {
    display: none;
}

header label {
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.menu ul {
    background: darkblue;
    display: flex;
    list-style: none;
}

.menu ul ul {
    display: none;
}

.menu a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
}

.menu a:hover {
    background: rgba(0,0,0,0.3);
}

.menu a span {
    margin-left: 10px;
}

.menu ul li:hover ul {
    display: block;
    position: absolute;
}
 
@media (max-width:768px) {
    header label {
        display: block;
    }
    
    .menu {
        position: absolute;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.3s;
    }
    
    .menu ul {
        display: block;        
    }
    
    #btn-menu:checked ~ .menu {
        transform: translateX(0%);
    } 
    
/*NAV*/
section {
    width: 100%;
    display:flex;
    flex-direction:row;
    align-items: center; 
    padding: .5em;
    height: auto;
    } 


nav section ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.b{
    width: 10%;
    height: auto;
    margin: .5em;
    padding: 0em;
}

logo {
    display:flex;
    align-items: center;
    width: 70%;
    margin-left: .3em;
}
logo ul{
    display: flex;
    flex-direction: column;
    
}

h1 {
    font-size:.6em;
    color: darkblue;
    padding: 0em 0em 0em 0em;
 }
h2{
    font-size:.6em;
    color: gray;
    padding: 0em;
    font-weight: inherit;
}
perfil{
   display: flex;
   justify-content:flex-end;
    flex-direction: row;
}


perfil ul{
    display: flex;
    flex-direction: column;
    
}
h16{font-size:.6em;
    color: darkblue;
    padding: 0em 0em 0em 0em;
    
}

h4{
    font-size:.6em;
    color: gray;
    font-weight: inherit; 
    display: flex;
    align-items: right;
    }

ul {
    list-style: none;
    display:flex;
    justify-content: center;
    margin: 0.35em; 
    padding: 0.35em;
    
}

.centrado {
    margin: auto;
    display: block;
    text-align: center;
}

body main section img{
    margin: 0.3em;
    padding: 0.3em;
    }

main{
    flex-grow:1;
    display:flex;
    flex-direction: column;
    min-height: 50vh;
}

main ul {
    font-size: 1.5em;   
}
nav {
    display:flex;
    flex-direction: row;  
}

h5 {
    font-family: helvetica;
    font-size: 0.6em;
    color:black;
}

p3{
    font-family: helvetica;
    font-size: 0.6em;
    color:black;
    display:flex;
    align-content:center;
    
}

body main ul li a {
    color: black;
    font-family: monospace;    
}


header{
    background-color: #829f9f;
    width: 100%;
    padding: 1em;  
    display: flex; 
    align-items: flex-start;
}

nav ul li a {
    font-family: helvetica;
    font-weight: bold;
    color: white;
}

a:-webkit-any-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;    
    font-size: 0.9em;
    margin: .1em;
    padding: 0.25em 0.25em 0.25em;
    align-content:space-between;
}

h6 {
    font-size:1.5em;
    font-family: helvetica;
    color: darkblue;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 0em 0em 1em 0em;    
 }

main section{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
    margin: 1em;
    align-content: center;
    line-height: 1.5
    
}
container {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    padding: 0.0em 0.0em 2em 0.0em
   
}
equipos1 {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin:.2em;
    padding: 0em 0.5em 0em 0.0em;
    font-family: monospace;
    color:black;
}
resultados {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin:.2em;
    padding: 0em 0.5em 0em 0.5em;
    font-family: monospace;
    color:black;
}
equipos2 ol {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin:.2em;
    padding: 0em 0em 0em 0.5em;
    font-family: monospace;
    color:black;
    
}
aside p {
    color: black;
    font-size: 1.35em;
    background-color: rgba(211, 211, 211, 0.19);
    font-family: monospace;
    display: flex;
    justify-content: center
    padding: 1em;
    align-content: center;
    justify-content: center;
    line-height: 1.0;
    text-align: center;
    }

footer p {
    color: black;
    font-size: 1.3em;
    font-family: monospace;
    display: flex;
    justify-content: center;
    margin: em;
    padding: 2em;
    align-items: center;
    align-content: center;
    line-height: 1.0; 
    text-align: center;
    text-decoration: none;
    list-style: none;
}

nav {
    display:flex;
    flex-direction: row;
}
    
nav section {
    display:flex;
    flex-direction:row;
    width: 100%;  
}

nav section img{
    width: 3em;
    height: auto;
}

nav ul li a {
    font-family: helvetica;
    font-weight: bold;
    color: white;
}
    
logo{
    display:flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
ul2{
    display:flex;
    flex-direction: column;
    }

form {
    margin: 0 auto;
    width: 80%;
    padding: 4em;
    border-radius: 1em;
}

form div + div {
    margin-top: 1em;
}

iframe {
    width: 100%;
    margin: 1em 1em 1em 1em;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;  
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 1px;
  margin-bottom: 1px;
  resize: vertical;
  font-size: 0.9em;

}

input[type=submit] {
  background-color: #ffffff;
  color: darkblue;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=submit]:hover {
  background-color: #ffffff;
}

.container {
  width:100%;
  font-family: helvetica;
  font-size: 1em;
  color: white;
  background-color: #262626;
}

.botonvolvernot {
    background-color: darkblue;
    color: white;
    padding: 1em;
    margin-top: 3em;
    margin-bottom: 2em;
    border-radius: 10px;
    width: 20%;
    text-align: center;
    display:flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
    
    
/*FOOTER*/

footer {
    width: 100%;
    background-color:darkblue;

}

.navegador{
    display: flex; 
    justify-content: center;
    align-items: center;
    
}

footer ul li p{
    text-align: center;
    font-family: helvetica;
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    margin-bottom: .5rem;
   
}
    
}
.itemnav img{
   height:auto;
   width: 10%;
   margin: 1em;
    
}

.itemnav p{
    text-align: center;
    font-family: helvetica;
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    margin-bottom: .5rem;
    text-decoration: none;
    list-style: none;
    
}

.itemnav{
    display: flex;
    text-decoration: none;
    list-style: none;
    
}

h17{
    margin-top: 1.5em;
    font-size:.7em;
    padding:.7em; 
    display: flex;
    justify-content: center;
    border:darkblue;
    background: darkblue;
    color: white;
}

/*WHATSAPP*/

.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}