/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 00:45:58 */
/*** Inicia AVSYS - Divi basics ***/

/* Forzar menu movil */
/* @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;}
} */

/* Esconde carrito woocommerce en menú de Divi */
/*.et-cart-info { 
	display:none; 
}*/

/* Elimina la linea debajo del header */
/* header#main-header.et-fixed-header, #main-header {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
} */

/* Esconder reCaptcha - Divi */
body.et_pb_recaptcha_enabled .grecaptcha-badge {
    visibility: hidden !important;
}

/* Fix Logo on Movil */
@media only screen and (max-width: 767px) {
    body header img#logo {
        max-width: 80% !important;
        max-height: 80% !important;
        height: auto !important;
        width: auto !important;
    }
}

/* Top Menu Hover */
#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover,
.et-fixed-header #top-menu a:hover {
	color: #e1403f !important;
    opacity: 1;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    color: #993433; 
    opacity:1;
}

/*Cmbiar color menu hamburguesa*/
@media only screen and (max-width: 980px)  {
	#et-top-navigation span.mobile_menu_bar:before, 
	#et-top-navigation span.mobile_menu_bar:after {
		color: #fff !important;
	}
}

/* Fix Preguntas Frecuentes - Acordeon - Activar JS */
/* .et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
} */

/* ==========================================================
   BOTÓN "VER MÁS" EN RESULTADOS DE BÚSQUEDA
   ========================================================== */

.search-results .et_pb_post .post-content a.more-link {
    display: table !important;
    margin: 30px 0 0 auto !important;
    padding: 0.3em 1em !important;

    color: #ffffff !important;
    background-color: #993433 !important;
    border: 2px solid #993433 !important;
    border-radius: 3px;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    text-decoration: none !important;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

/* Estado hover y navegación con teclado */
.search-results .et_pb_post .post-content a.more-link:hover,
.search-results .et_pb_post .post-content a.more-link:focus {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    text-decoration: none !important;
}

/* Centrar Footer */
#footer-info {
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	width: 100%;
}

/* Ajuste Top Arrow - Botones Whats y Tel */
.et_pb_scroll_top.et-pb-icon {
    bottom: 15px;
}

@media (max-width:700px) {
    .et_pb_scroll_top.et-pb-icon {
        bottom: 145px;
    }
}

/* Fix botones de Celular - Botones Whats y Tel */
@media (max-width:700px) {
    #footer-info {
	    padding-bottom: 15px;
    }
}

/* Color link e-mail footer */
#footer-info a {
	color: #ffffff;
}

#footer-info a:hover {
	color: #000000;
    opacity: 1;
}
