.hide-me {
    display: none !important;
}

#menu-filter {
    background-color: #00023A;
}

#menu-filter .scroll-arrow {
    position     : absolute;
    top          : 50%;
    transform    : translateY(-50%);
    width        : 30px;
    height       : 30px;
    background   : #4153f9;
    border-radius: 50%;
    opacity      : 0.8;
    color        : #fff;
    font-size    : 24px;
    text-align   : center;
    line-height  : 30px;
    cursor       : pointer;
}

#menu-filter .scroll-arrow-left {
    display            : none;
    left               : 2px;
    background-image   : url(../img/prev.png) !important;
    background-size    : contain !important;
    background-repeat  : no-repeat !important;
    background-position: center center !important;
    text-indent        : -99999px;
}

#menu-filter .scroll-arrow-right {
    display            : none;
    right              : 2px;
    background-image   : url(../img/next.png) !important;
    background-size    : contain !important;
    background-repeat  : no-repeat !important;
    background-position: center center !important;
    text-indent        : -99999px;
}





#menu-filter .container {
    position: relative;
    padding : 0px 40px;
}

#menu-filter #menu-filter-itens {
    list-style     : none;
    list-style-type: none;
    margin         : 0;
    padding        : 0;
    display        : flex;
    flex-direction : row;
    flex-wrap      : nowrap;
    justify-content: center;
    align-items    : center;
}

#menu-filter #menu-filter-itens li {
    padding       : 12px;
    width         : auto;
    display       : inline-block;
    white-space   : nowrap;
    letter-spacing: 1px;
}

#menu-filter #menu-filter-itens li a {
    text-decoration: none;
    color          : #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 5px 20px;
    text-transform: capitalize !important;
    display: inline-block;
    text-align: center;
}

#menu-filter #menu-filter-itens li a:hover {
    opacity: 0.8;
}

#menu-filter #menu-filter-itens li a.active {
    color      : #ffffff;
    background-color: #0a999b;
    border-color: #0a999b;
}

#filters-combox {
    width          : 100%;
    max-width      : 1200px;
    margin-right   : auto;
    margin-left    : auto;
    padding        : 20px 0px 10px;
    display        : flex;
    align-items    : center;
    justify-content: flex-start;
    gap            : 10px;
}

#filters-combox #trilha-material,
#filters-combox #type-material {
    border       : 1px solid #3142DD;
    border-radius: 6px;
    padding      : 8px 12px;
    cursor       : pointer;
    max-width    : 260px;
}

#filters-combox #limpar-filtro {
    color           : #000;
    background-color: transparent;
    border          : none;
    padding         : 10px;
    text-decoration : none;
    width           : auto;
    display         : inline-block;
    text-align      : center;
    font-size       : 14px;
    text-transform  : uppercase;
    font-weight     : 600;
    cursor          : pointer;
}

#filters-combox #limpar-filtro:hover {
    opacity: 0.8;
}

#show-cards-container,
#show-cards-mat-response {
    padding: 0px 0px 30px;
}

#show-cards-container .container,
#show-cards-mat-response .container {
    width       : 100%;
    max-width   : 1200px;
    margin-right: auto;
    margin-left : auto;
    padding     : 20px 0;
}

#show-cards-container .cards-container,
#show-cards-mat-response .cards-container {
    display: flex;
    width  : 100%;
    margin : 0px auto;
    padding: 10px;
    gap    : 10px;
}

#show-cards-container .card,
#show-cards-mat-response .card {
    width           : 260px;
    min-width       : 260px;
    margin          : 0px 10px;
    padding         : 10px 0px;
    position        : relative;
    border-radius   : 20px;
    background-color: #eef0ff;
    overflow        : hidden;
    border          : 1px solid #6574FF;
    display         : flex;
    flex-direction  : column;
    justify-content : space-between;
    align-items     : flex-start;
    user-select     : none;
}

#show-cards-container .card .card-material-gratuito,
#show-cards-mat-response .card .card-material-gratuito {
    width         : 100%;
    display       : flex;
    flex-direction: column;
    align-items   : flex-start;
    padding       : 10px 20px;
}

#show-cards-container .card .card-material-gratuito h3,
#show-cards-mat-response .card .card-material-gratuito h3 {
    font-size  : 16px;
    color      : #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    margin     : 0px;
}

#show-cards-container .card .card-material-gratuito span.text,
#show-cards-mat-response .card .card-material-gratuito span.text {
    font-size  : 12px;
    color      : #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    margin     : 12px 0 0;
    display    : flex;
}

#show-cards-container .card .card-btn-comprar,
#show-cards-mat-response .card .card-btn-comprar {
    margin    : 5px 0px;
    padding   : 0px 20px 10px;
    text-align: center;
    width     : 100%;
}

#show-cards-container .card .card-btn-comprar a,
#show-cards-mat-response .card .card-btn-comprar a {
    color           : #FFFFFF;
    background-color: #0A999B;
    border-radius   : 10px;
    border          : 1px solid #0A999B;
    padding         : 10px 26px;
    text-decoration : none;
    width           : 100%;
    display         : block;
    font-size       : 14px;
    text-transform  : uppercase;
    font-weight     : 600;
}

#show-cards-container .card .card-btn-comprar a:hover,
#show-cards-mat-response .card .card-btn-comprar a:hover {
    opacity: 0.8;
}

#show-cards-container .card .card-badge,
#show-cards-mat-response .card .card-badge {
    color          : #FFFFFF;
    border-radius  : 10px;
    padding        : 3px 12px;
    text-decoration: none;
    width          : auto;
    display        : inline-block;
    text-transform : uppercase;
    font-weight    : 600;
    font-size      : 12px;
    margin         : 20px 0 6px 20px;
}

#show-cards-container .card .card-badge-apostila,
#show-cards-mat-response .card .card-badge-apostila {
    background-color: #000466;
    border          : 1px solid #000466;
}

#show-cards-container .card .card-badge-simulado,
#show-cards-mat-response .card .card-badge-simulado {
    background-color: #FF7A00;
    border          : 1px solid #FF7A00;
}

#myModal-material .site-modal-content,
#materialModalSteps .site-modal-content {
    background-color: #EEF0FF;
    margin          : 5% auto;
    padding         : 0px;
    border-radius   : 12px;
    border          : 1px solid #888;
    width           : 90%;
    max-width       : 500px;
    position        : relative;
}

#myModal-material #formulario-here,
#materialModalSteps #formulario-here {
    padding: 20px 20px 40px;
}

#myModal-material .header-popup-desbloqueio,
#materialModalSteps .header-popup-desbloqueio {
    display        : flex;
    margin-bottom  : 6px;
    align-items    : flex-start;
    justify-content: flex-start;
    flex-wrap      : wrap;
}

#myModal-material .header-popup-desbloqueio p,
#materialModalSteps .header-popup-desbloqueio p {
    margin       : 0;
    padding      : 0;
    margin-bottom: 0 !important;
}

#myModal-material .header-popup-desbloqueio svg,
#materialModalSteps .header-popup-desbloqueio svg {
    margin : 0;
    padding: 0;
}

#myModal-material .header-popup-desbloqueio h3,
#materialModalSteps .header-popup-desbloqueio h3 {
    line-height: 0;
    padding    : 15px;
    margin     : 0;
}

#myModal-material #formulario,
#materialModalSteps #formulario {
    font-family: "Roboto" !important;
}

#myModal-material #formulario-btn-submit,
#materialModalSteps #formulario-btn-submit {
    display: none;
}

#myModal-material #formulario .formulario-row,
#materialModalSteps #formulario .formulario-row {
    padding: 30px 25px 10px;
}

#myModal-material #formulario .formulario-col,
#materialModalSteps #formulario .formulario-col {
    width        : 100%;
    padding      : 0;
    margin-bottom: 15px;
}

#myModal-material #formulario span.field-option,
#materialModalSteps #formulario span.field-option {
    margin : 20px 10px;
    display: block;
}

#myModal-material #formulario span.field-option label,
#materialModalSteps #formulario span.field-option label {
    font-size: 0.9em;
}

#myModal-material #formulario h3,
#materialModalSteps #formulario h3 {
    text-align : center;
    font-size  : 1.3em;
    font-weight: 400;
    line-height: 1.3em;
}

#myModal-material #formulario .form-field,
#materialModalSteps #formulario .form-field,
#myModal-material #formulario .form-select,
#materialModalSteps #formulario .form-select {
    color        : #000000;
    border       : 1px solid #5768FF;
    border-radius: 25px;
    width        : 100%;
    padding      : 12px;
    margin       : 5px auto;
    display      : block;
    outline      : none;
    font-size    : 1.1em;
    font-weight  : 400;
    font-family  : "Roboto" !important;
}

#myModal-material #formulario input.form-field::placeholder,
#materialModalSteps #formulario input.form-field::placeholder {
    color      : #C3C3C3;
    font-weight: 400;
    font-family: "Roboto" !important;
}

#myModal-material #formulario #btn-submit,
#materialModalSteps #formulario #btn-submit {
    color           : #FFFFFF;
    cursor          : pointer;
    border          : none;
    background-color: #0A999B;
    border-radius   : 30px;
    padding         : 12px 30px;
    text-decoration : none;
    width           : 100%;
    display         : block;
    font-size       : 1.1em;
}

#myModal-material #formulario #btn-submit:hover,
#materialModalSteps #formulario #btn-submit:hover {
    opacity: 0.9;
}

#myModal-material .form-link-custom,
#materialModalSteps .form-link-custom {
    color: #4169e1;
}


/* Materiais Gratuitos */
#materiais_gratuitos_obg {
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    flex-wrap       : nowrap;
    background-color: #5768FF;
    padding         : 40px 90px 60px;
}

#materiais_gratuitos_obg h1,
#materiais_gratuitos_obg h2 {
    color      : #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size  : 1.6rem;
    line-height: 1.1em;
    font-weight: 400;
    text-align : center;
    padding    : 0;
    margin     : 0;
}

#materiais_gratuitos_obg h3 {
    color      : #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size  : 1.3rem;
    font-weight: 400;
    text-align : center;
}

#materiais_gratuitos_obg p {
    text-align : center;
    color      : #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size  : 18px !important;
    font-weight: 400;
}

#force-dlm_download {
    color      : #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size  : 18px !important;
    font-weight: 400;
}

#materiais_gratuitos_obg p {
    margin-top   : 10px !important;
    margin-bottom: 10px !important;
}

.card-bloqueado {
    width           : 320px;
    min-width       : 320px;
    margin          : 0px 10px;
    padding         : 0px 0px 0px 0px;
    position        : relative;
    border-radius   : 12px;
    background-color: #eef0ff;
    overflow        : hidden;
}

.card-bloqueado .card-image {
    width  : 100%;
    height : auto;
    margin : 0px;
    padding: 0px;
}

.card-bloqueado .card-image img {
    width  : 100%;
    height : auto;
    margin : 0px;
    padding: 0px;
}

.card-bloqueado .card-material-gratuito {
    width         : 100%;
    display       : flex;
    flex-direction: column;
    align-items   : flex-start;
    padding       : 10px 20px;
}

.card-bloqueado .card-btn-comprar {
    margin    : 10px 0px;
    padding   : 0px 40px 20px;
    text-align: center;
}

.card-bloqueado .card-btn-comprar a {
    color           : #FFFFFF;
    background-color: #0A999B;
    border-radius   : 30px 30px 30px 30px;
    padding         : 12px 30px 12px 30px;
    text-decoration : none;
    width           : 100%;
    display         : block;
}

.card-bloqueado .card-btn-comprar a:hover {
    opacity: 0.8;
}

.card-bloqueado .card-mask {
    display         : flex;
    align-items     : center;
    justify-content : center;
    width           : 100%;
    height          : 100%;
    background-color: rgb(0 0 0 / 48%);
    position        : absolute;
    z-index         : 2;
    top             : 0px;
}

.card-mask img {
    cursor    : pointer;
    transition: all 0.2s ease;
}

.card-mask img:hover {
    cursor   : pointer;
    transform: scale(1.12);
}

.btn-grupo {
    font-family        : "Roboto", Sans-serif;
    font-size          : 18px;
    font-weight        : 400;
    line-height        : 25px;
    background-color   : #37BE4A;
    border-radius      : 12px;
    padding            : 12px 60px 12px 60px;
    cursor             : pointer;
    display            : flex;
    flex-wrap          : nowrap;
    flex-direction     : row;
    align-items        : center;
    justify-content    : center;
    color              : #fff;
    text-decoration    : none;
    background-image   : url(../img/whatsapp.png);
    background-position: 10px center;
    background-repeat  : no-repeat;
    background-size    : 36px;
}

.btn-grupo:hover {
    color          : #fff;
    text-decoration: none;
    opacity        : 0.8;
}

.site-modal select.form-field-select {
    color        : #7b7b7b;
    border       : 1px solid #5768FF;
    border-radius: 25px;
    width        : 100%;
    padding      : 12px;
    margin       : 5px auto;
    display      : block;
    outline      : none;
    font-size    : 1.1em;
    font-weight  : 400;
    font-family  : "Roboto" !important;
}

.line-red {
    background-color: #D81E5B;
    padding         : 5px 15px;
}

.site-modal label.form-label {
    color  : #7b7b7b;
    display: block;
    margin : 0 0 5px;
    padding: 0;
}

#formulario {
    font-family: "Roboto" !important;
}

#formulario-btn-submit {
    display: none;
}

#formulario .formulario-row {
    padding: 30px 25px 10px;
}

#formulario .formulario-col {
    width        : 100%;
    padding      : 0;
    margin-bottom: 15px;
}

#formulario span.field-option {
    margin : 20px 10px;
    display: block;
}

#formulario span.field-option label {
    font-size: 0.9em;
}

#formulario h3 {
    text-align : center;
    font-size  : 1.3em;
    font-weight: 400;
    line-height: 1.3em;
}

#formulario .form-field {
    color        : #000000;
    border       : 1px solid #5768FF;
    border-radius: 25px;
    width        : 100%;
    padding      : 12px;
    margin       : 5px auto;
    display      : block;
    outline      : none;
    font-size    : 1.1em;
    font-weight  : 400;
    font-family  : "Roboto" !important;
}

#formulario input.form-field::placeholder {
    color      : #C3C3C3;
    font-weight: 400;
    font-family: "Roboto" !important;
}

#formulario #btn-submit {
    color           : #FFFFFF;
    cursor          : pointer;
    background-color: #0A999B;
    border-radius   : 30px 30px 30px 30px;
    padding         : 12px 30px 12px 30px;
    text-decoration : none;
    width           : 100%;
    display         : block;
    font-size       : 1.1em;
}

#formulario #btn-submit:hover {
    opacity: 0.9;
}

.site-modal .step-form {
    display       : none;
    padding-bottom: 10px;
}

#control-step a {
    color           : #FFFFFF;
    cursor          : pointer;
    background-color: #0A999B;
    border-radius   : 30px 30px 30px 30px;
    padding         : 12px 30px 12px 30px;
    text-decoration : none;
    width           : auto;
    display         : inline-block;
    font-size       : 1em;
}

#control-step a:hover {
    opacity: 0.8;
}

#control-step a#voltar-btn {
    background-color: rgb(205 205 205);
    color           : #515151;
}

#codigo_dlm_download {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#codigo_dlm_download a {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    background-color: #f78d35;
    border-radius: 12px;
    padding: 12px 60px 12px 60px;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background-image: url(../img/baixar.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 36px;
}

@media only screen and (max-width : 768px) {
    #menu-filter {
        .scroll-arrow-right {
            display: block;
        }
    }

    #menu-filter #menu-filter-itens {
        display        : flex !important;
        flex-wrap      : nowrap !important;
        flex-direction : row !important;
        justify-content: flex-start !important;
    }

    #show-cards-container {
        .container {
            padding: 20px 20px;
        }
    }

    .cards-container .card {
        width       : 300px;
        min-width   : 300px;
        margin-right: 6px;
    }

    .cards-container .card .card-btn-comprar {
        padding: 0px 15px;
    }

    #filters-combox {
        display       : flex;
        flex-direction: column;
        flex-wrap     : nowrap;
        align-items   : flex-start;
        padding       : 20px 20px 0;
    }

    #filters-combox {
        #limpar-filtro {
            padding: 0 5px;
        }
    }

    #materiais_gratuitos_obg {
        padding: 40px 20px 40px;
    }

    #materiais_gratuitos_obg .btn-grupo {
        padding: 12px 20px 12px 20px;
    }
}