:root {
    --texto: #8a8a8a;
    --azul-tema: #008293;
    --laranja-tema: #ff8a3d;
    --verde-tema: #248557;
    --rosa-gradiente: linear-gradient(92.99deg,#ef60a3 6.23%,#ff8a3d 99.16%);
    --azul-escuro: #0f4c83;
    --azul-claro: #69b9ff;
    --tom-florescente: #00a9b3;
    --cor-t2: #464646;
    --fundo: #e4eef0;
    --fundo-claro: #f1f7f9;
    --vermelho: #e51a1a;
}

body {
    font-family: Ubuntu,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--cor-t2);
    background-color: var(--fundo);
    height: 100%;
    margin: 0;
}

#corpo {
    min-height: 100vh;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

p,a,a:hover {
    color: var(--texto);
    text-decoration: none;
}

.text-bank {
    color: var(--azul-tema);
}

.text-florescente {
    color: var(--tom-florescente);
}

.text-bank-laranja {
    color: var(--laranja-tema);
}

.text-bank-azul {
    color: var(--azul-escuro);
}

.text-bank-azul-claro {
    color: var(--azul-claro);
}

.text-bank-preto {
    color: var(--cor-t2);
}

.text-bank-verde {
    color: var(--verde-tema);
}

.text-bank-vermelho {
    color: #c63932;
}

.text-bank-prestamista {
    color: #248557;
}

.text-bank-residencial {
    color: #ff8935;
}

.text-bank-auto-moto {
    color: #fe3335;
}

.text-bank-dinheiro-protegido {
    color: #f75aa1;
}

.text-bank-saude {
    color: #007a88;
}

.text-bank-generali {
    color: #69b9ff;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-40 {
    border-radius: 40px;
}

.border-radius-50 {
    border-radius: 50px;
}

.border-radius-seguro-left {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.border-radius-seguro-right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.border-top-seguro {
    border-top: 2px solid #fff;
}

.border-bottom-seguro {
    border-bottom: 2px solid #fff;
}

.barra-bank {
    height: 5px;
    width: 100%;
    background: var(--azul-tema);
}

.barra-laranja {
    height: 2px;
    width: 100%;
    background: var(--laranja-tema);
}

.barra-gradient {
    height: 2px;
    width: 100%;
    background: var(--rosa-gradiente);
}

.barra-verde {
    height: 2px;
    width: 100%;
    background: var(--prestamista-tema);
}

.barra-preta {
    height: 1px;
    width: 100%;
    background: var(--cor-t2);
}

.barra-vertical-rosa {
    width: 3px;
    height: 50vh;
    background: #ef60a3;
    margin: auto;
}

.barra-branca {
    height: 2px;
    width: 100%;
    background: #ffffff;
}

.barra-cinza {
    height: 1px;
    width: 100%;
    background: var(--texto);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--texto);
}

.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: var(--azul-tema);
    font-weight: 600;
}

.btn-bank {
    color: #fff!important;
    background: var(--rosa-gradiente);
    border-radius: 30px;
    border: 0;
}

.btn-prestamista {
    color: #fff!important;
    background: #248557;
    border-radius: 24px;
    border: 2px solid #fff;
}

.btn-residencial {
    color: #fff!important;
    background: #ff8935;
    border-radius: 24px;
    border: 2px solid #fff;
}

.btn-auto-moto {
    color: #fff!important;
    background: #fe3335;
    border-radius: 24px;
    border: 2px solid #fff;
}

.btn-dinheiro-protegido {
    color: #fff!important;
    background: #f75aa1;
    border-radius: 24px;
    border: 2px solid #fff;
}

.btn-saude {
    color: #fff!important;
    background: #007a88;
    border-radius: 24px;
    border: 2px solid #fff;
}

.btn-generali {
    color: #fff!important;
    background: #69b9ff;
    border-radius: 24px;
    border: 2px solid #fff;
}

.btn-bank-float {
    position: fixed;
    z-index: 100;
    top: 40%;
    right: 0;
    width: 200px;
    padding: 39px 40px;
    background: var(--rosa-gradiente);
    border-radius: 30px 0 0 30px;
    border: 0;
    text-align: start;
}

.btn-bank-verde {
    color: #fff!important;
    background: var(--azul-tema);
    border-radius: 30px;
    border: 0;
}

.btn-bank-azul {
    color: #fff!important;
    background: var(--azul-escuro);
    border-radius: 30px;
    border: 0;
}

.btn-bank-vermelho {
    color: #fff!important;
    background: var(--vermelho);
    border-radius: 20px;
    border: 0;
}

.btn-laranja {
    color: #fff!important;
    background: var(--laranja-tema);
    border-radius: 30px;
    border: 0;
}

.btn-bank-azul-claro {
    color: #fff!important;
    background: var(--azul-claro);
    border-radius: 50px;
    border: 0;
}

.nav-item:not(:last-child) {
    display: flex;
    align-items: center;
    text-align: center;
    padding-right: 30px;
}

.bg-bank {
    background-color: var(--azul-tema)!important;
}

.bg-florescente {
    background-color: var(--tom-florescente);
}

.bg-bank-pink {
    background: var(--rosa-gradiente);
}

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

.bg-fundo-claro {
    background-color: var(--fundo-claro);
}

.bg-azul {
    background-color: var(--azul-escuro);
}

.bg-bank-azul-claro {
    background: var(--azul-claro);
    border-radius: 50px;
    border: 0;
}

.bg-verde-claro {
    background-color: #f0f6f8;
}

.nav-pills .nav-link {
    background: 0 0;
    background: #fcfcfc;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--azul-tema);
    margin: .25rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(95.95deg,#008293 0%,#00a9b3 100%);
}

.card h4 {
    color: var(--cor-t2);
    margin-top: 40px;
    font-size: 24px;
}

ul.campoObrigatorio {
    margin-bottom: 5px;
    list-style-type: circle;
    text-align: left;
}

div[data-notify="container"] {
    width: fit-content;
}

span[data-notify="message"] {
    padding-right: 20px;
}

.fundo-rodape {
    background-color: var(--azul-tema);
    color: #fff;
}

.fundo-rodape * {
    color: #fff;
    text-decoration: none;
}

.fundo-rodape a:hover {
    color: rgba(232,230,227,.5);
    text-decoration: none;
}

#fundo-pix {
    background-image: url("../../img/conta-digital/png/conta-digital-fundo-celular.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

.fundo-termos {
    background-image: url(../../img/termos-fundo-lg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.fundo-seguranca {
    background-image: url("../img/png/seguranca-fundo-lg.png");
    background-size: cover;
    background-position: start;
    width: 100%;
    height: 100%;
}

.fundo-privacidade {
    background-image: url("../img/cabeçalho/privacidade-fundo-lg.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.fundo-regulamentos {
    background-image: url("../../img/regulamentos/png/regulamentos-fundo-lg.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.toast-center {
    position: absolute;
    top: 3vh;
    left: 0;
    right: 0;
    margin: auto;
}

.menu {
    height: 48px;
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
    background: #fff;
    backdrop-filter: blur(30px);
}

.opcoes-menu {
    background: #fff;
}

div#navbarSupportedContent.show {
    min-height: 100vh;
    background-color: rgba(0,0,0,.5);
}

div#navbarSupportedContent.show ul li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.navbar-light .navbar-toggler {
    height: 48px;
    border: none;
    box-shadow: none;
}

.navbar-light [aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../../img/close_menu.svg");
    color: var(--azul-tema);
    height: 32px;
    width: 32px;
    transition: .3s ease-in-out;
}

.navbar-toggler-icon {
    color: var(--azul-tema);
}

.navbar-light [aria-expanded="false"] .navbar-toggler-icon {
    background-image: url("../../img/open_menu.svg");
    color: var(--azul-tema);
    height: 32px;
    width: 32px;
    transition: .3s ease-in-out;
}

.navbar-collapse {
    transition: .3s ease-in-out;
}

footer h4 {
    font-weight: 400;
}

.input-faq {
    text-align: center;
    outline: none;
}

.caixa-faq {
    background: #fcfcfc;
    border: 1px solid rgba(0,0,0,.2);
    filter: drop-shadow(0 2px 20px rgba(0,0,0,.1));
    border-radius: 40px;
}

.accordion-button:not(.collapsed) {
    color: var(--azul-tema);
    background-color: transparent;
    box-shadow: none;
}

.accordion-button {
    font-size: 1rem;
    color: var(--azul-tema);
    text-align: left;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-item.accordion-item-subcategoria {
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.accordion-item.accordion-item-duvida {
    border-bottom: 1px solid #c2c2c2;
}

.accordion-item.accordion-item-duvida:first-child {
    padding-top: 5px;
    border-top: 1px solid #c2c2c2;
}

.accordion-body.accordion-item-mobile:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
}

.accordion-body.accordion-item-mobile:first-child {
    padding-top: 5px;
    border-top: 1px solid #c2c2c2;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: auto;
    content: "";
    background-image: url(../../img/plus2.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../../img/negative.png);
    transform: none;
}

.wrapper {
    max-height: 100%;
    display: flex;
    overflow-x: auto;
}

.wrapper::-webkit-scrollbar {
    width: 0;
}

.wrapper .item {
    min-width: 200px;
    height: 160px;
}

.wrapper-seguro {
    max-height: 100%;
    display: flex;
    overflow-x: auto;
}

.wrapper-seguro::-webkit-scrollbar {
    width: 0;
}

.wrapper-seguro .item {
    min-width: 200px;
    height: 160px;
}

.caixa-azul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--azul-escuro);
    border-radius: 40px;
    width: 250px;
    height: 250px;
}

.textfield-visa {
    position: relative;
}

.textfield-visa label {
    position: absolute;
    font-size: 12px;
    left: 10px;
    transform: translateY(-50%);
    background-color: white;
    color: #464646;
    padding: 0 12px;
    pointer-events: none;
}

.textfield-visa input,select,textarea {
    font-size: 12px;
    outline: none;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50px;
    padding: 8px 16px;
}

.textfield-visa select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../../img/down-arrow.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.textfield-visa select:invalid {
    color: gray;
}

.textfield-visa option[value=""][disabled] {
    display: none;
}

.textfield-visa option {
    color: #464646;
}

.pointer-event-none {
    pointer-events: none;
    opacity: .2;
}

.modalQrCode {
    max-width: none;
    min-height: none;
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.modalQrCode .modal-content {
    border-radius: 0;
    border: none;
}

.modalParceiro {
    max-width: none;
    min-height: none;
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.modalParceiro .modal-content {
    border-radius: 0;
    border: none;
}

.modalParceirosEnviado {
    height: 100vh;
    width: 100vw;
    margin: 0;
    display: flex;
    align-items: normal;
    min-height: none;
}

.modalParceirosEnviado .modal-content {
    border-radius: 0;
    border: none;
}

.ampliarConteudo {
    transition: transform .25s ease-in;
}

.ampliarConteudo:hover {
    transform: scale(1.05);
    transition: transform .25s ease-in-out;
    opacity: 1;
}

.informativo-float {
    bottom: 0;
    z-index: 1000001;
    box-shadow: 0 0 10px 10px rgba(0,0,0,.15);
}

.btn-float-seguro {
    transform: translateY(160%);
}

.caixa-baixe-app {
    max-width: 500px;
}

.banner-vai-de-visa {
    height: 120px;
    width: 206px;
}

.transform-y-50 {
    transform: translateY(50%);
}

.min-h-1250 {
    min-height: 1250px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    transition: right 1s ease-in-out;
}

.modal.show .modal-dialog {
    right: 0;
}

.menu-bank.dropdown li {
    list-style-type: initial;
    list-style-position: outside;
}

.menu-bank.dropdown li::marker {
    content: "•";
    color: var(--azul-tema);
    font-size: 18px;
}

.menu-bank .dropdown-toggle::after {
    content: none;
}

.sub-menu-bank {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    border-radius: 0 40px 0 40px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.05);
}

.sub-menu-bank a {
    color: var(--azul-tema)!important;
}

.sub-menu-bank a:hover {
    background-color: transparent;
    color: rgba(0,0,0,.7)!important;
    text-decoration: none;
}

.card-seguro-prestamista {
    max-width: 296px;
    border-width: 15px 2px 2px 2px;
    border-style: solid;
    border-color: #248557;
    background-color: #f0f6f8;
    border-radius: 50px;
    overflow: hidden;
}

.card-seguro-residencial {
    max-width: 296px;
    border-width: 15px 2px 2px 2px;
    border-style: solid;
    border-color: #ff8935;
    background-color: #f0f6f8;
    border-radius: 50px;
    overflow: hidden;
}

.card-seguro-auto-moto {
    max-width: 296px;
    border-width: 15px 2px 2px 2px;
    border-style: solid;
    border-color: #fe3335;
    background-color: #f0f6f8;
    border-radius: 50px;
    overflow: hidden;
}

.card-seguro-dinheiro-protegido {
    max-width: 296px;
    border-width: 15px 2px 2px 2px;
    border-style: solid;
    border-color: #f75aa1;
    background-color: #f0f6f8;
    border-radius: 50px;
    overflow: hidden;
}

.card-seguro-saude {
    max-width: 296px;
    border-width: 15px 2px 2px 2px;
    border-style: solid;
    border-color: #007a88;
    background-color: #f0f6f8;
    border-radius: 50px;
    overflow: hidden;
}

.card-seguro-generali {
    max-width: 296px;
    border-width: 15px 2px 2px 2px;
    border-style: solid;
    border-color: #69b9ff;
    background-color: #f0f6f8;
    border-radius: 50px;
    overflow: hidden;
}

.prestamista-secao-2 {
    border-radius: 30px;
}

.tabela-seguro {
    overflow: auto;
    border: 2px solid #fff;
    border-radius: 5px;
}

.pointer {
    cursor: pointer;
}

.caixa-generali {
    border: 2px solid #c63932;
    border-radius: 100px!important;
    max-width: 310px;
    padding: 16px 35px;
}

.caixa-generali img {
    max-width: 64px;
}

.btn-condicoes-gerais {
    width: 296px;
}

.caixa-ezze {
    border: 1.21px solid #00ff00;
    border-radius: 100px!important;
    padding: 5px 0;
    width: 296px;
}

.caixa-ezze img {
    max-width: 97px;
}

.bg-mais-opcoes {
    border-radius: 40px;
    background-color: #008293;
    height: auto;
    max-width: 297px;
    margin-bottom: 0;
}

.ls-1 {
    letter-spacing: .1em;
}

.ls-2 {
    letter-spacing: .2em;
}

.row-mais-opcoes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    width: auto;
    left: auto;
    transform: none;
}

.seguro-mais-opcoes {
    max-width: 247px;
    min-height: 330px;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
}

.border-right-white {
    border-right: 2px solid #fff;
}

.google-play,.app-store {
    width: 250px;
}

.qr-code {
    width: 180px;
}

#para-voce-primeira-secao-titulo {
    line-height: 100%;
    letter-spacing: -1px;
    max-width: 320px;
}

#para-voce-primeira-secao-texto {
    line-height: 140%;
    letter-spacing: -1px;
    max-width: 320px;
}

#para-voce-primeira-secao-rotulo {
    line-height: 130%;
    letter-spacing: -1px;
}

#para-voce-segunda-secao-texto {
    max-width: 295px;
}

#para-voce-terceira-secao-wrapper {
    max-width: 100%;
}

@media screen and (min-width: 576px) {
    .modalQrCode {
        max-width:700px;
        min-height: 940px;
        height: auto;
        width: auto;
        margin-left: auto
    }

    .modalParceiro {
        max-width: 974px;
        max-height: 100%;
        width: auto;
        margin-left: auto
    }

    .modalParceirosEnviado {
        height: auto;
        width: auto;
        margin: auto;
        display: flex;
        align-items: center;
        min-height: calc(100% - 1rem)
    }

    .modalParceirosEnviado .modal-content {
        border-radius: 15px
    }
}

@media screen and (min-width: 768px) {
    .w-md-25 {
        width:25%
    }

    .w-md-50 {
        width: 50%
    }

    .w-md-75 {
        width: 75%
    }

    .w-md-100 {
        width: 100%
    }

    .w-md-auto {
        width: auto
    }

    .h-md-25 {
        height: 25%
    }

    .h-md-50 {
        height: 50%
    }

    .h-md-75 {
        height: 75%
    }

    .h-md-100 {
        height: 100%
    }

    .h-md-auto {
        height: auto
    }

    .home-secao-seguro {
        max-width: 540px
    }

    .principal-secao-1 {
        min-width: 666px
    }

    .prestamista-secao-1 {
        width: 413px
    }

    .prestamista-secao-2 {
        border-radius: 50px
    }

    .prestamista-secao-4 {
        width: 558px
    }

    .generali-secao-1 {
        width: 472px
    }

    .caixa-generali {
        max-width: 552px;
        padding: 35px 70px
    }

    .caixa-generali img {
        max-width: 116px
    }

    .residencial-secao-1,.auto-moto-secao-1,.dinheiro-protegido-secao-1 {
        width: 411px
    }

    .saude-secao-1 {
        width: 446px
    }

    .btn-condicoes-gerais {
        width: 519px
    }

    .caixa-ezze {
        border: 2.12px solid #00ff00;
        border-radius: 100px!important;
        padding: 12px 30px;
        width: 519px
    }

    .caixa-ezze img {
        max-width: 158px
    }

    #conteudo-rodape,.cabecalho-tarifas,.corpo-tarifas {
        max-width: 560px
    }

    .google-play,.app-store {
        width: 100px
    }

    .qr-code {
        width: 80px
    }
}

@media screen and (min-width: 992px) {
    .w-lg-25 {
        width:25%
    }

    .w-lg-50 {
        width: 50%
    }

    .w-lg-75 {
        width: 75%
    }

    .w-lg-100 {
        width: 100%
    }

    .w-lg-auto {
        width: auto
    }

    .h-lg-25 {
        height: 25%
    }

    .h-lg-50 {
        height: 50%
    }

    .h-lg-75 {
        height: 75%
    }

    .h-lg-100 {
        height: 100%
    }

    .h-lg-auto {
        height: auto
    }

    .text-lg-bank {
        color: var(--azul-tema)
    }

    .text-lg-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))
    }

    .menu {
        height: 75px;
        background: rgba(255,255,255,.9)
    }

    .opcoes-menu {
        background: transparent
    }

    div#navbarSupportedContent.show {
        min-height: auto;
        background-color: transparent;
        transition: none
    }

    div#navbarSupportedContent.show ul li:not(:last-child) {
        border-bottom: none
    }

    .wrapper {
        max-height: 100%;
        overflow-x: inherit;
        flex-wrap: wrap
    }

    .wrapper::-webkit-scrollbar {
        width: auto
    }

    .wrapper .item {
        max-width: 200px;
        height: 160px
    }

    .row-mais-opcoes {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%)
    }

    .bg-mais-opcoes {
        border-radius: 50px;
        background-color: #008293;
        height: 275px;
        max-width: 1228px;
        margin-bottom: 200px
    }

    #fundo-pix {
        background-image: url("../../img/conta-digital/png/conta-digital-pix-lg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px
    }

    .para-varejistas-cartao {
        transform: translateY(-50%)
    }

    .tabela-seguro {
        border-radius: 20px
    }

    .border-radius-seguro-left {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px
    }

    .border-radius-seguro-right {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px
    }

    .sub-menu-bank {
        margin-top: 14px;
        margin-bottom: 0;
        padding: 20px 0 0 20px;
        background-color: #fff
    }

    #para-voce-segunda-secao-texto {
        max-width: 100%
    }

    #para-voce-terceira-secao-wrapper {
        max-width: 670px
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-25 {
        width:25%
    }

    .w-xl-50 {
        width: 50%
    }

    .w-xl-75 {
        width: 75%
    }

    .w-xl-100 {
        width: 100%
    }

    .w-xl-auto {
        width: auto
    }

    .h-xl-25 {
        height: 25%
    }

    .h-xl-50 {
        height: 50%
    }

    .h-xl-75 {
        height: 75%
    }

    .h-xl-100 {
        height: 100%
    }

    .h-xl-auto {
        height: auto
    }

    .dinheiro-protegido-secao-1 {
        width: 451px
    }

    .para-varejistas-cartao {
        transform: translateY(-50%)
    }

    .btn-float-seguro {
        transform: translateY(120%)
    }

    .card-seguro-prestamista {
        max-width: 1281px;
        border-width: 2px 2px 2px 15px
    }

    .card-seguro-residencial {
        max-width: 1281px;
        border-width: 2px 15px 2px 2px
    }

    .card-seguro-auto-moto {
        max-width: 1281px;
        border-width: 2px 2px 2px 15px
    }

    .card-seguro-dinheiro-protegido {
        max-width: 1281px;
        border-width: 2px 15px 2px 2px
    }

    .card-seguro-saude {
        max-width: 1281px;
        border-width: 2px 2px 2px 15px
    }

    .card-seguro-generali {
        max-width: 1281px;
        border-width: 2px 15px 2px 2px
    }

    #conteudo-rodape,.cabecalho-tarifas,.corpo-tarifas {
        max-width: 800px
    }

    .google-play,.app-store {
        width: 180px
    }

    .qr-code {
        width: 110px
    }
}

@media screen and (min-width: 1400px) {
    .w-xxl-25 {
        width:25%
    }

    .w-xxl-50 {
        width: 50%
    }

    .w-xxl-75 {
        width: 75%
    }

    .w-xxl-100 {
        width: 100%
    }

    .w-xxl-auto {
        width: auto
    }

    .h-xxl-25 {
        height: 25%
    }

    .h-xxl-50 {
        height: 50%
    }

    .h-xxl-75 {
        height: 75%
    }

    .h-xxl-100 {
        height: 100%
    }

    .h-xxl-auto {
        height: auto
    }

    .residencial-secao-1 {
        width: 471px
    }

    .auto-moto-secao-1 {
        width: 473px
    }

    .para-varejistas-cartao {
        transform: translateY(-60%)
    }

    .btn-condicoes-gerais {
        width: 856px
    }

    .caixa-ezze {
        border: 3.5px solid #00ff00;
        border-radius: 100px!important;
        padding: 16px 35px;
        width: 856px
    }

    .caixa-ezze img {
        max-width: 262px
    }

    #para-voce-primeira-secao-titulo {
        line-height: 64px;
        letter-spacing: -2px;
        max-width: 500px
    }

    #para-voce-primeira-secao-texto {
        line-height: 36px;
        letter-spacing: 0;
        max-width: 500px
    }

    #para-voce-primeira-secao-rotulo {
        line-height: 130%;
        letter-spacing: -1px
    }

    #para-voce-terceira-secao-wrapper {
        max-width: 785px
    }
}

@media screen and (max-width: 575px) {
    #cartaoInternacional {
        background-image:url(../../img/para-voce/mobile/webp/homem-com-cartao.webp),url(../../img/para-voce/mobile/png/homem-com-cartao.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 450px;
        display: flex;
        align-items: end
    }

    #dinheiroNaMao {
        background-image: url(../../img/para-voce/mobile/webp/mulher-no-caixa-eletronico.webp),url(../../img/para-voce/mobile/png/mulher-no-caixa-eletronico.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 450px;
        display: flex;
        align-items: end
    }
}

@media screen and (max-width: 991px) {
    .caixa-azul {
        width:100%;
        height: auto
    }

    .btn-bank-vermelho {
        border-radius: 50px
    }

    #fundoDigital {
        background-image: url("../../img/conta-digital/png/conta-digital-mulher-celular.png");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
        height: 330px
    }

    #fundoDeposito {
        background-image: url("../../img/conta-digital/png/conta-digital-homem-celular.png");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
        height: 330px
    }

    #fundoTransferencia {
        background-image: url("../../img/conta-digital/png/conta-digital-transferencia-celular.png");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%;
        height: 330px
    }

    .para-varejistas-cartao {
        transform: translateY(-50%)
    }

    .fundo-termos {
        background-image: url(../../img/termos-fundo.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%
    }

    .fundo-privacidade {
        background-image: url("../img/cabeçalho/privacidade-fundo-lg.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%
    }

    .fundo-regulamentos {
        background-image: url("../../img/regulamentos/png/regulamentos-fundo.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%
    }

    .fundo-seguranca {
        background-image: url("../../img/seguranca/png/seguranca-fundo.png");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        width: 100%
    }
}

@media screen and (max-width: 1199px) {
    #fundoAtendente {
        background-image:url("../../img/para-varejistas/png/para-varejistas-atendente.png");
        background-size: cover;
        background-position: start;
        background-repeat: no-repeat;
        width: 100%;
        height: 400px
    }
}

@supports (background-image: url("data:image/webp;base64,UklGRhIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
    .fundo-privacidade {
        background-image:url("../img/cabeçalho/privacidade-fundo-lg.png")
    }

    #fundo-pix {
        background-image: url("../../img/conta-digital/webp/conta-digital-fundo-celular.webp")
    }

    .fundo-regulamentos {
        background-image: url("../../img/regulamentos/webp/regulamentos-fundo-lg.webp")
    }

    .fundo-seguranca {
        background-image: url("../../img/seguranca/webp/seguranca-fundo-lg.webp")
    }

    @media screen and (max-width: 991px) {
        .fundo-privacidade {
            background-image:url("../img/cabeçalho/privacidade-fundo-lg.png")
        }

        #fundoDigital {
            background-image: url("../../img/conta-digital/webp/conta-digital-mulher-celular.webp")
        }

        #fundoDeposito {
            background-image: url("../../img/conta-digital/webp/conta-digital-homem-celular.webp")
        }

        #fundoTransferencia {
            background-image: url("../../img/conta-digital/webp/conta-digital-transferencia-celular.webp")
        }

        .fundo-regulamentos {
            background-image: url("../../img/regulamentos/webp/regulamentos-fundo.webp")
        }

        .fundo-seguranca {
            background-image: url("../../img/seguranca/webp/seguranca-fundo.webp")
        }
    }

    @media screen and (min-width: 992px) {
        #fundo-pix {
            background-image:url("../../img/conta-digital/webp/conta-digital-pix-lg.webp")
        }
    }

    @media screen and (max-width: 1199px) {
        #fundoAtendente {
            background-image:url("../../img/para-varejistas/webp/para-varejistas-atendente.webp")
        }
    }
}
