@import 'font-face.css';

body{
  overflow-x: hidden;
  margin: 0;
  /* top: 0px !important;  */
  background-color: #E8E4C5;
  background-image: url(../img/background.jpg);
  background-position-x: left;
  background-repeat: no-repeat; 
  background-size: contain;
  color: #5e5e5e;
  background-attachment: fixed;
  font-family: 'GothamPro', sans-serif;
  font-weight: 300;
}

/* HIDE GOOGLE TRANSLATE */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.container-fluid{
  padding-bottom: 0;
}
.container-content {
  margin-right: 220px;
  position: relative;
  height: 100vh;
}
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 220px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  left: unset;
  background-color: #fff; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden;
  padding: 15px;
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 7px 0;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: ease all .1s;
}

.sidenav-logo{
  margin-bottom: 30px;
}

.sidenav-sec-bottom{
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.sidenav-sec-bottom a {
  padding: 5px 0;
}

/* When you mouse over the navigation links, change their color */
.sidenav a.active, .sidenav a:hover {
  color: #0C5E60;
  font-weight: 600;
}

/* Style page content */
.main {
  margin-right: 160px; /* Same as the width of the sidebar */
  padding: 0px 0px;
}

.backdrop{
  filter: sepia(90%) hue-rotate(120deg) brightness(50%) contrast(220%) invert(5%);
}
/* .card>img.green-img {
  ///* filter: sepia(90%) hue-rotate(115deg) brightness(50%) contrast(220%) invert(5%); */
  /* filter: sepia(90%) hue-rotate(120deg) brightness(50%) contrast(220%) invert(5%); */
/* } */

.card>div.card-img-overlay{
  background: rgb(10 84 85 / 0.70);
  color: #fff;
  transition: ease all .8s;
  -webkit-transition: ease all .8s;
  -moz-transition: ease all .8s;
}
.card>div.card-img-overlay:hover{
  background: rgb(11 92 94 / 0%);
  color: #0a5455;
}
.card>div.card-img-overlay.d-flex {
  align-items: center;
  justify-content: center;
  padding: 0;
}
.card>div.card-img-overlay.d-flex div {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: rgba(255,255,255,0);
  transition: ease all .9s;
  -webkit-transition: ease all .9s;
  -moz-transition: ease all .9s;
}
.card>div.card-img-overlay.d-flex div h4 {
  letter-spacing: 10px;
  margin-bottom: 0;
}
.card>div.card-img-overlay.d-flex:hover div {
  background: rgba(255,255,255,.8);
}
.card>img.green-img:hover{
  -webkit-filter: none !important;
  filter: none !important;
  /* z-index: 2; */
}
.card>div.card-img-overlay>h4.card-title{
  z-index: 2;
  margin-top: 120px;
}

.hr-nav {
  border-top: 1px solid #BC9400;
  margin: 0 auto;
}

.bg-brown {
  background-image: url("img/background.svg");
  background-color: #E8E4C5;
}

.text-yellow {
    color: #BC9400;
    font-weight: bolder;
}

.text-green {
    color: #0C5E60;
}
h1.text-green {
  letter-spacing: 4px;
  font-weight: 600;
}
.btn {
  font-weight: 300;
}
.btn-yellow{
  background-color: #BC9400;
  color: white;
  width: 200px;
  height: 100%;
  font-size: 16px;
  border-radius: 0px;
  padding: 5px;
  height: 41px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.btn-yellow:hover {
  color: #fff;
  background: #a78300;
}
.btn-more-news {
  color: #BC9400;
  padding: .375rem 0;
  font-weight: 500;
  min-height: 41px;
  white-space: normal;
  text-align: left;
}
.btn-more-news:focus {
  outline: none;
  box-shadow: none;
}
.btn-green{
  background-color: #0C5E60;
  color: white;
  width: 200px;
  height: 100%;
  font-size: 16px;
  border-radius: 0px;
  padding: 5px;
}
.btn-green:hover {
  color: #fff;
  opacity: .9
}
/* .carousel-inner img {
  width: 100%;
  height: -webkit-fill-available;
} */
.carousel-inner img {
  width: 100%;
  object-fit: cover;
  height: 347px;
}
#carouselExampleIndicatorsLandscape img,
#carouselExampleIndicatorsPotrait img {
  height: 100vh;
  width: auto;
  min-width: 100%;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 19px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: white;
  background-clip: padding-box;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  transition: opacity .6s ease;
  border-radius: 30px;
}
.carousel-indicators .active {
  background: #bc9400;
}
.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container iframe{
  left:0;
  top:0;
  height:20%;
  width:300px;
  }

.link-email{
  font-size:10px;
  color:red;
}

.card-img-top {
  width: 100%;
  height: 25vw;
  object-fit: cover;
  border-radius: 0px;
}
.mb30 {
  margin-bottom: 30px;
}
.card-img-top-availability {
  width: 100%;
  height: 10.6vw;
  object-fit: cover;
  border-radius: 0px;
}

.overlay-div{
  height:100%;
  width: 100%;
  position:absolute;
  background-color: #0C5E60;
  opacity:.7;
  padding-top:3%;
}

.thankyou {
  margin-top:210px;
  margin-bottom: 100px;
}

.text-white {
  color: #fff;
}

.card{
  background-color: transparent;
  border: none;
}
.header-info{
  color: #8d7f03;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0;
  line-height: 41px;
}
.header-info-home{
  margin-bottom: -84px;
  z-index: 15;
  position: relative;
  margin-left: 3%;
}
.carousel-caption{
  /* padding-bottom: 190px; */
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  /*background: rgb(10 84 85 / 0.70);*/
  padding: 10%;
}
.home{
  overflow-y: hidden;
}
.room div.card:hover{
  filter: none;
}
.text-ligth-brown{
  color: #8d7f03;
}
h4.text-ligth-brown {
  font-size: 20px;
}
.label-price{
  font-size: 12px;
  color: #5e5e5e;
}
.text-price{
  font-size: 25px;
  color: #5e5e5e;
  letter-spacing: 1px;
}
.text-specs{
  font-size: 10px;
}
.text-detail-specs{
  font-size: 12px;
  margin-left: -25px;
  color: #5e5e5e;
}
.fs-12 {
  font-size: 12px;
}
.text-specs {
  margin-left: -4px;
  margin-right: -4px;
}
.text-specs div {
  padding-left: 4px;
  padding-right: 4px;
}
.text-detail-room{
  font-size: 12px;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 30px;
}
.label-category{
  color: #055c63;
  font-size: 16px;
  font-weight: 400;
}
.sub-label-category{
  color: #b89724;
  font-size: 10px;
}
.text-total-capacity{
  font-size: 28px;
  color: #5e5e5e;
}
.section-category{
  /* margin-left: 4%; */
  width: 100%;
  padding-left: 3.8%;
  padding-right: 3.8%;
} 

.checkbutton {
  margin-top:32.5px;
}

.noteavailability {
  font-size: 0.9em;
  color: #5e5e5e;
  margin-top:28px;
}

.card-room {
  background-color: #055c63;
  color: #fff;
  padding: 5%;
  font-size: 0.8em;
  width: 100%;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: visible;
  /* background: url('../img/loader.gif') no-repeat center center; */
  /* background: url('../img/Antero-Gif2.gif') no-repeat center center; */
  background: url('../img/antero-hotel-website2.png') no-repeat center center;
  background-color: #0C5E60;
  /* background-size:75%; */
  background-size:40%;
}

.carousel-caption-title{
  color: #BC9400;
  font-weight: 400;
  letter-spacing: 10px;
}

.carousel-caption-desc{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 8px;
}

.header-information {
  padding: 25px 65px 30px 65px;
  z-index: 1;
  position: relative;
}
.content-section {
  padding: 30px 65px 25px 65px;
}
.content-section-detail{
  /*margin-left: 9%;*/
  margin-top: 6%;
  padding-left: 5%;
  padding-right: 5%;
}
.card-text{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.temp-indicator{
}
.navbar{
  background: #f2efd5;
}
.navbar-logo{
  width: 50%;
  margin-left: 7%;
}
.time-indicator-mobile{
  /*margin-right: -8%;*/
  color: #8d7f03;
  font-size: 15px;
  margin-left: 35px;
  margin-top: 13px;
  width: 100%;
}
.temp-indicator-mobile{
  /*margin-right: -8%;*/
  color: #8d7f03;
  font-size: 15px;
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border: 2px solid #75601494;
}
.navbar-nav .dropdown-menu {
  text-transform: uppercase;
  border: 0;
  background: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
  color: rgba(0,0,0,.5);
}
.navbar-light .navbar-nav .nav-link {
    border-top: 1px solid #b89107;
    padding-left: 15px;
}
.navbar-nav{
  height: 84vh;
}
.floating-btn-availability{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  height: 55px;
  background: #bc9400;
  color: white;
}
#carouselExampleIndicatorsLandscape,
#carouselExampleIndicatorsPotrait {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 220px;
  width: 100%;
  height: 100%;
}
.h-100vh {
  height: 100vh;
}
.w-70 {
  width: 70%;
}
.two-row .card-img-top {
  height: 11.32vw;
}
.fs-30 {
  font-size: 30px;
}
.fs-13 {
  font-size: 13px;
}
.form-control {
  background: #f3efd6;
  border-radius: 2px;
  border-color: #f3efd6;
}
.form-control:focus {
  box-shadow: none;
}
.thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.list-thumb {
  display: flex;
}
.list-thumb {
  background: #055c63;
  transition: ease all .3s;
}
.list-thumb .btn-yellow {
  padding: 8px 15px;
  width: auto;
  height: auto;
  font-size: 12px;
  letter-spacing: 1px;
}
.list-thumb .desc {
  width: 50%;
  padding: 30px;
  min-height: 170px;
}
.list-thumb .desc p {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-thumb .thumb {
  width: 50%;
}
.list-thumb .thumbnail {
  height: 100%;
  width: 100%;
}
.list-thumb .thumbnail:after {
  background: rgb(10 84 85 / 0.70);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.list-thumb .thumbnail img {
  min-width: 100%;
}
.list-thumb .thumbnail .desc-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 15px 0;
  color: #fff;
  text-align: center;
}
.list-thumb .thumbnail .desc-thumb h2 {
  font-weight: 300;
  font-size: 24px;
}
.list-thumb .thumbnail .desc-thumb h4 {
  font-size: 18px;
  font-weight: 100;
  margin-top: 15px;
}
.list-thumb:hover .thumbnail .desc-thumb h2 {
  color: #055c63;  
}
.list-thumb:hover .thumbnail .desc-thumb h4,
.list-thumb:hover .thumbnail .desc-thumb .info-max-capacity {
  color: #5e5e5e !important;  
}
.list-thumb .thumbnail .desc-thumb p {
  color: #BC9400;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}
.list-thumb .thumbnail .desc-thumb hr {
  margin-top: 15px;
}
.list-thumb:hover {
  background: #BC9400;
}
.list-thumb:hover .btn-yellow {
  background: #055c63;  
}
a:hover {
  text-decoration: none;
}
.list-thumb .thumbnail .desc-thumb span {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.list-thumb:hover .thumbnail .desc-thumb span {
  background: rgba(255,255,255,.8);
}
.list-thumb:hover .thumbnail:after {
  background: rgb(10 84 85 / 0.00);
}
.title-lg {
  color: #BC9400;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 6px;
}
.s-arrow-y {
  position: relative;
}
.s-arrow-y:after {
  position: absolute;
  right: 4px;
  top: 16px;
  content: "";
  border-top: 9px solid #BC9400;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  display: block;
}
.text-green.ty {
  color: #BC9400;
}
.btn-f-mobile {
  display: none;
}
.navbar.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.dropdown-toggle::after {
  float: right;
  margin-top: 10px;
  margin-right: 13px;
  border-top-color: #a99b64;
}
.footer-m {
  display: none;
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  background: #fff;
  padding: 15px;
  margin-bottom: 44px;
}
.footer-m p, .footer-m a {
  display: block;
  padding: 0;
  text-decoration: none;
  font-size: 12px;
  color: #818181;
  display: block;
  transition: ease all .1s;
  margin-bottom: 0;
}
.footer-m img {
  margin-bottom: 5px;
}
.index-carousel {
  position: relative;
}
.index-carousel .carousel-item:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgb(10 84 85 / 0.70);
}
.container-index {
  height: 100vh;
}
.dd-lang .dropdown-menu {
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  border-color: #bc9400;
}
.dd-lang .dropdown-item {
  border-bottom: 1px solid #BC9400;
  padding: 1.05rem 1.5rem;
  line-height: 8px;
}
.dd-lang .dropdown-item:last-child {
  border-bottom: 0;
}
.dd-lang .dropdown-item img {
  float: left;
  margin-top: -6px;
  margin-right: 10px;
  box-shadow: 0 0 2px rgba(0,0,0,.2)
}
.dd-lang .dropdown-item.active, .dd-lang .dropdown-item:active {
  background: #bc9400;
}
.carousel-control-prev {
  justify-content: flex-start;
  padding-left: 30px;
}
.carousel-control-next {
  justify-content: flex-end;
  padding-right: 30px;
}
.publish-date {
  font-size: 12px;
}
.tag-list {
  padding: 0;
  margin: 10px auto;
  border-top: 1px solid #BC9400;
  margin-bottom: 30px;
}
.tag-list li {
  list-style: none;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #BC9400;
}

.landing-mobile {
  display: none !important;
}

.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important; 
  box-shadow: none !important;
}

.float-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:264px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.inline-group {
  max-width: 9rem;
  /* padding: .5rem; */
}

.inline-group .form-control {
  text-align: right;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.info-max-capacity{
  color: #fff !important;
  font-weight: normal !important;
}

.panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed !important;
  width: 100% !important;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  overflow: auto;
}
.carousel.panel {
  position: relative;
}
#panel-fullscreen {
  position: absolute;
  z-index: 999999;
  background: rgba(0,0,0,.2);
  right: 0px;
  top: 0;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
#panel-fullscreen:hover {
  background: rgba(0,0,0,.4);  
}
#panel-fullscreen .glyphicon {
  margin-top: 4px;
}
.panel-fullscreen .carousel-inner,
.panel-fullscreen .carousel-inner .carousel-item {
  height: 100%;
}
.panel-fullscreen .carousel-inner .carousel-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.carousel-zoom .carousel-item div {
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-zoom .carousel-item div .zoom {
  position: relative;
  display: flex;
  align-items: center;
  max-width: auto;
}
	
#demo .carousel-control-prev {	
  justify-content: flex-start;	
  padding-left: 15px;	
  background: rgb(0,0,0);	
  background: linear-gradient(90deg, rgba(0,0,0,.2) 0%, transparent 100%);	
}	
#demo .carousel-control-next {	
  justify-content: flex-end;	
  padding-right: 15px;	
  background: rgb(0,0,0);	
  background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.2) 100%);	
}