@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir.otf);
}@font-face {
    font-family: Avenir-Roman;
    src: url(../fonts/Avenir-Roman.otf);
}

.modal{
    max-width: none;
    width: 94%;
}
.modal a.close-modal {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.load{
    background-color: #000;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;   
}
.load img{
    width: 20%;
    left: 40%;
    top:30%;
    position: absolute;
  -webkit-animation: load 2s infinite ease-in-out;
  animation: load 2s infinite ease-in-out;
}

.btn-menu{
  outline: none;
    background-color:#00000044;
    border:none;
    color: #D2D802;
    font-size: 20px;
    padding: 6px 12px;
    position: absolute;
    top:0;
    right:0;
    z-index: 3;
    cursor: pointer;
    
}
.btn-menu span {
   display: block;
   background-color: #fff;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
    
}
.menu .btn-menu span:nth-child(1),
.menu .btn-menu span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}
.btn-menu:not(.collapse) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: translateX(-30px),   rotate(135deg);
    opacity: 0.9;
}

.btn-menu:not(.collapse) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.btn-menu:not(.collapse) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.menu{
	position:fixed;
	top:0px;
	right:0px;
    background-image: url(../img/f-menu2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; 
	color:#fff;
	z-index:1;
	width:0px;
	max-height:0px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: width, 0.5s ease-out;
    
}
.menu2{
    position: relative;
    min-height: 100vh;
}
.menu .cont{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.8s linear;
    overflow-y: scroll;
    height: 100vh;
    margin:0px;
}
.menu.active .cont .container{
    min-height: 95vh;
}
.menu.active{
	width:100%;
	max-height:100%;
    transform: translate(0px,0px);
}

.menu.active .cont{
  visibility: visible;
  opacity: 1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000c09+19,ffffff+99&0.6+13,0+42 */
background: -moz-linear-gradient(left, rgba(0,12,9,0.6) 13%, rgba(0,12,9,0.48) 19%, rgba(73,82,80,0) 42%, rgba(255,255,255,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,12,9,0.6) 13%,rgba(0,12,9,0.48) 19%,rgba(73,82,80,0) 42%,rgba(255,255,255,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,12,9,0.6) 13%,rgba(0,12,9,0.48) 19%,rgba(73,82,80,0) 42%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000c09', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
section{
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: none;
    overflow-x: hidden;
}
@-webkit-keyframes load {
    0% { -webkit-transform: scale(0.9); opacity: 0.5; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.5; }
}

@keyframes load {
    0% { transform: scale(0.9); opacity: 0.5; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.5; }
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
    font-family: futura;
}

.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
    position: relative;
    min-height: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
textarea {
  resize: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.has-error{
    background-color: #a94442 !important;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}

.input-group > .form-control{
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
a{
    color: white;
    outline: none !important;
    text-decoration: none !important;
}
a:hover{
    color: white;
    outline: none !important;
    text-decoration: underline !important;
}
.pointer{
    cursor: pointer;
}
.panel-inicio{
    position: absolute;
    right: 10px;
    bottom: 20px;
    display: block;
    text-align: right;
}
.shadow-top{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000c09+19,ffffff+99&0.6+13,0+42 */
background: -moz-linear-gradient(top, rgba(0,12,9,0.6) 13%, rgba(0,12,9,0.48) 19%, rgba(73,82,80,0) 42%, rgba(255,255,255,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,12,9,0.6) 13%,rgba(0,12,9,0.48) 19%,rgba(73,82,80,0) 42%,rgba(255,255,255,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,12,9,0.6) 13%,rgba(0,12,9,0.48) 19%,rgba(73,82,80,0) 42%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000c09', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 100vh;
}
.shadow-left{
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000c09+19,ffffff+99&0.6+13,0+42 */
background: -moz-linear-gradient(left, rgba(0,12,9,0.6) 13%, rgba(0,12,9,0.48) 25%, rgba(73,82,80,0) 52%, rgba(255,255,255,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,12,9,0.6) 13%,rgba(0,12,9,0.48) 25%,rgba(73,82,80,0) 52%,rgba(255,255,255,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,12,9,0.6) 13%,rgba(0,12,9,0.48) 25%,rgba(73,82,80,0) 52%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000c09', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    min-height: 100vh;
}
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00e54c+19,ffffff+99&0.6+13,0+42 */

.btn-home{
    margin-top: 20px;
    color:#fff;
    padding:5px 0px;
    width: 90px;
    cursor: pointer;
    opacity: 0.7;
    display: inline-flex;
    font-size: 19px;
}
.btn-home:hover{
    text-decoration: underline;
    opacity: 1;
}
.btn-home img{
    width: auto;
    height:22px;
}
.p0{
    color: #fff;
    font-family: Avenir;
    font-size: 30px;
    margin-top: 20px; 
    margin-bottom: 20px;
    line-height: 35px;
}
.p0  img{
    width: 200px;
    position: absolute;
    top:37px;
    right: 0;
}
.p1{
    color: #fff;
    font-family: Avenir;
    font-size: 21px;
    line-height: 50px;
    width: 280px;
    padding-left:20px;
    display: block;
}
.p1 div:hover{
  text-decoration: underline !important;
    
}

.p2{
    color: #fff;
    font-family: Avenir;
    font-size: 22px;
    line-height: 50px;
    width: 280px;
    display: block;
    cursor: pointer;
}
.p2:hover{
  text-decoration: underline !important;
}


.panel-inicio2{
    position: relative;
    text-align: left;
    padding-top:190px;
    width: 200px;
}
.f-menu .p0{
    position: absolute;
    top:30px;
    left: 30px;
    width: 150px;
}
.menu-contenedor .p3{
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 200px;
    cursor: pointer;
}
.f-menu .p1{
    color: #fff;
    font-family: Avenir;
}
.f-menu.p1 div{
    font-size: 21px;
    text-align: left;
    padding: 10px 0px;
}
.f-menu .p1 div:hover{
  text-decoration: underline;
}
.f-menu .p1-arrows{
    color: #fff;
    font-family: Avenir;
}
.f-menu .p1-arrows div{
    font-size: 21px;
    text-align: center;
    padding: 7px 50px 7px 0px;
}
.f-menu .p1-arrows div:hover{
  text-decoration: underline;
}
.f-menu .p1-arrows div img{
    position: absolute;
    right:0;
    width: 40px;
}





.f-menu{
    background-image: url(../img/f-menu2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-about{
    background-image: url(../img/f-about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-map{
    background-image: url(../img/f-map2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-master{
    background-image: url(../img/f-master2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-room{
    background-image: url(../img/f-room2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-kitchen{
    background-image: url(../img/f-kitchen2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-guest{
    background-image: url(../img/f-guest2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-garage{
    background-image: url(../img/f-garage2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-staff{
    background-image: url(../img/f-staff2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-swimming{
    background-image: url(../img/f-swimming2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-lagoon{
    background-image: url(../img/f-lagoon2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.f-caribbean{
    background-image: url(../img/f-caribbean2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    display: none;
}
.menu-contenedor{  
    position: relative;
    min-height: 100vh;
}

.text-transparent{
    background-color: rgba(255,255,255,0.8);
    height: 50vh;
    width: 30%;
    overflow-y: scroll;
    padding:20px;
    border-radius: 20px;
    margin-top:140px;
    color:#004438;
    font-family: Avenir-Roman;
}
.text-left{
    width: 40%;
    padding:20px 0px;
    color:#ffffff;
    font-family: Avenir-Roman;
}
.text-left-bottom{
    position: absolute;
    bottom: 0;
    left:0;
    color:#ffffff;
    padding: 10px;
    font-family: Avenir;
    font-size: 20px;
}
.pdf{
    position: relative;
    margin:20px 0px;
    cursor: pointer;
    display: block;
    font-family: Avenir-Roman;
}
.pdf:hover{
    text-decoration: underline;
}
.pdf img{
    width: 80px;
    display: inline-flex;   
}
.pdf div{
    display: inline-flex;    
    vertical-align: middle;
    margin-top: -80px;
    margin-left: 20px;
}



@media (max-width: 575.98px) {
    
}


@media (max-width: 767.98px) {
.load img{
    
    width: 70%;
    left: 15%;
    top:25%;
}
.p0  img{
    width: 200px;
    top:120px;
        right: 50% !important;
        transform: translateX(50%) !important;
}
.text-transparent{
    width: 90%;
    height: 40vh;
}
.text-left{
    width: 90%;
    padding:20px;
    margin-top:145px;
}
.f-menu .p0{
    left: 50%;
        transform: translateX(-50%) !important;

}
}
@media (max-width: 991.98px) {
}