
:root {

    ---laranja: #FF6A00;
    ---azul: #2C3E50;
    ---cinza: #ECF0F1;

}


.link-2fa{
    text-decoration: none;
    font-size: 19px;
}

@media (min-width: 1024px) {

    .card-container{
        border: none;
        padding: 10px;
        width: 90vw;
        margin-left: auto; margin-right: auto;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    html{
        overflow-x: hidden;
    }

    .card-container img{
        width: 300px;
    }

    .hidden {
        display: none!important;
    }

    header{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    main{
        margin-top: 100px!important;
    }

    .title-setor{
        font-weight: 600;
        font-size: 46px;
    }

    .row{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .btn-setor{
        font-size: 26px;
    }

    .input-group-text{
        border-radius: 4px 0px 0px 4px;
    }

    .btn-primary{
        width: 100%;
    }

    .background, .background-material{
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0; right: 0; left: 0; bottom: 0;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .background .card, .background-material .card{
        width: 40vw;
        height: 70vh;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .background .card .card-header, .background-material .card .card-header{
        display: flex;
        justify-content: flex-end;
    }

    .background .card .footer-card, .background-material .card .footer-card{
        padding: 15px;
    }

    .div-price{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 0px 10px;
    }

    .div-price .text-price{
        font-size: 16px;
        display: flex;
        flex-direction: row;
        justify-content: right;
    }

    .div-price .price-larger{
        font-size: 20px;
        display: flex;
        flex-direction: row;
        justify-content: right;
    }

    .btn-action{
        width: 30px;
        height: 30px;
        font-size: small;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .active-option{
        font-weight: bold;
    }

    .btn-action{
        width: 30px;
        height: 30px;
        font-size: small;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: ease-in-out 0.2s;
    }

    .btn-action:hover{
        transform: scale(1.1);
    }

}

@media (min-width: 700px) and (max-width: 1024px) {

    html{
        overflow-x: hidden;
    }

    .card-container img{
        width: 300px;
    }

    .hidden {
        display: none!important;
    }

    header{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    main{
        margin-top: 100px!important;
    }

    .title-setor{
        font-weight: 600;
        font-size: 46px;
    }

    .row{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .btn-setor{
        font-size: 26px;
    }

    .input-group-text{
        border-radius: 4px 0px 0px 4px;
    }

    .btn-primary{
        width: 100%;
    }

    .background, .background-material{
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0; right: 0; left: 0; bottom: 0;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .background .card, .background-material .card{
        width: 40vw;
        height: 70vh;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .background .card .card-header, .background-material .card .card-header{
        display: flex;
        justify-content: flex-end;
    }

    .background .card .footer-card, .background-material .card .footer-card{
        padding: 15px;
    }

    .div-price{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 0px 10px;
    }

    .div-price .text-price{
        font-size: 16px;
        display: flex;
        flex-direction: row;
        justify-content: right;
    }

    .div-price .price-larger{
        font-size: 20px;
        display: flex;
        flex-direction: row;
        justify-content: right;
    }

    .btn-action{
        width: 30px;
        height: 30px;
        font-size: small;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .active-option{
        font-weight: bold;
    }

    .btn-action{
        width: 30px;
        height: 30px;
        font-size: small;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: ease-in-out 0.2s;
    }

    .btn-action:hover{
        transform: scale(1.1);
    }

}

@media (max-width: 700px) {

    html{
        overflow-x: hidden;
    }

    .card-container img{
        width: 300px;
    }

    .hidden {
        display: none!important;
    }

    header{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    main{
        margin-top: 100px!important;
    }

    .title-setor{
        font-weight: 600;
        font-size: 46px;
    }

    .row{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .btn-setor{
        font-size: 26px;
    }

    .input-group-text{
        border-radius: 4px 0px 0px 4px;
    }

    .btn-primary{
        width: 100%;
    }

    .background, .background-material{
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0; right: 0; left: 0; bottom: 0;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .background .card, .background-material .card{
        width: 40vw;
        height: 70vh;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .background .card .card-header, .background-material .card .card-header{
        display: flex;
        justify-content: flex-end;
    }

    .background .card .footer-card, .background-material .card .footer-card{
        padding: 15px;
    }

    .div-price{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 0px 10px;
    }

    .div-price .text-price{
        font-size: 16px;
        display: flex;
        flex-direction: row;
        justify-content: right;
    }

    .div-price .price-larger{
        font-size: 20px;
        display: flex;
        flex-direction: row;
        justify-content: right;
    }

    .btn-action{
        width: 30px;
        height: 30px;
        font-size: small;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .active-option{
        font-weight: bold;
    }

    .btn-action{
        width: 30px;
        height: 30px;
        font-size: small;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: ease-in-out 0.2s;
    }

    .btn-action:hover{
        transform: scale(1.1);
    }

}

