:root {
    --color1: #8B847F;
    --color2: #698d72;
    --color3: #fff;
    --color4: #000;
    --color5: #000;
    --color6: #52695C;


    --text-weigth: 500;

    --titulo: 29px;
    --subtitulo: font-size: 20px;
    --text: 17px;

}

html {
    scroll-behavior: smooth;
}

header {
    width: 100%;
    background: #688d72;
}

.container-header {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: var(--color4);
}

.nav1 {
    display: none;
}

.section-header {
    height: 75px;
}

.figure-logo img {
    width: 188px;
}

.nav-menu {
    display: flex;
    gap: 25px;
}

.nav-menu a {
    color: var(--color4);
    font-size: 18px;
}

.nav-menu-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-menu-icons img {
    width: 26px;
}

.nav-menu-icons button {
    width: 225px;
    border: none;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    background: var(--color4);
}

.nav-menu-icons button a {
    color: var(--color1);
}

#button-header {
    display: none;
}


main {
    background: rgb(235 235 235 / 53%);
}






.container_text{
    padding: 21px 5px;
    width: 90%;
    margin: 0 auto;
}

.container_text h1{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
}

.container_text button{   
    width: 250px;
    height: 34px;
    border-radius: 8px;
    border: none;
    background: #698d72;
}

.container_text button a{
    color: white;
    font-size: 17px;
}

.container_text p{   
    font-size: 15px;
    padding-bottom: 17px;
    line-height: 23px;
}
    
footer {
    background-color: var(--color3);
}

.div-footer-2 {
    display: flex;
    gap: 22px;
    padding-bottom: 18px;
}

.div-footer-1 img {
    width: 90px;
}

.div-footer-1 h2 {
    color: var(--color2);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 367px;
    padding-bottom: 13px;
}

.ul-text-footer-1 li a {
    color: var(--color2);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    max-width: 367px;
}

.div-footer-1 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.div-footer-text-2 h2 {
    color: var(--color2);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

.div-footer-text-2 ul a {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-2 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.div-footer-text-2 ul li {
    color: var(--color2);
    font-weight: 400;
    font-size: 18px;
}

.div-footer-text-3 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-3 ul li {
    font-size: 18px;
}

.div-footer-text-3 h2 {
    color: var(--color3);
    font-size: 18px;
    padding-bottom: 5px;
}

.div-footer-text-3 ul li {
    color: var(--color3);
    font-weight: 200;
}

.container-footer {
    width: 93%;
    margin: 1px auto;
}

.div-footer-1 {
    padding: 14px 0px;
}

footer h3 {
    color: var(--color2);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 14px 0px 15px;
    border-top: 1px solid var(--color2);
}

#second-button {
    background-color: transparent;
    border-radius: 8px;
}

#second-button a {
    color: var(--color3);
    font-weight: 300;
}


@media (min-width: 600px) {

    header {
        height: 75px;
        z-index: 99999;
        position: fixed;
        top: 0px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), rgba(0, 0, 64, 0.2);
        box-shadow: 0px 2px 10px #00000042;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid #a7a7a7;
    }

    .postion-header {
        display: flex;
        gap: 50px;
        align-items: center;
    }

    .div-button-banner {
        display: flex;
        gap: 9px;
    }

    .nav1 {
        display: block;
    }

    .figure-logo img {
        width: 215px;
    }


    .container-header {
        max-width: 1210px;
        height: 75px;
    }

    .nav1 a {
        font-size: 14px;
        color: var(--color3);
        font-weight: 500;
        cursor: pointer;
    }

    .button-header {
        padding: 8px 21px;
        cursor: pointer;
        background: #698d72;
        border: 1px solid #ffffff99;
        border-radius: 8px;
    }

    .button-header li a {
        color: var(--color3);
        font-size: 18px;
    }

    .nav-menu {
        align-items: center;
    }

    .nav-menu-icons img {
        width: 28px;
    }

    #button-header {
        display: block;
    }





    .container_text{   
        max-width: 900px;
        padding: 100px;
    }
        
    .container-footer {
        margin: 1px auto;
        display: flex;
        justify-content: space-around;
        max-width: 1100px;
        padding: 25px 0px;
    }

    .div-footer-1 {
        padding: 0px 0px;
    }

    .div-footer-1 h2 {
        padding: 13px 0px;
    }

    footer h3 {
        width: 500px;
        margin: 0 auto;
    }

}