body {
    font-family: Switzer, sans-serif;
    background-color: white;
}

/* Inicio sobreescribir valores impuestos por Wordpress */

#contenedor_general_skip_wordpress table td{
    padding: 0 !important;
    border: 0 !important;
}

#contenedor_general_skip_wordpress table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}

#contenedor_general_skip_wordpress tr:hover,
#contenedor_general_skip_wordpress td:hover,
#contenedor_general_skip_wordpress table:hover{
    background-color: transparent !important;
}

#contenedor_general_skip_wordpress input:focus
{
    outline: none !important;
}

/* Fin sobreescribir valores impuestos por Wordpress */

.formacion_en_abierto {
    background-color: #EE502C;
    display: inline;
    color: white;
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}

.descubre-oferta {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.input-busqueda {
    width: 100%;
    padding: 10px;
    border: 1px solid blue !important;
    border-radius: 5px 0 0 5px !important;
}

.select_filtro
{
    padding: 8px;
    border: 1px solid blue;
    border-radius: 8px;
    width: 100%;
    margin-top: 10px;
}

.span_filtro
{
    font-size: 13px;
}

.contenedor_filtros {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columnas iguales */
    gap: 1rem;
}

@media (max-width: 800px) {
    .contenedor_filtros {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas iguales */
    }
}

@media (max-width: 500px) {
    .contenedor_filtros {
        grid-template-columns: 100%;
    }
}

#div_lupa
{
    background-color: blue;
    color: white;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    height: 42px;
    /*margin-top: 0.5px;*/
}

.icono_naranja{
    color: #EE502C;
    margin-right: 2px;
}


.container {

    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));

}

.item {

    box-sizing: border-box;
    border: 1px solid #EEE;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.item > .titulo_contenedor {
    width: 100%;
    height: 70px;
}

.item > .titulo_contenedor > .titulo {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.item > .tag_curso{
    background-color: #1D5CFF;
    padding: 5px;
    color: white;
    display: inline-block;
    font-size: 10px;
    margin-top: 16px;
    margin-left: 16px;
}

@media (max-width: 500px) {
    .container {
        grid-template-columns: 1fr;
        justify-content: center !important;
    }
}

.item > .separador_contenedor {
    width: 100%;
    display: flex;
    justify-content: center;
}

.item > .separador_contenedor > .separador {
    margin-top: 8px;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    background-color: #EDEDF0;
    height: 3px;
    box-sizing: border-box;
}

.ver-mas{
    border-bottom: 2px solid #1D5CFF;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
    cursor: pointer;
}

.ver-mas .caption
{
    color: #1D5CFF;
    padding-bottom: 5px;
}

.info-detallada-curso_contenedor
{
    width: 100%;
    font-size: 12px;
}

.info-detallada-curso_contenedor > div
{
    padding: 15px;
    padding-bottom: 8px;
}

.info-detallada-curso_contenedor > div > .elemento_info_detallada_curso
{
    display: inline-block;
    border-right: 2px solid #EEE;
    margin-right: 4px;
}

.info-detallada-curso_contenedor > div > .elemento_info_detallada_curso:last-child
{
    border: 0;
}

#contenedor_paginacion{
    width: 100%;
    margin-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

#paginacion a, #paginacion span {
    margin: 0 5px;
    text-decoration: none;
}

#paginacion span {
    font-weight: bold;
}
