/* Themify Customize Styling */
body {	
	font-family: "Arial", "Helvetica", sans-serif;	font-size:1.2em;
 
}
:root {	
	--theme_accent: #a01127;
	--theme_accent_semi: #0c7aa0;
	--theme_accent_hover: #a3bd31; 
}
#site-description {	display: none; 
}
@media(max-width: 680px) { /* Themify Customize Styling */
body {	
	font-family: "Arial", "Helvetica", sans-serif; 
}
:root {	
	--theme_accent: #a01127;
	--theme_accent_semi: #0c7aa0;
	--theme_accent_hover: #a3bd31; 
}
 }
/* Themify Custom CSS */
/*Menu iconos fijo debajo de la pagina */

.header-icons {

	background-color: #fff;
    position: fixed;
    bottom: 0;
     /* left: 0;       Opcional: para alinear a la izquierda */
    width: 100%;   /* Opcional: para que ocupe todo el ancho */
    z-index: 1000; /* Opcional: para que se muestre sobre otros elementos */
}