<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Lemon Milk";
    src:url("../fonts/LemonMilkbold.otf");
}
@font-face {
    font-family: "PT Serif";
    src:url("../fonts/PTSerif-Regular.ttf");
}
html{
    scroll-behavior: smooth;
}
p{
    font-size: 18px;
    color: #05211d;
    font-weight: 400;
    font-family: "PT Serif", sans-serif;
    line-height: normal;
    margin-bottom: 10px;
}
::placeholder, input, textarea, select{
    font-family: "PT Serif";
}
.mfp-arrow-right {
    right: 100px;
}
.mfp-arrow-left {
    left: 100px;
}
@media (max-width: 575px){
    .main-btn {
        font-size: 20px;
    }
}
/* MENSAJE */
.close-icon {
    cursor: pointer;
    float:right;
}
.mensaje{
    display:none;
    position: absolute;
    z-index: 100;
    transform: translate(100%, 50%);
    padding: 15px;
    height: 350px;
    width: 500px;
    background: rgb(198 168 121 / 95%);
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* END MENSAJE */
/* HEADER */

header.sticky-active .language a, .language a{
    color:#111;
}
.header-two .language a{
    color: #fff;
    padding-right: 20px;
}
header .nav-container .header-info .item{
    padding-left: 40px;
}
header .nav-container .header-info .item .title {
    font-size: 18px;
}
.banner-area.banner-style-three .single-banner {
    padding-top: 300px;
    padding-bottom: 195px;
    /* transition: fadeOut 15s linear infinite; */
}
.banner-area .banner-content .title{
    font-size:35px;
    text-shadow: 2px 2px 5px #222;
}
header.header-absolute{
    top:inherit;
    padding-top:10px;
}
header.sticky-header.sticky-active{
    padding-top:0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 40px;
    }
}
.booking-form .booking-form-inner {
    padding:40px 10px;
}
@media (max-width: 399px){
    .banner-area .banner-content .title {
        font-size: 45px;
    }
}
@media (max-width: 767px){
    .banner-area.banner-style-three .single-banner{
        padding-top:180px;
    }
}
/* END HEADER */

/* BANNER */
.banner-content .header-info .item i {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    background: #bead8e;
    color: #fff;
    font-size: 14px;
}
.banner-content .header-info .item a, .banner-content .header-info .item, .banner-content .header-info .item .title {
    color: #fff;
    display: block;
    padding-left: 16px;
}
.banner-content .header-info .item {
    padding: 40px 20px 0px 0px;
}
.banner-content .header-info .item .title {
    font-size: 18px;
}
.banner-content .header-info .item span{
    font-weight:lighter;
}
.banner-area.banner-style-two .single-banner .banner-overly, .banner-area.banner-style-three .single-banner .banner-overly{
    background-color: #2223;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){

    .banner-content .header-info .item:not(:last-child) {
        margin-right: 15px;
    }
}
@media (max-width: 575px){
    header .nav-container .site-logo img {
        max-width: 100px;
    }
}
@media (max-width: 767px){
    header .nav-container .header-info .item .title {
        font-size: 12.5px;
    }
}

/* END BANNER */

/* BOOKING */
.nice-select::before{
    color: #05231d;
}
.booking-form-inner input{
    font-family:"PT Serif", sans-serif;
}
/* END BOOKING */


/* FEATURES */
.section-title h2{
    font-size: 40px;
    color: #05211d;
    font-family: "Lemon Milk";
}
.section-title span.title-tag{
    font-size: 18px;
    color: #c6a879;
    font-weight: 400;
    font-family: "Oswald";
    letter-spacing:normal;
}
.about-section .about-features-boxes .single-feature-box{
    padding: 30px;
}
.about-section .about-features-boxes .single-feature-box h4 {
    font-size: 24px;
    color: #05211d;
    font-weight: 400;
    font-family: "PT Serif", sans-serif;
    line-height: 1;
}
.about-section .about-features-boxes .single-feature-box p{
    font-size: 16px;
    line-height: 1;
}
.about-section .abour-text .main-btn{
    background-color: #05231d;
}
/* END FEATURES */

/* SLIDER  */
.room-slider .rooms-slider-two .single-rooms-box .room-desc{
    margin: auto;
    width: 523px;
    filter: drop-shadow(2.828px 2.828px 1.5px rgba(0,0,0,0.14));
    padding: 25px 40px;
    text-align: center;
    bottom: -65px;
}
.room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
    font-size: 24px;
    color: #05211d;
    font-weight: 400;
    font-family: "PT Serif";
    margin: 0;
    line-height: 1;
}
.room-desc .room-name{
    font-size: 40px;
    color: #05221d;
    font-weight: 400;
    font-family: "Oswald";
}
@media (max-width: 767px){
    .room-slider .rooms-slider-two .single-rooms-box .room-desc {
        left: 0px;
        right: 0px;
        padding: 15px !important;
        width: 250px !important;
    }
    .room-slider{
        padding-top:50px;
    }
    .room-slider .section-title{
        margin:0px;
    }
}
/* END SLIDER  */

/* VIDEO */
.text-block.bg-black .section-title .title-tag{
    color: #c6a879;
    letter-spacing: normal;
}
.block-text .section-title h2{
    font-weight: 700;
    font-family: "PT Serif";
}
.block-text .section-title h2 span{
    font-weight:400;
}
.text-block.bg-black .btn{
    font-size: 22px;
    color: #ffffff;
    background-color: #05231d;
    padding: 13.6px 47px;
}
.text-block.bg-black p, .text-block.bg-black .section-title h2 {
    color: #ede4d3;
}
.video-wrap.video-wrap-two {
    height: 375px;
    background-image: url(../img/text-block/03.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.text-block.with-pattern .pattern-wrap .pattern::before{
    background-image:url(../img/bg-transparent-logo.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 150%;
    height: 250px;
    top: 30%;
}
.text-block.with-pattern .pattern-wrap {
    background: #eee4d4;
    width: 35%;
}
/* END VIDEO */

/* ABOUT */
.restaurant-section .section-title h2{
    font-weight: 700;
    font-family: "PT Serif";
}
.restaurant-section .about-right-bottom{
    top:0px;
}
.restaurant-section .main-btn{
    font-size: 22px;
    padding: 0px 75px;
}
.restaurant-section .main-btn.gray{
    background: #d4c1ac;
    border: 1px solid #d4c1ac;
    color: #05231d;
}
.restaurant-section .main-btn.bullet{
    color: #70745b;
    background-color: #ffffff;
    border: 1px solid #d4c1ac;
}
/* END ABOUT */

/* SOCIAL LINKS */
.social-links{
    margin-left:10px;
}
.social-links a {
    height: 62px;
    width: 62px;
    line-height: 59px;
    background-color: #c6a879;
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-right: 5px;
}
.social-links a:hover{
    color:#05231d;
}
@media (max-width: 767px){
    .social-links{
        margin-left: 0px;
    }
    .social-links a{
        margin-top: 10px;
        height: 50px;
        width: 50px;
        font-size: 25px;
        line-height: 50px;
    }
}
/* END SOCIAL LINKS */

/* SLIDER */
.suites{
    width: 500px;
    margin:auto;
}
.suites span.title-tag{
    font-size: 28px;
}
@media (max-width: 767px){
    .suites{
        width:100%;
        padding:0 15px;
    }
    .menu-area.menu-nagative-gallery {
        padding: 60px;
        margin-bottom: 170px;
    }
}
/* END SLIDER */

/* CONTACT */
.contact-part .contact-info .info-box .desc h4 {
    margin-bottom: 0px;
    font-size: 20px;
    color: #05211d;
    font-weight: 700;
}
.contact-part .contact-info .info-box{
    display: flex;
    align-items: center;
    height: 153px;
}
.contact-part .contact-info .transporte{
    margin: 0px;
}
.contact-part .contact-info .transporte a{
    color: inherit;
    text-decoration: underline;
}
.contact-part .social-links{
    flex-direction:column;
}
/* END CONTACT */


/* FORM */
form button.main-btn{
    background: #05231d;
    border: 1px solid #05231d;
}
form::placeholder, form input, form textarea, form select {
    color: #555555;
}
@media (max-width: 767px){
    .contact-part .contact-form {
        padding: 30px 10px;
    }
}
/* END FORM */


/* FOOTER */
footer .copyright-area {
    background-color: #c6a879;
}

.nav-footer{
    display: flex;
    justify-content: center;
}
.nav-footer p{
    font-size: 16px;
    font-weight: 300;
    font-family: "Oswald";
    margin-right: 15px;
    border-right: 1px solid #05211d;
    padding-right: 15px;
    margin-bottom:0px;
}
.nav-footer p:last-child{
    border-right:none;
}
.nav-footer p a{
    color:inherit;
}
@media (max-width: 767px){
    .nav-footer p{
        padding-right: 4px;
        margin-right:5px;
    }
}

/* END FOOTER */

/* TERMINOS-CONDICIONES */
.terminos-condiciones ul{
    padding-left: 15px;
    margin-bottom: 1rem;
}
.terminos-condiciones ul li{
    font-family: "PT Serif", sans-serif;
    list-style: disc;
    color: #05211d;
}
/* END TERMINOS-CONDICIONES */

/* INFO HOTEL */
.line-divider{
    height: 19px;
    background:#eee4d4;
    border:none;
    margin:30px 0;
}
.info .box{
    background:#fff;
    padding:30px;
}
.info .images{
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.info ul li{
    display: flex;
    margin-bottom: 10px;
}
.info ul li i, .info ul li svg{
    font-size: 35px;
    margin-right: 15px;
    color:#eee4d4;
    width:50px;
    text-align: center;
}
.info ul li .box-info h5{
    font-size: 20px;
    font-weight: 700;
}
.info ul li .box-info p{
    margin-left:15px;
}
.info ul li .box-info p small{
    font-size:14px;
}
@media (max-width: 767px){
    .info .images{
        margin-bottom: 15px;
    }
    .info .box {
        padding: 15px;
    }
    .info ul li .box-info p {
        margin-left: 0px;
    }
    .info ul li i, .info ul li svg {
        width: 40px;
    }
    .line-divider{
        margin: 15px 0;
    }
}
/*END INFO HOTEL */

/* SIDEBAR BLOG */
.box-resultado .cat a{
    margin-bottom: 25px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    color: #fff;
    background-color: #bead8e;
}
.post-desc .cat a{
    color: #fff;
}
/* SEARCH */
.card-body.bluu_wi{
	padding: 40px;
	background-color: #fff;
	margin-bottom:40px;
}
.wp-block-search__inside-wrapper{
	width: 100% !important;
	position: relative;
}
input#wp-block-search__input-1 {
	width: 100%;
	background-color: #f8f8f8;
	height: 60px;
	border: none;
	padding-left: 30px;
	padding-right: 60px;
	font-size: 14px;
}
button.wp-block-search__button.has-icon{
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 1;
	background-color: #bead8e;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
button.wp-block-search__button.has-icon svg{
	fill: #FFF;
}
label.wp-block-search__label, .card-body.bluu_wi h2 {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    font-family: 'PT Serif', serif;
    color: #222;
}
label.wp-block-search__label:before , .card-body.bluu_wi h2:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #bead8e;
    content: '';
}
/* END SEARCH */


/* ULTIMAS PUBLICACIONES */
ul.wp-block-latest-posts__list.wp-block-latest-posts li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e6ff;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li a{
    font-size: 18px;
    font-family: 'PT Serif', serif;
    color: #222;
}
/* END ULTIMAS PUBLICACIONES */


/* CATEGORÃAS */
.wp-block-categories-list li a {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    background-color: #f8f8f8;
    display: block;
    position: relative;
    line-height: 50px;
    color: #777;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}
.wp-block-categories-list li a:hover {
    color: #fff;
    background-color: #bead8e;
}
/* END CATEGORÃAS */


/* END SIDEBAR BLOG */

/* PAGE SEARCH */

.box-resultado{
    background:#fff;
    padding:40px;
    margin-bottom: 20px;
}

/* END PAGE SEARCH */</pre></body></html>