:root {
    --cinza: #F0F1F5;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000;
    font-weight: 500;
    overflow-x: hidden;
}

#reneg {
    scroll-margin-top: -20px;
}

section.c-banner {
    margin-top: 0;
}
.show-mob {
    display: none;
}

#toast {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 310px;
    padding: 15px;
    border-radius: 15px;
    font-family: sans-serif;
    background-color: #E6FAEE;
    color: #262626;
    font-size: 14px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
    z-index: 1000;
}

#toast.show {
    opacity: 1;
    visibility: visible;
}

.toast-message {
    width: 100%;
    margin-left: 5px;
}

.toast-icon {
    width: 20px;
    height: 20px;
}

.toast-close {
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 16px;
}

.menu__lateral .logo {
    left: 0;
}

.c-banner--hero {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 520px;
    overflow: hidden
}

.c-banner--hero picture {
    height: 100%;
    width: 100%
}

.c-banner--hero picture img {
    height: auto;
}

.c-banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.novidades h2 {
    margin: 30px 0;
    font-size: 0.875rem;
    line-height: 1.625rem;
    font-weight: 400;
}

.novidades p {
    width: 100%;
}

.destaque-banner {
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 200px;
    animation-fill-mode: none;
    text-align: left;
    width: 1315px;
}

.destaque-banner h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 20px;
}

.destaque-banner h2 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 400;
    max-width: 520px;
}

.destaque-banner.atendimento::after {
    content: " ";
    width: 3.125rem;
    height: 0.25rem;
    display: block;
    background: #CC092F;
    margin: 1.25rem auto 1.25rem auto;
    text-align: right;
    right: 110px;
    position: absolute;
    display: none;
}

.destaque-banner::after {
    display: none;
}

.path-link {
    margin: 100px 0px 0px 0px !important;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    bottom: 18px;
    overflow: hidden;
    width: 1315px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9999;
    height: 35px;
}

.path-link a {
    color: #fff;
    font-size: 13px;
    display: inline;
    text-decoration: none;
}

#canais-bradesco .container-info {
    max-width: 540px;
}

#float-bar {
    position: absolute;
    background: #fff;
    color: #000;
    box-shadow: 0px 3px 6px #00000029;
    height: 85px;
    width: auto;
    left: 50%;
    transform: translate(-50%, -110px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 15px;
}

#float-bar .item {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000;
    font-size: 14px;
    min-width: 415px;
    margin: 0 25px;
}

#float-bar .item img {
    margin-right: 15px;
}

.bg-gray {
    background-color: var(--cinza);
}

.pt-100 {
    padding-top: 100px;
}

.py-100 {
    padding: 100px 0;
}

strong {
    font-weight: 600;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.section-title {
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    max-width: 530px;
    margin-bottom: 20px;
}

.section-title::after {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    width: 80px;
    margin-top: 10px;
    background-color: #CC092F;
}

.section-title.after-center::after {
    margin-left: auto;
    margin-right: auto;
}

.list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.list-items.custom {
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
}

.list-items li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-items img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.lista-canais {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.lista-canais li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lista-canais img {
    margin-right: 12px;
}

.lista-canais div {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.qrcode-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.qrcode-texto .contact {
    margin-top: 25px;
}

.cta img {
    width: 150px;
    height: auto;
}

.cta a {
    text-align: center;
    background-color: #CC092F;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    width: 100%;
    padding: 15px 0;
    margin: 25px auto;
}

.qrcode-texto {
    max-width: 400px;
    border-left: 1px solid #0000007e;
    padding-left: 20px;
}

.qrcode-texto p {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.4;
}

.qrcode-texto img.icon-whats {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.faq {
    list-style: none;
    padding: 0;
    width: 60%;
    margin-top: 20px;
}

.faq>li {
    border-bottom: 1px solid #dadada;
    padding: 10px;
}

.faq>li:first-child {
    border-top: 1px solid #dadada;
}

.faq summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
}

.faq summary::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../img/icon-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq .content {
    color: #47484C;
    padding: 20px 0;
    font-size: 14px;
}

.faq .content ul {
    list-style: disc;
    margin-left: 20px;
}

details[open] summary::after {
    transform: rotate(180deg);
}

.with-triangle {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.corner-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 180px solid var(--cinza);
    border-bottom: 120px solid transparent;
    z-index: 1;
}

@media (max-width: 1315px) {
    .destaque-banner {
        width: 1024px;
    }
}

@media (max-width: 768px) {
    #canais-bradesco .container-info {
        max-width: none;
    }

    #canais-bradesco .flex-center {
        flex-wrap: wrap-reverse;
        padding: 0 25px;
    }

    #reneg {
        scroll-margin-top: 100px;
    }

    #pj {
        scroll-margin-top: 50px;
    }

    .destaque-banner {
        width: 90%;
        top: initial;
        transform: translateY(100px);
    }

    .destaque-banner h1 {
        font-size: 30px;
    }

    .destaque-banner h2 {
        font-size: 18px;
    }

    .flex-around {
        flex-wrap: wrap;
        padding: 0 25px;
    }

    .flex-around.wrap-reverse{
        flex-wrap: wrap-reverse;
    }

    .lista-canais {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .lista-canais img {
        height: 32px;
        width: 32px;
    }

    .py-50-mb {
        padding: 50px 0;
    }

    .pt-50-mb {
        padding-top: 50px;
    }

    .pt-0-mb {
        padding-top: 0;
    }

    .section-title {
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        text-align: left;
        color: #000;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        max-width: none;
    }

    .hide-mob {
        display: none;
    }

    .show-mob {
        display: block;
    }

    #float-bar {
        height: auto;
        position: initial;
        width: 90%;
        transform: none;
        margin: 0 auto;
        padding: 25px;
    }

    #float-bar .item {
        font-size: 16px;
        min-width: 80vw;
        margin: 0;
    }

    #float-bar .item:first-child {
        margin-bottom: 20px;
    }

    .list-items {
        display: block;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 25px 0;
    }

    .list-items li {
        margin-bottom: 20px;
    }

    .qrcode-texto {
        max-width: 80vw;
        border: none;
        padding: 0;
    }

    .qrcode-texto .pipe {
        display: inline;
        height: 20px;
        width: 1px;
        border-right: 1px solid #6D6E71;
        margin: 0 10px;
    }

    .qrcode-texto .btn-copy {
        display: inline;
        border: none;
        text-align: center;
        background: none;
        cursor: pointer;
    }

    .qrcode-texto p {
        margin: 0;
    }

    .qrcode-box {
        width: 100%;
        gap: 0;
        margin: 20px 0;
    }

    .cta {
        width: 100%;
    }

    .cta a {
        display: block;
    }

    .faq {
        width: 90%;
    }
}