/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2025 | 00:21:32 */
/* Boton Limpiar Filtro BeRocket */
.bapf_sfilter.bapf_button_berocket .bapf_button {
    font-size: 14px;
    padding: 5px 18px;
    background-color: #005cb9;
}

.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
    background-color: #00458b;
}

/* Acomodar Categorias a 2 Columnas */
@media all and (max-width: 767px) {
    .two-col-mob .et_pb_column {
        width:47.25% !important;
    }
    
    .two-col-mob .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }
	
    .two-col-mob .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}

/* Mostrar FormyChat */
#formychat-widgets {
    position: fixed;
    z-index: 99999 !important;
}

/* Boton de descarga Ficha Técnica */
a.wcpoa_attachmentbtn {
    color: #ffffff;
    border-radius: 3px;
    background-color: #cd0000;
    padding: 5px 10px;
}

a.wcpoa_attachmentbtn:hover {
    background-color: #8c0000;
}

