/*
Theme Name:   GENERATEPRESSRadar
Description:  Escribe aquí una descripción corta acerca de tu tema hijo
Author:       Navajas
Author URL:   Escribe aquí la URL del blog o la web del autor
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  GENERATEPRESSRadar
*/

/* Escribe aquí tu propia hoja de estilos personal */

/* CAMBIOS DANI SELECT */ 
div#filtra_listado_empresas span select{
    margin-top: 10px;
}
div#filtra_listado_empresas span {
    width: 35%;
    padding: 0px 10px;
    font-size: 15px;
}
#filtra_listado_empresas{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
@media only screen and (max-width: 480px){
    #filtra_listado_empresas{
        display: block;
    }
}
.borrar_filtros{
    text-align: right;
}
.borrar_filtros span{
    display: inline-block;
    border-bottom: 1px solid #559491;
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
    color:#559491;
}
.pass_check_logo{
    position: absolute;
    width: 30px !important;
    top: 10px;
    right: 10px;
}
.le_logo{
    position: relative;
}
.marca .pass_check_logo {
    width: 15px !important;
    top: 5px !important;
    right: 5px !important;
    transform: none !important;
    left: auto !important;
}
.custom_startup_home{
    background:#fff !important;
}
.custom_startup_home img{
    width: 70% !important;
    height: auto !important;
}