/* Estilo personalizado para a seção com imagem de fundo*/
.titulo-oferta-formativa {
    text-align: center;
    background-color: #7D54F1;
}

/* Estilo para centralizar o título */
.texto-oferta {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.titulo-oferta-formativa h2 {
    color: #fff;
    margin-left: 350px;
    font-size: 36px;
    font-weight: 700;
}

.imagem-oferta {
    margin: 0px;
    padding: 0px;
    text-align: right;
    height:216px;
}

.imagem-oferta svg {
    height: 100%;
}

.imagem-oferta img {
    height: 100%;
}

.campospesquisa {
    text-align: left;
    padding: 40px; /* Espaçamento interno */
    margin: 0 auto; /* Centraliza a seção na página */
    /*max-width: 800px;  Define a largura máxima da seção */
    background-color: #FFFFFF; /* Cor de fundo desejada */
}

.row.filtrar {
    justify-content: center;
    align-items: center;
}

.botao-filtrar-aplicar {
    background-color: #4242F8;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    width: 160px;
    height: 50px;
    border-radius: 30px;
    border-color: transparent;
    box-shadow: 4px 3px 10px #4242f861;
}
	
.resultadosoferta {
    text-align: left;
    padding: 30px; /* Espaçamento interno */
    margin: 0 auto; /* Centraliza a seção na página */
    max-width: 80%; /* Define a largura máxima da seção */
    background-color: #FFFFFF; /* Cor de fundo desejada */
}

.row.resultados {
    height: 100%!important;
    overflow: hidden;
}
	
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 1px solid #8594A3;
        border-radius: 31px;
        background: #ffffff;
        color: #393939;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #000000;
            background: #ffffff;
        }
        .select select:disabled {
            opacity: 0.4;
            pointer-events: none;
        }

.select_arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none;
    padding: 6px;
    box-shadow: 2px -2px 0 1px #08c6b2 inset;
    border: solid transparent;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #08c6b2;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}
  .style1 {
	color: #0033FF;
	font-weight: bold;
}
  .style2 {color: #0033CC}

.row.resultados {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-evenly;
    gap: 15px;
}

.card {
    margin-bottom: 20px;
}

.card-topo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    background-color: #4242F8;
    border-radius: 0.375rem;
    justify-content: space-between;
}

.card-nível {
    color: green;
    background-color: white;
    margin-bottom: 0px;
    padding: 5px 5px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    text-wrap: nowrap;
}

.card-text {
    font-size: 12px;
    font-style: italic;
    color: #4343f8;
}

.card-title {
    color: blue;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.botao-resultado {
    text-align: center;
    margin: 15px auto;
    width: auto;
}

#previousPageButton, #nextPageButton {
    background-color: #4242F8;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    width: 130px;
    height: 40px;
    border-radius: 30px;
    border-color: transparent;
    box-shadow: 4px 3px 10px #4242f861;
    margin: 10px;
}

.pageButton {
    background-color: #4242F8;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    width: 30px;
    height: 40px;
    border-radius: 5px;
    border-color: transparent;
    margin: 5px;
    padding: 3px;
}

.pageButton.active {
    box-shadow: 4px 3px 10px #a5acaf;
    background-color: #4242F8;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    width: 30px;
    height: 40px;
    border-radius: 5px;
    border-color: transparent;
    margin: 5px;
    padding: 3px;
}

.botao-ver-mais {
    background-color: #08C6B2;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    width: 160px;
    height: 50px;
    border-radius: 30px;
    border-color: transparent;
}

.buttonTop {
    width: 50px;
    position: fixed;
    top: 40%;
    right: 30px;
    border-radius: 100%;
    border: 0px solid #fff;
    box-shadow: 0px 2px 5px #000;
    background-color: transparent;
    height: 50px;
}


@media screen and (min-width: 320px) and (max-width: 768px) {
    .card {
        width: 238px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    /*Ajustar imagem e texto do titulo Oferta Formativa*/
    .oferta-formativa {
        flex-direction: column-reverse;
    }

    .titulo-oferta-formativa h2 {
        color: #fff;
        margin-left: 0px;
        font-size: 36px;
        font-weight: 700;
    }

    .texto-oferta {
        margin: 10px 0px;
    }

    .imagem-oferta {
        /*height: -webkit-fill-available;*/
        height: fit-content;
    }

    .imagem-oferta svg {
        width: -webkit-fill-available;
    }
}


@media screen and (min-width: 320px) and (max-width: 480px) {
    
    .detalhesoferta {
        text-align: left;
        padding: 30px 0px;
        margin: 0 auto;
        max-width: 100%;
        background-color: #FFFFFF;
    }
    
    .row.oferta-formativa-1 {
        position: relative;
    }
    
    .col-lg-7.texto-oferta {
        position: absolute;
        top: 75px;
    }

    .tab-content {
        overflow: auto;
        padding-bottom: 10px;
    }
    
    .campospesquisa {
        text-align: left;
        padding: 40px 0px; /* Espaçamento interno */
        margin: 0 auto; /* Centraliza a seção na página */
        /*max-width: 800px;  Define a largura máxima da seção */
        background-color: #FFFFFF; /* Cor de fundo desejada */
    }
    
} 

@media screen and (min-width: 768px) and (max-width: 1150px) {


}