.contenido-sitio {
    background-image: none;
}

#contenido-busqueda {
    flex-grow: 1;
    margin-bottom: 40px;
}

.descripcionBuscador {
    font-size: 15px;
    color: grey;
}

form {
    display: flex;
    justify-content: center;
}

/* CONTENIDO SEARCH */

.explorar,
.resCounter {
    font-size: 0.7rem;
}

.resCounter {
    color: #aaa;
}

.tituloBuscador {
    margin-bottom: 0.3rem;
    color: #004b81;
    font-size: 1.3rem;
}

.resultRow {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}

a h3 {
    text-decoration: underline; /* Enable underline */
    text-decoration-thickness: 2px; /* Set the thickness of the underline */
    text-underline-offset: 4px; /* Adjust the distance between text and underline */
    text-decoration-color: transparent; /* Initially hide the underline */
    transition: text-decoration-color 0.3s ease; /* Smooth transition */
}

a h3:hover {
    text-decoration-color: #23527c; /* Show underline on hover */
}


.headerSearch .divider {
    height: 2px;
    background-color: #ccc;
    margin-left: -40px;
    margin-top: -2px;
}

.searchResults .resultado {
    padding-top: 0.8rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #004b81;
    margin-right: 28px;
}

.searchResults .resultado .textoResultado {
    color: #333;
    margin: 0;
}

.form-buscar {
    justify-content: left;
}

.contenedorBusqueda {
    align-items: center;
    display: flex;
    margin-bottom: 7px;
}

/*filter*/
.contenedorFilter {
    display: flex;
    justify-content: center;
    padding-left: 30px;
}

#select-filter {
    border-radius: 30px 30px 30px 30px;
    height: 85%;
    border: 1px solid #ccc;
    color: #555;
    background-color: #fff;
    font-size: 0.7rem;
    line-height: 1.3333333;
    appearance: none;
    padding: 5px 30px 5px 20px;
}

.iconFilter {
    height: 55px;
}

.iconFilter::after {
    content: '\f0d7 ';
    font-family: FontAwesome;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    color: #004b81;
    pointer-events: none;
}

@media (min-width: 992px) {
    .search-home {
        flex-direction: row;
        width: 100%;
    }

    .iconFilter::after {
        right: -56px;
        top: -43px;
    }
}

@media (max-width: 768px) {
    .header-home {
        text-align: center;
    }

    .search-home {
        justify-content: center;
    }

}

@media (max-width: 991px) {

    .iconFilter::after {
        right: 20%;
        top: 3px;
    }
}


@media (min-width: 1200px)
{

    .iconFilter::after {
       right: -39%;
       top: -84%;
    }
}

@media (min-width: 1400px) {
    .search-home {
        width: 80% !important;
    }

    .iconFilter::after {
        right: -72px;
        top: -39px;
    }
}

@media (min-width: 1743px) {

    .iconFilter::after {
        right: 19%;
        top: 3%
    }
}