input.titulo-buscador-simple {
    outline: none;
}
input.titulo-buscador-simple::placeholder {
    font-size: .9em;
    font-weight: bold;
    opacity: .5;
}

.mostrar-resultados-busqueda.lupa-buscador {
    width: 30px;
    height: 30px;
    left: 100%;
    margin: auto -45px;
    cursor: pointer;
}
.mostrar-resultados-busqueda.lupa-buscador .lupa-cristal {
    height: 25px;
    width: 25px;
    border-width: 3px;
}

.arrow {
    width: 15px;
    height: 15px;
    color: #06A6E0;
    border-width: 3px;
    border-style: solid;
    transform: rotate(45deg);
    cursor: pointer;
}
.arrow.arrow-peque {
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-width: 2px !important;
}
.arrow.right {
    border-bottom: none;
    border-left: none;
}
.arrow.up {
    border-right: none;
    border-bottom: none;
    margin-top: 10px;
}
.arrow.down {
    border-left: none;
    border-top: none;
    margin-top: 3px;
}

/*#tipos-formacion{
    overflow: auto;
}*/

.boton {
    white-space: nowrap;
    padding: 6px 10px;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.boton.boton-peque {
    font-size: .6rem;
}
.boton.boton-medio {
    border: 2px solid;
    color: #2172B9;
}
.boton.boton-medio.activo {
    background: #2172B9;
    border-color: #2172B9;
    color: #ffffff;
    font-weight: normal;
}
.boton.boton-oscuro {
    color: #ffffff;
}
.boton.boton-oscuro.activo {
    background: #06A6E0;
}

@media (min-width: 1024px) {
    .contenido-buscador-simple.foco-buscar {
        position: relative;
        top: 0px;
    }
    .foco-buscar label.titulo-buscador-simple, .foco-buscar .oferta-formativa-completa {
        opacity: 0;
    }
}