@media screen and (min-width: 576px) {

    .btn-primario {
        padding: 24px 48px;
    }
}

@media screen and (min-width: 768px) {

    section.quem-somos {
        padding: 90px 0 150px;
    }

    section.eventos .card{
        height: 680px;
    }

    section.tickets {
        margin-bottom: 150px;
    }

    main.login-area-do-cliente form input {
        width: 400px;
    }

    section.venda-ingressos .btn-adicionarVoucher {
        width: 30%;
    }

    section.aniversario{
        padding: 156px 0 351px;
    }
}

@media screen and (min-width: 992px) {

    .nav-link.area-do-cliente {
        color: var(--laranja) !important;
    }


    section.aniversario {
        background: url('../img/background-aniversario-desktop.webp') no-repeat center;
        background-size: cover !important;
        padding: 70px 0 213px;
    }

    section.quem-somos {
        padding: 100px 0 150px;
    }

    section.regras-e-depoimentos {
        background: url('../img/background-regras-e-depoimentos-desktop.png') no-repeat;
        margin-top: -251px;
        padding-top: 170px;
    }

    section.cronograma-da-festa {
        background: url('../img/background-cronograma-da-festa-desktop.png') no-repeat;
        background-size: cover;
        padding: 200px 0 80px;
        margin-top: -43px;
        position: relative;
        z-index: 2;
        background-color: #FFDEBA;
    }

    footer {
        padding-top: 60px;
    }

     footer ul li {
        text-align: start;
     }

    section.tickets .card {
        max-width: 350px;
    }

    section.venda-ingressos #tabelaIngressos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1400px){
    section.tickets .card {
        max-width: 420px;
        margin: 0;
    }

    section.regras-e-depoimentos {
        background: url('../img/background-regras-e-depoimentos-desktop.png') no-repeat;
        background-size: cover;
        padding-top: 200px;
        margin-top: -308px;
    }

}