:root {
    --color1: #6ec9fe;
    --color2: #1E243C;
    --color3: #000;
    --color4: #fff;
}

.container-nav-header- {
    display: none;
}

.main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: var(--color4);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .375s;
}

.main-nav.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.main-nav::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: var(--color1);
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all .275s .1s;
}

.main-nav.is-open::before {
    transform: skew(-14deg) translateX(0);
}

.main-nav ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%;
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-18%) skew(-16deg);
}

.main-nav li {
    display: block;
    margin: .5rem 0;
    text-align: right;
    transform: skew(16deg);
}

.main-nav a {
    opacity: 0;
    transform: translateY(-10px);
}

.main-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
}

.main-nav li:nth-child(1) a {
    transition: all 275ms 175ms
}

.main-nav li:nth-child(2) a {
    transition: all 275ms 225ms
}

.main-nav li:nth-child(3) a {
    transition: all 275ms 275ms
}

.main-nav li:nth-child(4) a {
    transition: all 275ms 325ms
}

.main-nav li:nth-child(5) a {
    transition: all 275ms 375ms
}

.main-nav ul,
.main-nav li {
    list-style: none;
    padding: 0;
}

.main-nav a {
    display: block;
    padding: 12px 0;
    color: var(--color3);
    font-size: 1.4em;
    text-decoration: none;
    font-weight: bold;
}

.open-main-nav {
    position: absolute;
    padding: 16px 15px 0px 0px;
    right: 15px;
    z-index: 1000;
    background: none;
    border: 0;
    cursor: pointer;
}

.figure-logo img {
    width: 110px;
}

.open-main-nav:focus {
    outline: none;
}

.burger {
    position: relative;
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    background: var(--color4);
    transform: skew(5deg);
    transition: all .275s;
}

.burger:after,
.burger:before {
    content: '';
    display: block;
    height: 100%;
    background: #ffffff;
    transition: all .275s;
}

.burger:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.burger:before {
    transform: translateY(-16px) skew(-10deg);
}

.is-open .burger {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
}

.is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
}

.is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
}

.burger-text {
    display: block;
    font-size: .675rem;
    letter-spacing: .05em;
    margin-top: .5em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.is-slowmo+.device .open-main-nav .burger,
.is-slowmo+.device .open-main-nav .burger:before,
.is-slowmo+.device .open-main-nav .burger:after,
.is-slowmo+.device .main-nav,
.is-slowmo+.device .main-nav::before,
.is-slowmo+.device .main-nav a {
    transition-duration: 3s;
}

.is-slowmo+.device .main-nav li:nth-child(1) a {
    transition-delay: 1750ms
}

.is-slowmo+.device .main-nav li:nth-child(2) a {
    transition-delay: 2250ms
}

.is-slowmo+.device .main-nav li:nth-child(3) a {
    transition-delay: 2750ms
}

.is-slowmo+.device .main-nav li:nth-child(4) a {
    transition-delay: 3250ms
}

.is-slowmo+.device .main-nav li:nth-child(5) a {
    transition-delay: 3750ms
}

.header {
    height: 50px;
    display: flex;
    align-items: flex-end;
    padding: 0px 20px;
}






.container-nav-header- {
    display: none;
}

.container-img-funil2 {
    display: none;
}

.containerBannerMain {
    width: 100%;
    height: 365px;
    background-image: url(/img/banner-sobre-nos\ -\ Copia.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    margin-top: -50px;
    flex-direction: column;
    justify-content: flex-end;
}

.cta-final {
    margin-top: 0px;
    background-image: url(/img/cta-final-banner.png);
}

.containerBannerMain p {
    color: white;
    font-weight: 500;
    line-height: 18px;
}

.containerBannerMain h1 {
    font-size: 30px;
    color: white;
    line-height: 36px;
    padding: 9px 0px 5px;
}

.containerBannerMain h2 {
    color: white;
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 24px;
}

.SectionBannerMain {
    width: 90%;
    margin: 0 auto 15px;
}

.SectionBannerMain button {
    height: 33px;
    border: none;
    border-radius: 3px;
    background: var(--color4);
    margin: 13px 0px;
}

.SectionBannerMain button p {
    font-size: 18px;
    font-weight: 600;
    color: var(--color2);

}


/* container sobre nos */


.cotainer-sobre-nos {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #ffffffd4;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 10px 5px;
}

.container-sobre-nos1 h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding: 9px 5px 5px;
}

.container-sobre-nos1 {
    padding: 15px 0px 17px;
}

.container-sobre-nos1 P {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 9px 6px;
}

.div-sobrenos-secund h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    padding: 9px 5px 0px;
}

.div-sobrenos-secund p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 6px 10px;
}

/* grafismo */

.div-grafismo {
    display: flex;
    flex-direction: column-reverse;
}

.figure2-grafismo {
    display: flex;
    justify-content: flex-end;
}

.figure2-grafismo img {
    width: 138px;
    margin-bottom: -60px;
    z-index: 1;
}

.figure1-grafismo {
    z-index: -4;
}

.figure1-grafismo img {
    width: 70px;
    margin-top: -69px;
}


/* container valores */

.container-valores {
    background: rgba(30, 36, 60, 0.95);
}

.div-img-valores {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding: 50px 0px;
}

.div-img-valores img {
    width: 100%;
}

/* container footer */

.div-footer-2 {
    display: flex;
    gap: 22px;
    padding-bottom: 18px;
}

.div-footer-1 img {
    width: 130px;
    padding-bottom: 15px;
}

.div-footer-1 h2 {
    color: var(--color4);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-width: 367px;
    padding-bottom: 13px;
}

.ul-text-footer-1 li a {
    color: var(--color4);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-width: 367px;
}

.div-footer-1 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.div-footer-text-2 h2 {
    color: var(--color1);
    font-size: 18px;
    padding-bottom: 5px;
}

.div-footer-text-2 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-2 ul li {
    color: var(--color4);
    font-weight: 200;
}

.div-footer-text-3 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-3 h2 {
    color: var(--color1);
    font-size: 18px;
    padding-bottom: 5px;
}

.div-footer-text-3 ul li {
    color: var(--color4);
    font-weight: 200;
}

.container-footer {
    width: 93%;
    margin: 25px auto;
}

.div-footer-1 {
    padding: 14px 0px;
}

footer {
    background: var(--color2);
}

footer h3 {
    color: var(--color4);
    font-size: 16px;
    margin: 0 auto;
    width: 90%;
    font-weight: 300;
    text-align: center;
    padding: 14px 0px 15px;
    border-top: 1px solid #ffffff73;
}

.div-footer-container {
    border-top: 1px solid #ffffff73;
}



@media (min-width: 600px) {

    .figure-logo img {
        width: 140px;
    }

    .container-nav-header- {
        display: block;
    }

    .container-nav-header- {
        display: block;
    }

    .container-img-funil2 {
        display: block;
    }

    .header {
        height: 65px;
        max-width: 1126px;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
    }

    .div-menu-mobile {
        display: none;
    }

    #burger {
        display: none;
    }

    .container-header {
        width: 1210px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7px 35px;
        margin: 0 auto;
    }

    .nav-descktop li a {
        color: white;
    }

    .nav-descktop {
        display: flex;
        gap: 23px;
    }

    .nav-descktop p {
        color: var(--color1);
    }

    .cta-final {
        margin-top: 0px;
    }

    .div-container-sobrenos-secund {
        max-width: 545px;
    }

    .container-sobre-nos1 {
        max-width: 537px;
    }

    /* containe sobre nos */

    .cotainer-sobre-nos {
        max-width: 1210px;
        margin: 70px auto 50px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .container-sobre-nos1 h2 {
        font-size: 30px;
    }

    .container-sobre-nos1 P {
        font-size: 17px;
        max-width: 857px;
        line-height: 27px;
    }

    .div-sobrenos-secund p {
        font-size: 17px;
        max-width: 857px;
        line-height: 27px;
    }

    .div-sobrenos-secund h3 {
        font-size: 21px;
    }


    /* grafismos */

    .figure2-grafismo img {
        width: 223px;
        margin-bottom: -157px;
        z-index: 999;
    }

    .figure1-grafismo img {
        width: 83px;
        margin-top: -232px;
    }

    /* container valores */

    .div-img-valores {
        flex-direction: row;
        justify-content: center;
        gap: 60px;
    }

    .div-img-valores img {
        width: 265px;
    }

    /* container obras */

    /* .containerBannerMain p {
        font-size: 20px;
    } */

    .SectionBannerMain {
        padding: 0px 5px;
        width: 1130px;
        margin: 0px auto 50px;
    }

    .containerBannerMain h1 {
        font-size: 30px;
        max-width: 507px;
        line-height: 41px;
    }

    .containerBannerMain h2 {
        max-width: 294px;
        font-weight: 300;
        font-size: 19px;
    }

    .SectionBannerMain button {
        width: 225px;
        height: 36px;
    }

    .containerBannerMain {
        width: 100%;
        height: 300px;
        margin-top: -65px;
        padding-bottom: 10px;
        background-image: url(/img/banner-sobre-nos.jpg);
    }

    .containerBannerMain p {
        font-size: 17px;
        max-width: 435px;
        font-weight: 300;
        line-height: 27px;
    }

    .cta-final {
        background-image: url(/img/cta-final-banner.png);
        height: 420px;
    }

    .cta-final {
        margin-top: 0px;
    }


    /* container footer */

    .container-footer {
        margin: 50px auto;
        display: flex;
        justify-content: space-around;
    }

    .div-footer-1 {
        padding: 0px 0px;
    }

    .div-footer-1 h2 {
        padding: 13px 0px;
    }

    footer h3 {
        width: 500px;
        margin: 0 auto;
    }

    .div-footer-2 {
        align-items: center;
        gap: 120px;
    }

    .container-footer {
        width: 990px;
    }


}