/*
Theme Name: Metro Baena
Description: Tema para la web Metro Baena
Version: 7.1.1
Author: Pumpún Dixital
Author URI: http://www.pumpun.com
Template: enfold
*/




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

.fc-item-title {
    cursor: pointer; /* Indica que el texto es clickable */
}

.fc-item-title:active, 
.fc-item-title:focus {
    text-decoration: underline; /* Subraya el texto cuando se pulsa */
}


@media only screen and (min-width: 768px) {
	
  /* Add your Desktop Styles here */
	
#map_box_100 > div{
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.page-id-26 .container {
    padding: 0px 0px !important;
}
.logo {
	margin-top: 24px !important;
}
}




/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {


	
  /* Add your Mobile Styles here */
.page-id-26 .container {
    padding: 0px 0px !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
	.avia-slideshow-arrows{
		display: none !important;
	}
	.av-icon-char{
		display: none !important;
	}
	#top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
		margin-top: 25px !important;
	}
	#footer{
		display: none !important;
	}
}