body{
    font-family: Arial, sans-serif;
}

.menu-item a {
    display: flex;
    align-items: center;
}

.menu-icon {
    width: 38px; /* Ajuste o tamanho para coincidir com os outros ícones */
    height: 38px;
    margin-right: 22px; /* Espaço entre o ícone e o texto */
    vertical-align: middle;
}

.menu-taptopay{
    position: relative;
    right: 60px;
}


.banner-taptopay {
    background-color: #523487;
    background-image: linear-gradient(to right, rgba(56,13,66,0), rgb(13,1,31));
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 40px; /* Espaço entre vídeo e conteúdo */
    padding: 0 40px;
    box-sizing: border-box;
}

.video-container {
    width: 680px;
    height: 750px;
    min-width: 320px;
    min-height: 400px;
    display: flex;
    position: relative;
    right: 150px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 500px;
    width: 100%;
    gap: 24px;
}

#titulo_banner {
    color: white;
    font-size: 2.8rem;
    line-height: 1.16;
    margin: 0 0 10px 0;
    width: 100%;
}

.subtitulo {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 20px;
    width: 100%;
}

.card2 {
    width: 100%;
    max-width: 400px;
    min-width: 280px;
    height: auto;
    border: 2px solid white;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.card-corpo {
    width: 100%;
    padding: 20px;
}

.card-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 18px;
}

.input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#cpf {
    margin-top: 10px;
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #333;
    outline: none;
}

#cpf:focus {
    border-bottom: 1.5px solid #523487;
}

.cpf-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.continuar-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    border: none;
    border-radius: 20px;
    background-color: #523487;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.continuar-btn:hover {
    background-color: #3a2561;
}

@media (max-width: 1100px) {
    .banner-taptopay {
        flex-direction: column;
        height: auto;
        gap: 24px;
        padding: 40px 10px;
    }
    .video-container {
        width: 100%;
        height: 300px;
        min-width: unset;
        min-height: unset;
    }
    .banner-content {
        align-items: center;
        max-width: 100%;
    }
    #titulo_banner, .subtitulo {
        text-align: center;
        width: 100%;
    }
}

.carousel-container {
    background-color: #fff;
    padding: 50px 15px;
    width: 100%;
    height: auto;
    position: relative;
}

.carousel-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
}

.carousel-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    width: 400px;
    height: 200px;
    margin: 0 auto;
}

.carousel-item-content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.carousel-item-content p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
    max-width: 250px;
}

.carousel-item-content img {
    width: 20px;
    height: 20px;
    margin-bottom: 15px;
}

.carousel-control-next {
    right: 100px;
}

.carousel-control-prev {
    left: 100px;
}



.cards-caixa{
    width: 100%;
    height: 700px;
    background-color: #912A8F;
    display: flex;

}

.bg-primary {
    background-color: #2e1065 !important;
}

.rate-card {
    min-width: 180px;
    max-width: 500px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rate-card p {
    color: #555;
    margin-bottom: 0;
}

.rate-card:hover {
    transform: scale(1.05);
}


/* Modal e tabela */
.rate-table {
    width: 100%;
}

.rate-table th,
.rate-table td {
    text-align: center;
    padding: 10px;
}

.rate-table th:first-child,
.rate-table td:first-child {
    text-align: left;
    padding-left: 15px;
}

.modal-content {
    padding: 20px;
    margin-top: 130px;
}


h1 {
    font-size: 3.1rem;
}


.main-section {
    display: flex;
    background-color: #FFFFFF;
    color: #212529;
    padding: 20px; /* Adiciona padding para espaçamento */
    height: 800px;
}

.title-text {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
    margin-left: 0px;
}

.subtitle-text {
    font-size: 20px;
    font-weight: bold;
    margin-right: 100px;
}

.device1-image {
    position: relative;
    max-width: 100%;  /* Ajuste o valor conforme necessário para controlar o tamanho do GIF */
    height: 800px;    /* Mantém a proporção do GIF */
    bottom: 20px;

}

.device-image {
    max-width: 100%;
    height: auto;
}

.container-info {
    display: flex;
    justify-content: space-around; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 100%;
    height: 730px;
    margin: 0 auto; /* Center the container */
    padding: 10px; /* Add padding */
    background-color: #2E1065;
    color: white;
}

.container-info p {
    font-size: 26px;
    font-weight: bold;
}

.imagem-img {
    width: 500px; /* Fixed width for desktop */
    height: 400px; /* Maintain aspect ratio */
    border: none;
    transform: rotate(-0.2deg)
}

#banner-img-sub{
    width:500px;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.texto-info {
    width: 500px; /* Fixed width for desktop */
    height: auto; /* Maintain aspect ratio */

}



.container-plata {
    text-align: center;
    max-width: 100%;
    padding: 20px;
}

.container-plata h2 {
    margin-top: 150px;
    font-size: 3.1rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.container-plata .sub-info {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 80px;
}


.nav-tabs .nav-link {
    color: #333;
    font-size: 1rem;
    padding: 10px 15px;
    transition: color 0.3s;
}

.nav-tabs .nav-link.active {
    color: #5a2cc6;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #5a2cc6;
}

.nav-tabs .nav-link:hover {
    color: #5a2cc6;
}

.tab-content p {
    font-size: 1.6rem;
    color: #333;
    margin-top: 50px;
    max-width: 80%; /* Limita a largura do texto para que não ocupe 100% */
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word; /* Quebra palavras longas para evitar overflow */
    text-align: center; /* Centraliza o texto */
}

.accordion{
    padding-left: 80px;
    padding-right: 56px;
    margin-top: 100px;
}

.card {
    height: 170px;
    width: 100%;
    border: none;
}

.card-header {
    height: auto;
    background-color: white;
    border: none;
    border-top: 2px solid black;
    padding-top: 0;
    margin-bottom: 30px !important;
}

.card-header .btn-link {
    display: block; /* Faz o botão ocupar toda a largura do card */
    width: 100%; /* Para garantir que o botão ocupe toda a largura */
    text-align: left; /* Alinha o texto à esquerda */
}


.title {
    font-size: 3.1rem;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: bold;
}

#colapso-card {
    width: 100%;
    display: flex;
    position: relative;
    left: -1%;
    height: auto;

}

.collapse{
    width: 100%;
    height: auto;
}


.card-body{
    margin-bottom: 30px;
    margin-left: 35px;
    position: relative;
    font-size: 20px;
    height: auto;
    padding: 0;
}


#btn-text {
    font-size: 28px;
    color: black;
    padding-top: 0;
}



@media screen and (max-width: 1440px) {
    .subtitulo {
        width: 40%;
        position: absolute;
        top: 45%;
        left: 57.5%;
        color: white;
        font-size: 26px;
    }

    .card2 {
        width: 20rem;
        height: 300px;
        position: relative;
        border: 2px solid white;
        background-color: white;
        border-radius: 20px;
        left: 15%;
        top: 25%;
    }
}


@media screen and (max-width: 1280px) {

    .banner-taptopay {
        background-color: #523487;
        background-image: linear-gradient(to right, rgba(56,13,66,0), rgb(13,1,31));
        width: 100%;
        height: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; /* Adiciona posição relativa para o posicionamento absoluto dos filhos */
    }

    #titulo_banner {
        width: 100%;
        color: white;
        font-size: 4.25rem;
        line-height: 1.16;
        position: relative;
        bottom: 20%;
        right: 16%;
    }

    .subtitulo {
        width: 40%;
        position: absolute;
        top: 50%;
        left: 527px;
        color: white;
        font-size: 26px;
    }

    .video-container {
        position: relative;
        overflow: hidden;
        width: 820px;
        height: 700px;
        right: 50px;
    }


    .card2 {
        width: 20rem;
        height: 300px;
        position: relative;
        border: 2px solid white;
        background-color: white;
        border-radius: 20px;
        left: 17%;
        top: 25%;
    }

    .card-corpo {
        padding: 20px;
    }

    .card-title {
        font-weight: bold;
        font-size: 24px;
        position: relative;
        bottom: 0;
    }



    #cpf {
        margin-top: 30px;
        width: 100%;
        padding: 5px;
        border: none; /* Remove todas as bordas */
        border-bottom: 1px solid #ccc; /* Borda inferior */
        font-size: 20px;
        color: #333;
        justify-content: center;
        align-items: center;
        outline: none; /* Remove a borda de foco padrão */
        position: relative;
    }

    #cpf:focus {
        border-bottom: 1px solid #523487; /* Borda inferior em foco */
        box-shadow: none; /* Remove o box-shadow padrão do foco */
    }

    input.invalid {
        border: 2px solid red;
        color: red;
    }

    .cpf-error {
        color: red;
        font-size: 14px;
        margin-top: 5px;
        display: none; /* Esconde a mensagem inicialmente */
    }

    .input-container {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .continuar-btn {
        width: 100%;
        margin-top: 50px;
        padding: 12px;
        border: none;
        border-radius: 20px;
        background-color: #523487;
        color: #FFFFFF;
        font-size: 14px;
        cursor: pointer;
    }


}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
    .banner-taptopay {
        height: auto;
        flex-direction: column;
    }

    #titulo_banner {
        font-size: 2.5rem;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 50px;
    }

    .subtitulo {
        width: 90%;
        top: initial;
        left: 0;
        font-size: 1.2rem;
        text-align: center;
        position: relative;
        margin-top: 20px;
    }

    .video-container{
        height: 500px;
        width: 100%;
        object-fit: cover;
        position: relative;
        left: 0%;
    }

    .card2 {
        width: 90%;
        height: auto;
        left: 0;
        top: 0;
        margin: 20px 0;
    }

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

    #cpf {
        width: 100%;
    }

    .continuar-btn {
        width: 100%;
    }

    .carousel-item-content {
        padding: 15px;
        width: 80%;
        height: 200px;
    }

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

    .title-text {
        font-size: 2rem;
        text-align: center;
        width: 100%;
        margin-top: 30px;
        margin-right: 10px;/* Reduz a margem */
        margin-bottom: 30px;

    }

    .subtitle-text {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 15px;
        margin-right: 20px; /* Ajusta a margem */
        margin-left: 20px;
    }

    #icons {
        flex-direction: column;
    }

    #icons-img{
        margin-left: 118px;
    }


    .main-section {
       padding: 0px;
       margin-top: 100px;
       height: 800px;
       background: white;
    }

    #qualquer-coisa12{
        background: white;
    }

    .device1-image{
        margin-top: 50px;
        width: 100%;
        height: auto;
    }

    .container-info {
        margin-top: 650px;
        height: auto;
        flex-direction: column; /* Alinha os itens em coluna em telas pequenas */
        align-items: center; /* Centraliza os itens */
        text-align: center; /* Centraliza o texto */
        padding: 0;

    }

    .imagem-img {
        width: 100%; /* Ajusta a largura da imagem em telas pequenas */
        margin-bottom: 10px; /* Menos margem inferior */
        padding: 0;
        transform: rotate(0.2deg)

    }

    #banner-img-sub{
        width: 100%;
        padding: 0;
        height: 400px;
        border-radius: 0;
    }


    .texto-info {
        width: 100%; /* Ajusta a largura do texto em telas pequenas */
        height: auto;
        text-align: center;
    }

    .texto-info p{
        font-size: 24px;

    }

    .container-plata h2 {
        font-size: 2.5rem;
        margin-top: 20px;
    }

    .container-plata .sub-info {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    #myTab {
        justify-content: space-evenly; /* Distribui igualmente os itens */
    }

    .nav-tabs .nav-link {
        font-size: 0.9rem;
    }

    .accordion{
        border-right: none;
        border-left: none;
        padding-right: 25px;
        padding-left: 25px;
    }

    .card-body{
        margin-top: 30px;
        font-size: 18px;
        height: auto;
    }


    .modal-content{
        margin-top: 80px;
    }

    .carousel-control-next {
        right: -50px;
    }

    .carousel-control-prev {
        left: -50px;
    }
}



@media (max-width: 480px) {
    .nav-item {
        flex: 1; /* Garante que todos os itens ocupem o mesmo espaço em dispositivos pequenos */
    }

    .nav-link {
        font-size: 24px; /* Ajusta o tamanho da fonte em telas muito pequenas */
    }

    #pix-tab{
        position: relative;
        right: 15px;
    }

    .card-body{
        margin-top: 15px;
        font-size: 16px;
        height: auto;
    }

    #icons-img{
        margin-left: 100px;
    }

    .carousel-item-content{
        height: 230px;
    }

    .carousel-control-next{
        right: -15px;
    }

    .carousel-control-prev{
        left: -15px;
    }
}


@media (max-width: 376px) {
    #icons-img {
        margin-left: 85px;
    }

    .container-info{
        margin-top: 420px;
        height: auto;
        width: 100%;
    }

    .container-info {
        margin-top: 680px;
        height: auto;
        flex-direction: column; /* Alinha os itens em coluna em telas pequenas */
        align-items: center; /* Centraliza os itens */
        text-align: center; /* Centraliza o texto */
    }
}


table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
}
th, td {
    word-break: break-word;
}