:root {
    /* fonts */
    --font-family: Roboto, sans-serif;
    --font-title: Roboto Slab, serif;

    /* colors */
    --bg-default: #efeeec;
    --azul-claro: #16becf;
    --magenta: #f27292;
    --azul-escuro: #4e8ec3;
    --laranja: #f68d61;
    --preto: #303030;
    --cinza: #5d5d5d;
    --cinza-claro: #f0f0f0;
    --cinza-escuro: #5d8096;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-padding-top: 120px;
}

body {
    font-family: var(--font-family);
}

main {
    padding-top: 92px;
    margin-bottom: -25px;
}

footer {
    padding: 1rem;
    background: #707070;
    color: white;
}

footer p {
    margin-top: 1rem;
}

a.img-gallery {
    cursor: pointer;
}

/* Megamenu */
.navbar {
    margin: 0;
    padding: 0;
}

.menu {
    position: relative;
    z-index: 999;
}

.fixed-top {
    background: white;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5)
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2893, 128, 150, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.collapse:not(.show) {
    display: flex;
    width: 100%;
}

.navbar-collapse {
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}

.navbar .megamenu {
    padding: 1rem;
    border: none;
    border-radius: unset;
    background: rgba(255, 255, 255, 0.90);
}

.navbar .megamenu a {
    color: #303030;
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

/* menu fonts size */
.megamenu h2 {
    font-family: var(--font-title);
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.coluna {
    background: url(../img/sep_menu.svg);
    background-position-x: right;
    background-repeat: no-repeat;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .nav-link {
        display: none;
    }

    .navbar-toggler {
        border: 0;
    }

    .coluna {
        background: none;
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2893, 128, 150, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

}

/* ============ mobile view .end// ============ */

/* Home Hero */

/* Home areas */
.home .areas {
    background: var(--bg-default);
}

.home .areas h3,
.home .areas a {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 1.1rem;
    color: var(--cinza);
    text-decoration: none;
}

/* Home mensagem */
.home .mensagem {
    background: var(--cinza-escuro);
}

.home .mensagem h2,
.home .mensagem a {
    color: white;
    font-weight: 900;
    margin-bottom: 0;
    font-size: 2rem;
    text-decoration: none;
}

.home .mensagem a:hover {
    text-decoration: underline;
}

/* Home escolha */
.home .escolha {
    padding: 5rem 0;
}

.home .escolha h2 {
    line-height: 2.75rem;
    color: var(--cinza-escuro);
}

/* Home / Interna Central */

.central {
    background-color: var(--bg-default);
}

.central header {
    background: url(../img/bg-diagonal-top.png) no-repeat;
    background-color: var(--bg-default);
    background-size: contain;
}

.central article {
    background-color: var(--bg-default);
    padding: 4rem 0;
}

.central h2 {
    font-family: var(--font-title);
    color: var(--cinza-escuro);
    font-size: 3.6rem;
    font-weight: 900;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

.central h3 {
    color: var(--cinza-escuro);
    /* font-size: 2.4rem; */
    padding: 1rem;
    font-weight: 700;
}

.central p {
    font-size: 1.4rem;
    padding: 0 2rem;
}

.central_bco {
    padding: 8rem 0 0;
}

.central_bco article {
    padding: 4rem 0;
}

.central_bco h2 {
    font-family: var(--font-title);
    color: var(--cinza-escuro);
    font-size: 3.6rem;
    font-weight: 900;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

.central_bco h3 {
    color: var(--cinza-escuro);
    font-size: 2.2rem;
    padding: 1rem 0 0;
    margin-bottom: 0;
    font-weight: 700;
}

.central_bco p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0 1rem;
}

/* Home Significa */
.significa {
    padding: 2rem 0 4rem;
}

.home .significa h2 {
    font-size: 3rem;
    font-weight: 900;
    color: var(--cinza-escuro);
    margin: 4rem 0 2rem;
}

.home .significa h3 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--cinza-escuro);
    margin: 4rem 0 2rem;
}

.home .significa p {
    font-size: 1.35rem;
}

.home .significa span {
    display: block;
    font-family: var(--font-title);
    font-weight: 300;
    color: var(--cinza);
    text-transform: uppercase;
}

.home .significa .logos img {
    margin: 2rem 0;
}

@media(max-width: 767px) {
    .home .significa h2 {
        font-size: 3rem;
        margin: 2rem 0 2rem;
    }

    .home .significa .logos img {
        text-align: center;
    }
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

a.skip-to-content-link {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

a.skip-to-content-link:active,
a.skip-to-content-link:focus {
    background: #eee;
    padding: 1.15rem 2rem;
    border: 2px solid #4848b8;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    overflow: auto;
    z-index: 10000;
}

a.skip-to-content-link:hover {
    background-color: #fff
}