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

body {
    display: flex;
    flex-direction: column;
    background-color: #C5C5C5;
    width: 100vw;
    height: 100vh;
    font-family: "Work Sans", sans-serif;
    justify-content: center;
    align-items: center;
}

.fondodegrade {
    background-color: background: rgba(207, 254, 213, 1);
    background: -moz-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 254, 213, 1)), color-stop(100%, rgba(169, 249, 248, 1)));
    background: -webkit-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    background: -o-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    background: -ms-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    background: linear-gradient(to right, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cffed5', endColorstr='#a9f9f8', GradientType=1);
}

h1 {
    color: white;
    font-family: "Work Sans", sans-serif;
    font-weight: 00;
    font-size: 2.8em;
    padding: 2% 0% 2% 0%;
    text-align: center;
    flex-wrap: nowrap;
font-weight: 600;
}


h4 {
    color: white;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    text-align: center;
}

h4 {
    color: #232B36;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 0.8em;
    text-align: center;
}

h2 {
    color: white;
    font-weight: 600;
    font-size: 1.2em;
}

p {
    color: white;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    flex-wrap: wrap;
    padding: 2% 10% 0% 10%;
    font-size: 0.8em;
}

p#deporte {
    color: #232B36;
    font-weight: 600;
    font-size: 1em;
}

p#deporte2 {
    color: #232B36;
    font-weight: 800;
    font-size: 0.8em;
}

a#deporte3 {
    text-decoration: none;
    color:  #232B36;
    font-size: 1em;
}

h5 {
    color: #232B36;
    font-weight: 600;
    font-size: 0.7em;
}

main#splash {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5% 0% 30% 0%;
}

main#splash img {
    width: 60vw;
    max-width: 300px;
}

main {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

main.loggear {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

main.loggear div img#logoeslogan {
    width: 60vw;
    max-width: 300px;
}

main.loggear ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

main.loggear ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 25vh;
    justify-content: space-around;
    margin: 10% 0% 0% 0%;
}

main.loggear ul div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2% 2% 2% 2%;
    background-color: #F5F5F5;
    color: #C5C5C5;
    width: 60vw;
    min-width: 40vw;
    height: 7vh;
}

main.loggear ul div li {
    text-align: left;
    justify-content: flex-start;
}

main.loggear ul div img {
    height: 5vh;
    width: auto;
}

main article#deporte {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 90%;
    }


header {
    display: flex;
    width: 100vw;
    height: 10vh;
    align-items: center;
}

header div#logonotif {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body header div {
    display: flex;
    width: 100vw;
    height: 10vh;
    align-items: center;
    justify-content: space-between;
    height: 80%;
    padding: 0% 4% 0% 4%
}

body header div img {
    height: 45%;
}



body header img.logoheader {
    height: 70%;
    }

body main.menuhome {
    display: flex;
    justify-content: flex-start;
}

body main#hola {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    margin-bottom: 10%;
}

body main section.home {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 22vh;
    background-color: #232B36;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.3em;
    border: 1.4px solid;
    border-color: rgba(207, 254, 213, 1);
    border-color: -moz-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    border-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 254, 213, 1)), color-stop(100%, rgba(169, 249, 248, 1)));
    border-color: -webkit-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    border-color: -o-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    border-color: -ms-linear-gradient(left, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    border-color: linear-gradient(to right, rgba(207, 254, 213, 1) 0%, rgba(169, 249, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cffed5', endColorstr='#a9f9f8', GradientType=1);
}

body main article#notificaciones-inicio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

body main article#notificaciones-inicio section {
    display: flex;
    justify-content: space-between;
    width: 80vw;
    height: 16vh;
    margin: 2% 0% 2% 0%;
}

body main article#notificaciones-inicio section img {
    height: 8vh;
    width: auto;
}

body main article#notificaciones-inicio section div.img-notif {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: #232B36;
}

body main article#notificaciones-inicio section div.txt-notif {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    width: 70%;
    background-color: white;
    padding: 0% 3% 0% 0%;
}

body main article#notificaciones-inicio section div p {
    text-align: left;
    color: black;
}

body main article#notificaciones-inicio section div a {
    text-decoration: none;
    list-style: none;
    color: darkgrey;
    font-size: 0.7em;
}

body main article img#deporte {
    height: 10vh;
    width: auto;
}

body main article#deporte div {
    margin: 5% 0% 0% 0%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body main article#deporte div aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

body main article#deporte div aside p {
    width: 120%;
}

body main article#deporte div section {
    display: flex;
    flex-direction: row;
    width: 80vw;
    justify-content: space-around;
    align-items: center;
    margin: 5% 0% 0% 0%;
}



footer {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 10vh;
    justify-content: center;
    align-items: flex-start;
}


footer#deporte div a {
    font-weight: 600;

}

footer div {
    display: flex;
    width: 20vw;
    height: 55%;
    margin: 0% 2% 0% 2%;
    justify-content: center;
    align-items: center;
    font-weight: 200;
    font-size: 0.8em;
    min-width: 150px;
}

footer div a {
    color: black;
    text-decoration: none;
    font-weight: 400;
}

footer img {
    height: 6vh;
    width: auto;
}
