@import url(bootstrap.min.css);
@import url(all.min.css);



html {
    font-family: "Imprima", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 62.5%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

.modo-dev {
    background-color: #900;
    text-align: center;
    color: #fff;
    padding: 1rem;
}

a {
    text-decoration: none;
    color:inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    color: #143655;
    font-size: 2.4rem;
}

header {
    width: 100%;
}

main {
    padding: 1rem 1.5rem;
}

.btn {
    padding: 12px 20px;
    width: 20%;
    border: none;
    border-radius: .7rem;
    font-size: 1.5rem;
    text-align: center !important;
}
.btn-xs {
    padding: 3px 10px;
    width: auto;
}
.alert {
    padding: 25px 50px;
    text-align: center;
    position: absolute;
    top: 130px;
    right: 30px;
}

.alert-info {
    background-color: #87c3eb;
    color: #143655;
    border: 2px solid #5f88af;
    border-radius: 0.5rem;
    margin: 2.5rem 0;
}

.alert-error {
    background-color: #772626;
    color: #eeeeee;
    border: 2px solid #a86969;
    border-radius: 0.5rem;
    margin: 2.5rem 0;
}
.alert-success {
    background-color: #4f8a3e;
    color: #eeeeee;
    border: 2px solid #3f866f;
    border-radius: 0.5rem;
    margin: 2.5rem 0;
}

.alert-alerta {
    background-color: #ebdc87;
    color: #143655;
    border: 2px solid #afa05f;
    border-radius: 0.5rem;
    margin: 2.5rem 0;
}
span.required,.label-error{
    color: #900;
    font-size: 12px;
}
.btn-primary {
    background-color: #1a456d;
    color: #d6d7d8;
}

.btn-success {
    background-color: #22703c;
    color: #d6d7d8;
}

.btn-error {
    background-color: #702222;
    color: #d6d7d8;
}

.btn-alert {
    background-color: #afa50f;
    color: #191e24;
}



.topInfo {
    background-color: #143655;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    padding: 3px 15px;
    height: 3rem;
}

.topInfo #social {
    display: flex;
    justify-content: space-between;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topInfo #social .icons svg {
    margin-right: 0.75rem;
    fill: #47def9;
    display: flex;
}

.topInfo #social .lang,
.topInfo #social .lang a {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    text-decoration: none;
    color: #efefef !important;
}

.topInfo #social .lang img {
    width: 1.9rem;
    height: 1.9rem;
    margin: 0 0.75rem;
}

.topInfo #social .lang.menu {
    display: none;
    position: absolute;
    background-color: #efefef;
    right: 5px;
    top: 2rem;
    padding: 1rem;
}

.topInfo #social .lang.menu a {
    color: #143655 !important;
    padding: 0.5rem 0;
}

.topInfo .email {
    display: flex;
    align-items: center;
}

.topInfo .email svg {
    display: inline-block;
    margin: 0rem 0.75rem;
    fill: #47def9;
}

.logo {
    padding: 2rem 1.5rem;
}

.logo img {
    height: 80px;
}

.logged {
    background-color: #47def9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    padding: 3px 15px;
}

.logged .user_menu ul li {
    display: inline-block;
    background-color: #FFF;
    color: #143655;
    font-size: 1.3rem;
    padding: 0.3rem 1rem;
    margin: 0.5rem;
    border-radius: 0.7rem;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 15px;
}

.menu nav {
    text-align: center;
    justify-content: center;
    margin-right: 3rem;
}

.menu nav ul li {
    display: inline-block;
    background-color: #efefef;
    padding: 0.5rem 2rem;
    border-radius: 0.75rem;
    margin-right: 2rem;
    font-size: 1.3rem;
    transition: all ease-in-out 0.5s;
}

.menu nav li a, .logged .user_menu ul li a {
    color: inherit;
    text-decoration: none;
}

.menu nav ul li:hover {
    background-color: #47def9;
}

.menu-mobile {
    display: none;
}

.min-h{
    min-height:49.2vh;
}

footer {
    display: flex;
    justify-content: space-between;
    border-top: 10px solid #1a456d;
    background-color: #143655;
    padding: 1rem 2rem;
    color: #FFF;
    font-size: 1.3rem;
}

footer h2 {
    margin: 1rem 0rem 0.5rem;
    font-size: 1.3rem;
    color: white;
}

footer div {
    padding: 1rem 1.5rem;
    width: 33%;
}

footer .fiocruz-logo {
    height: 6rem;
}

footer .apoiadores {
    width: 34%;
}

footer .apoiadores img {
    width: auto;
    height: 4rem;
    opacity: 0.5;
    margin-right: 2rem;
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer p {
    margin: 0;
    padding: 0;
}

footer .icons {
    margin-left: 2rem;
}

footer .icons svg {
    width: 1rem;
    height: 1rem;
}

footer .navigation {
    display: flex;
    justify-content: space-around;
}

footer .navigation ul li {
    list-style-type: none;
    padding: 0.5rem 0rem;
}

.footer {
    display: block;
    background-color: #1a456d;
    width: 100% !important;
    text-align: center;
    font-size: 1.2rem;
    color: #efefef;
    padding: 0.5rem 0rem;
}

@media (max-width:1001px) {
    .menu nav {
        display: none;
    }

    .user_menu {
        display: none;
    }

    .user-mobile {
        margin-left: 10px;
        display: flex;
        align-items: center;
        font-size: 18px;
        background-color: #fff;
        color: #143655;
        border-radius: 10px;
        padding: 5px;
    }


    .menu-mobile {
        height: 100vh;
        position: fixed;

        z-index: 50;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;

        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;

        transform: translateX(100%);
        transition: all 0.5s ease-in-out;
        width: 100%;

    }

    .menu-mobile nav ul li {
        list-style: none;
        margin: 2rem 0;
        transition: all 1s ease-out;
        margin-left: 20px;
    }

    .activeMenu-mobile {
        height: 50vh;
        position: absolute;

        z-index: 50;
        bottom: 0;
        top: 93px;
        left: 0;
        right: 0;
        margin: 0 auto;

        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        background-color: #e4e4e4;

        transform: translateX(20%);
        transition: all 0.5s ease-in-out;
        width: 100%;
    }

    .activeMenu-mobile nav ul li {
        list-style: none;
        margin: 2rem 0;
        transition: all 1s ease-out;
        margin-left: 20px;
    }

    .hamburguer {
        display: flex;
        width: 30px;
        height: 3px;
        background: white;
        border-radius: 5px;
        transition: all 0.5s ease-in-out;
        z-index: 50;
        float: right;
        margin: 30px 0;

        &::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 3px;
            background: white;
            border-radius: 5px;
            transition: all 0.5s ease-in-out;
            transform: translateY(-10px);
        }

        &::after {
            content: "";
            position: absolute;
            width: 30px;
            height: 3px;
            background: white;
            border-radius: 5px;
            transition: all 0.5s ease-in-out;
            transform: translateY(10px);
        }
    }

    .activeHamburguer {
        display: flex;
        width: 30px;
        height: 3px;
        background: transparent;
        transform: translateX(-50px);
        border-radius: 5px;
        transition: all 0.5s ease-in-out;
        position: fixed;
        z-index: 50;
        right: 50px;

        &::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 3px;
            background: white;
            border-radius: 5px;
            transition: all 0.5s ease-in-out;
            transform: rotate(45deg) translate(35px, -35px);
        }

        &::after {
            content: "";
            position: absolute;
            width: 30px;
            height: 3px;
            background: white;
            border-radius: 5px;
            transition: all 0.5s ease-in-out;
            transform: rotate(-45deg) translate(35px, 35px);
        }
    }
}

@media (max-width:768px) {
    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer div {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:512px) {

    .topInfo .email p {
        display: none;
    }

    .topInfo {
        justify-content: start;
    }

    .topInfo #social .lang {
        margin-left: 50px;
    }
}
