@import "normalize.css";
@import "fonts.css";
/*------------------------------------
Master Stylesheet
Project: Hacienda Vista Hermosa
Version: 1.0
Assigned to: Elva Corona

------------------------------------*/
/*------------------------------------
Table of Contents
1.- Normalize
2.- Colors

------------------------------------*/
/*------------------------------------
    @Normalize
------------------------------------*/
* {
  box-sizing: border-box;
}
/*-------------------------------
 	@Color Codes
	creame: #dbefa4;
	brown: #8e4820:
	gray: #959595;
	mid creame: #fffaf5;
---------------------------------*/
/*------------------------------------
    @Loader css
------------------------------------*/

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  color: #fff;
  z-index: 1999;
}


/*-------------------------------
    @Typography

	KinicSlab-Book
	KinicSlab-Bold 
	
	Sizes: 
	-base 	16px - lh 19.2px or 1em/1.2em
			18px - lh 21.6px  or 1.125em/1.35em
			19px - lh 22.8px- letter-spacing 0.03em   1.1875em/1.425em
			22px - lh 26.4px or 1.375em/1.65em
			25px - lh 30px or 1.5625em/1.875em
	
	
	PlayfairDisplay
	PlayfairDisplay-Bold
	
	Sizes:
	20px lh 24px or 1.25em/1.875em
	32px lh 38.4px or 2em/2.4em
	42px lh 50.4px or 2.625em/3.15em
	
	effects
	box-shadow: #000000 alpha1

---------------------------------*/
/* 
	Model font shorthand 
	font: font-style font-variant font-weight font-size/line-height font-family;
	
*/
.zoom-effect {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.group {
  overflow: visible;
  height: 100%;
  display: table;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.grupo {
  overflow: visible;
  height: 100%;
  display: block;
}
.grupo:after {
  content: "";
  display: table;
  clear: both;
}

.w100{
	width: 100%;
}
/*------------------------------------
	@Columns
------------------------------------*/
.column-1 {
  width: 12.5%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-2 {
  width: 25%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-3 {
  width: 37.5%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-4 {
  width: 50%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-5 {
  width: 62.5%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-6 {
  width: 75%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-7 {
  width: 87.5%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-8 {
  width: 100%;
  /*  float: left;*/
  display: table-cell;
  vertical-align: top;
}
.column-1b {
  width: 10.5%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-2b {
  width: 23%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-3b {
  width: 35.5%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-4b {
  width: 48%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-5b {
  width: 60.5%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-6b {
  width: 73%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-7b {
  width: 85.5%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-8b {
  width: 98%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-100 {
  width: 100%;
}
.column-100 input:not(#send) {
  margin-bottom: 0.3em;
}
.column-2a {
  float: left;
  width: 25%;
}
.column-33 {
  float: left;
  width: 33.3%;
}
.column-33b {
  float: left;
  padding: 0 0.5em;
  width: 30.3%;
}
.column-33i {
  float: left;
  margin-right: 2%;
  width: 30.3%;
}
.column-66 {
  float: left;
  width: 66.6%;
}
.column-66b {
  float: left;
  padding: 0 0.5em;
  width: 66.6%;
}
.column-33-8i {
  width: 94.5%;
  float: left;
  margin: 0 2% 0.3em 0;
}
.column-text100 {
  margin: auto;
  width: 80%;
}
html {
  height: 100%;
  width: 100%;
}
body {
  color: #959595;
  font: normal 16px/19.2px 'KlinicSlabBook', serif;
  height: 100%;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 950px) {
  body {
    font-size: 11.2px;
    line-height: 12.32px;
  }
}
@media only screen and (min-width: 1629px) {
  body {
    font-size: 24px;
    line-height: 28.8px;
  }
}
h1 {
  font-size: 42px;
}
a:link {
	color: #ffffff;
}
@media only screen and (max-width: 950px) {
  h1 {
    font-size: 22.4px;
  }
}
h2,
h3,
h4,
h5,
h6 {
  color: #8e4820;
  font-family: 'PlayfairDisplayBold', serif;
  text-align: center;
}
h7 {
	font-size: 20px;
}
h2 {
  font-size: 2em;
  line-height: 2.4em;
  margin: 1em 0;
}
h2:before {
	content: "\e602\00a0";
	color: #debfa4;
	display: inline-block;
	font-family: 'icomoon';
	vertical-align: 0;
	font-weight: 100;
	font-size: 0.7em;
}
h2:after {
	content: "\00a0\e601";
	color: #debfa4;
	display: inline-block;
	font-family: 'icomoon';
	vertical-align: 0;
	font-weight: 100;
	font-size: 0.7em;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 12px;
  background: #8e4820;
  -webkit-transition: -webkit-transform 0.3s, width 1s;
  -moz-transition: width 1s;
  -o-transform: width 1s;
  transition: transform .3s, width 1s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  pointer-events: none;
}
.pace.pace-active .pace-progress {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ornaments {
  fill: #debfa4;
}
h3 {
  font-size: 1.15em;
  line-height: 1.875em;
}
@media only screen and (max-width: 950px) {
  h3 {
    font-size: 14.56px;
  }
}
/*@media only screen and (min-width: 1629px) {
  h3 {
    font-size: 34.8px;
    line-height: 36px;
  }
}*/
h3:before {
  content: "\e602\00a0";
  color: #debfa4;
  display: inline-block;
  font-family: 'icomoon';
  vertical-align: 0;
  font-weight: 100;
  font-size: 0.7em;
}
h3:after {
  content: "\00a0\e601";
  color: #debfa4;
  display: inline-block;
  font-family: 'icomoon';
  vertical-align: 0;
  font-weight: 100;
  font-size: 0.7em;
}
p,
.p {
  padding: 0.1em 0;
  margin: 0;
}
a {
  display: inline-block;
  text-decoration: none;
  padding: 0.1em 0;
  color: #959595;
}
a img {
  border: none;
}
li {
  padding: 0.1em;
}
.page {
  margin: auto;
  position: relative;
  /*	@media screen and (min-width: 810px){
		width: 1204px;
	}
*/
}
/*------------------------------------
	@Navigation
------------------------------------*/
#prime-nav {
  position: relative;
  background-color: #FFF;
  border-bottom: 2px solid #F0EFEB;
  font-size: 1.375em;
  line-height: 1.65em;
  width: 100%;
  z-index: 999;
}
#prime-nav.sticked {
  font-size: 1.1em;
  margin: 0 auto;
  top: 0;
}
.nav {
  margin: auto;
  position: relative;
  width: 960px;
}
@media only screen and (max-width: 950px) {
  .nav {
    width: 90%;
  }
}
@media only screen and (min-width: 1629px) {
  .nav {
    width: 70%;
    font-size: 21.6px;
  }
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav ul > li {
  /*float: left;*/
  display: inline-block;
  margin: 0.5em 1em 0.5em 0;
}
.nav ul > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1629px) {
  .nav ul > li {
    margin-right: 5%;
  }
  .nav ul > li:last-child {
    margin-right: 0;
  }
}
.nav ul a {
  color: #959595;
  height: 100%;
  line-height: 1.65em;
  vertical-align: middle;
  width: 100%;
}
.nav ul a:hover {
  color: #8e4820;
}
.nav ul a.nav-active {
  color: #8e4820;
}
/*.sticked{ font-size: 0.9em; margin:0 auto;}*/
#undefined-sticky-wrapper {
  height: 0 !important;
}
*-sticky-wrapper {
  height: 0 !important;
}
#prime-sticky-wrapper.sticky-wrapper {
  height: 1.4em !important;
}
/*------------------------------------
	@Header
------------------------------------*/
.header {
  position: relative;
  background-color: #FFF;
  /*	overflow: hidden;*/
}
.intro {
  background-color: #ffffff;
  color: #ffffff;
  display: inline-block;
  /*	height: 405px;*/
  text-align: center;
  font: normal 42px/50px 'PlayfairDisplayBold', serif;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.intro h1 {
  /*	.box-shadow(2px; 3px);	*/
  height: 100%;
  line-height: 1.2em;
  margin: 0 auto;
  padding-top: 12%;
  vertical-align: 0;
  width: 800px;
  left:50%;
  margin-left: -400px;
  position: absolute;
  top: 0;
  z-index: 100;
}

.header .redes {
  margin-top: 0.8em;
  text-align: right;
}
.header .redes a{
	float: right;
	padding: 0 10px;
}
@media only screen and (min-width: 1629px) {
  .intro h1 {
    font-size: 55.2px;
  }
}
.intro ul {
  position: absolute;
  left: -0.1em;
  top: -0.1em;
  right: 0;
  padding: 0;
  margin: 0;
}
.intro li {
  list-style: none;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.intro ul li {
  float: left;
}
.intro:after {
  content: "";
  display: table;
  clear: both;
  padding-top: 30%;
}
.intro .pager {
  margin: auto;
  position: absolute;
  top: 83%;
  overflow: visible;
  width: 100%;
  z-index: 105;
}
.slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*
		position:  absolute;
		
	*/
}
.slider ul {
  padding: 0 !important;
}
.slider:before {
  background-color: #000000;
  top: 0px;
  left: -100%;
  height: 100%;
  position: absolute;
  width: auto;
  z-index: 100;
}
.slider .overlay {
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.slider img {
  width: 100%;
}
.slider .pager span {
  color: #999;
  margin: 0 0.1em;
  font-size: 1.3em;
}
.slider .pager span.cycle-pager-active {
  color: #ffffff;
}
.header-extra {
  margin: 20px auto 0 auto;
  width: 75%;
}
@media only screen and (max-width: 950px) {
  .header-extra {
    width: 95%;
  }
}
@media only screen and (min-width: 1629px) {
  .header-extra {
    width: 77%;
  }
}
.phone {
  display: inline-block;
  vertical-align: top;
  padding: 0.1em;
}


/*------------------------------------
	@Header Form
------------------------------------*/
.booking-wrap {
  left: 10%;
  overflow: visible;
  position: relative;
  width: 300px;
  z-index: 110;
}
@media only screen and (max-width: 950px) {
  .booking-wrap {
    left: 0;
    overflow: visible;
    width: 250px;
  }
}
@media only screen and (min-width: 1629px) {
  .booking-wrap {
    font-size: 16px;
    line-height: 19.2px;
  }
}
.mysticky > div {
  top: 3.9em !important;
}
@media only screen and (min-width: 1629px) {
  .mysticky > div {
    top: 4.7em !important;
  }
}
.booking-tab {
  background-color: #8e4820;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 1.1em;
  left: 10%;
  overflow: hidden;
  position: absolute;
  padding: 0;
  text-align: center;
  top: 0;
  width: 226px;
  z-index: 111;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-bottom-radius: 0 0 10px 10px;
  /* Firefox 18- */
  /* Firefox 19+ */
}
.booking-tab p {
  font-size: 1.3em;
}
.booking-tab .frame {
  border: none;
  height: 100%;
  margin: auto;
  width: 226px;
}
.booking-tab form {
  padding: 0.5em 0;
  background-color: #8e4820;
}
.booking-tab form button.Zebra_DatePicker_Icon_Inside {
  margin: 0 -10px 0 0;
}
.booking-tab input::-webkit-input-placeholder {
  color: #8e4820;
}
.booking-tab input:-moz-placeholder {
  color: #8e4820;
}
.booking-tab input::-moz-placeholder {
  color: #8e4820;
}
.booking-tab input:-ms-input-placeholder {
  color: #8e4820;
}
.booking-tab input:not(#book):not(#bAdultsNumber):not(#bChildNumber) {
  border: none;
  color: #8e4820;
  font-size: 1.1em;
  height: 1.9em;
  margin: 0.5em auto;
  padding: 0 0.3em;
  width: 80%;
}
.booking-tab input#book {
  background: transparent;
  border: none;
  display: inline-block;
  font-size: 1.3em;
  margin: 0.5em auto;
  width: 80%;
}
.booking-tab #book {
  background: transparent;
  border: none;
  display: inline-block;
  margin: 0.3em auto;
  font-size: 1.3em;
  width: 80%;
}
.booking-tab input#bAdultsNumber,
.booking-tab input#bChildNumber {
  font-size: 1.1em;
  height: 1.9em;
  padding: 0 0.3em;
  margin: 0.5em auto;
  width: 39%;
}
.booking-tab input#bAdultsNumber {
  margin-right: 1.5%;
}
.booking-tab input#bChildNumber {
  margin-left: 1.5%;
}
.booking-tab:after {
  clear: both;
}
.booking-tab #arrow-toggle {
  border: none;
  color: #ffffff;
  background-color: transparent;
  height: 30px;
  cursor: pointer;
  width: 100%;
}
#tab-form {
  float: left;
}
/* IFRAME */
iframe {
  border: none;
  height: 310px;
}

/*------------------------------------
	@Content
------------------------------------*/
.column-2 {
  /*padding: 26px 10%;*/
}
.column-2 h3 {
  margin-bottom: 20px;
}
.text {
  padding: 1em 3.5%;
  /*padding: 1em 3.5% 9.5% 3.5%; */
  position: relative;
  overflow: visible;
  height: 100%;
}
@media only screen and (max-width: 950px) {
  .text {
    padding: 0 2% 0 0.5em;
  }
}
.text:before {
  content: "";
  display: block;
}
.text-nohover {
  padding: 1em 3.5%;
  position: relative;
  overflow: visible;
  height: 100%;
}
.text-nohover:before {
  content: "";
  display: block;
}
.text-cont {
  height: 100%;
  width: 100%;
  /*	padding-top: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-top: -100%;
*/
}
.end {
  height: 100%;
  overflow: hidden;
}
.altern-block {
  color: #ffffff;
  background: #8e4820;
  position: relative;
}
.altern-block h3,
.altern-block h2 {
  color: #ffffff;
  font-weight: normal;
}
.altern-block h3:before,
.altern-block h2:before,
.altern-block h3:after,
.altern-block h2:after {
  color: #ffffff;
  font-weight: 100;
}
.altern-block .button {
  background-color: #8e4820;
  border: 2px solid #ffffff;
  left: 50%;
  bottom: 0;
  display: block;
  color: #ffffff;
  position: absolute;
  opacity: 0;
  overflow: visible;
  text-align: center;
  margin-left: -4em;
  width: 7em;
  padding: 0.3em;
  /*		margin: auto;
		
		width: intrinsic;*/
}
.altern-block .button a {
  color: #ffffff;
  vertical-align: -16%;
  /*		display: inline-block;
		height: 100%;
		text-align: center;

		
		width: 100%;*/
}
.altern-block .button a:before {
  content: "\e600";
  display: inline-block;
  font-family: 'icomoon';
  vertical-align: -15%;
}
.button {
  background-color: #ffffff;
  border: 2px solid #8e4820;
  color: #8e4820;
  height: 2.25em;
  left: 50%;
  padding: 0.3em;
  margin-left: -4em;
  width: 7em;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
}
.button.btn-large {
  height: 3.3em;
}
.button a {
  display: inline-block;
  color: #8e4820;
  height: 100%;
  overflow: visible;
  text-align: center;
  vertical-align: -16%;
  width: 100%;
}
.button a:before {
  content: "\e600";
  display: inline-block;
  font-family: 'icomoon';
  vertical-align: -15%;
}
.to-right,
.to-left {
  height: 100%;
  position: relative;
}
.group .to-right:before {
  content: url(../img/ico/FlechaBlanca-izq.png);
  display: block;
  height: 41px;
  position: absolute;
  overflow: visible;
  left: -19px;
  top: 45%;
  width: 21px;
  z-index: 10;
}
.group .to-left:after {
  content: url(../img/ico/FlechaBlanca.png);
  display: block;
  height: 41px;
  position: absolute;
  overflow: visible;
  right: -19px;
  top: 45%;
  width: 21px;
  z-index: 10;
}
.altern-block .to-right:before {
  content: url(../img/ico/FlechaCafe-rg.png);
  display: block;
  height: 41px;
  position: absolute;
  overflow: visible;
  left: -19px;
  top: 150px;
  width: 21px;
  z-index: 10;
}
.altern-block .to-left:after {
  content: url(../img/ico/FlechaCafe.png);
  display: block;
  height: 41px;
  position: absolute;
  overflow: visible;
  right: -19px;
  top: 45%;
  width: 21px;
  z-index: 110;
}
.zoom {
  overflow: hidden;
  position: relative;
}
.zoom a {
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.zoom span {
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.zoom img {
  height: 101%;
  /*width: 160%;*/
  position: absolute;
}
.zoom:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.zoom-r1_2 {
  overflow: hidden;
  position: relative;
}
.zoom-r1_2 a {
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.zoom-r1_2 span {
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.zoom-r1_2 img {
  /*height: 100%;*/
  width: 100%;
  position: absolute;
}
.zoom-r1_2:after {
  content: "";
  display: block;
  padding-top: 55%;
}
.zoom-r2_1 {
  overflow: hidden;
  position: relative;
}
.zoom-r2_1 a {
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.zoom-r2_1 span {
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.zoom-r2_1 img {
  height: 100%;
  position: absolute;
  /*width: 100%;*/
}
.zoom-r2_1:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.a-center {
  text-align: center;
}
/*------------------------------------
	Parallax
------------------------------------*/
.parallax {
  height: 520px;
  overflow: hidden;
  position: relative;
  margin: 7em auto;
  width: 100%;
}
.parallax .innerpara {
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.parallax img {
  position: relative;
  width: 100%;
}
.parallax:after {
  content: "";
  display: block;
  padding-top: 20%;
}
.bgpara {
  height: 100%;
  position: absolute;
  display: block;
}

#parallax_ev{
  background-image: url(http://haciendavistahermosa.com.mx/img/eventos/bosque-noche-colonial.jpg);
  background-attachment: fixed;
  height: 380px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-top: 30px;
}

#parallax_hist1{
  background-image: url(http://haciendavistahermosa.com.mx/img/historia/entrada-01.jpg);
  background-attachment: fixed;
  height: 380px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-top: 30px;
}

#parallax_hist2{
  background-image: url(http://haciendavistahermosa.com.mx/img/historia/entrada-02.jpg);
  background-attachment: fixed;
  height: 380px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-top: 30px;
}

/*------------------------------------
	Modal box
------------------------------------*/
.modal-gallery {
  background-color: #8e4820;
}
.float-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.float-slider img {
  height: 100%;
}
/*------------------------------------
	Contact Form
------------------------------------*/
.contact {
  margin: auto;
  overflow: visible;
  padding: 0.5em;
  width: 60%;
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */
}
.contact input::-webkit-input-placeholder {
  color: #8e4820;
}
.contact input:-moz-placeholder {
  color: #8e4820;
}
.contact input::-moz-placeholder {
  color: #8e4820;
}
.contact input:-ms-input-placeholder {
  color: #8e4820;
}
.contact textarea::-webkit-input-placeholder {
  color: #8e4820;
}
.contact textarea:-moz-placeholder {
  color: #8e4820;
}
.contact textarea::-moz-placeholder {
  color: #8e4820;
}
.contact textarea:-ms-input-placeholder {
  color: #8e4820;
}
.contact .group {
  display: block;
}
.contact .group:after {
  content: '';
  display: table;
  clear: both;
}
.contact input:not(#send) {
  border: 2px solid #8e4820;
  color: #8e4820;
  font-size: 1.5em;
  height: 2.2em;
  margin: 0 2% 0.7em 0;
  padding: 0 0.3em;
}
@media only screen and (min-width: 951px) and (max-width: 1128px) {
  .contact input:not(#send) {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 950px) {
  .contact input:not(#send) {
    font-size: 1.1em;
  }
}
.contact input .date {
  width: 100%;
}
.contact .date {
  width: 100%;
}
.contact textarea {
  border: 2px solid #8e4820;
  color: #8e4820;
  height: 174px;
  font-size: 1.5em;
  padding: 0.3em;
}
.contact #send,
.contact input#sendGroup,
.contact #enviar,
.contact #botonenviar,
.contact #botonenviar_bodas,
.contact #botonenviar_grupos {
  background-color: #8e4820;
  border: none;
  color: #ffffff !important;
  float: right;
  padding: 0.5em 1.2em;
  margin-right: 3%;
}
.contact #send:after,
.contact input#sendGroup:after {
  clear: both;
}
.contact input#sendGroup {
  margin-right: 5.7%;
}
.contact select {
  background-color: #ffffff;
  border: 1px solid #8e4820;
  color: #8e4820;
  height: 2.2em;
  font-size: 1.5em;
}
@media only screen and (min-width: 951px) and (max-width: 1128px) {
  .contact select {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 950px) {
  .contact select {
    font-size: 1.1em;
  }
}
.contact #send-answer {
  text-align: right;
  font-size: 1.2em;
  margin-right: 25%;
}
#send-answer {
  text-align: right;
  font-size: 1.2em;
  margin-right: 25%;
}
/*------------------------------------
	@Pages specific
------------------------------------*/
/*------------------------------------
	@actividades
------------------------------------*/
.nearby {
  margin-top: 120px;
}
.wrap-cercanias {
  margin-top: 120px;
  width:100%;
}
.cercanias li a {
  color: #959595;
  font-size: 1.3em;
  text-decoration: none;
}
.cercanias li a:hover {
  color: #8e4820;
}
/*------------------------------------
	@Footer
------------------------------------*/

/*@media only screen and (max-width: 600px) {
  #footer_fix {
    width: 100%;
  }
*/

.footer {
  margin-top: 120px;
  overflow: auto;
}
.footer-info {
  background-color: #fffaf5;
  overflow: auto;
  padding-bottom: 1.5em;
}
.footer-info h3,
.footer-info b,
.footer-info .bold {
  color: #8e4820;
  font-family: 'KlinicSlabBold', serif;
  font-weight: normal;
}
.footer-info h2 {
  line-height: 2em;
}
.footer-info p {
  font-size: 1.1em;
}
.footer-info .bold {
  font-weight: bold;
}
.footer-info .icon {
  color: #959595;
}
.footer-info a {
  color: #8e4820;
  text-align: center;
}
.footer-info a .poi {
  background-image: url(../img/ico/PoiInactivo.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  margin: 0;
  height: 0;
  height: 33px;
  /*width: 60px;*/
}
.footer-info a:hover .poi {
  background-image: url(../img/ico/PoiActivo.png);
}
.wrap-viewMap {
  position: relative;
}
.view-map {
  padding: 0.1em 0;
}
.footer-line {
  background-color: #8e4820;
  color: #ffffff;
  display: block;
  font-size: 10pt;
  line-height: 1.3em;
  padding: 1.1em 0.5em;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.footer-line .element {
  display: block;
  padding: 0 0.3em;
  float: left;
  text-align: center;
  width: 30.3%;
}
.footer-line .element:first-child {
  text-align: left;
  width: 35%;
}
.footer-line .element:last-child {
  margin-right: 0;
  float: right;
  text-align: right;
  width: 33%;
}
.footer-line .element span {
  vertical-align: middle;
  display: inline-block;
}
.footer-line .element a.ico {
  vertical-align: bottom;
}
.footer-line .element .remedia {
  display: inline-block;
  vertical-align: middle;
}
.footer-line .reme {
  margin-top: 1.1em;
}
.footer-line a {
  color: #ffffff;
}
.footer-line a.ico {
  text-indent: -9999px;
  overflow: hidden;
  height: 25px;
  width: 25px;
}
.footer-line a.fb {
  background-image: url(../img/ico/RedesFacebook.png);
  background-repeat: no-repeat;
}
.footer-line a.tw {
  background-image: url(../img/ico/RedesTwitter.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-line a.inst {
  background-image: url(../img/ico/RedesInstagram.png);
  background-repeat: no-repeat;
}
.footer-line .redes {
  margin-top: 0.8em;
}
.fancybox-title-over-wrap {
  width: 100%;
  padding: 0;
  top: -1em !important;
  height: 4em;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.fancybox-title-over-wrap > div {
  margin-top: -5em;
}

/*------INTRO-----*/
a#intro-a {
  color: #ffffff;
}
