<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2023 | 22:56:31 */
/*** Inicia AVSYS - Divi basics ***/
/* Fix WP-Rocket - Esconder linea en botones */
.et_pb_button {
    text-decoration: none !important;
}

/* Esconde carrito woocommerce en menú de Divi */
.et-cart-info { 
	display:none; 
}

/* Top Menu */
#top-menu-nav &gt; ul &gt; li &gt; a:hover {
    color: #e32128;
	opacity: 1;
}

/* Forzar mobile menu */
@media only screen and ( max-width: 1280px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

/* Esconder reCaptcha - Divi */
body.et_pb_recaptcha_enabled .grecaptcha-badge {
    visibility: hidden !important;
}

/* Fix Logo */
@media (max-width: 980px) {
     #logo {max-height: 80% !important;}
}

/* banner - estilos del slider button */
.ls-layer-link {
    background-color: #16c1f3;
    border-radius: 100px;
	border: 3px solid !important;
    border-color: #ffffff !important;
    color: #fff !important;
	text-decoration: none;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.ls-layer-link a:hover{
	background-color: #000;
}

/* remover link en el portfolio */
#portafolio-mallas .et_pb_portfolio_item a {
    pointer-events: none;
    cursor: default;
    display: inline-block;
}

/* Color link e-mail footer */
.email-footer a {
	color: #ffffff !important;
}

.email-footer a:hover {
	color: #e32128 !important;
}

/* Centrar Footer */
#footer-info {
	text-align: center;
	width: 100%;
}

/* Color link e-mail footer */
#footer-info a {
	color: #ffffff;
}

#footer-info a:hover {
	color: #f5b2b4;
    opacity: 1;
}</pre></body></html>