/**
 * @file
 * Use this CSS file to override base CSS rules
 */


@import url('https://fonts.googleapis.com/css?family=Open+Sans|Slabo+13px|Slabo+27px');

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

body {
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
}

body.pff-43 {
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
}

h1, h2, h3, h4 ,h5 {
  font-family: 'Slabo 27px', serif;
}

#featured {
	background: url(/slide/abajo.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 60px;
	z-index: 10;
	color: #fff;
}
.region-header {
	margin: 25px 0px
}
.principal {
	margin-top: 60px;
}
h2.principal,
-principal h2, {
	color: #fff;
}
.featured__container {
	width: 45%;
	margin: 50px 0;
}
.node__container {
	position: relative;
}
.readmore a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 23px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}
.masonry-item {
	text-align: center;
}
.language-link {
	color: transparent;
}
.field__item {
	display: block;
}
.images-container {
	float: left;
	margin: 0px 15px 45px 0px;
}
.espacios {
	color: #dddddd;
	padding-top: 1.5em;
}
.espacios img {
	width: 80%;
}
.beneficios img {
	width: 50%;
}
.fc-timeline .fc-body .fc-scroller {
    z-index: 1;
	max-height: 150px;
}
.region--gray-background {
	background-color: #000000;
	color: #ffffff;
}
.block-block-content6cdae0a7-41b2-4209-b1f1-b12ef1095837 {
    position: absolute;
    top: 20%;
    z-index: 9;
    left: 50%;
    width: 600px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 15px;
    overflow: hidden;
    margin-left: -300px;
}
.custom-search-block-form {
    position: absolute;
    top: 30%;
    z-index: 9;
    left: 50%;
    width: 600px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 15px;
    overflow: hidden;
    margin-left: -300px;
}
.region-content-top-highlighted h2 {
	color: #ffffff;
}
.custom_search-keys {
	font-size: 14px;
}
.masonry-item {
	width: 33%;
}

.izquierda img {
	float: left;
	margin-right: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(../../images/close.gif)
}

@media screen and (max-width: 768px) {
	.block-block-content6cdae0a7-41b2-4209-b1f1-b12ef1095837 {
			width: 100%;
			clear: both;
			left: 0;
			margin: 0;
			padding: 10px;
	}
	.block-block-content6cdae0a7-41b2-4209-b1f1-b12ef1095837 h1 {
		font-size: 24px;
		text-align: center;
	}
	.custom-search-block-form {
			position: static;
			width: 100%;
			clear: both;
			left: 0;
			margin: 0;
			padding: 10px;
	 }
	.masonry-layout .masonry-item {
    width: 99%;
    background-color: #f6f6f2;
    border: 1px solid #DDDDDD;
    margin: 0.5%;
    padding: 0.7%;
	}
}

#bat-event-ui-event-type-form input[type="submit"] {
transform: translateY(30px);
}

.margend{
margin-right: 5px;
}