<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.banner-fornecedores-body .banner-title::before {
    content: "Relacionamento com o Cliente";
}

.banner-fornecedores-section {
    background-image: url("/fornecedores/assets/img/banner-relacionamento-com-cliente.png");
}

.banner-title {
    max-width: 450px;
}

.relacionamento-com-cliente-banner-section {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 100%), url('/fornecedores/assets/img/banner-relacionamento-com-cliente.png');
    height: 408px;
    margin: 40px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.relacionamento-com-cliente-main-section {
    height: 900px;
    background-color: #F0F1F5;
}

.relacionamento-com-cliente-main-container {
    margin: 0 auto;
    height: 1000px;
    max-width: 78vw;
    position: relative;
    bottom: 60px;
    background-color: #FFFFFF;
    border-radius: 20px 20px 0 0;
}

.relacionamento-com-cliente-content-body {
    max-width: 66vw;
    margin: 0 auto;
    overflow: hidden;
}

.relacionamento-com-cliente-primary-text h2 {
    padding: 48px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.relacionamento-com-cliente-primary-text p {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    max-width: 88vw;
}

.relacionamento-com-cliente-main-buttons {
    display: flex;
    margin: 40px 0 30px;
}

.relacionamento-com-cliente-main-button {
    border: solid 2px;
    color: #CC092F;
    height: 45px;
    width: 120px;
    border-radius: 40px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.relacionamento-com-cliente-main-button span{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.relacionamento-com-cliente-main-button:hover {
    border: none;
    color: #FFFFFF;
    height: 45px;
    width: 120px;
    border-radius: 40px;
    background-color: #CC092F;
}

.relacionamento-com-cliente-main-button.hovered {
    border: none;
    color: #FFFFFF;
    height: 45px;
    width: 120px;
    border-radius: 40px;
    background-color: #CC092F;
}

.relacionamento-com-cliente-informations.activated {
    display: flex;
    flex-direction: column;
    animation: fadeIn .3s ease-in-out;
}

.relacionamento-com-cliente-informations {
    display: none;
}

.relacionamento-com-cliente-informations-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.informations-main-text {
    max-width: 55vw;
    width: 100%;
}

.informations-main-text h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    max-width: 28vw;
}

.informations-main-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 0 0 0;
    max-width: 39vw;
}

.informations-main-text-exclusive-setting-one h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    max-width: 28vw;
}

.informations-main-text-exclusive-setting-one p {
    margin: 0 20px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 0 0 0;
    max-width: 38vw;
}

.informations-main-text-exclusive-setting-two h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    max-width: 28vw;
}

.informations-main-text-exclusive-setting-two p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 0 0 0;
    max-width: 39vw;
}

.informations-main-text-exclusive-setting-three h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    max-width: 28vw;
}

.informations-main-text-exclusive-setting-three p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 0 0 0;
    max-width: 39vw;
}

.hidden-paragraph {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 0 0 0;
    max-width: 28vw;
}

.informations-main-text-exclusive-setting-four h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    max-width: 28vw;
}

.informations-main-text-exclusive-setting-four p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 5px 0 0 0;
    max-width: 39vw;
}

.informations-gray-square {
    display: flex;
    flex-direction: row;
    background-color: #F0F1F5;
    margin: 0 0 0 20px;
    max-width: 25vw;
    height: 80px;
    width: 100%;
    gap: 20px;
    align-items: center;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.relacionamento-com-cliente-description-action {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.description-action-big-letters {
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
}

.description-action-small-letters {
    font-size: 12px;
    line-height: 15px;
}

.relacionamento-com-cliente-gray-line {
    margin: 35px auto 35px;
    background: #F0F1F5;
    padding: .4px;
    width: 100%;
    filter: brightness(.9);
}

.relacionamento-com-cliente-secondary-buttons {
    display: flex;
    padding: 40px 0 120px;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

.secondary-button {
    border: solid 1px;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 40px;
    background-color: #CC092F;
    cursor: pointer;
    width: 150px;
}

.secondary-button:hover {
    filter: brightness(.9);
    background-color: #C50030;
}

.secondary-button-gray {
    border: solid 1px;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 40px;
    background-color: #A7A8AC;
    cursor: pointer;
    width: 150px;
}

.relacionamento-com-cliente-informations-btn {
    margin: 25px 0 0;
    width: 170px;
    border: none;
    cursor: pointer;
    padding: 13px;
    border-radius: 24px;
    background-color: transparent;
    color: #CC092F;
    border: 1px solid #CC092F;
    position: relative;
    bottom: 15px;
    right: 10%;
    height: 50px;
}

.relacionamento-com-cliente-informations-btn:hover {
    background-color: #CC092F;
    color: #fff;
}

@media (max-width: 1436px) {
    .relacionamento-com-cliente-main-container {
        max-width: 85vw;
    }

    .relacionamento-com-cliente-content-body {
        max-width: 72vw;
    }

    .informations-main-text h2 {
        max-width: 38vw;
    }

    .informations-main-text p {
        max-width: 44vw;
    }
}

@media (max-width: 1311px) {
    .relacionamento-com-cliente-main-container {
        max-width: 86vw;
    }

    .relacionamento-com-cliente-content-body {
        max-width: 73vw;
    }
}

@media (max-width: 1135px) {
    .relacionamento-com-cliente-main-container {
        max-width: 92vw;
    }

    .relacionamento-com-cliente-content-body {
        max-width: 84vw;
    }
}

@media (max-width: 764px) {
    .relacionamento-com-cliente-main-section {
        height: 1100px;
    }

    .relacionamento-com-cliente-main-container {
        height: 1200px;
    }

}

@media (max-width: 710px) {
    .relacionamento-com-cliente-informations-content {
        flex-direction: column;
    }

    .relacionamento-com-cliente-informations-btn {
        bottom: 0;
        right: 0;
    }

    .informations-main-text {
        max-width: 100vw;
    }

    .informations-main-text h2 {
        max-width: 90vw;
    }

    .informations-main-text p {
        max-width: 90vw;
    }

    .informations-gray-square {
        margin: 5px 0 0;
        max-width: 100vw;
    }

    .informations-main-text-exclusive-setting-one h2, .informations-main-text-exclusive-setting-two h2, .informations-main-text-exclusive-setting-three h2, .informations-main-text-exclusive-setting-four h2 {
        max-width: 100%;
    }

    .informations-main-text-exclusive-setting-one p, .informations-main-text-exclusive-setting-two p, .informations-main-text-exclusive-setting-three p, .informations-main-text-exclusive-setting-four p {
        max-width: 100%;
    }

    .relacionamento-com-cliente-informations-content {
        gap: 16px;
    }

}

@media (max-width: 560px) {
    .relacionamento-com-cliente-main-section {
        height: 1200px;
    }

    .relacionamento-com-cliente-main-container {
        height: 1300px;
    }
}

@media (max-width: 510px) {
    .relacionamento-com-cliente-main-container {
        max-width: 100vw;
    }
}


@media (max-width: 480px) {
    .banner-title {
        max-width: 75%;
    }

    .banner-fornecedores-section {
        background-image: url('/fornecedores/assets/img/banner-relacionamento-com-cliente-mobile.png');
    }

    .relacionamento-com-cliente-main-section {
        height: 1400px;
    }

    .relacionamento-com-cliente-main-container {
        height: 1500px;
    }
}

@media (max-width: 360px) {

    .relacionamento-com-cliente-informations-content {
        gap: 0;
    }

    .banner-title {
        max-width: 90%;
    }

    .relacionamento-com-cliente-main-section {
        height: 1570px;
    }

    .relacionamento-com-cliente-main-container {
        max-width: 100vw;
        height: 1700px;
    }

    .relacionamento-com-cliente-content-body {
        max-width: 100vw;
    }

    .relacionamento-com-cliente-primary-text {
        max-width: 100%;
        padding: 0 24px;
        margin: 0 auto;
    }

    .relacionamento-com-cliente-primary-text p {
        max-width: 89vw;
    }

    .hidden-paragraph {
        display: block;
    }

    .relacionamento-com-cliente-informations {
        max-width: 100%;
        padding: 0 24px;
        margin: 0 auto;
    }

    .relacionamento-com-cliente-informations-content {
        flex-direction: column;
    }

    .informations-main-text {
        max-width: 100vw;
    }

    .informations-gray-square {
        max-width: 100vw;
        margin: 20px 0 0 0;
    }

    .relacionamento-com-cliente-main-buttons {
        margin: 40px 0 30px 20px;
        width: 870px;
    }

    .informations-main-text h2 {
        max-width: 88vw;
    }

    .informations-main-text p {
        max-width: 85vw;
    }

    .informations-main-text-exclusive-setting-one h2 {
        max-width: 88vw;
    }

    .informations-main-text-exclusive-setting-one p {
        max-width: 100vw;
    }

    .informations-main-text-exclusive-setting-two h2 {
        max-width: 88vw;
    }

    .informations-main-text-exclusive-setting-two p {
        max-width: 87vw;
    }

    .informations-main-text-exclusive-setting-three h2 {
        max-width: 85vw;
    }

    .informations-main-text-exclusive-setting-three p {
        max-width: 90vw;
    }

    .informations-main-text-exclusive-setting-four h2 {
        max-width: 88vw;
    }

    .informations-main-text-exclusive-setting-four p {
        max-width: 90vw;
    }
}</pre></body></html>