/* Banner Start */

.banner {
    position: relative;
}

.banner .container {
    height: 100% !important;
    z-index: 1;
}

.banner .banner-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
}


.banner .container .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner .banner-content .banner-content_title {
    font-size: 4rem;
}

.banner-content p {
    letter-spacing: 1px;
    font-size: 18px;
}

.banner-wave {
    position: relative;
    width: 100%;
    min-height: 350px;
    margin-top: -90px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}

.banner-wave_title {
    position: absolute;
    bottom: 60px;
    left: 60px;
    max-width: 480px;
}

.banner-wave_title h2 {
    font-size: 3rem;
    font-weight: bold;
}

/* Banner End */

/* Pilares Start */

.pilares {
    margin-bottom: 100px;
}

.pilares,
.pilares .container {
    position: relative;
    min-height: 300px;
}

.pilares-text {
    position: absolute;
    max-width: 570px;
    font-size: 1.3rem;
    right: 0;
    top: -120px;
    z-index: 100;
}

.pilares-wrapper {
    position: relative;
}

.pilares-wrapper .pilares-content {
    min-height: 300px;
    background-color: var(--blue);
    border-radius: 30px;
    padding: 20px;
}

.pilares-content ul {
    list-style: none;
}

.pilares-content ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pilares-content ul li+li {
    margin-top: 20px;
}

.pilares-content ul li .pilares_number {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 1.9rem;
    font-weight: 500;
}

.pilares-content ul li .pilares_text {
    color: var(--white);
}

/* Pilares End */


/* Conduta e Ética Start */

.condutaEtica-wrapper {
    position: relative;
}

.condutaEtica-title {
    padding: 15px 20px;
    font-size: 2rem;
    border-radius: 30px;
    color: var(--white);
    background-color: var(--purple);
}

.condutaEtica-desc p {
    font-size: 1.3rem;
    color: var(--blue);
}

.condutaEtica-content {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 30px;
    border: 5px solid var(--purple);
    padding: 30px;
    font-size: 1.3rem;
}

.condutaEtica_scroll {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    overflow-x: hidden;
}

.condutaEtica_scroll::-webkit-scrollbar {
    width: 15px;
}

.condutaEtica_scroll::-webkit-scrollbar-track {
    background-color: #aaa;
    border-radius: 20px;
}

.condutaEtica_scroll::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: var(--purple);
}

.condutaEtica-content p {
    color: var(--blue);
}

.condutaEtica-image {
    /* position: relative; */
}

.condutaEtica-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px;
    z-index: -1;
}

/* Conduta e Ética End */

/* Mobile Start */


@media(max-width: 1250px) {
    .pilares-text {
        position: relative !important;
        top: 0;
        font-size: 1rem !important;
    }
}

@media(max-width: 1100px) {
    .banner-content_desc {
        font-size: .7rem !important;
    }
    .banner .banner-content .banner-content_title {
        font-size: 2.7rem !important;
    }
}

@media(max-width: 560px) {
    .pilares-mouse {
        display: block !important;
    }

    .banner-content p {
        display: none;
    }

    .banner-wave_title {
        left: 10px;
    }

    .banner-wave_title h2 {
        font-size: 2rem !important;
    }

    .pilares-wrapper .pilares-content {
        max-height: 100%;
        /* overflow-x: hidden; */
    }

    .condutaEtica-title {
        font-size: 1rem !important;
    }

    .condutaEtica-desc p {
        font-size: 1rem !important;
    }

    .condutaEtica-content {
        padding: 20px;
    }

    .condutaEtica_scroll p {
        font-size: 1rem !important;
    }
}



/* Mobile End */