/*  Page styles  */
@import url('https://fonts.googleapis.com/css?family=Actor');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
   font-family: 'Actor', sans-serif;
}

.skrollr-desktop body {
    height:100% !important;
}

#skrollr-body {
    height:100%;
    position:relative;
    overflow: hidden;
	margin-top:-10px;
}


/*  Styles for this example */


.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}

.parallax-image-wrapper {
    position:fixed;
    left:0;
    width:100%;
    overflow:hidden;

    height:100vh;
    top:-100vh;
}


.parallax-image {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;

    height:100vh;
    top:0;
}


.parallax-image.skrollable-between {
    display:block;
}

.no-skrollr .parallax-image-wrapper {
    display:none !important;
}



.gap {
    background:transparent center no-repeat;
    background-size:cover;
    height:100vh;
}

.skrollr .gap {
    background:transparent !important;
}


/*  End of scrollr styles   */


/*Intro*/

#page-intro h1{
    text-align: center;
    color: #000;
    font: normal 60px 'Actor', sans-serif;
    padding-top: 24vh;
}

@media (max-width: 800px) {
    #page-intro h1 {
        font-size: 42px;
        padding-top: 15vh;
    }
}


#page-intro-responsive {display:none}
@media (max-width: 800px) {
	#page-intro-responsive {display:block}
}

/*Body Text*/


.body-text{
    padding-top:px;
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
	
}

.body-text h4 a{}

.tours-text{
    padding-top:-10px;
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
}

.tours-text h2{
    font-size: 42px;
    font-weight: normal;
}

.tours-text p{
    width: 90%;
    display: inline-block;
    text-align: center;
    color: #45636B;
}

.body-text h2{
    font-size: 42px;
    font-weight: normal;
}

.body-text h4{
    font-size: 18px;
    font-weight: normal;
	margin-left:15%;
	margin-right:15%
}

.body-text p{
    width: 22%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    color: #45636B;
}


@media (max-width: 900px){

    .body-text p{
        width: 100%;
    }

}

/*Features List*/


.features-list{
    padding: 0px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
}

.features-list h2{
    font-size: 42px;
    margin-bottom: 5%;
    font-weight: normal;
}

.features-list h3{
    font-size: 28px;
    margin-bottom: 5%;
    font-weight: bold;
	color:#093
}

.features-list h5{
    font-size: 24px;
    margin: 5%;
    font-weight: normal;
}

.features-list div{
    display: inline-block;
    width: 30%;
    margin: 5px;
    border: 1px solid #ccc;
    padding: 45px;
    box-shadow: 1px 1px 1px #ccc, 0 0 30px #eee inset;
}

.features-list div i{
    font-size: 150px;
    margin-bottom: 40px;
    color: #50B575;
}

.features-list div h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #425F67;
    font-weight: normal;
}


@media (max-width: 900px){

    .features-list div{
        width: 90%;
        margin-bottom: 30px;
    }

}


/*About us*/

.about-us {
    padding: 50px 0;
    background-image: url(images/bg.jpg);
	background-repeat:no-repeat; background-size:cover;
    min-height: 120vh;
    text-align: center;
    color: #25373C;font-family: 'Actor', sans-serif;
    font-size: 18px;
}

.about-us h2{
    font-size: 42px;
    margin-bottom: 80px;
    font-weight: normal;font-family: 'Actor', sans-serif;
}

.about-us p{
    font-size: 24px;
    font-weight: normal;
	padding-left:4%;
	padding-right:4%; font-family: 'Actor', sans-serif;
}

.about-us div{
    text-align: center;
    width: 25%;
    margin: 30px 10px;
    display: inline-block;
}


.about-us div img{
    border-radius: 50%;
    width: 80%;
}

.about-us a.attribution{
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    width: 280px;
    margin: 50px auto 10px;
    opacity: 0.5;
}


@media (max-width: 800px){

    .about-us div{
        width: 45%;
        margin: 20px 0;
    }

}
#static-header{display:block}
#responsive-header {display:none}
@media (max-width: 800px){
	#responsive-header {display:block}
	#static-header {display:none}
}

/*Gallery*/


.gallery{
    color: #221f51;
    font: normal 24px sans-serif;
    min-height: 300vh;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(white, #EEF6F9);
}

.scroll-pause{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    background: transparent;
}


.scroll-pause .row{
    width: 200vw;
    height: 30vh;
    overflow: hidden;
}

.scroll-pause .row div{
    width: 11.5%;
    height: 90%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0.5%;
    border-radius: 10px;
}

.scroll-pause .row div:first-child{
    margin-left: 0.4%;
}

.scroll-pause .row div:last-child{
    margin-right: 0.4%;
}



/*Footer*/
footer{
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    width: 100%;
    font: bold 16px sans-serif;
    text-align:center;
    padding: 50px 10px 55px;
    overflow: hidden;  min-height:90vh;
	 background-image: url(images/bg2.jpg);
}

#contenido-footer {
	
    width: 100%;
    margin: 30px 10px;
    display: inline-block;
	}

/* Footer left */

footer .footer-left{
    float: left; text-align:center; width:45%
}

footer h3{
    color:  #5383d3;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

footer h2{
	padding-bottom:10vh;
    color:#005F71;
	 font-size: 42px;
}

footer .footer-links{
    color: #005F71;
    margin: 22px 0 14px;
    padding: 0;
}

footer .footer-links a{
    display: inline-block;
    text-decoration: none;
    color:#005F71;
}

footer .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

footer .footer-logo{width:220px; margin:auto;}

/* Footer right */

footer .footer-right{
    float: right;
    width: 100%; margin-right:10px;
}

/* The search form */

footer form{
     max-width:1000px; margin:auto
}

footer form input{
    display: block;
    box-sizing: border-box;
    font: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #32383A;
    width: 90%;
    padding: 18px 50px 18px 18px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-shadow: 0 1px 1px #eee;
}


footer form textarea{
    display: block;
    box-sizing: border-box;
    font: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #32383A;
    width: 90%;
    padding: 18px 50px 18px 18px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-shadow: 0 1px 1px #eee;
	
}

footer form input:focus{
    border-color:#ccc;
}

footer form textarea:focus{
    border-color:#ccc;
}

.button{
    display: block;
    box-sizing: border-box;
    font: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #F0D79B;
    width: 90%;
    border: 1px solid #EFD99D;
    border-radius: 8px;
    box-shadow: 0 1px 1px #eee;
	background-color:#025F71;
	cursor: pointer;
	height:55px !important;
}

.button:hover{
     transition: background-color 0.5s ease;
    color: #016171;
    width: 90%;
    border: 1px solid #EFD99D;
    border-radius: 8px;
    box-shadow: 0 1px 1px #eee;
	background-color: #F0D79D ;
	cursor: pointer;
}


/* Changing the placeholder color */

footer form input::-webkit-input-placeholder {
    color:  #5c666b;
}

footer form input::-moz-placeholder {
    opacity: 1;
    color:  #5c666b;
}

footer form input:-ms-input-placeholder{
    color:  #5c666b;
}

/* The magnify glass icon */

footer form i{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 18px;

    color: #d1d2d2;
    font-size: 20px;
}

/* If you don't want the footer to be responsive, remove these media queries */



@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.arrow {
  position: relative;
  bottom: 0;
  margin-left: -20px;
  width: 100%;
  height: 40px;
  text-align:center
 
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  margin-top:48%; max-width:25px; margin-left:50%; font-size:36px; margin-bottom:10px
}

.top-bounce { position: absolute;padding-top:45%; max-width:45px; margin-left:50%; font-size:12px; margin-bottom:0px; text-align:center}

#topMenu {z-index:2; position:fixed; margin-top:0px; top:10px; width:100%; margin:0px; height:25px;}

#topMenu a{color:#000; text-align:center; padding:1%; height:25px; margin-top:10px; text-decoration:none; font-size:14px; font-weight:bolder; border:#000 2px solid}

#topMenu a:hover {background-color: #FF8000;  transition: background-color 1.5s ease; color:white}

.reservebox {background-color:#099}

nav a.active {
    background-color: #FF8000; color:white !important;
}

.hidden {display: none;}

.signature {width:100%; background-color: #0056BC; color:#FFF; padding:10px; text-align:right}

#tableSocial {margin-top:10vh}

#arrowNav a, a:active{color:#FF5904; text-decoration:none;}
#arrowNav a:hover{ -moz-animation:none;
  -webkit-animation: none;
  animation:none;}
#arrowNav a{color:#FF5904; text-decoration:none;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoBg {
	margin-left:0;
	margin-right:0;
}



.antispam { display:none;}

.bbapt img{max-width:1200px !important; width:100% !important; margin:auto; padding:0px !important; border}