@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
/*headings*/
h1, h2, h3, h4, h5, h6 {
    margin: .6em 0;
    font-weight: 300;
    line-height: 1em;
}

h1 {
    font-size: 4.5em;
}

h2 {
    font-size: 3.5em;
}

h3 {
    font-size: 2.213em;
}

h4 {
    font-size: 2.025em;
}

h5 {
    font-size: 1.5em;
}

h6 {
    font-size: 1.250em;
}
p{
    font-size: 1.8rem;
}
body{
   width: 100%;
   margin: 0;
   padding: 0;
   background: #9D8CB6;
}
.header{
   z-index: 9999;
}
.navbar{
   position: fixed !important;
   z-index: 999;
   width: 98.5%;
   top: 1rem;
   right: 1rem;
   left: 1rem;
   border: none;
   border-radius: 0px;
   background: #9d8cb6 url(../images/nav-bk.png);
   background-size: auto 100%;
}
.navbar .navbar-toggle .icon-bar{
    color: #333;
    background: #333;
}
.navbar .navbar-brand{
   width: 23.7rem;
   background: #9D8CB6;
   text-align: center;
   color: #fff;
   font-weight: 800;
}
.nav li{
   width: 26.4rem;
   text-align: center;
   border-radius: none;
}
.nav li a{
   color: #000;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 800;
}
.nav li a:hover{
   background: #fff;
}
main{
   width: 98.5%;
   margin: 0 auto;
   margin-top: 60px;
   background: #fff;
   height: 700px;
}
#cloudslider{
    z-index: 1;
}
.be-social{
   background: #FFF;
   height: 700px !important;
}
.container{
   width: 100%;
   margin-right: 0px;
   background: #fff;
}

#title-header{
    width: 100%;
    height: 20%;
    background: #845BC2;
    font-family: 'Dancing Script', cursive;
}
#title-header h2{
    text-align: center;
    font-weight: 800;
    color: #fff;
}
.subtitle{
    text-align: center;
}
.subcontent{
    padding: 5px;
    text-align: justify;
}
/*Gallery Animation*/
.grid {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: inherit;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 100%;
    max-height: 36%;
    width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 30%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption p.description {
	padding: 2em;
	color: #fff;
	text-transform: none;
    text-shadow: 1px 1px 1px #000;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h4 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h4 span {
	font-weight: 800;
}

.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: .5em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h4 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
    padding: .5em;
	font-size: 1.8em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h4,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h4 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h4,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h4 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*Hospedaje area*/
.content{
    background: #fff !important;
    height: 53rem !important;
}
.content #subTitle h4{
    color: #333;
    text-align: center;
    display: block;
    margin-top: 250px;
}
.content a.btn-paq{
    display: inline;
    position: relative;
    top: 5rem;
    left: 35%;
    right: auto;
    padding: 2rem 4%;
    background: #333;
    border-radius: 1rem;
}
.text-right .btn{
    position: relative;
    z-index: 999999;
}
@media screen and (max-width: 600px){
    .content a.btn-paq{
    display: inline;
    position: relative;
    top: 5rem;
    left: 25%;
    right: auto;
    padding: 2rem 4%;
    background: #333;
    border-radius: 1rem;
}
}
.content a.all{
    background: #A56AEC !important;
}
.content a{
    color: #fff;
    text-transform: uppercase;
}
.table{
    position: relative;
    top: 3rem;
}
.table .theader strong{
    text-align: center;
}

.modal-body .owl-carousel .item{
    margin: auto;
}
.modal-body .owl-carousel .item .title-modal{
    text-align: center;
}
/*===About====*/
.about{
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
}
.logo img{
    display: block;
    width: 320px;
    height: 320px;
    margin: 0 auto;
}
/*====Keep in Touch====*/
.keep{
    position: relative;
    bottom: 0;
    background:#333;
    width: 100%;
    height: auto;
}
.keep .form{
    position: relative;
    top: 3rem;
}
.keep input.form-control,
.keep textarea.form-control {
margin-bottom: 30px;
}

.keep .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #1e2429;
	background-image: none;
	border: 0;
	border-top: 2px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transition: all 0.5s;
}

.keep .form-control:focus {
    border: 3px 3px 3px;
	border-color: #B159EC;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #222222;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style: italic;
}
#googleMap{
    width: 55rem;
    height: 35rem;
}
.phone{
    color: #fff;
    text-transform: uppercase;
}
.phone a{
    color: #fff;
}
/*====Social Icons====*/
ul.social{
    position: relative;
    list-style: none;
    z-index: 999;
}
ul.social strong{
    color: #fff;
    padding: 2rem;
}
ul.social li{
    position: relative;
    display: inline;
    padding: 2rem;
    border-radius: 5% 5% 5% 5%;
}
ul.social .fa{
    color: #fff;
    font-size: 22px;
}
ul.social .facebook{
    width: 100px;
    height: 100px;
}
.rombo{
    width: 50px;
    height: 50px;
    box-shadow:0px 0px 0px 3px #7AA8FF inset;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(60deg);
    border-radius:5px;
    transition: 0.6s;
}
.rombo:hover{
    transform: rotate(0deg);
  box-shadow:0px 0px 0px 50px #7AA8FF inset;
}
ul.social .email{
    width: 100px;
    height: 100px;
}
/* Footer Style */
.bf_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background: rgba(0,0,0,0.75);
	height:20px;
	padding-bottom:10px;
	text-transform:uppercase;
	z-index:9999;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}
.bf_footer a{
	padding:0px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#FFF;
	float:right;
}
.bf_footer a:hover{
	color:#fff;
}
.bf_footer a span{
	font-weight:bold;
}
.bf_footer a.bf_left{
	float:left;
}
.bf_footer a.bf_right{
	float:right;
}
.bf_footer strong{
    text-transform: none !important;
}


@media screen and (max-width: 640px){
    body{
      overflow-x: hidden;
    }
   #googleMap{
     position: relative;
     top: 7rem !important;    
     width: 100%;
     height: 35rem;
 }
    ul.social strong{
        display: none;
    }
    .bf_footer{
        width: 100%;
    }
    figcaption{
        font-size: 1rem;
    }
}
