:root {
    --principal: #338a5f;
    --verdao: #04574d;
    --branco: #ebf0f1;
    --branquinho: #ebf0f14b;
    --destaque: #f58c95;
    --rosinha: #f0b6bc;
    --cinza: #586660;
    --cinzinha: #d3dadb;

    width: 100%;
    height: 100%;

    font-family: Poppins-regular, Roboto;
}

@font-face {
    font-family: 'Cooper';
    src: url('../fontes/cooperhewitt-heavy.otf');
}

@font-face {
    font-family: 'Poppins';
    src: url('../fontes/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: 'Poppins-regular';
    src: url('../fontes/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-semibold';
    src: url('../fontes/Poppins-SemiBold.ttf');
}


header,



#botaoentrar {
    font-weight: 700;
    color: var(--branco);
    cursor: pointer;
}


#menu {
    margin: 0 auto;
}


.img-responsive {
    width: 130px;
}

body {
    background-color: var(--branco);
    color: var(--verdao);
}

.titulo{
    color: #04574D;
    font-family: Poppins;
    margin-top: 50px;
    font-size: 60px;
    margin-left: 10px;
    margin-bottom: 40px;
}

@media (max-width: 476px) {

    img.isologo{
        width: auto;
        height: 185px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 477px) {

    img.isologo{
        width: auto;
        height: 250px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}


p{
    font-size: 20px;
    margin-left: 10px;
}

.subtitulo{
    color: var(--principal);
    font-family: Poppins;
    margin-top: 50px;
    font-size: 40px;
    margin-left: 10px;
    margin-bottom: 30px;
}

iframe.maps{
    width: 100% !important;
    height: 200px;
    border-style: none;
    border-radius: 1em;
}

.img-coord{
    margin-left: 10px;
}

img.coordenador{
    height: 330px;
    border-radius: 100%;
    padding: 0;
    background-color: #BCC4C4;
    margin-bottom: 40px;
}

.txt-coord{
    font-size: 25px;
    margin-left: 30px;
    margin-bottom: 20px;
}

small{
    font-size: 20px; 
}

img.alunas{
    border-style:none;
    border-radius: 1em;
}

.membro{
    font-size: 22px;
    margin-top: 20px;
    margin-left: 10px;
}

.img-medalha{
    border-style:none;
    border-radius: 1em;
    margin-bottom: 10px;
}

#medalhistas{
    font-size: 20px;
}

#ifpr{
    width: 280px;
    margin-right: 30px;
    margin-left: 10px;
} 

#nit{
    height: 100px;
}
