<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.navbar-default .navbar-toggle .icon-bar{
	background-color: #b98b3e;
}
.main-menu .navbar-default .navbar-nav .active a{
	color: #b98b3e;
}
.main-menu nav li a::after {
    background: #b98b3e;
}
.typer{
	color: #b98b3e !important;
}
.banner-text h2{
	color: #b98b3e
}
.book-btn a{
	background: #b98b3e;
	border: 3px solid #b98b3e;
}
.book-btn a:hover{
	border: 3px solid #775a28;
}

.block-title{
	color: #b98b3e;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.item-hover{
	cursor: default !important;
}
.item-type-zoom .item-hover:hover::before{
	background: rgba(0, 0, 0, 0.9);
}
.special-box .owl-theme .owl-controls .owl-page.active span{
	background: #b98b3e;
}
.offer-item div h3{
	color: #b98b3e;
}
.tab-menu .is-active{
	background: #b98b3e;
}
.tab-menu .slick-arrow.slick-prev{
	background: #b98b3e url(../../images/back.png) no-repeat center;
	background-position: 2px 4px;
}
.tab-menu .slick-arrow.slick-next{
	background: #b98b3e url(../../images/next.png) no-repeat center;
	background-position: 7px 4px;
}

.offer-item .offer-price{
	border: 1px solid #b98b3e;
}
.sf-team:hover .text-col{
	background-color: #b98b3e;
}
.gal-item a::after{
	background-color: rgba(231, 91, 30, 0.75);
}
.overlay i:hover{
	border: 1px solid #b98b3e;
	color: #b98b3e;
}
.blog-btn-v a{
	background: #b98b3e;
	border: 3px solid #b98b3e;
}
.book-srv a{
	background: #b98b3e;
	border: 3px solid #b98b3e;
}

.panel-pricing .panel-heading{
	background: #1e150f;
}

.pric-icon img{
	width: 100px;
}

.panel-pricing{
	border: 1px solid #b98b3e;
}

.panel-pricing .list-group-item:first-child{
	font-size: 23px;
    color: #b48c42;
    font-weight: bold;
}

.panel-pricing .list-group-item a{
    color: #b48c42;
}

.panel-pricing .list-group-item a:hover{
	font-weight: bold;
}

.panel-body p strong span{
	color: #b98b3e;
}
.pricing-main .panel-footer a{
	background: #b98b3e;
	border: 3px solid #b98b3e;
}
.pricing-main .panel-footer a:hover{
	border: 3px solid #775a28;
}

.reserve-book-btn button{
	background: #b98b3e;
	border: 3px solid #b98b3e;
}
.reserve-book-btn button:hover a{
	color:#000000;
}
.footer-news form a{
	background: #b98b3e;
}
.footer-news form a:hover{
	border: 2px dotted #b98b3e;
}
.footer-box-a h3{
	color: #b98b3e;
}
.footer-box-b h3{
	color: #b98b3e;
}
.footer-box-c h3{
	color: #b98b3e;
}
.footer-box-d h3{
	color: #b98b3e;
}
.footer-box-c p a:hover{
	color: #b98b3e;
}
.footer-box-b ul li a:hover{
	color: #b98b3e;
}

.footer-box .socials-box a:hover .social-circle-border{
	color: #b98b3e;
}

.footer-box-c p i{
	color: #b98b3e;
}

.copyright-main{
	background: #b98b3e;
}

#color-panel a.panel-button:hover{
	color: #b98b3e;		
}

.mercadopago-button {
    visibility: hidden;
}

.mercadopago-button::after{
    content: "Comprar";
	background: #b48c42;
	visibility: visible;
  	display: block;
	padding: 0 1.7142857142857142em;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875em;
	line-height: 2.7142857142857144;
	border-radius: 0.2857142857142857em;
	color: #fff;
	cursor: pointer;
	border: 0;
}

.special-video-background{
	position: absolute;
    width: 100%;
	top: 0;
}

.special-video-background:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    left: 0;
}

.error{
	border: solid red !important;
}

.modal{
	background: #b48c426b;
}

.banner-cell {
    padding-top: 20px;
}

.special-video-background video{
	width: 100%;
}

.mp-hide{
	display:none;
}

.mp-show{
	-webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
   
    min-width:219px;
}

/*OCULTO SESIONES*/



#header{
    /*display: none;*/
}

#about{
   /* display: none; */
}

#special{
    /*display: none;*/
}

#menu{
    display: none;
}

#our_team{
    display: none;
}

#gallery{
    display: none;
}

#blog{
    display: none;
}

#pricing{
    display: none;
}

#reservation{
    /* display: none;*/
}

#footer{
    /*display: none;*/
	position: relative;
}

#footer .footer-news{
	display: none;
}

.mouse{
   /* display: none; */
}
#navbar{
    /*display: none !important;*/
}</pre></body></html>