/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 11 2025 | 05:07:56 */
/* CONTACTO MOVIL
.wpb_column.vc_column_container.vc_col-sm-12.vc_hidden-lg.vc_hidden-md.vc_hidden-sm {
  display: none;
} */

/*FAQ PREGUNTAS FRECUENTES */
.vc_toggle_title {
  background: #5E6A63;
	border-radius: 10px;
}

.vc_do_toggle {
  margin-bottom: 35px;
  background: white;
  border-radius: 10px;
}

@media screen and (min-width: 778px){

/* SIDE BAR DEL MENU CONTACTO*/
	.side-widget.active { display: none; }
	
	#hamburger-menu { display: none; }
	
}

/*FUENTES*/
* {
	font-family: "Montserrat", sans-serif !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*

body, body p, body h1, body h2, body h3, body h4, body h5, body h6, a, p, .vc_column-text, .wpb_text_column p, span, strong {
    font-family: 'Montserrat', sans-serif !important;
}

*/