@import url("../../reverie-master/css/style.css");
/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */
body {
  background: #fefefe;
}
#content {
padding: 0rem;
background-color: none;
border: none;
}
.clear{
	clear:both;
}
body > header.contain-to-grid {
  margin-bottom: 0 !important;
}
.top-bar .name {
padding-top: 15px;
}

/*! $Slider Styles */
#slideshow {
  overflow: hidden;
  max-width: 100%;
}
#slideshow img {
  width: 100%;
}
#slideshow .slider-content {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 95;
  width: 100%;
  display: block;
  height: auto;
  color: #fff;
  text-align: right;
}
#slideshow .slider-content .slider-content-inner {
  max-width: 90%;
  margin: 0 auto;
}
#slideshow .slider-content h2 {
  background: #1f2329;
  background: rgba(31, 35, 41, 0.9);
  font-size: 2.5rem;
  display: inline-block;
  padding: 15px 25px 15px;
  line-height: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #fff;
  text-transform:uppercase;
  font-weight:bold;
}
#slideshow .slider-content h3 {
  background: #1c93c5;
  background: rgba(28, 147, 197, 0.9);
  font-size: 1.5rem;
  display: inline-block;
  padding: 10px 25px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
  text-transform:uppercase;
  font-weight:bold;
}
#slideshow .slides li {
  float: left;
  position: relative;
  width: 100%;
}
#slideshow .flex-control-nav.flex-control-paging {
  position: absolute;
  display: block;
  bottom: 50px;
  margin: 0 auto;
}
#slideshow .flex-control-paging li a {
  width: 11px;
  height: 11px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: transparent;
}
#slideshow .flex-control-paging li a.flex-active {
  background: #fff;
}
#slideshow a {
  color: #fff;
}
#slideshow h3 a {
  display: block;
}

.flexslider {
  margin: 0;
}

/*altura del slider para que no corra el contenido cuando carga
#slid3r{height:550px;}*/

/* end slider style*/
.entry-content {
  line-height: 1.6;
}
.section-block .sub-title {
margin: 0 0 15px 0;
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
}
footer.full-width {
background-color: #292A30;
border-top: none;
padding-top: 2rem;
padding-bottom: 1rem;
}

footer.full-width .love-reverie {
border-top: none;
padding-top: 0rem !important;
}

footer.full-width .love-reverie p {
	color:#CCC;
}
.padd{
	margin:3rem 0 3rem 0;
}
.iconos{font-size: 6rem;}
.iconos-social{font-size: 2.5rem; margin-left:1rem;}
.iconos-contacto{ color:#666;}

.face{color:#FFF;}
.twi{color:#FFF;}
.you{color:#FFF;}


/* cropdrops */

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 2rem;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #1C93C5 !important;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

blockquote {
	text-align:center !important;
	border:none !important;


}
blockquote p{
	
	font-size:2rem !important;
	font-style:italic;
}

blockquote p:before {
content: "\f1a3";
font-family: "foundation-icons";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
font-size:3rem !important;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
text-decoration: inherit;
}
blockquote span{
	font-size:1rem;
}


/*fix for sticky topbar from jump when scrolling*/
.f-topbar-fixed > .container {
   margin-top: 0 !important; 
}

/*para las imagenes de la xpand gallery*/
.og-grid li  {
  margin: 10px 35px 15px 0px !important;

}
.og-grid li img {
 
  border:1px solid #E4E4E4;
}