@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Lobster+Two:700i');
/* CSS Document */

body {
   font-family: 'Lato', sans-serif;
   top: 0 !important;
}

.infochat_custommain, .infochat_floatmain, .infochat_theme1 .infochat_cnt, .infochat_theme2 .infochat_flt_rel {
   bottom: 120px !important;
}
.hide-add{
   position: absolute;
    width: 230px;
    height: 40px;
    background: white;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Lobster Two', cursive;
   color: #00436D !important;
}

.eapps-link {
   display: none !important;
}

header {
   background-color: #00436D;
   color: #fff;
   padding: 8px 0px;
   font-size: 15px;
}

#google_translate_element {
   float: right;
   margin-left: 25px;
   color: #000 !important;
   text-transform: none;
}

#google_translate_element a {
   color: #000 !important;
}

.bg-light {
   background-image: url(../img/fade.png);
   background-repeat: repeat-x; 
}

.blue-bar {
   background-color: #00436D;
}

.breadcrumb a {
   color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb {
   background-color: #00436D;
   color: #fff;
}

.goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, .goog-te-balloon-frame, .goog-tooltip, .goog-tooltip:hover { 
	display:none !important; 
	font-weight: normal;
	font-style: normal;
}

.left20 {
   margin-left: 20px;
}

.navbar-brand img {
   margin-top: -3px;
}

.nav-link {
   color: #00436D !important;
   font-size: 0.9rem;
   font-weight: 900;
   text-transform: uppercase;
}

.table {
   margin: 0;
}

.table td, .table th {
   vertical-align: middle;;
}

.price {
   font-weight: 300;
   font-size: 24px;
}

.room-title {
   font-size: 24px;
   text-align: center
}

.white-table {
   background: #fff;
}

.booking {
   background: #00436D;
   color: #fff;
   padding: 10px 20px;
   text-align: center;
}

.link-price a {
   color: #000;
   font-weight: 300;
  
}

.input-validar {
   opacity: 0;
   width: 100%;
   height: 5px;
}

.hide-input-validar {
   position: absolute; 
   top: 0; 
   bottom: 0;     
   right: 0; 
   left: 0;
}

.header-acomodation {
   padding: 10px 20px;
   text-align: center;
   font-size: 24px;
   background: #222;
   color: #fff;
}

td .price {
   color: #000;
}

.card-header {
   background-color: #00436D !important;
}

.card-header .btn-link{
   color: #ffffff !important;
}

.button-tog {
    background-color: #00436D !important;
    border: none;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.3s linear;
    color: #fff;
    font-weight: 900;
    border-radius: 4px;
    padding: 0 20px;
    cursor: pointer;
}

.price-acomodation {
   padding: 10px 20px;
   text-align: center;
   border: 1px solid #ddd;
}

.price-acomodation:hover {
   background: #ddd;
}

.white-background {
   background: #ccc;
}

.reservar {
   transition: all 0.3s linear;
   border: 1px solid #00436D !important;
   background: #00436D !important;
   color: #fff;
   border-radius: 25px;
   margin-top: 15px;
   font-size: 0.9rem;
   font-weight: 900;
   text-transform: uppercase;
   padding:  5px 20px;
   cursor: pointer;
}

.newsletter-call {
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
   padding-top: 7px;
}

.newsletter-icon {
	color: #fff;
	margin-top: -3px;
}

.button {
	background-color: #00436D !important;
	border: 3px solid #fff;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	transition: all 0.3s linear;
	color: #fff;
	font-weight: 900;
	border-radius: 4px;
	padding: 0 20px;
   cursor: pointer;
}

.unidade {
   font-size: 9px;
   color: #222;
   margin-top: 3px;
}

.button:hover {
	background-color: #fff !important;
	color: #00436D;
}

.newsletter {
	background: #00436D;
   color: #fff;
	padding-top: 20px;
}

.call-button {
   height: 34px;
   line-height: 30px;
   border-radius: 17px;
   border: 2px solid #00436D;
   text-transform: uppercase;
   background: transparent;
   padding: 0px 20px;
   color: #00436D;
   transition: all 0.3s linear;
   font-weight: 500;
}

.item-call {
    position: relative;
    overflow: hidden;    
    border-radius: 8px;    
}

.content-call {    
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(to bottom, #026CB6 10%, #041E43); 
   opacity: 0;
   -webkit-transition: all .3s linear !important;
   transition: all .3s linear !important;
}

.content-call:hover {
   opacity: 1;   
   -webkit-transition: all .3s linear !important;
   transition: all .3s linear !important;    
}


.text-call {
   position: absolute;    
   top: 50%;
   left: 15px;
   right: 15px;
   color: #fff;    
   text-align: center;   
   font-weight: 300;
   transform: translateY(-50%);
	font-size: 18px
}

.text-call div {
   font-family: 'Lobster Two', cursive;
   font-size: 28px;
   font-weight: 900;
   margin-bottom: 15px;
	font-style: italic;
}

.promotion-box {
   padding: 0; 
   font-size: 14px; 
   line-height: 11px;
   padding-right: 30px;
   font-weight: 900;
}

.promotion-price {
	font-style: italic;
   padding: 0px;
   font-size: 22px;
	line-height: 22px;
	font-weight: 900;
}

.call-button:hover {
   background:  #00436D;
   color: #fff;   
}

.price {
	color: #00436D;
	font-size: 22px;
	margin: 30px 0px;
	line-height: 150%;
}

.price b {
	font-size: 36px;
}

.price-call {
   font-family: 'Lobster Two', cursive;
   background-color: #00436D;
   padding: 6px 15px;
   border-radius: 4px;
   position: absolute; 
   bottom: -15px;
   z-index: 1;
   color: #fff;    
   left: 50%;
   transform: translateX(-50%);
   margin-right: -50%;
}

.margin0 {
	margin-bottom: 0px;
}

.margin10 {
	margin-bottom: 10px;
}

.margin15 {
	margin-bottom: 15px;
}

.margin20 {
	margin-bottom: 20px;
}

.margin30 {
	margin-bottom: 30px;
}

.margin50 {
	margin-bottom: 50px;
}

#mapa {
   height: 250px;
}

.video-button {
   background: #00436D;
   color: #fff;
   cursor: pointer;
   padding: 20px 15px;
   text-align: center;
   transition: all 0.3s linear;
   text-transform: uppercase;
   font-size: 22px;
   font-weight: 900;
}


.video-button:hover {
   background: #026CB6;
}

footer {
   padding: 20px 0px 110px 0px;
   background: #00436D;
   color: #fff;
}

a {
   text-decoration: none !important;
}

footer a {
   color: #fff !important;  
}

#galery {
   padding: 20px 0px;
   background: #ddd;
}

.whatsapp {
   background: green; 
   color: #fff; 
   padding: 2px 15px 5px 15px; 
   width: auto; 
   border:none; 
   text-align:center
}

.reservas-btn {
   background: transparent; 
   border: 1px solid #ffffff;
   color: #fff; 
   padding: 2px 15px 5px 15px; 
   width: auto; 
   text-align:center
}

@media (min-width: 992px){ 
   .navbar-expand-lg .navbar-nav .nav-link {
       padding-right: 1rem;
       padding-left: 1rem;
   }
   
   .hide-on-lg {
      display: none !important;
   }
}

@media (max-width: 992px){ 
   .hide-on-xs {
      display: none !important;
   }
   .unidade {
      text-align: left;
   }
   .whatsapp {
      width: 100%;
      font-size: 13px;
   }

   .reservas-btn {
      background: #00436D; 
      width: 100%;
      font-size: 13px;
   }
}