body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Estilos para telas LG (largura > 1025px) */
@media screen and (min-width: 1025px) {
    .logo-container {
        display: flex;
        justify-content: space-between;
        /* Alinha horizontalmente no centro */
        align-items: center;
        /* Alinha verticalmente no centro */
        height: 100px;
        /* Altura da linha */
        background-color: #c8102e;
    }

    .logo-container img {
        max-width: 200px;
        /* Ajuste o tamanho máximo da imagem conforme necessário */
    }

    .logo {
        margin-left: 3%;
    }

    /* App */
    .app {
        display: flex;
        /* Coloca os filhos em linha */
        gap: 12px;
        /* Espaço entre os botões */
        margin-right: 3%;
        /* Se quiser manter */
        align-items: center;
        /* Alinha verticalmente se necessário */
    }

    /* Apple Store */
    .app-store-button {
        display: flex;
        align-items: center;
        background-color: #000;
        color: white;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 12px;
        font-family: sans-serif;
        transition: background 0.3s;
        width: fit-content;
    }

    .app-store-button:hover {
        background-color: #fff;
        color: #222;
        /* afeta o .big */
    }

    .app-store-button:hover .text .small {
        color: #000;
    }

    .app-store-button:hover .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg');
    }

    .app-store-button .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/3/31/Apple_logo_white.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .app-store-button .text {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .app-store-button .text .small {
        font-size: 10px;
        color: #ccc;
    }

    .app-store-button .text .big {
        font-size: 16px;
        font-weight: bold;
    }


    /* Google Play */
    .google-play-button {
        display: flex;
        align-items: center;
        background-color: #000;
        color: white;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 12px;
        font-family: sans-serif;
        transition: background 0.3s;
        width: fit-content;
    }

    .google-play-button:hover {
        background-color: #fff;
        color: #222;
    }

    .google-play-button:hover .text .small {
        color: #222;
    }

    .google-play-button .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/d/d0/Google_Play_Arrow_logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .google-play-button .text {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .google-play-button .text .small {
        font-size: 10px;
        color: #ccc;
    }

    .google-play-button .text .big {
        font-size: 16px;
        font-weight: bold;
    }

    /* Cards */
    .container {
        display: flex;
        height: calc(100vh - 100px);
        /* Altura da tela menos a altura do espaço ocupado pela imagem */
    }

    .column {
        flex: 1;
        background-color: #f1f1f1;
        display: flex;
        /* Adiciona display flex para centralizar */
        justify-content: center;
        /* Centraliza horizontalmente */
        align-items: center;
        /* Centraliza verticalmente */
    }

    .card {
        background-color: #fff;
        /* Cor de fundo com transparência de 60% */
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        width: 70%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s;
        /* Adiciona uma transição suave para a mudança de cor de fundo */
    }

    .card {
        background-color: #fff;
        /* Fundo branco padrão */
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        width: 70%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* Adiciona uma transição suave para a mudança de cor de fundo */
    }

    .card:hover {
        background-image: url('img/card/1.jpg');
        /* Imagem de fundo no hover */
        background-size: cover;
        background-position: center;
        background-color: rgba(255, 255, 255, 0.6);
        /* Sobreposição de cor com transparência */
    }


    .profile-icon {
        width: 100px;
        height: 100px;
        font-size: 5em;
        color: #222;
        /* Cor do ícone branca */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 10px solid #c8102e;
        padding: 15%;
    }

    .card:hover .profile-icon {
        border-color: transparent;
        color: transparent;
        /* Altera a cor da borda do profile-icon quando o card é selecionado */
    }


    .card h2 {
        margin-top: 30px;
        /* Adiciona espaço acima do texto e botões */
    }

    .card:hover h2,
    .card:hover p {
        color: #fff;
        /* Adiciona espaço acima do texto e botões */
    }


    .card p {
        margin-top: 10px;
    }

    .card button {
        margin-top: 20px;
        /* Adiciona espaço acima do texto e botões */
    }

    .card.selected:hover {
        /* Imagem de fundo no hover */
        background-size: cover;
        background-position: center;
    }

    .column:nth-child(1) .card:hover {
        background-image: url('img/card/1.jpg');
        /* Imagem de fundo no hover para o primeiro card */
        background-size: cover;
        background-position: center;
    }

    .column:nth-child(2) .card:hover {
        background-image: url('img/card/2.jpg');
        /* Imagem de fundo no hover para o segundo card */
        background-size: cover;
        background-position: center;
    }

    .column:nth-child(3) .card:hover {
        background-image: url('img/card/3.jpg');
        /* Imagem de fundo no hover para o terceiro card */
        background-size: cover;
        background-position: center;
    }

    .column:nth-child(4) .card:hover {
        background-image: url('img/card/5.jpg');
        /* Imagem de fundo no hover para o quarto card */
        background-size: cover;
        background-position: center;
    }

    .column:nth-child(5) .card:hover {
        background-image: url('img/card/12.jpg');
        /* Imagem de fundo no hover para o quinto card */
        background-size: cover;
        background-position: center;
    }

    .column:nth-child(6) .card:hover {
        background-image: url('img/card/4.jpg');
        /* Imagem de fundo no hover para o quinto card */
        background-size: cover;
        background-position: center;
    }


    .profile-pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto 20px;
        /* Centraliza na horizontal e adiciona espaço abaixo */
    }

    .custom-button {
        background-color: #c8102e;
        color: #f6f6f6;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        /* Deixa o texto em negrito */
    }

    .card:hover .custom-button {
        background-color: #fff;
        /* Cor de fundo no hover */
        color: #222;
        /* Cor do texto no hover */
    }
}

/* Estilos para telas MD (768px - 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
        background-color: #f1f1f1;
    }


    .logo-container {
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #c8102e;
        margin-bottom: 10px;
        /* Adicione esta linha */
    }

    .logo {
        margin-left: 3%;
    }

    /* App */
    .app {
        display: flex;
        /* Coloca os filhos em linha */
        gap: 12px;
        /* Espaço entre os botões */
        margin-right: 3%;
        /* Se quiser manter */
        align-items: center;
        /* Alinha verticalmente se necessário */
    }

    /* Apple Store */
    .app-store-button {
        display: flex;
        align-items: center;
        background-color: #000;
        color: white;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 12px;
        font-family: sans-serif;
        transition: background 0.3s;
        width: fit-content;
    }

    .app-store-button:hover {
        background-color: #fff;
        color: #222;
        /* afeta o .big */
    }

    .app-store-button:hover .text .small {
        color: #000;
    }

    .app-store-button:hover .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg');
    }

    .app-store-button .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/3/31/Apple_logo_white.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .app-store-button .text {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .app-store-button .text .small {
        font-size: 10px;
        color: #ccc;
    }

    .app-store-button .text .big {
        font-size: 16px;
        font-weight: bold;
    }


    /* Google Play */
    .google-play-button {
        display: flex;
        align-items: center;
        background-color: #000;
        color: white;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 12px;
        font-family: sans-serif;
        transition: background 0.3s;
        width: fit-content;
    }

    .google-play-button:hover {
        background-color: #fff;
        color: #222;
    }

    .google-play-button:hover .text .small {
        color: #222;
    }

    .google-play-button .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/d/d0/Google_Play_Arrow_logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .google-play-button .text {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .google-play-button .text .small {
        font-size: 10px;
        color: #ccc;
    }

    .google-play-button .text .big {
        font-size: 16px;
        font-weight: bold;
    }

    /* Cards */
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        /* Ajuste conforme necessário */
    }

    .card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* Ajuste para alinhar o texto à esquerda */
        justify-content: flex-end;
        /* Ajuste para alinhar o texto à direita */
        width: 80%;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 10px;
        /* Espaço entre os cards */
        border-radius: 20px;
    }

    h2 {
        margin: 0;
        font-size: 1.5em;
        text-align: right;
    }

    .card-content {
        flex: 1;
        /* Ocupa todo o espaço disponível */
    }

    .card h2 {
        margin: 0;
        /* Remove as margens padrão */
        font-size: 1.5em;
        /* Ajusta o tamanho do texto */
        color: #fff;
    }

    .card p {
        margin: 0;
        /* Remove as margens padrão */
        margin-bottom: 10px;
        /* Adiciona espaço abaixo do parágrafo */
        margin-top: 10px;
        color: #fff;
    }

    .card.card-1 {
        background-image: url('img/card/6.jpg');
        /* Imagem de fundo do card */
        background-size: cover;
        background-position: center;
        /* Ajusta o tamanho e posição da imagem de fundo */
    }

    .card.card-2 {
        background-image: url('img/card/7.jpg');
        /* Imagem de fundo do card */
        background-size: cover;
        background-position: center;
        /* Ajusta o tamanho e posição da imagem de fundo */
    }

    .card.card-3 {
        background-image: url('img/card/8.jpg');
        /* Imagem de fundo do card */
        background-size: cover;
        background-position: center;
        /* Ajusta o tamanho e posição da imagem de fundo */
    }

    .card.card-4 {
        background-image: url('img/card/10.jpg');
        /* Imagem de fundo do card */
        background-size: cover;
        background-position: center;
        /* Ajusta o tamanho e posição da imagem de fundo */
    }

    .card.card-5 {
        background-image: url('img/card/13.jpg');
        /* Imagem de fundo do card */
        background-size: cover;
        background-position: center;
        /* Ajusta o tamanho e posição da imagem de fundo */
    }

    .card.card-6 {
        background-image: url('img/card/9.jpg');
        /* Imagem de fundo do card */
        background-size: cover;
        background-position: center;
        /* Ajusta o tamanho e posição da imagem de fundo */
    }


    button {
        margin-top: 5px;
        background-color: #fff;
        color: #222;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        transition: background-color 0.3s, color 0.3s;
    }

    button:hover {
        background-color: #fff;
        color: #c8102e;
    }
}

/* Estilos para telas SM (até 767px) */
@media screen and (max-width: 767px) {
    .logo-container {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #c8102e;

    }

    .app {
        display: flex;
        /* Coloca os filhos em linha */
        justify-content: center;
        /* Isso centraliza horizontalmente */
        padding: 10px;
        gap: 20px;
        /* Se quiser manter */
        align-items: center;
        /* Alinha verticalmente se necessário */
        background-color: #c8102e;
        margin-bottom: 5%;
    }

    /* Apple Store */
    .app-store-button {
        display: flex;
        align-items: center;
        background-color: #000;
        color: white;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 12px;
        font-family: sans-serif;
        transition: background 0.3s;
        width: fit-content;
    }

    .app-store-button:hover {
        background-color: #fff;
        color: #222;
        /* afeta o .big */
    }

    .app-store-button:hover .text .small {
        color: #000;
    }

    .app-store-button:hover .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg');
    }

    .app-store-button .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/3/31/Apple_logo_white.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .app-store-button .text {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .app-store-button .text .small {
        font-size: 10px;
        color: #ccc;
    }

    .app-store-button .text .big {
        font-size: 16px;
        font-weight: bold;
    }


    /* Google Play */
    .google-play-button {
        display: flex;
        align-items: center;
        background-color: #000;
        color: white;
        text-decoration: none;
        padding: 10px 16px;
        border-radius: 12px;
        font-family: sans-serif;
        transition: background 0.3s;
        width: fit-content;
    }

    .google-play-button:hover {
        background-color: #fff;
        color: #222;
    }

    .google-play-button:hover .text .small {
        color: #222;
    }

    .google-play-button .icon {
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/d/d0/Google_Play_Arrow_logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .google-play-button .text {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .google-play-button .text .small {
        font-size: 10px;
        color: #ccc;
    }

    .google-play-button .text .big {
        font-size: 16px;
        font-weight: bold;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        width: 80%;
        margin-left: 10%;
        /* Margem à esquerda */
        margin-right: 15px;
        /* Margem à direita */
    }

    /* Card */
    .card {
        display: flex;
        align-items: center;
        justify-content: center;
        /* Centraliza horizontalmente o conteúdo */
        border: 2px solid #c8102e;
        border-radius: 50px;
        padding: 15px 20px;
        background-color: #fff;
        transition: box-shadow 0.3s ease;
        cursor: pointer;
        width: 100%;
        max-width: 350px;
        /* Limite máximo de largura */
        margin-bottom: 15px;
        /* Espaçamento entre os cards */
    }

    /* Adiciona um leve efeito de sombra ao passar o mouse */
    .card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* WhatsApp card background color */
    .card-1 {
        background-color: #25D366;
        /* Cor verde oficial do WhatsApp */
        color: #fff;
        /* Garante que o texto seja legível sobre o fundo verde */
        border: none;
        /* Remove a borda, caso não queira */
        transition: background-color 0.3s ease;
    }

    /* Ajusta a cor do ícone, caso necessário */
    .card-1 i {
        color: #fff;
        /* Muda a cor do ícone para branco para ficar visível */
    }

    /* Ajusta a cor do ícone, caso necessário */
    .card-1 h2 {
        color: #fff;
        /* Muda a cor do ícone para branco para ficar visível */
    }

    /* WhatsApp card background color */
    .card-2 {
        background-color: #c8102e;
        /* Cor verde oficial do WhatsApp */
        color: #fff;
        /* Garante que o texto seja legível sobre o fundo verde */
        border: none;
        /* Remove a borda, caso não queira */
        transition: background-color 0.3s ease;
    }

    /* Ajusta a cor do ícone, caso necessário */
    .card-2 i {
        color: #fff;
        /* Muda a cor do ícone para branco para ficar visível */
    }

    /* Ajusta a cor do ícone, caso necessário */
    .card-2 h2 {
        color: #fff;
        /* Muda a cor do ícone para branco para ficar visível */
    }

    /* Degradê do Instagram para card-3 */
    .card-3 {
        background-color: #0088cc;
        /* Cor verde oficial do WhatsApp */
        color: #fff;
        /* Garante que o texto seja legível sobre o fundo verde */
        border: none;
        /* Remove a borda, caso não queira */
        transition: background-color 0.3s ease;
    }

    /* Ajusta a cor do ícone, caso necessário */
    .card-3 i {
        color: #fff;
        /* Muda a cor do ícone para branco para ficar visível */
    }

    /* Ajusta a cor do ícone, caso necessário */
    .card-3 h2 {
        color: #fff;
        /* Muda a cor do ícone para branco para ficar visível */
    }

    /* Degradê do TikTok para card-4 */
    .card-4 {
        background: linear-gradient(45deg, #ff0050, #00f2ea, #000000);
        color: #fff;
        border: none;
        transition: background-color 0.3s ease;
    }

    .card-4 i {
        color: #fff;
    }

    .card-4 h2 {
        color: #fff;
    }

    /* Cor de fundo da Youtube para card-5 */
    .card-5 {
        background-color: #ff0000;
        /* Cor oficial da Nomad */
        color: #fff;
        border: none;
        transition: background-color 0.3s ease;
    }

    .card-5 i {
        color: #fff;
    }

    .card-5 h2 {
        color: #fff;
    }

    /* Cor de fundo da Nomad para card-6 */
    .card-6 {
        background-color: #fed008;
        /* Cor oficial da Nomad */
        color: #fff;
        border: none;
        transition: background-color 0.3s ease;
    }

    .card-6 i {
        color: #fff;
    }

    .card-6 h2 {
        color: #fff;
    }

    h2,
    .card p {
        margin: 0;
        font-size: 1.5em;
        text-align: center;
        /* Centraliza o texto */
    }

    /* Ícone à esquerda */
    .col-4 {
        flex: 0 0 50px;
        /* Largura fixa para todos os ícones */
        display: flex;
        justify-content: center;
        /* Centraliza o ícone horizontalmente */
        align-items: center;
        /* Centraliza o ícone verticalmente */
        margin-right: 15px;
        /* Espaçamento entre o ícone e o texto */
    }

    /* Texto à direita */
    .col-8 {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        /* Centraliza o texto horizontalmente */
        align-items: center;
        /* Centraliza verticalmente */
    }

    /* Estilo do h2 */
    .col-8 h2 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: bold;
    }
}