@media only screen and (min-width:913px) {

    /* DESKTOP */
    main {
        border: none;
    }

    #mobile_main {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 0 0 0 0;
    }

    #mobile_header {
        border: none;
        width: 70%;
        margin: 0 auto;
    }

    #mobile_header>img {
        max-height: 32px;
        margin: 12.5px auto 12.5px 15px;
    }

    .detalhes_do_voo>article {
        width: 860px;
        margin: 0 auto;
    }

    .campo_de_busca {
        display: flex;
        flex-flow: column;
        padding: 15px;
        margin: 0;
        border-radius: 0 0 15px 15px;
        width: 70%;
        min-width: 913px;
        margin: 0 auto;
        background-position: center;
        background-size: cover;
        background-image: url('https://www.latamairlines.com/content/dam/latamxp/sites/promociones/fondo-inspiracional/br/chapado---tag/INDIGO_pass.png.transform/xxl/image.png');
    }

    .campo_de_busca>section {
        width: 750px;
        margin: 0 auto;
    }

    #tipo_de_busca {
        width: 100%;
        margin: 0 auto;
    }

    #div_tipos_de_busca {
        width: 100%;
        margin: 0 auto;
    }

    #publicidade_1 {
        width: 750px;
        margin: -50px auto 0;
        display: flex;
        position: relative;
        border: solid 10px #ffffff;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: rgba(48, 48, 48, 0.1) 0px 0.25rem 0.5rem;
    }

    #publicidade_1>article {
        border-radius: 8px;
    }

    #publicidade_1>article>img {
        min-width: 370px;
        max-width: 370px;
        min-height: 230px;
        max-height: 230px;
        border-radius: 8px;
        object-fit: cover;
    }

    #publicidade_1>div {
        display: flex;
        flex-flow: column;
        padding: 0 20px 0 10px;
    }

    #publicidade_1>div>div {
        margin: 10px 0;
        width: max-content;
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 15px;
        background-color: rgb(70, 88, 223);
    }

    #publicidade_1>div>div>label {
        font-family: latam-regular !important;
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1.1px;
        line-height: 12px;
        margin: 0 0 -5px;
    }

    #publicidade_1>div>b {
        font-size: 28px;
        color: rgb(16, 0, 79);
        font-family: latam-regular;
        font-weight: normal;
    }

    #publicidade_1>div>span {
        font-size: 18px;
        color: rgb(92, 92, 92);
        font-family: latam-regular;
        font-weight: normal;
        margin: 20px 0 0 0;
    }

    /* FUNÇÕES */
    .nav-funções {
        display: flex;
        align-items: center;
        margin: 70px auto 20px;
    }

    .article-função {
        width: 250px;
        border: solid 1px #e7e7e7;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 20px 10px;
        margin: 0 30px 0 0;
    }

    .article-função:last-of-type {
        margin: 0;
    }

    .article-função>img {
        width: 48px;
        height: 48px;
        border-radius: 24px;
        background-color: rgb(238, 237, 249);
        padding: 8px;
        margin: 0 10px 0 0;
    }

    .article-função>label {
        font-family: latam-bold;
        font-size: 14px;
        color: rgb(48, 48, 48);
        letter-spacing: 1.2px;
    }


    /* DESTINOS */
    #titulo_destinos {
        min-width: 900px;
        width: 65%;
        max-width: 65%;
        margin: 65px auto 10px;
        font-family: latam-regular !important;
        font-size: 28px;
        color: rgb(16, 0, 79);
    }

    #destinos_pre_definidos {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        height: max-content;
        min-width: 900px;
        width: 65%;
        max-width: 65%;
        padding: 5px 0;
        gap: 40px;
    }

    .destino-pre-definido {
        min-width: 280px;
        width: calc(33% - 40px);
        max-width: calc(33% - 40px);
        height: max-content;
        border-radius: 0 0 8px 8px;
        display: flex;
        flex-flow: column;
        background-color: #ffffff;
        box-shadow: rgba(48, 48, 48, 0.1) 0rem 0.25rem 0.5rem 0rem;
    }

    .destino-pre-definido:nth-child(3n + 2) {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .destino-pre-definido>article {
        margin: 0;
        width: 100%;
        height: 200px;
    }

    .destino-pre-definido>article>img {
        width: 100%;
        height: 200px;
        border-radius: 8px 8px 0 0;
        object-fit: cover;
    }

    .destino-pre-definido>div {
        background-color: #ffffff;
        border-radius: 8px;
        margin: -10px 0 0;
        padding: 10px;
        display: flex;
        flex-flow: column;
    }

    .destino-pre-definido>div>label {
        font-size: 22px;
        font-family: latam-bold !important;
        color: rgb(16, 0, 79);
    }

    .destino-pre-definido>div>span:first-of-type {
        font-size: 16px;
        color: rgb(133, 133, 133);
        font-family: latam-bold !important;
    }

    .destino-pre-definido>div>span:last-of-type {
        margin: 20px 0 0;
        font-size: 20px;
        color: rgb(48, 48, 48);
        font-family: latam-bold !important;
    }

    .destino-pre-definido>div>div>span:first-of-type {
        background-color: rgb(128, 15, 113);
        font-size: 14px;
        line-height: 14px;
        padding: 5px 10px;
        border-radius: 12px;
        color: #ffffff;
        font-family: latam-bold;
        margin: 0 10px 0 0;
    }

    .destino-pre-definido>div>div>span:last-of-type {
        background-color: rgb(255, 249, 149);
        font-size: 14px;
        line-height: 14px;
        padding: 5px 10px;
        border-radius: 12px;
        color: rgb(16, 0, 79);
        font-family: latam-bold;
    }


    #destinos_pre_definidos::-webkit-scrollbar {
        width: 0;
        cursor: pointer;
        height: 0;
    }

    #destinos_pre_definidos::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
        cursor: pointer;
    }

    /* DESKTOP */
    #classe_do_voo,
    #tipo_do_voo,
    #origem_do_voo,
    #destino_do_voo,
    #data_do_voo,
    #passageiros_do_voo {
        display: none;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: rgba(0, 0, 0, .71);
    }

    .seleção_de_tipos_A,
    .seleção_de_tipos_B,
    .seleção_de_tipos_C,
    .seleção_de_tipos_D {
        display: flex;
        flex-flow: column;
        position: fixed;
        top: 0;
        left: 0;
        min-width: 450px;
        max-width: 450px;
        height: 100vh;
        padding: 20px;
        background-color: #ffffff;
        margin: 0 0 0 calc(100vw - 450px);
    }

}

@media only screen and (max-width:912px) {

    /* MOBILE */
    main {
        border: none;
    }

    #mobile_main {
        display: flex;
        flex-flow: column;
        width: 100%;
        margin: 0 0 0 0;
    }

    #mobile_header {
        border: none;
    }

    #mobile_header>img {
        max-height: 32px;
        margin: 12.5px auto 12.5px 15px;
    }

    .detalhes_do_voo>article {
        margin: 5px;
    }

    #tipo_de_busca {
        margin: 0 30px;
    }

    .campo_de_busca {
        display: flex;
        flex-flow: column;
        padding: 15px;
        margin: 0;
        background: linear-gradient(rgb(16, 0, 79) 0%, rgb(45, 52, 206) 22.14%);
    }


    #publicidade_1 {
        flex-grow: 1;
        margin: -50px 15px 0;
        display: flex;
        flex-flow: column;
        position: relative;
        border: solid 10px #ffffff;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: rgba(48, 48, 48, 0.1) 0px 0.25rem 0.5rem;
    }

    #publicidade_1>article {
        width: 100%;
        max-height: 250px;
        border-radius: 8px;
    }

    #publicidade_1>article>img {
        width: 100%;
        max-height: 250px;
        border-radius: 8px;
        object-fit: cover;
    }

    #publicidade_1>div {
        display: flex;
        flex-flow: column;
    }

    #publicidade_1>div>div {
        margin: 10px 0;
        width: max-content;
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 15px;
        background-color: rgb(70, 88, 223);
    }

    #publicidade_1>div>div>label {
        font-family: latam-regular !important;
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1.1px;
        line-height: 12px;
        margin: 0 0 -5px;
    }

    #publicidade_1>div>b {
        font-size: 28px;
        color: rgb(16, 0, 79);
        font-family: latam-regular;
        font-weight: normal;
    }

    #publicidade_1>div>span {
        font-size: 18px;
        color: rgb(92, 92, 92);
        font-family: latam-regular;
        font-weight: normal;
        margin: 20px 0 10px 0;
    }

    /* FUNÇÕES */
    .nav-funções {
        display: flex;
        flex-flow: column;
        margin: 70px auto 20px;
    }

    .article-função {
        flex-grow: 1;
        border: solid 1px #e7e7e7;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 20px 10px;
        margin: 20px 20px 10px;
    }

    .article-função>img {
        width: 48px;
        height: 48px;
        border-radius: 24px;
        background-color: rgb(238, 237, 249);
        padding: 8px;
        margin: 0 10px 0 0;
    }

    .article-função>label {
        font-family: latam-bold;
        font-size: 14px;
        color: rgb(48, 48, 48);
        letter-spacing: 1.2px;
    }


    /* DESTINOS */
    #titulo_destinos {
        margin: 35px 0 10px 15px;
        font-family: latam-regular !important;
        font-size: 28px;
        color: rgb(16, 0, 79);
    }

    #destinos_pre_definidos {
        margin: 0;
        display: flex;
        flex-flow: column;
        height: max-content;
        width: 100%;
        padding: 5px 0;
    }

    .destino-pre-definido {
        margin: 0 15px 25px;
        min-width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
        height: max-content;
        border-radius: 0 0 8px 8px;
        display: flex;
        flex-flow: column;
        background-color: #ffffff;
        box-shadow: rgba(48, 48, 48, 0.1) 0rem 0.25rem 0.5rem 0rem;
    }

    .destino-pre-definido>article {
        margin: 0;
        width: 100%;
        height: 200px;
    }

    .destino-pre-definido>article>img {
        width: 100%;
        height: 200px;
        border-radius: 8px 8px 0 0;
        object-fit: cover;
    }

    .destino-pre-definido>div {
        background-color: #ffffff;
        border-radius: 8px;
        margin: -10px 0 0;
        padding: 10px;
        display: flex;
        flex-flow: column;
    }

    .destino-pre-definido>div>label {
        font-size: 22px;
        font-family: latam-bold !important;
    }

    .destino-pre-definido>div>span:first-of-type {
        font-size: 16px;
        color: rgb(133, 133, 133);
        font-family: latam-bold !important;
    }

    .destino-pre-definido>div>span:last-of-type {
        margin: 20px 0 0;
        font-size: 20px;
        color: rgb(48, 48, 48);
        font-family: latam-bold !important;
    }


    #destinos_pre_definidos::-webkit-scrollbar {
        width: 0;
        cursor: pointer;
        height: 0;
    }

    #destinos_pre_definidos::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0);
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
        cursor: pointer;
    }


    /* MOBILE */
    #classe_do_voo,
    #tipo_do_voo,
    #origem_do_voo,
    #destino_do_voo,
    #data_do_voo,
    #passageiros_do_voo {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
    }

    .seleção_de_tipos_A,
    .seleção_de_tipos_B,
    .seleção_de_tipos_C,
    .seleção_de_tipos_D {
        display: flex;
        flex-flow: column;
        width: 100vw;
        height: 100vh;
        padding: 20px;
        background-color: #ffffff;
    }

}

header {
    background-color: rgb(16, 0, 79);
    width: 100%;
    height: 64px;
}

.complemento {
    width: 100%;
    display: flex;
    flex-flow: column;
}

#tipo_de_busca {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-grow: 1;
    height: 60px;
}

#tipo_de_busca>div {
    width: max-content;
    height: 47px;
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    box-shadow: rgb(232, 17, 75) 0px 0.25rem 0px 0px inset;
}

#tipo_de_busca>div>span {
    color: rgb(92, 92, 92);
    letter-spacing: 1px;
}

#div_tipos_de_busca {
    display: flex;
    flex-flow: column;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
}

#busca_de_voos {
    display: flex;
    flex-flow: column;
}

#busca_de_voos>label {
    font-size: 26px;
    font-weight: normal;
    color: rgb(27, 0, 136);
    font-style: italic;
    margin: 10px 0;
}

.input_de_seleção_A {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.input_de_seleção_A span,
.input_de_seleção_A b {
    color: rgb(48, 48, 48);
    font-size: 16px !important;
}

.input_de_seleção_A>svg {
    margin: 0 10px 0 0;
}

.input_de_seleção_A>div {
    border: solid 1px rgb(133, 133, 133);
    border-radius: 8px;
    flex-grow: 1;
    height: 47px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

#icone_adicionar_passageiros {
    margin: 0 0 0 auto;
    color: rgba(237, 17, 75, .71);
    font-size: 24px;
    cursor: pointer;
}

.linha_1 {
    height: .5px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
}

.procurar_voos {
    margin: 20px 0 0;
    height: 50px;
    background-color: rgb(237, 22, 80);
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-family: latam-bold;
}

.tipo_e_classe_do_voo {
    display: flex;
    align-items: center;
}

.tipo_e_classe_do_voo>div {
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
}

.tipo_e_classe_do_voo>div:last-of-type {
    margin: 0 0 0 auto;
}

.tipo_e_classe_do_voo>div>label {
    font-family: latam-bold !important;
    color: rgb(133, 133, 133);
    font-size: 14px;
}

.tipo_e_classe_do_voo>div>i {
    color: rgb(232, 17, 75);
}

/* FIXOS */
.input_radio {
    margin: 0 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: solid 1px #e7e7e7;
}

.input_radio_checked {
    border-color: rgb(237, 22, 80);
    display: flex;
    align-items: center;
}

.input_radio_checked>div {
    margin: 0 auto;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background-color: rgb(237, 22, 80);
}

.input_radio_unchecked {
    border-color: #e7e7e7;
    display: flex;
    align-items: center;
}

.input_radio_unchecked>div {
    margin: 0 auto;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background-color: transparent;
}

.seleção_de_tipos_A>nav {
    display: flex;
    align-items: center;
}

.seleção_de_tipos_A>nav>h3 {
    font-size: 24px;
    font-weight: 100;
    color: rgb(16, 0, 79);
}

.seleção_de_tipos_A>nav>i {
    margin: 0 0 0 auto;
    font-size: 30px;
    color: rgb(92, 92, 92);
}

.seleção_de_tipos_A>div {
    margin: 50px 0 0;
}

.seleção_de_tipos_A>div>article {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
}

.seleção_de_tipos_A>div>article>label {
    font-size: 16px;
}

.seleção_de_tipos_A>button {
    margin: 30px 0 0;
    width: 100%;
    padding: 17px;
    border-radius: 5px;
    border: none;
    background-color: rgb(237, 22, 80);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}


.seleção_de_tipos_B>nav {
    display: flex;
    align-items: center;
}

.seleção_de_tipos_B>nav>h3 {
    font-size: 24px;
    font-weight: 100;
    color: rgb(16, 0, 79);
}

.seleção_de_tipos_B>nav>i {
    margin: 0 0 0 auto;
    font-size: 30px;
    color: rgb(92, 92, 92);
}

.seleção_de_tipos_B>article:first-of-type {
    margin: 50px 0 0;
}

.seleção_de_tipos_B>article {
    display: flex;
    flex-flow: column;
    background-color: #ffffff;
    border: solid 1px rgb(92, 92, 92);
    border-radius: 8px;
    padding: 5px 15px;
}

.seleção_de_tipos_B>article>label {
    margin: -14px 0 0 5px;
    padding: 0 5px;
    background-color: #ffffff;
    width: max-content;
}

.seleção_de_tipos_B>article>input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 10px 0;
    border: none;
    outline: none;
    font-size: 16px;
    vertical-align: middle;
}

.seleção_de_tipos_B>div {
    margin: 20px 0;
    flex-grow: 1;
    overflow-y: auto;
}

.seleção_de_tipos_B>button {
    margin: 0 0 100px;
    width: 100%;
    padding: 17px;
    border-radius: 5px;
    border: none;
    background-color: rgb(237, 22, 80);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}






.seleção_de_tipos_C>nav {
    display: flex;
    align-items: center;
}

.seleção_de_tipos_C>nav>h3 {
    font-size: 24px;
    font-weight: 100;
    color: rgb(16, 0, 79);
}

.seleção_de_tipos_C>nav>i {
    margin: 0 0 0 auto;
    font-size: 30px;
    color: rgb(92, 92, 92);
}

.seleção_de_tipos_C>button {
    margin: 0 0 100px;
    width: 100%;
    padding: 17px;
    border-radius: 5px;
    border: none;
    background-color: rgb(237, 22, 80);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.seleção_de_tipos_D>nav {
    display: flex;
    align-items: center;
}

.seleção_de_tipos_D>nav>h3 {
    font-size: 24px;
    font-weight: 100;
    color: rgb(16, 0, 79);
}

.seleção_de_tipos_D>nav>i {
    margin: 0 0 0 auto;
    font-size: 30px;
    color: rgb(92, 92, 92);
}

.seleção_de_tipos_D>div {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    padding: 25px 0;
}

.seleção_de_tipos_D>button {
    margin: 0 0 50px;
    width: 100%;
    padding: 17px;
    border-radius: 5px;
    border: none;
    background-color: rgb(237, 22, 80);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.seletor_de_passageiros {
    display: flex;
    align-items: center;
    padding: 35px 0;
    margin: 0;
    border-bottom: solid 1px #e7e7e7;
}

.seletor_de_passageiros:last-of-type {
    border: none;
}

.seletor_de_passageiros>svg {
    margin: 0 20px;
}

.seletor_de_passageiros>div:first-of-type {
    display: flex;
    flex-flow: column;
}

.seletor_de_passageiros>div:first-of-type label {
    font-size: 16px;
    color: rgb(48, 48, 48);
    margin: 0 0 5px;
    user-select: none;
}

.seletor_de_passageiros>div:first-of-type span {
    font-size: 12px;
    color: rgb(48, 48, 48);
    user-select: none;
}

.seletor_de_passageiros>div:last-of-type {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.seletor_de_passageiros>div:last-of-type svg {
    margin: 0 15px;
    color: rgba(237, 17, 75, .71);
    cursor: pointer;
}

.seletor_de_passageiros>div:last-of-type label {
    font-size: 22px;
    line-height: 26px;
    height: 22px;
    user-select: none;
}

.local {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px rgba(48, 48, 48, 0.15);
    cursor: pointer;
}

.local:last-of-type {
    border: none;
}

.local svg {
    width: 16px;
    height: 16px;
    fill: #1B0088;
}

.local div {
    display: flex;
    flex-flow: column;
}

.local div label {
    font-size: 18px;
    color: rgb(27, 0, 136);
}

.local div b {
    font-size: 14px;
    color: rgb(27, 0, 136);
}

.local div b span {
    margin: 0 0 0 5px;
    font-size: 14px;
    color: rgb(27, 0, 136);
    font-weight: normal !important;
}


.escolher_datas {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 25px 0 20px;
    border-bottom: solid 1px #b8b8b8;
    padding: 0 0 20px;
}

.div_data {
    display: flex;
    flex-flow: column;
    width: 40%;
    height: max-content;
}

.div_data>label {
    font-weight: normal;
    color: rgb(133, 133, 133);
    font-size: 12px;
}

.div_data>span {
    color: rgb(19, 141, 134);
    font-size: 16px;
    font-family: latam-bold !important;
}

.linha_vertical_datas {
    width: 2px;
    height: 24px;
    background-color: #b8b8b8;
    margin: 0 auto 0 auto;
}

.div_dias_da_semana {
    display: flex;
    flex-flow: column;
    width: 100%;
    flex-grow: 1;
}

.dias_da_semana {
    display: flex;
    align-items: center;
    min-width: 300px;
    max-width: 300px;
    max-height: max-content;
    margin: 0 auto;
}

.dias_da_semana>label {
    width: 40px;
    margin: 0 auto;
    text-align: center;
    color: rgb(19, 141, 134);
    font-family: latam-bold !important;
    font-size: 16px;
}

.div_calendario {
    display: flex;
    flex-flow: column;
    width: 100% !important;
    flex-grow: 1;
    overflow-y: auto;
    margin: 25px 0;
}

.div_calendario::-webkit-scrollbar {
    width: 0px;
    cursor: pointer;
}

.div_calendario::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: red;
    cursor: pointer;
}

.calendario {
    display: flex;
    flex-flow: column;
    min-width: 300px;
    max-width: 300px;
    margin: 0 auto;
}

.calendario_mes {
    min-width: 300px;
    max-width: 300px;
    margin: 0 0 30px;
}

.calendario_mes:last-of-type {
    margin: 0;
}

.calendario_mes section {
    display: flex;
}

.calendario_mes section label {
    color: rgb(16, 0, 79);
    font-size: 20px;
    font-style: italic;
}

.calendario_mes div {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 4px;
}

.calendario_mes div button {
    width: 39px;
    height: 39px;
    margin: 0;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #b8b8b8;
    font-family: latam-bold;
    color: rgb(71, 71, 71);
    cursor: pointer;
}

.calendario_button_active:hover {
    background-color: rgb(90, 55, 231);
    color: #ffffff;
    border-color: rgb(90, 55, 231);
}

.calendario_button_invisible {
    border: solid 1px transparent !important;
    background-color: transparent !important;
    cursor: auto !important;
    color: transparent !important;
}

.calendario_button_inactive {
    background: repeating-linear-gradient(315deg, #e7e7e7 0px, 1px, transparent 2px, transparent 6px);
    cursor: auto;
    color: #a2a2a2 !important;
    border-color: #e7e7e7 !important;
}

.calendario_button_selected {
    background-color: rgb(90, 55, 231) !important;
    color: #ffffff !important;
    border-color: rgb(90, 55, 231) !important;
}

.calendario_button_sub_selected {
    background-color: rgb(227, 220, 255) !important;
    color: rgb(16, 0, 79) !important;
    border-color: rgb(181, 162, 255) !important;
}



/* SUBSTITUI TUDO */
.border-none {
    border: none !important;
}