.navbar {
    background-color: #fff !important;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar img {
    width: 100px;
}

/* HEADER */
header {
    padding: 0;
    position: relative;
}

header .row {
    align-items: center;
}

header video {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}

header .area-conteudo {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
}

header img {
    width: 100%;
}

header h2 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 30px;
}

header h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 20px;
}

header .cta {
    margin-top: 30px;

}

header .cta a {
    background-color: var(--roxo);
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 1.5rem;
}

header h2 span,
header h2 strong {
    text-decoration: underline;
}

@media (max-width: 992px) {
    header {
        text-align: center;
    }

    header img {
        width: 75%;
        display: inline-block;
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media(max-width: 576px) {

    header,
    video {
        min-height: 450px;
        object-fit: cover !important;
    }

    header h2 {
        font-size: 1rem;
    }
}

@media(max-width: 345px) {
    header .cta a {
        font-size: 1.1rem;
    }
}

/* MELHOR */
#melhor {
    padding: 60px 0;
    background-color: var(--roxo);
    color: #fff;
}

/* CONVERSA */
#conversa {
    padding: 40px 0;
    text-align: center;
}

#conversa img {
    width: 80%;
}

#conversa .cta a {
    padding: 20px;
    padding-bottom: 25px;
    display: block;
    margin-top: 50px;
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--roxo);
    border: 1px solid var(--roxo);
    transition: all .3s;
}

#conversa .cta a:hover {
    background-color: var(--roxo);
    color: #fff;
}

/* FELIZ */
#feliz {
    background-image: url(/assets/images/complementares/13.png);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}

#feliz .base {
    position: relative;
    z-index: 5;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#feliz h2 {
    font-weight: 400;
}

#feliz h2 strong {
    text-decoration: underline;
}

#feliz h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}

#feliz .row {
    align-items: center;
    color: var(--roxo);
}

#feliz .cta a {
    background-color: var(--roxo);
    color: #ffff;
    font-weight: bold;
    padding: 10px 60px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    display: inline-block;
    margin-top: 30px;
}

@media (max-width: 768px) {

    #feliz .base {
        position: relative;
        z-index: 5;
    }
}

/* ONDE */
#onde {
    padding: 100px 0;
}

#onde .container {
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}

#onde .textos {
    color: #fff;
    background-color: var(--roxo);
    height: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#onde h2 {
    font-weight: 400;
    margin-bottom: 30px;
}

#onde h3 {
    font-weight: 200;
    font-size: 1.3rem;
}

#onde img {
    width: 100%;
}

#onde .cta a {
    background-color: #fff;
    color: var(--roxo);
    font-weight: bold;
    padding: 10px 60px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    display: inline-block;
    margin-top: 30px;
}

@media (max-width:768px) {
    #onde .textos {
        text-align: center;
    }
}

/* CLIENTE */
#clientes {
    background-color: var(--verde);
    padding: 40px 0;
}

/* ECO */
#eco {
    padding: 40px 0;
    background-color: var(--roxo-escuro);
    color: #fff;
}

#eco .card-info {
    position: relative;
    background-color: var(--roxo);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    border-radius: 30px;
    z-index: 1;
    margin-bottom: 40px;
}

#eco .card-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(to bottom, #fff 0%, #1c1b4a 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

#eco .card-info .texts {
    width: 100%;
    padding: 40px;
}

#eco .card-info .texts h2 {
    font-weight: 400;
}

#eco .card-info .texts p {
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
    margin-top: 20px;
}

#eco .card-info .image {
    text-align: center;
}

#eco .card-info .image img {
    width: 75%;
    display: inline-block;
    margin: 0 auto;
}

#eco  .area-images-partners {
    display: flex;
    justify-content: center;
    align-items: center;
}

#eco .card-info .image .logo-google {
    width: 200px;
}

#eco .card-info .image .logo-meta {
    width: 180px;
    border-radius: 5px;
}

#eco .card-info.last .texts {
    width: 50%;
    padding: 0;
}

#eco .card-info.last .image {
    width: 30%;
}

#eco .card-info.last ul {
    margin-top: 30px;
    list-style: disc;
    padding-left: 20px;
}

@media (max-width: 768px) {

    #eco .card-info.last .texts {
        width: 100%;
    }

    #eco .card-info.last ul {
        padding-left: 20px;
    }

    #eco .card-info {
        flex-wrap: wrap;
        text-align: center;
        padding: 20px;
    }
}

@media (max-width: 420px) {
    #eco .card-info .image .logo-google {
        width: 150px;
    }
    
    #eco .card-info .image .logo-meta {
        width: 130px;
        border-radius: 5px;
    }
}
/* PLANEJAMENTO */
#planejamento {
    padding: 80px 0;
    position: relative;
}

#planejamento #arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#planejamento .base {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    position: relative;
    top: -50px;
}

#planejamento .base img {
    width: 100%;
    display: inline-block;
}

#planejamento .chamada {
    background-color: var(--roxo-escuro);
    color: #fff;
    padding: 40px 60px;
    text-align: center;
    margin-top: 40px;
}

#planejamento img.logo {
    display: inline-block;
    width: 150px;
    margin-top: 20px;
}

#planejamento h2 {
    font-weight: 400;
    font-size: 1.8rem;
}

#planejamento .chamada.not-full {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    background-color: transparent;
    color: var(--roxo);
}

#planejamento p {
    text-align: justify;
}

#planejamento .fin-cham {
    text-align: center;
    margin-top: 40px;
}

#planejamento .fin-cham h2 {
    font-size: 2.3rem;
}

@media (max-width: 992px) {
    #planejamento .chamada.not-full {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #planejamento .chamada.not-full {
        width: 100%;
    }

    #planejamento .fin-cham h2 {
        font-size: 1.6rem;
    }
}