/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.tituloCategoriaWidget {
	margin-top: 30px;
}

.stickyContact {
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 185px;
	width: 55px;
	height: 55px;
	line-height: 77px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	background-color:#23406C;
	box-sizing: border-box;
	border-radius: 100px;
}
#icono_telefono_fixed {
	position: fixed;
	z-index: 9999;
	right: 20px;
	bottom: 116px;
	width: 55px;
	height: 55px;
	line-height: 77px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	background-color: #D5B079;
	box-sizing: border-box;
	border-radius: 100px;
}

:is(.stickyContact,#icono_telefono_fixed) img{
	width: 35px;
	filter: invert(100%) sepia(0%) saturate(7459%) hue-rotate(137deg) brightness(96%) contrast(101%);
}

.elementor-nav-menu--main ul li.button_menu a{
    line-height: 20px;
    color: #fff !important;
    background-color: #89724E !important;
}


@media (max-width: 768px) {
  
    #generate-slideout-menu .slideout-menu li.button_menu{
        text-align: center;
        max-width: 210px;
        margin-inline: auto;
        margin-top: 25px;
    }
	
}