* {box-sizing: border-box}

body {
    background-color: rgba(113, 42, 157, 0.41);
    color: black;
    font-family: montserrat;
}

header {
    font-family: "Poppins", sans-serif;
    color: antiquewhite;
    justify-content: space-between;
}

.menu ul {
   list-style-type: none;
   text-align: right;
   justify-content: space-between;
}


.menu li { 
   display: inline;
   text-align: center;
   color:black;
   margin: 0 10px 0 0; 
}


nav ul li a {
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    color: white;
    box-sizing: border-box;
    margin: 2em 2em 0em .5em;
    padding: 18px;
    width: 100%;
    max-width: 150px;
    background-color: rgba(76, 38, 114, 0.46);
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
    }

.contenedor {
    list-style: none;
    margin-left: 0em;
    padding-left: 0px;

}
  
        

main aside {
    font-family: "Poppins", sans-serif;
    color: rgba(76, 36, 116, 0.85);
    font-size: 1.5em;
    padding: 1em 1em 1em 1em; 
    margin: 1em 1em 1em 1em;
    display: flex;
    align-content: center;
    justify-content:center;
}


h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.5em;
    padding: 1rem 1rem 1rem 1rem; 
    margin: 1em;
    display: flex;
    justify-content: center;
}


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

.foto img {
    width: 100%;
    object-fit: contain;
}


section aside {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    line-height: 2rem;
    padding: 1rem 1rem 1rem 1rem; 
    margin: auto;
    display: flex;
    justify-content:center;
    text-align: center;
}


section p4 {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 1rem 1rem 1rem 1rem; 
    margin: 1em;
    display: flex;
    justify-content: center;
    text-align: center;
}


.box {
    max-width: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    text-decoration: none;  
    list-style: none;
    box-sizing: border-box;
    display: block;
    display: flex;
    flex-direction: row;
    justify-content:center;
    text-align: center;
}


section p1 li {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0.2em 1em 0.2em 1em;
    padding: 1em 1em 1em 1em;
    list-style: none;
    text-align: center;
    
}


section p2 li {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0.2em 1em 0.2em 1em;
    padding: 1em 1em 1em 1em;
    list-style: none;
    text-align: center;
    
}


section p3 li {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0.2em 1em 0.2em 1em;
    padding: 1em 1em 1em 1em;
    list-style: none;
    text-align: center;
    
}

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

section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5em;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    background-color: rgba(25, 60, 204, 0.51);
    color: white;
    padding: 1rem; 
    margin: auto;
    margin-top: 3rem;
    text-align: center;
    outline-width: medium;
    outline-style: solid;
}


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

.escudo img {
    width: 100%;
    object-fit: contain;
    margin-top: 2rem;
}

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

.destacado1 {
    width: 100%;
    max-width: 200px;
    margin-left: 0em;
    padding-left: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: bold;
    list-style: none;
    box-sizing: border-box;
}


section nav ul li a {
    font-size: 1em;
    text-decoration: none;
    color: white;
    box-sizing: border-box;
    background-color: rgba(25, 60, 204, 0.51);
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    outline-width:inherit;
    border-radius: 1em;
}


footer {
    font-size: 0.7em;
    outline-style: groove;
    outline-color: rgba(113, 42, 157, 0.41);
    margin: 1rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    width: 95%;
    background-color: rgba(113, 42, 157, 0.20);
    text-align: justify;
    text-align: center;
  
}


@media (max-width: 575px) {
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 0.5rem;
    }
}

