.titulo_pag h1 {
    font-family: "Montserrat Bold";
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 120px;
    font-size: 58px;
}

.titulo_pag_linha {
    height: 4px;
    background: #3a2cf2;
    display: block;
    width: 240px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.cicloremove{
    display: none;
    font-size: 11px;
    float: right;
    margin-right: 23px;
    z-index: 2;
}

li.active .cicloremove{
    display: block;
}

.noresultsfilter{
    display: none;
}

.noresultsfilter.active{
    display: flex;
    align-items: center;
}

.noresultsfilter i{
    color: blue;
    margin-right: 20px;
    font-size: 22px;
}

.noresultsfilter span{
    line-height: 22px;
}

.cursoslist{
    padding-bottom: 120px;
}

.modulo_curso {
    background-color: white;
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-bottom: 30px;
}

.modulo_curso_img {
    padding-bottom: 15px;
    padding-top: 15px;
}

.curso_img_defeito {
    width:100%;
    height:292px;
    background-color: #333333;
}

.curso_nome {
    font-family: "Montserrat SemiBold";
    color: #3f4244;
    letter-spacing: 0px;
    margin-top: 30px;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    height: 110px;
}

.curso_nome:hover, .curso_nome:focus{
    color: #333333;
}

.curso_nome:hover {
    color: rgb(58 180 227);

}

.curso_nome_linha {
    height: 3px;
    display: block;
    /* margin-top: 30px; */
    width: 70px;
    padding-left: 30px;
    margin-left: 13px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.cinza_fundo4 {
    background-color: #f2f2f2;
}

.imagem_wrap2 {
    overflow: hidden;
    width: 100%;
    height: 292px;
    background-color: #c0bfc9;
    background-size: auto 292px;
    background-repeat: no-repeat;
    background-position: center center;
}

.linktocurso{
    display: block;
    height:100%;
}


.historia_imagem {
    position: relative;
}

.historia_camada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(-40deg, #12171d, #12051D 1px, #12051D 1px, #12171d 4px);
    opacity: 0.5;
}

.historia {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 37%;
    text-align: center;
    z-index: 3;
}

.historia_titulo_linha {
    height: 3px;
    display: block;
    z-index: 3;
    margin: 0 auto;
    background-color: white;
    width: 300px;
    margin-top: 12px;
}

.historia_breadcrumb {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
}

.historia_breadcrumb li a {
    color: white;
}

.historia h1 {
    text-align: center;
    font-size: 60px;
    color: #3f4244;
    padding-top: 110px;
    font-family: 'Montserrat SemiBold';
}

.dropdownbtn, .dropdownbtn:hover{
    font-family: "PT Sans Italic";
    display: inline-block;
    font-size: 24px;
    margin-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.option{
    position: relative;

}

.option span.result, .option.result span.value{
    display: none;
}

.option span.value, .option.result span.result{
    display: inline;
}

.option span.value{
    font-family: "PT Sans Italic";
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    color: #333333;
}


ul.drop li:hover, ul.drop li.active {
    background-color: #ccc;
}

.option .dropdown-pane {
    width: 100%;
    padding:0;
}

.drop_linha {
    height: 1.45px;
    background-color: #0a0a0a;
    display: block;
    width: 100%;
    margin-top: 8px;
}

.dropdownbtn i{
    margin-right: 25px;
    font-size: 17px;
    color: #333333;
    margin-left: 8px;
}

.drop{
    list-style-type: none;
    margin-bottom: 0;
    max-height: 450px;
    overflow-y: scroll;
}

.drop::-webkit-scrollbar {
    opacity: 0;
    width: 0;
}


.drop li{
    padding-left: 43px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    position: relative;
}

.drop li a{
    color: black;
    line-height: 32px;
    padding-left: 12px;
    width: 100%;
    display: block;
    color: rgb(49, 49, 49);
    font-family: Montserrat;
    font-size: 14.5px;
}

.cicloremove{
    display: none;
    float: left;
    margin-right: 0px;
    z-index: 0;
    font-size: 14px;
    right:10px;
    bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(-0%,-100%);
}

.active a.opt{
    position: relative;
}

.active .cicloremove{
    display: block;
    z-index: 0;
}

.drop1 i {
    font-size: 17px;
    color: #333333;
    margin-left: 8px;
}

.selectfirst, .noresultsfilter {
    display: none;
    font-family: "PT Sans";
}

.selectfirst.show {
    display: flex;
    align-items: center;
}

.selectfirst i {
    display: inline-block;
    transform: rotate(180deg);
    color: red;
    font-size: 21px;
    margin-right: 17px;
}

a.disabled{
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    background-color: transparent;
}

a.disabled.inactive{
    display: none;
}

.filter{
    padding-bottom: 80px;
    margin-top: 50px;
}

.ofertaformativa_banner h1 {
    text-align: center;
    font-size: 60px;
    color: #3f4244;
    padding-top: 110px;
    font-family: 'Montserrat SemiBold';
}

.breadcrumb_azul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 90;
    top: 110px;
    /*    padding-top: 50px;*/
}


.breadcrumbs li a {
    color: #a7a5a5;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    white-space: nowrap;
}


/*Media query a ser aplicada em 13"*/

@media only screen and (max-width: 1439px) {

    .ofertaformativa_banner h1 {
        font-size: 55px;
    }

    .imagem_wrap2 {
        height: 200px;
    }

    .curso_img_defeito {
        height: 200px;
    }

    .curso_nome {
        margin-top: 30px;
        font-size: 16px;
        padding-right: 0px;
        line-height: 1.5;
        padding-left: 0px;
        height: 135px;
    }

    .curso_nome_linha {
        margin-top: 0px;
        margin-left: 0px;
    }

    .modulo_curso_img {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }


}


@media only screen and (max-width: 1439px) {

    .wrap {
        padding-left: 7%;
        padding-right: 7%;
    }



}



/*Media query a ser aplicada em "IPAD"*/

@media (min-width : 768px)
and (max-width : 1024px) {

    .breadcrumbs li {
        font-size: 14px;
    }

    .ofertaformativa_banner h1 {
        font-size: 40px;
        padding-right: 10%;
        padding-left: 10%;
        padding-top: 100px;
    }


    .dropdownbtn {
        margin-left: 0px;
        font-size: 20px;
        margin-bottom: 15px;

    }
    .dropdownbtn:hover {
        margin-left: 0px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .option span.value {
        font-size: 20px;
    }

    .filter {
        margin-right: 0px;
    }

    .imagem_wrap2 {
        height: 200px;
    }

    .curso_img_defeito {
        height: 200px;
    }

    .curso_nome {
        margin-top: 40px;
        height: 150px;
        font-size: 16px;
        line-height: 1.75;
        padding-right: 20px;
    }

    .curso_nome_linha {
        margin-top: 0px;
    }

    .modulo_curso_img {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .modulo_curso {
        margin-bottom: 15px;
    }

    .filter {
        margin-bottom: 0px;
    }


}


/*Media query a ser aplicada em "IPHONE"*/

@media (max-width: 767px){

    .breadcrumbs {
        display: none;
    }

    .modulo_curso_img {
        display: none;
    }

    .ofertaformativa_banner h1 {
        font-size: 25px;
        padding-top: 50px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 0px;

        padding-top: 30px;
        font-size: 22px;
        line-height: 25px;
    }

    .dropdownbtn {
        margin-left: 0px;
        font-size: 16px;
        margin-bottom: 18px;
    }
    .dropdownbtn:hover {
        margin-left: 0px;
        font-size: 16px;
        margin-bottom: 18px;
    }

    .option span.value {
        font-size: 16px;
    }

    .drop li a {
        padding-left: 12px;
        font-size: 12px;
    }

    .drop li {
        padding-left: 20px;
    }

    .wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .filter {
        padding-bottom: 40px;
    }

    .curso_nome {
        margin-top: 25px;
        height: auto;
        font-size: 15px;
        padding-right: 0px;
    }

    .curso_nome_linha {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .modulo_curso {
        margin-bottom: 10px;
    }

    .filter {
        margin-top: 40px;
        padding-bottom: 0px;
    }

    .filter .columns {
        padding-right: 0px;
        padding-left: 0px;
    }

    .curso_nome {
        margin-top: 15px;
        line-height: 19px;
        font-size: 13px;
    }

    .modulo_curso .columns {
        padding-right: 0px;
        padding-left: 0px;
    }

    .curso_nome_linha {
        height: 2px;
    }

    .curso_nome_linha {
        margin-top: 8px;
        margin-bottom: 20px;
        line-height: 2px;
        background-color: rgb(58 180 227);
    }




}

/*#region Novo css*/
.dropdownbtn, .dropdownbtn:hover{
    font-family: "PT Sans Italic";
    display: inline-block;
    font-size: 21px;
    margin-left: 0px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.optionsdrop{
    position: relative;
}

.optionsdrop span.result, .optionsdrop.result span.value{
    /*display: none;*/
}

.optionsdrop span.value, .optionsdrop.result span.result{
    display: inline;
}

.optionsdrop span.value{
    font-family: "PT Sans Italic";
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    color: #333333;
}


ul.drop li:hover, ul.drop li.active {
    background-color: #ccc;
}

.optionsdrop .dropdown-pane {
    width: 100%;
    padding:0;
    /*    margin-left: 25px;*/
    margin-top: -15px;
}

.drop_linha {
    height: 1px;
    background-color: #0a0a0a;
    display: block;
    width: 100%;
    margin-top: 8px;
}

.dropdownbtn i{
    margin-right: 8px;
    font-size: 17px;
    color: #333333;
    margin-left: 8px;
}

.drop{
    list-style-type: none;
    margin-bottom: 0;
    max-height: 450px;
    overflow-y: scroll;
}

.drop::-webkit-scrollbar {
    opacity: 0;
    width: 0;
}


.drop li{
    padding-left: 40px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    position: relative;
    color: rgb(49, 49, 49);
    font-family: Montserrat;
    font-size: 14.5px;
}

.drop li a{
    color: black;
    line-height: 32px;
    padding-left: 0px;
    width: 100%;
    display: block;
}

.cicloremove{
    display: none;
    float: left;
    margin-right: 0;
    z-index: 0;
    font-size: 14px;
    right:10px;
    bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(-0%,-100%);
}

.active a.opt{
    position: relative;
}

.active .cicloremove{
    display: block;
    z-index: 0;
}

.drop1 i {
    font-size: 17px;
    color: #333333;
    margin-left: 8px;
}

.selectfirst, .noresults {
    display: none;
    font-family: "PT Sans";
}

.selectfirst.show {
    display: flex;
    align-items: center;
}

.selectfirst i {
    display: inline-block;
    transform: rotate(180deg);
    color: red;
    font-size: 21px;
    margin-right: 17px;
}

a.disabled{
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    background-color: transparent;
}

a.disabled.inactive{
    display: none;
}

.filter{
    padding-bottom: 80px;
}

@media (max-width: 1530px) {

    .optionsdrop span {
        font-size: 22px;
    }

}

@media (max-width: 1450px) {

    .optionsdrop span {
        font-size: 21px;
    }

    .optionsdrop span.value {
        font-size: 21px;
    }

    .drop li {
        padding-left: 38px;

        .dropdownbtn i {
            margin-right: 4px;
            margin-left: 4px;
        }

        .filter .row .columns {
            padding-right: 0px;
            padding-left: 0px;
        }

        .filter .row .columns:first-of-type {
            padding-right: 6px;
        }

        .filter .row .columns:nth-of-type(2) {
            padding-left: 6px;
        }

    }


    @media (max-width: 1300px) {
        .optionsdrop span.value {
            font-size: 18px;
        }

        .optionsdrop span {
            font-size: 18px;
        }

    }


    @media (max-width: 1140px) {
        .optionsdrop span.value {
            font-size: 16px;
        }

        .optionsdrop span {
            font-size: 16px;
        }

        .filter .row .columns:first-of-type {
            padding-right: 10px;
        }

        .filter .row .columns:nth-of-type(2) {
            padding-left: 10px;
        }

    }




    @media (min-width : 768px)
    and (max-width : 1024px) {

        .dropdownbtn {
            margin-left: 0px;
            font-size: 20px;
            margin-bottom: 15px;

        }

        .dropdownbtn:hover {
            margin-left: 0px;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .optionsdrop span.value {
            font-size: 20px;
        }

        .filter {
            margin-right: 0px;
        }

        .optionsdrop .dropdown-pane {
            margin-top: -22px;
        }

    }


}

@media (max-width: 767px){
    .dropdownbtn {
        margin-left: 0px;
        font-size: 16px;
        margin-bottom: 18px;
    }
    .dropdownbtn:hover {
        margin-left: 0px;
        font-size: 16px;
        margin-bottom: 18px;
    }

    .optionsdrop span.value {
        font-size: 16px;
    }

    .filter {
        margin-right: 0px;
        padding-bottom: 30px;
    }

    .dropdownbtn i {
        margin-right: 18px;
        margin-right: 5px;
    }

    .drop li {
        padding-left: 20px;
        font-size: 12px;
    }


    .optionsdrop .dropdown-pane {
        margin-left: 0px;
    }

    .optionsdrop .dropdown-pane {
        margin-top: -25px;
    }

}


@media (max-width: 1024px){

    .dropdownbtn {
        margin-left: 0px;
    }

    .filter .row .columns:nth-of-type(2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .filter .row .columns:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }






}



/*#endregion */