.@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Chivo:400,400i,700&display=swap');

body {
    background-color: #c1c1c1;
    color: #c1c1c1;
}

/*RÓTULO GRUPAL*/
main {
    background-color: #c1c1c1;
    color: #c1c1c1;
    padding-top: 40px;
    padding-bottom: 40px;
}

header {
    background-color: #204c73;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 1px;
    padding-left: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#llamamenu {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
}

#celunav {
    display: none
}

#celunav {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1px;
    padding-top: 1px;
    font-size: 14px;
}

#celunav ul {
    list-style: none;
    padding: 0px;
    margin-top: -0.5rem;
    text-align: right;
    position: absolute;
    top: 10%;
    background-color: #204c73;
    display: flex;
    flex-direction: column;
}

#celunav li {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: thin;
}

#celunav ul li a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 15px;
}

input {
    margin: auto;
    background-color: #204c73;
    color: white;
    width: 200px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

[alt="Roger"] {
    margin-bottom: 10px;
}

[alt="Isadora"] {
    margin-bottom: 10px;
    margin-top: 30px;
}

[alt="Ine"] {
    margin-bottom: 10px;
    margin-top: 30px;
}

[alt="Karen"] {
    margin-bottom: 10px;
    margin-top: 30px;
}

.club h1 {
    text-align: center;
    padding-top: -10px;
    padding-bottom: 0px;
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #204c73;
    text-decoration: none;
}

.club p {
    color: black;
    font-family: 'Chivo', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0px;
}

main h2 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #204c73;
    text-decoration: none;
}

.docentes h3 {
    text-align: center;
    padding-top: 30px;
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #204c73;
    text-decoration: none;
}

.docentes p {
    color: black;
    font-family: 'Chivo', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0px;
}



/*PLAN*/
section {
    display: flex;
    flex-direction: column;
}

article {
    background-color: #d6d6d6;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 1rem;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: medium;
    border-radius: 2rem;
}


article h2 {
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-top: -1rem;
    color: #204c73;
    text-align: left;
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

article p {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: -0.2rem;
    color: black;
    font-family: sans-serif;
    font-size: 13px;
}

article img {
    display: block;
    margin-left: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}



/*MAPA*/
.listado {
    display: flex;
    flex-direction: column;
}

.listado h1 {
    text-align: center;
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #204c73;
}

footer {
    background-color: #c1c1c1;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
    font-family: 'Chivo', sans-serif;
    font-size: 9px;
    color: #555555;
}
