html {
    --amarelo: #F3C12C;
    --laranja-claro: #EF9600;
    --laranja-medio: #D45D00;
    --laranja-escuro: #B94700;
    --bege-claro: #EBE3D7;
    --bege-escuro: #E4D7C5;
    --branco: #FFFFFF;
    --preto-primario: #333233;
    --preto-secundario: #1D1D1B;
}

* {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 32px;
    font-weight: 400;
    color: var(--preto-secundario);
}

h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--preto-secundario);
}

h4 {
    font-size: 18px;
    font-weight: 400;
    color: var(--preto-secundario);
}

p {
    font-size: 16px;
    font-weight: 400;
    color: var(--preto-secundario);
}

a.black {
    color: var(--preto-secundario);
    font-weight: 700;
}

header {
    background-color: rgba(255, 255, 255, .96);
}

header .navbar {
    height: 80px;
}

.navbar-nav > li:nth-child(5) > a {
    border-radius: 100px;
}

header .nav-link {
    color: var(--preto-secundario);
    font-size: 16px;
    font-weight: 400;
}

.text-300 {
    font-weight: 300 !important;
}

.text-400 {
    font-weight: 400 !important;
}

.text-500 {
    font-weight: 500 !important;
}

.text-600 {
    font-weight: 600 !important;
}

.text-700 {
    font-weight: 700 !important;
}

.text-white {
    color: var(--branco) !important;
}

.bg-bege {
    background-color: var(--bege-claro);
}

.bg-preto {
    background-color: var(--preto-secundario);
}

.bg-amarelo {
    background-color: var(--amarelo);
}

.bg-laranja {
    background-color: var(--laranja-medio);
}

.bg-laranja-claro {
    background-color: var(--laranja-claro);
}

.tag {
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--preto-secundario);
    border-radius: 20px;
}

.button-wpp {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-image: url(../img/wpp.png);
    background-size: cover;
    background-color: #fff;
    z-index: 9;
    border-radius: 100px;
}

.button-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--preto-secundario);
    border-radius: 100px;
    background-color: var(--amarelo);
}

.button-outline-bege {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--preto-secundario);
    border-radius: 100px;
    background-color: var(--bege-claro);
    border: var(--preto-secundario) 2px solid;
}

.button-outline-black {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: var(--preto-primario);
    border-radius: 100px;
    border: var(--preto-primario) 2px solid;
}

.accordion-button {
    font-size: 28px;
    font-weight: 600;
    color: var(--preto-secundario);
}

.accordion-button:after {
    background-image: url("../img/icon-accordion-open.svg");
    background-size: cover;
    width: 40px;
    height: 40px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icon-accordion-close.svg");
    width: 40px;
    height: 40px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--preto-secundario);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.offcanvas-body .nav-link {
    font-size: 24px;
    font-weight: 300;
}

.offcanvas-body .social a {
    color: var(--preto-secundario);
    text-decoration: none;
    margin-left: 14px;
    margin-right: 14px;
}

.card {
    border-radius: 20px;
    overflow: hidden;
}

.card a {
    text-decoration: none;
}

.card-cases {
    height: 500px;
}

.card-blog {
    height: 380px;
}

.card-cases-body {
    height: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.card-blog-body {
    height: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.card-blog-body h3,
.card-cases-body h3 {
    font-size: 18px;
    font-weight: 400;
    color: var(--preto-secundario);
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#hero {
    background-image: url(../img/bg-heroarea-mobile.webp);
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 124px 0 480px 0;
}

#hero h2 {
    margin-bottom: 32px;
}

#hero h3 {
    padding: 12px 52px;
    color: var(--preto-secundario);
    font-size: 16px;
    font-weight: 300;
    border-radius: 100px;
    background-color: var(--bege-escuro);
    border: none;
}

#hero h3 span {
    font-weight: 600;
}

#conheca-a-dupla {
    background-color: var(--bege-claro);
    /* background-image: url(../img/bg-conheca-a-dupla.webp);
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat; */
}

#nossas-solucoes .curva {
    margin-bottom: -2px;
    width: 100%;
}

#nosso-trabalho {
    background-color: var(--preto-secundario);
}

#quem-confia-na-dupla {
    background-image: url(../img/bg-quem-confia-na-dupla.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

#quem-confia-na-dupla .curva {
    margin-top: -2px;
    width: 100%;
    transform: rotate(180deg);
}

#sobre-a-dupla {
    padding: 160px 0 80px 0;
    background-color: var(--bege-claro);
}

#compromisso-com-esg {
    background-color: var(--bege-claro);
    margin-bottom: -2px;
}

#nossos-cases {
    padding: 124px 0 84px 0;
    background-color: var(--preto-secundario);
    background-image: url(../img/bg-nossos-cases-mobile.webp);
    background-repeat: no-repeat;
    background-position: 50% calc(100% + 64px);
}

#nossos-cases p {
    color: var(--branco);
}

#blog {
    padding: 120px 0 40px 0;
    background-color: var(--bege-claro);
    /* background-image: url(../img/bg-blog-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom; */
}

#post {
    padding: 120px 0 40px 0;
}

#posts a {
    text-decoration: none;
}

#post .post-header {
    background-color: var(--preto-secundario);
    border-radius: 20px;
    overflow: hidden;
}

#cases .case {
    border-radius: 20px;
}

#cases .case img {
    border-radius: 16px;
}

#case-header {
    padding: 120px 0 40px 0;
}

.case-title-container {
    border-radius: 20px;
    overflow: hidden;
}

footer .curva {
    margin-bottom: -2px;
    width: 100%;
}

footer .informations {
    background-color: var(--amarelo);
}

footer .informations a {
    color: var(--preto-secundario);
    font-weight: 700;
}

footer .informations .social a {
    text-decoration: none;
}

footer .informations .social div a {
    margin-right: 20px;
}

footer .developed-by {
    background-color: var(--preto-secundario);
}

footer .marca-parceira:nth-child(1),
footer .marca-parceira:nth-child(4),
footer .marca-parceira:nth-child(5) {
    height: 60px;
}

footer .marca-parceira:nth-child(2),
footer .marca-parceira:nth-child(3) {
    height: 36px;
}

/* Tablet */
@media (width >=768px) {
    .button-outline-bege {
        font-size: 16px;
        font-weight: 700;
        width: 280px;
    }

    .button-yellow {
        font-size: 16px;
        font-weight: 700;
        width: 280px;
    }

    .card-cases {
        height: 520px;
    }

    .card-blog {
        height: 420px;
    }

    .tag {
        display: inline-block;
    }

    #hero {
        background-image: url(../img/bg-heroarea-tablet.webp);
    }

    #hero h3 {
        font-size: 32px;
    }

    #hero h3 span {
        font-weight: 600;
    }

    #conheca-a-dupla img {
        width: 350px;
    }

    #quem-confia-na-dupla img.marcas {
        width: 400px;
        height: 400px;
    }

    footer p {
        font-size: 16px;
    }

    footer .informations .social div {
        text-decoration: none;
        display: block;
    }

    footer .informations .social div a {
        margin-right: 40px;
    }

    footer .marca-parceira:nth-child(1),
    footer .marca-parceira:nth-child(4),
    footer .marca-parceira:nth-child(5) {
        height: 70px;
    }

    footer .marca-parceira:nth-child(2),
    footer .marca-parceira:nth-child(3) {
        height: 40px;
    }

}

/* Desktop */
@media (width >=1200px) {
    header {
        background-color: rgba(255, 255, 255, .8);
        backdrop-filter: blur(15px);
    }

    h2 {
        font-size: 52px;
        font-weight: 300;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }

    .card-blog-body h3,
    .card-cases-body h3 {
        font-size: 24px;
    }

    .card-blog {
        height: 460px;
    }

    .button-yellow:hover {
        color: var(--preto-secundario);
        background-color: var(--laranja-claro);
    }

    .button-outline-bege:hover {
        background-color: var(--bege-escuro);
    }

    .button-outline-black:hover {
        color: var(--laranja-escuro);
        border: var(--laranja-escuro) 2px solid;
    }

    #hero {
        background-image: url(../img/bg-heroarea-desktop.webp);
    }

    #hero h2 {
        margin-bottom: 32px;
    }

    #hero h3 {
        display: inline-block;
        padding: 12px 52px;
        font-size: 32px;
    }

    #hero h3 span {
        font-weight: 600;
    }

    #conheca-a-dupla img {
        width: 452px;
    }

    #nossas-solucoes {
        background-image: url(../img/bg-nossas-solucoes.webp);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #nosso-trabalho .button-outline-black {
        font-size: 16px;
        width: 280px;
        margin: auto;
    }

    #quem-confia-na-dupla {
        background-position: bottom;
    }

    #quem-confia-na-dupla .title-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* #sobre-a-dupla {
        background-image: url(../img/bg-sobre-a-dupla.webp);
        background-repeat: no-repeat;
    } */

    #nossos-cases {
        padding: 240px 0 160px 0;
        background-image: url(../img/bg-nossos-cases-desktop.webp);
        background-repeat: no-repeat;
        background-position: calc(50% - 400px) calc(50% + 40px);
    }

    #nossos-cases h2 {
        color: var(--branco);
    }

    #nossos-cases p {
        color: var(--branco);
    }

    #cases .button-outline-black {
        font-size: 16px;
        width: 280px;
        margin: auto;
    }

    #blog {
        padding: 144px 0 40px 0;
        /* background-image: url(../img/bg-blog-desktop.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right; */
    }

    #posts .card-blog:hover {
        border: 1px solid var(--laranja-claro);
    }
}

/* owlcarousel animate */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}