:root {
    --bege: #f4ebd9;
    --bege-dark: #a48736;
    --azul: #242447;
}
* {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
[data-animate] {
    pointer-events: none;
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform, opacity;
}
[data-animate="left"] {
    transform: translateX(-50px) translateZ(0);
}
[data-animate="right"] {
    transform: translateX(50px) translateZ(0);
}
[data-animate="top"] {
    transform: translateY(-50px) translateZ(0);
}
[data-animate="bottom"] {
    transform: translateY(50px) translateZ(0);
}
[data-animate="fade"] {
    transform: scale(0.98) translateZ(0);
}
[data-animate="scale"] {
    transform: scale(0.5) translateZ(0);
}
.animate.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateZ(0);
}
body {
    font-size: 1.25rem;
    overflow-x: hidden !important;
    background-color: #ffffff;
}
body,
ul,
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
button {
    cursor: pointer;
    border: none;
    outline: none;
}
.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: var(--bege);
    border-bottom: 2px solid var(--bege-dark);
    padding: 1rem 0;
    height: 107px;
}
body {
    padding-top: 107px;
}
header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
ul.menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}
ul.menu a {
    color: var(--azul);
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}
ul.menu a:hover {
    border-color: var(--bege-dark);
}
ul.menu li:last-child a {
    padding: 10px;
    border: 2px solid var(--bege-dark);
}
ul.menu li:last-child a:hover {
    background-color: var(--bege-dark);
    color: #fff;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}
.menu-toggle span {
    width: 100%;
    height: 3px;
    background: var(--azul);
    transition: .3s ease;
}
main > div,
section {
    scroll-margin-top: 107px;
}
section.banner {
    position: relative;
    border-bottom: 2px solid var(--bege-dark);
    background-color: var(--bege);
}  
section.banner img {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.banner .area-texto {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
section.banner .area-texto h1,
section.banner .area-texto p {
    max-width: 50%;
}
section.banner .area-texto h1 {
    font-size: 2rem;
    color: var(--azul);
}
section.banner .area-texto p {
    color: var(--azul);
    padding-left: 1rem;
    border-left: 5px solid var(--bege-dark);
}
a.btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 1rem;
    background-color: var(--bege-dark);
    color: #fff;
    width: 100%;
    max-width: max-content;
    min-width: 285px;
    transition: all .3s ease;
}
a.btn-default:hover {
    background-color: var(--azul);
    color: var(--bege);
}
.faixa {
    background-color: var(--bege);
    border-bottom: 2px solid var(--bege-dark);
    padding: 1rem 0;
}
.faixa p {
    text-align: center;
    color: var(--azul);
}
.faixa p span {
    font-weight: 600;
    color: var(--bege-dark);
}
#proposta {
    background-image: url("../img/bg-proposta.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}
#proposta .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}
h2.title-default {
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--bege-dark);
    max-width: max-content;
    color: var(--azul);
}
#proposta h2.title-default {
    color: #fff;
}
#proposta .left h2:last-child {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
#proposta .right {
    padding: 2rem 1rem;
    border: 1px solid var(--bege-dark);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #fff;
}
.desenvolver {
    padding: 3rem 0;
    background-color: var(--bege);
    border-top: 2px solid var(--bege-dark);
    border-bottom: 2px solid var(--bege-dark);
}
.desenvolver .area-itens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}
.desenvolver .item {
    padding: 1rem;
    background-color: #f8ece1;
    border: 2px solid var(--bege-dark);
    color: var(--azul);
    min-height: 250px;
}
.desenvolver .item .title {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    gap: 10px;
    margin-bottom: 1rem;
}
.desenvolver .item img {
    display: flex;
    width: 50px;
    min-width: 50px;
    height: 50px;
    object-fit: contain;
}
.desenvolver .item h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    min-height: 75px;
}
.desenvolver a.btn-default {
    margin: 0 auto;
}
.envolve {
    padding: 3rem 0;
}
.envolve .conteudo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}
.envolve .left,
.envolve .right {
    width: calc(100% - 1.5rem);
}
.envolve .left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-right: 2px solid var(--bege-dark);
    padding-right: 3rem;
}
.envolve .left p {
    color: var(--azul);
}
.envolve .left p strong {
    font-weight: 600;
}
.envolve .left iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.envolve .left a.btn-default {
    margin: 0 auto;
}
.envolve .right p {
    text-align: center;
    font-weight: 600;
    color: var(--azul);
    margin-bottom: 1.5rem;
}
.envolve .right ul {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.envolve .right li {
    list-style: disc;
    color: var(--azul);
}
#metodologia {
    background-image: url("../img/bg-metodologia.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
    border-top: 2px solid var(--bege-dark);
    border-bottom: 2px solid var(--bege-dark);
}
#metodologia .content > p {
    color: var(--azul);
    margin-bottom: 2rem;
}
#metodologia .content > p strong {
    font-weight: 600;
}
#metodologia .area-itens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
#metodologia .item {
    padding: 1rem;
    background-color: #f8ece1;
    border: 2px solid var(--bege-dark);
    color: var(--azul);
    min-height: 232px;
}
#metodologia .item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 66.666%;
    align-content: center;
}
#metodologia .item .title {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin-bottom: 1rem;
    min-height: 75px;
}
#metodologia .item img {
    display: flex;
    width: 50px;
    min-width: 50px;
    height: auto;
}
#metodologia .item h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
}
#para-quem {
    background-image: url("../img/bg-paraquem.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 3rem 0;
    color: #fff;
}
#para-quem h2.title-default {
    color: #fff;
}
#para-quem .content > p {
    margin-bottom: 2rem;
}
#para-quem ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 2rem;
}
#para-quem li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
#para-quem svg {
    min-width: 22px;
    width: 22px;
    fill: var(--bege-dark);
}
.tecnica {
    padding: 3rem 0;
    border-top: 2px solid var(--bege-dark);
    border-bottom: 2px solid var(--bege-dark);
}
.tecnica .content > p {
    color: var(--azul);
    margin-bottom: 2rem;
}
.area-carrossel {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.area-carrossel::before,
.area-carrossel::after {
    content: '';
    position: absolute;
    top: -5%;
    width: 100px;
    height: 110%;
    z-index: 2;
    pointer-events: none;
}
.area-carrossel::before {
    left: 0;
    background: linear-gradient(
        to right,
        #fff 0%,
        rgba(56, 56, 56, 0) 100%
    );
}
.area-carrossel::after {
    right: 0;
    background: linear-gradient(
        to left,
        #fff 0%,
        rgba(56, 56, 56, 0) 100%
    );
}
.swiper-parceiros .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}
.swiper-parceiros .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-parceiros .swiper-slide img {
    width: auto;
    height: 90px;
    max-width: 160px;
    object-fit: contain;
}
.swiper-parceiros img {
    pointer-events: none;
}
.swiper-parceiros .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.swiper-parceiros .item h4 {
    color: var(--azul);
    text-transform: uppercase;
    font-weight: 600;
}
.historia {
    padding: 3rem 0;
    border-top: 2px solid var(--bege-dark);
}
.depoimentos {
    background-image: url("../img/bg-depoimentos.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
    min-height: 400px;
}
.depoimentos h2.title-default {
    color: #fff;
}
.depoimentos .swiper-slide {
    transition: all .4s ease-in;
    transform: scale(0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
.depoimentos .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
.depoimentos .swiper-slide .item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem;
    background-color: #fff;
    color: var(--azul);
    border: 2px solid var(--bege-dark);
    box-shadow: 0 10px 10px 0px #00000031;
}
.depoimentos .item p.title {
    font-weight: 600;
    margin-bottom: 15px;
}
.depoimentos .item p {
    line-height: 1.5;
}
.depoimentos .area-carrossel-dep {
    max-width: calc(100% - 5rem);
    margin: 0 auto;
    position: relative;
}
.depoimentos .swiper-button-next:after, 
.depoimentos .swiper-button-prev:after {
    font-size: 1.8rem;
    color: var(--bege-dark);
    transition: all .4s ease;
}
.depoimentos .swiper-button-next:hover:after, 
.depoimentos .swiper-button-prev:hover:after {
    color: var(--bege);
}
.depoimentos .swiper-button-prev {
    left: -2rem;
}
.depoimentos .swiper-button-next {
    right: -2rem;
}
#mentoras {
    padding: 3rem 0;
}
#mentoras .conteudo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}
#mentoras .item {
    width: 100%;
}
#mentoras .item img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border: 2px solid var(--bege-dark);
}
#mentoras .texto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
    color: var(--azul);
    min-height: 555px;
}
#mentoras h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--azul);
}
#mentoras .tags {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#mentoras .tags p {
    padding: 10px;
    color: var(--azul);
    border: 1px solid var(--bege-dark);
    transition: all .3s ease;
}
#mentoras .tags p:hover {
    background-color: var(--bege-dark);
    color: #fff;
}
#faq {
    padding: 3rem 0;
}
#faq .area-itens {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 2rem;
}
#faq a.btn-default {
    margin: 0 auto;
}
button.item {
    width: calc(50% - 2rem);
    padding: 1rem;
    background-color: var(--bege);
    border: 2px solid var(--bege-dark);
    transition:all .3s ease;
}
button.item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
button.item h4 {
    color: var(--azul);
    font-size: 1.25rem;
    font-weight: 600;
    transition:all .3s ease;
}
button.item svg {
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
    fill: var(--azul);
    transition:all .3s ease;
}
button.item .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.item .icon {
    position: relative;
}
button.item .icon svg {
    position: absolute;
    transition: .3s ease;
}
button.item .plus {
    opacity: 1;
    transform: rotate(0deg);
}
button.item .minus {
    opacity: 0;
    transform: rotate(-90deg);
}
button.item.on .plus {
    opacity: 0;
    transform: rotate(90deg);
}
button.item.on .minus {
    opacity: 1;
    transform: rotate(0deg);
}
button.item .text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 1.25rem;
    text-align: left;
    color: var(--azul);
    margin-top: 0;
    transition:
        max-height .4s ease,
        opacity .3s ease,
        margin-top .3s ease;
}
button.item.on .text {
    max-height: 300px;
    opacity: 1;
    margin-top: 1rem;
}
button.item:hover {
    background-color: var(--bege-dark);
}
button.item:hover h4,
button.item:hover .text {
    transition: all .3s ease;
    color: #fff;
}
button.item:hover svg {
    fill: #fff;
}
.atuacao {
    position: relative;
    padding: 2rem 0;
}
.atuacao::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 60%;
    background-color: var(--bege);
    z-index: -1;
}
.atuacao .area-text {
    position: relative;
    background-image: url("../img/bg-atuacao.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem;
    border: 4px solid var(--bege-dark);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.atuacao h4 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    max-width: 65%;
}
.atuacao h4 strong {
    font-weight: 600;
}
.atuacao p {
    font-size: 1.25rem;
    color: #fff;
    max-width: 70%;
}
section.contato {
    padding: 3rem 0 5rem;
    border-bottom: 2px solid var(--bege-dark);
}
.contato .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.contato img {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 455px;
    object-fit: cover;
    object-position: top;
}
.contato .right {
    width: 100%;
    background-color: #fbf3e9;
    padding: 2rem;
    min-height: 455px;
}
.contato .title-default {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--bege-dark);
    max-width: max-content;
    color: var(--azul);
}
.contato .right > p {
    color: var(--azul);
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.contato form {
    display: flex;
    flex-direction: column;
}
.contato input[type="text"],
.contato input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 0.8rem;
    background-color: var(--bege);
    border: none;
    outline: none !important;
    color: var(--bege-dark);
    font-size: 1rem;
    font-weight: 600;
}
.contato input[type="text"]::placeholder,
.contato input[type="email"]::placeholder {
    color: var(--bege-dark);
}
.area-termos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-align: center;
    color: var(--azul);
    font-size: 14px;
    font-weight: 400;
}
.contato .area-termos label,
.contato .area-termos input {
    cursor: pointer;
}
.contato .area-termos a {
    color: var(--azul);
    border-bottom: 1px solid var(--azul);
}
.contato .area-termos a:hover {
    transition: .3s;
    color: var(--bege-dark);
    border-color: var(--bege-dark);
}
.contato .area-termos label {
    text-align: left;
}
.area-termos {
    margin: 1.5rem 0;
}
button.contato {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 1rem;
    background-color: var(--bege-dark);
    color: #fff;
    width: 100%;
    max-width: max-content;
    min-width: 200px;
    margin: 0 auto;
    transition: all .3s ease;
}
button.contato:hover {
    background-color: var(--azul);
    color: var(--bege);
}
footer {
    padding: 5rem 0;
}
footer .content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
}
footer h5 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--azul);
    text-align: center;
    margin-bottom: 2rem;
}
footer a.btn-default {
    margin: 0 auto;
}
.by-engenho {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 1rem;
    background: var(--azul);
    border-top: 10px solid var(--bege-dark);
    position: relative;
    z-index: 1;
}

.anim-blink {
    animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1.1);
    }
    50% {
        transform: scale(0.97);
        filter: brightness(1);
    }
}

.anim-cursor {
    z-index: 1;
    position: relative;
    transition: all .4s ease-in-out;
    animation: 1.4s ease-in-out infinite alternate;
}
.anim-cursor::after {
    pointer-events: none;
    animation: cursorBounce 2s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    background-image: url("../img/cursor.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -25px;
    top: 10px;
}
@keyframes cursorBounce {
    0%, 100% {
        transform: translate(0, 10px) rotate(10deg);
    }
    50% {
        transform: translate(-5px, 0) rotate(0);
    }
}


@media (max-width: 1150px) {
    html,
    body {
        overflow-x: hidden;
    }
    .menu-toggle {
        display: flex;
    }
    ul.menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 270px;
        max-width: 90vw;
        height: 100dvh;
        background: var(--bege);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 100px 30px 30px;
        gap: 1.5rem;
        border-left: 2px solid var(--bege-dark);
        transform: translateX(100%);
        transition: transform .4s ease;
        z-index: 1000;
    }

    ul.menu.active {
        transform: translateX(0);
    }
    ul.menu li,
    ul.menu a {
        width: 100%;
    }
    ul.menu li:last-child {
        margin-top: 1rem;
    }
    ul.menu li:last-child a {
        display: block;
        text-align: center;
    }
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}
@media (max-width: 1100px) {
    section.banner .area-texto h1, 
    section.banner .area-texto p {
        max-width: 100%;
    }
    #proposta .content {
        flex-direction: column;
    }
    .desenvolver .area-itens {
        grid-template-columns: repeat(2, 1fr);
    }
    .envolve .conteudo {
        flex-direction: column;
    }
    .envolve .left {
        padding-right: 0;
        padding-bottom: 3rem;
        border-right: none;
        border-bottom: 2px solid var(--bege-dark);
    }
    .envolve .left, 
    .envolve .right {
        width: 100%;
    }
    #metodologia .area-itens {
        grid-template-columns: repeat(2, 1fr);
    }
    #para-quem ul {
        gap: 1rem;
    }
    #mentoras .conteudo {
        flex-direction: column;
        grid-area: 3rem;
    }
    #mentoras .texto {
        min-height: auto;
        gap: 1.5rem;
    }
    #mentoras .tags p {
        width: 100%;
    }
    #faq .area-itens {
        flex-direction: column;
        gap: 1.5rem;
    }
    button.item {
        width: 100%;
    }
    .atuacao h4,
    .atuacao p {
        max-width: 100%;
    }
    .contato .content {
        flex-direction: column;
    }
    .contato img {
        max-height: 100%;
    }
    .contato .right {
        padding: 1rem;
    }
    footer .content {
        flex-direction: column;
        gap: 2rem;
    }
    footer img {
        width: 280px;
        height: auto;
    }
}
@media (max-width: 800px) {
    section.banner img {
        object-position: 63% 50%;
        opacity: 0.4 !important;
    }
    header a.logo img {
        width: 200px;
        height: auto;
    }
    header {
        height: 90px;
    }
    body {
        padding-top: 90px;
    }
    main > div, 
    section {
        scroll-margin-top: 90px;
    }
    #proposta a.btn-default {
        min-width: 100%;
    }
    .desenvolver .area-itens {
        grid-template-columns: 1fr;
    }    
    .desenvolver .item {
        min-height: auto;
    }
    .desenvolver .item .title {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .desenvolver .item h3 {
        min-height: auto;
    }
    #metodologia .area-itens {
        grid-template-columns: 1fr;
    }
    #metodologia .item:last-child {
        width: 100%;
    }
    #metodologia .item {
        min-height: auto;
    }
    #metodologia .item .title {
        flex-wrap: wrap;
        justify-content: center;
        min-height: auto;
    }
    .atuacao .area-text {
        padding: 1rem;
        gap: 1rem;
    }
    .atuacao h4 {
        font-size: 1.25rem;
    }
    .atuacao p {
        font-size: 1.25rem;
    }
    .depoimentos .area-carrossel-dep {
        max-width: calc(100% - 2rem);
    }
    .depoimentos .swiper-button-next:after, 
    .depoimentos .swiper-button-prev:after {
        font-size: 1.2rem;
    }
    .depoimentos .swiper-button-prev {
        left: -1.5rem;
    }
    .depoimentos .swiper-button-next {
        right: -1.5rem;
    }
    section.contato {
        padding: 2rem 0;
    }
    footer h5 {
        font-weight: 600;
    }
    footer h5 br {
        display: none;
    }
}
@media (max-width: 400px) {
    .by-engenho img {
        width: 220px;
        height: auto;
    }
}