@charset "utf-8";
/* CSS Document */

.header nav.primary_nav ul li a {
  margin-top: 24px;
  margin-right: 15px;
  margin-bottom: 24px;
  margin-left: 15px;
}
.main section
{
  background-color: #f4f4f4;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 96px;
}

.room_bg_light
{
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

@media screen and (min-width: 1065px) {
	a.menu-toggler {
	display:none;
	/*display: block;*/
}

}

.entry .entry_icon h2  {
  font-weight: 700;
}

/* Icono de Whatsapp */
.icono-whatsapp {
	width: 43px;
	height: 43px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	/*background-color: #00bb2d;*/
	color: #ffffff;
	padding: 10px;
  z-index: 999;
}
.icono-whatsapp:hover {
	/*background-color: #ffffff;
	color: #00bb2d;*/
}