@charset "utf-8";

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

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    min-height: 100vh;




}

main {
    padding: 1.5em;
}



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

ul {
    list-style: none;
}

header {

    padding: 0;

    height: 5em;


    display: flex;


    justify-content: space-between;


    align-items: center;
    background-color: #d82323;
}

#escudo {
    display: block;
    width: 5em;

}

header > ul {
    display: flex;
}

header > ul > li {
    width: 2em;
    height: 2em;
    margin-left: .25em;
    display: flex;

}

header > ul > li > a {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    color: white;
    text-decoration: none;
    font-weight: bold;


    display: flex;


    justify-content: center;


    align-items: center;
}

header nav {
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .6s ease;
    z-index: 999;
    transition: all .6s ease;
}

header nav:target {
    right: 0;
}

header nav a {
    color: rgba(255, 255, 255, .75);
    display: block;
    padding: .5em 1em;
    text-align: left;
    text-decoration: none;
    margin-top: 2em;

}

header nav a:hover {
    color: red;
}

#x {

    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}

footer {
    background-color: black;
    color: white;
    font-weight: 100;
    font-size: 50%;
    padding: 1em;
    text-align: center;
}





* {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;


}


form {
    padding: 1em;
}

label {
    display: block;
    margin-top: 1em;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"],
input[type="number"],
input[type="time"],
input[type="range"] {
    width: 30em;
    max-width: 12em;
    margin: .7em;
    padding: .3em;
    background-color: rgba(255, 255, 255, 0.54);
    border: 0;
    border-radius: .6em;
    transition: .3s;
    box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.3);
    font-size: 1.3em;
    padding: .5em;
    padding-left: 1em;
    display: flex;
    flex-direction: column;


}

input:focus {
    background-color: white;
    transition: .3s;
    outline: 0;
    font-size: 1.3em;
}


}








}

.contenidoindex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;


}

.botonesindex {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-weight: bolder;
}

a {
    text-decoration: none;
    color: white;
    font-weight: bolder;

}

.contenidoinicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


button {
    color: white;
    background-color: black;
    width: 30em;
    max-width: 12em;
    margin: .7em;
    padding: .3em;
    background-color: black;
    border: 0;
    border-radius: .6em;
    transition: .3s;
    box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.3);
    font-size: 1.3em;
    padding: .5em;
    padding-left: 1em;
    text-align: center;
}


.noticias {
    background-color: #e5e5e5;
    padding: 1em;
    border-radius: .6em;
    margin-top: 1em;
    margin-bottom: 1em;


}

.articulo {
    margin-bottom: .5em;
}


h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 8pt;
    color: black;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #b92e2e;
    text-transform: uppercase
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: black;

}


h1 {
    text-transform: uppercase;
    font-size: 18pt;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.partido {
    display: flex;
    justify-content: center;
    border-radius: 1em;
    box-shadow: 0 0 .5em 1px rgba(0, 0, 0, 0.3);

}

.titulo {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    letter-spacing: .2em;
}

span {
    font-weight: bold;
}

h2 {
    background-color: gainsboro;
    border-radius: .5em;
    padding: 0.5em;
    font-size: 14pt;
}

.botones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.contenido {
    background-color: #dd3636;
    display: flex;
    align-items: center;
    justify-content: center;}

.equipos{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.5em;
    
    
}

.fecha{
    display: flex;
    justify-content: center;
    margin: 0.5em;
}

.encabezado{
    background-color: gainsboro;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5em
}

.subtitulo{
    margin-left: 1em;
}

.objetivos{
    margin-top: 2em;
    margin-bottom: 1em;
    
    
}

p{
    margin-top: 2em;
}