section {
    min-height: 100vh;
}

.container {
    display: block;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px;
}
.page-title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.aviso {
    color: #000;
    background-color: #F1F1F1;
    padding: 5px 20px;
}
.card {
    height: 463px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}
.card-title {
    color: #000;
    text-decoration: underline;
    padding: 10px 20px;
    line-height: 40px;
}
.cup-template {
    width: 288px;
    height: 413px;
    margin: auto;
}
select {
    border: 1px solid #9a9696;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    width: 280px;
    height: 50px;
    padding: 10px;
    appearance: auto;
}
.finalizar {
    background-color: #F68C51;
    width: 155px;
    height: 30px;
    cursor: pointer;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}

.card-content-mobile {
    display: none;
}
@media only screen and (max-width: 850px){
    .card-content {
        display: none;
    }
}
@media only screen and (max-width: 650px){
    .content-container {
        flex-direction: column;
    }
    .page-title {
        text-align: center;
    }
    .cup-template {
        width: 218px;
        height: 293px;
    }
    .warning {
        display: none;
    }
    .customizer {
        margin: auto;
        width: 100%;
        max-width: 335px;
        margin-bottom: 30px;
    }
    .customizer .mg-btn-30 {
        margin-bottom: 20px !important;
    }
    .customizer .mg-btn-40 {
        margin-bottom: 30px !important;
    }
    .card-content-mobile {
        display: block;
        max-width: 335px;
        width: 100%;
        margin: auto;
    }
    .cut-mask {
        overflow: hidden;
        height: 281px;
        max-width: 335px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card {
        height: 355px;
        box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
    }
    .card-title {
        padding: 17px 20px;
    }
    select {
        max-width: 335px;
        width: 100%;
    }
}


