* {
    padding: 0;
    margin:0;
    box-sizing: border-box;
}

html {
    
}

.image-illustration img {
    object-fit: cover;
}

@media (max-width: 1140px){
    .image-illustration img {
        max-width: 100%;
        height: 26px;
    }
}

.navbar-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 11px;
    padding-bottom: 11px;
    z-index: 3;
    position: absolute;
    top: 0;
}

@media (max-width: 1200px){
    .navbar-container {
        padding-left: 16px;
        padding-right: 16px;

    }
}

.navbar-container .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 82px;
    max-width: 1140px;   
    width: 100%;
    justify-content: space-between;
}

.logo-container img {
    width: 73px;
    height: 82px;
}

@media (max-width: 850px){
    .logo-container img {
        width: 48px;
        height: 54px;
    }
}

.navbar .menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 850px){
    .navbar .menu-container {
        display: none;
   }
}

.navbar .menu-list {
    display: flex;
    flex-direction: row;
    gap: 12px;
    list-style-type: none;
}

@media (max-width: 850px){
    .navbar .menu-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 26px;
        width:100%;
    }
}

.navbar .menu-list .menu-item {}

.navbar .menu-list a {
    text-decoration: none;
    color: #fff;
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media (max-width:850px){
    .navbar .menu-list a {
        color:#fff;
    }
}


.navbar-container .btn-talk-with-specialist {
    margin-left: 52px;
    gap: 8px;
    border-radius: 6px;
    padding: 12px 16px;
    border-bottom-width: 2px;
    border: none;
    background-color: #427E3B;
    font-family: Figtree;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
}

.btn-talk-with-specialist:hover {
    opacity: .7;
}

@media (max-width: 850px){
    .navbar-container .btn-talk-with-specialist {
        margin-left: 0;
        max-width: 193px;
    }
}

.page-keyword {
    font-family: Figtree;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #DADEDA;
}


.section-footer {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 52px;
}

.section-footer .section-footer-container {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px){
    .section-footer .section-footer-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.logo-footer-container img {
    width: 124px;
    height: 137px;
}

.section-footer .section-footer-container .first-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 850px){
    .section-footer .section-footer-container .first-content {
        flex-direction: column;
    }
}


.section-footer .section-footer-container .first-content .menu-footer-container {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

.section-footer .section-footer-container .first-content .menu-footer-container .menu-footer-title {
    font-family: Figtree;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1D1F1D;

}


.section-footer .section-footer-container .first-content .menu-footer-container .footer-menu {
    list-style: none;
    margin-top: 24px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.section-footer .section-footer-container .first-content .menu-footer-container .footer-menu  a {
    text-decoration: none;
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #515751;
}

.section-footer .section-footer-container .first-content .menu-footer-container .footer-menu .footer-menu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #515751;
}

.footer-last-contato {
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid #DADEDA;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 650px){
    .footer-last-contato {
        flex-direction: column;
        gap: 32px;
    }
}

.footer-last-contato .first-texts {
    display: flex;
    flex-direction: row;
    gap: 36px;
}

.footer-last-contato .copy-right {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
}

.footer-last-contato .link-privaciadade {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #515751;
}

.footer-last-contato .created-by-text {
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #515751;
    text-decoration: none;
}

.menu-hamburger {
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 34px;
    right: 24px;
    z-index: 5;
}

@media (max-width: 850px){
    .menu-hamburger {
        display: block;
    }
}


.menu-hamburger.active {
    z-index: 5;
}

.menu-hamburger-line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition:  0.3s ease;
}

.menu-hamburger-line:nth-child(2) {
    margin-top: 4px;
    transition: transform 0.3s ease;
}

.menu-hamburger-line:nth-child(3) {
    margin-top: 4px;
    transition: transform 0.3s ease;
}

.menu-hamburger.active .menu-hamburger-line:nth-child(1) {
    transform: rotate(45deg) translateX(10px);
    background-color: #427E3B;
}

.menu-hamburger.active .menu-hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-hamburger.active .menu-hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translateX(8px);
    background-color: #427E3B;
} 

.menu-mobile-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #bf823a;
    color: #fff;
    z-index: 1;
    display:flex;
    gap: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -100%;
    transition: 0.3s ease;
    z-index: 4;
}

.active-container {
    top: 0;
}

