@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Anton|Bree+Serif|Rubik:400,400i,500,500i&display=swap');

/*font-family: 'Rubik', sans-serif;
font-family: 'Bree Serif', serif;
font-family: 'Anton', sans-serif;*/

body {
    background-color: whitesmoke;
    margin: 1rem;
    display: flex;
    flex-direction: column;
}


/*HEADER*/

header {
    background-color: gainsboro;
    font-family: serif;
    padding: 0.5rem;
    margin-bottom: 1em;
    border-radius: 1rem 1rem 0 0;
}

header img {
    margin: 0.25rem 0.25rem .20rem 1rem;
    padding-top: 1rem;
}

header nav ul li a {
    background-color: #302D7F;
    color: whitesmoke;
    font-size: .9rem;
    text-decoration: none;
    margin: .1rem .20rem;
    padding: .25rem 0.1rem .25rem 1rem;
    display: block;
    font-family: "rubik:500", sans-serif
}

header nav ul li a:hover {
    background-color: black;
    font-family: "rubik:500", sans-serif;
    font-size: 1em;
}

header nav ul {
    list-style: none;
    padding: 0.25rem 0rem 0.25rem 0rem
}


/*MAIN*/

body main {
    background-color: #82ACFA;
    padding: 0.25rem 0rem 0.25rem 0rem;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    flex-flow: 1;
    
}

.mainplan {padding:2rem;
}

h1 {
    color: #302D7F;
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    font-family: "Anton", sans-serif;
    letter-spacing: .03em;
}



.logodefensores {
    height: 150px;
    width: auto;

}

body main section p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Bree Serif", serif;
    color: ghostwhite;
    font-size: 1rem;
    line-height: 1.5em;


}



h2 {
    background-color: gainsboro;
    color: #302D7F;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 3rem;
    padding: 0.8rem;
    font-family: "Anton", sans-serif;
    letter-spacing: .03em;
}

body section ol li {
    margin-bottom: 2.5rem;
    margin-top: 2rem;
    font-family: "rubik:400", sans-serif;
}

body section ol li a {
    color: whitesmoke;
    background-color: #302D7F;
    padding: 1rem;
    font-size: 1em;
    font-family: "rubik:400", sans-serif;
    text-decoration: none;
}

body section ol li a:hover {
    background-color: black;
    font-size: 1em;
    font-family: "rubik:400", sans-serif;
    font-style: italic;
}


body main section h3 {
    background-color: gainsboro;
    color: #302D7F;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding: 0.8rem;
    font-family: "Anton", sans-serif;
    letter-spacing: .03em
}

body main section div img.academico {
    width: 30%;
    height: auto;
    background-color: white;
    padding: .3rem;
    border-radius: .25rem;
    margin-left: 2rem;
}

body main section div h4 {
    color: #302D7F;
    margin: .5rem 2rem .5rem 2rem;
    border-bottom: .09rem solid #302D7F;
    font-family: "Bree Serif", serif;
    text-align: center
}


body main section div ul {
    margin-top: 0;
    margin-bottom: 2rem;
    margin-left: 2rem;
    padding: 0;
    font-family: "rubik:400", sans-serif;
    font-style: italic;
    font-size: .9em;
    line-height: 1.5em;
    letter-spacing: .02em;
}

body main section div ul li {
    color: ghostwhite;
    list-style: none;
}

.bot {
    text-align: center;
    align-items: center;
}

#imglogo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/*FOOTER*/

footer {
    background-color: gainsboro;
    font-family: "Rubik:400i", sans-serif;
    font-size: 0.6rem;
    margin: 2rem 0rem 2rem 0rem;
    padding: .25rem 0.1rem .25rem 1rem;
    color: black;
    display: flex;
    justify-content: center;
}


/*RESALTADO*/
.resaltado {
    font-weight: bold;
}


/*MAPA*/

.mapaprincipal {
    max-width: 100%;
}

/*PLAN*/

.mainplan ul {
    padding: 0 2rem 0 2rem;

}

.mainplan li {
    font-family: "Bree Serif", serif;
    color: ghostwhite;
    font-size: 1rem;
    line-height: 1.5em;

}


/*MEDIA QUERYS*/

@media (min-width: 38rem) {


    header nav {
        display: flex;
        flex-basis: 100%;
        align-items: center;
    }

    header img {
        padding: 0;
    }

    footer p {
        max-width: 40rem;
    }


    .club div div p {
        max-width: 24rem;
    }



    header nav ul {
        display: flex;
        flex-basis: 100%;
    }

    header nav ul li {
        display: flex;
        justify-content: center;
        flex-basis: 100%;
    }

    header nav ul li a {
        display: flex;
        padding: 1rem;
        flex-basis: 100%;
        justify-content: center;
    }

}



@media (min-width: 50rem) {
    .datosacademicos div {
        display: flex;
    }

    .datosacademicos img {
        min-width: 10vh;
    }

    .datosacademicos div div {
        display: flex;
        flex-direction: column;
    }

}


