<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}body{margin:0;padding:0}


@font-face {font-family: 'TT Ramillas';src: url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-Regular.eot");src: url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-Regular.woff2") format("woff2"), url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-Regular.woff") format("woff"), url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;}
 

@font-face {
font-family: 'TT Ramillas'; 
src: url("https://www.cayolevantadoresort.com/fonts/common/fonts/common/TTRamillas-ExtraLight.eot");
src: url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-ExtraLight.eot?#iefix") format("embedded-opentype"), url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-ExtraLight.woff2") format("woff2"), url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-ExtraLight.woff") format("woff"), url("https://www.cayolevantadoresort.com/fonts/common/TTRamillas-ExtraLight.ttf") format("truetype");
font-weight: 200;
font-style: normal;}


/* -----------------HEADER----------------- */
/* -----------------HEADER----------------- */
/* -----------------HEADER----------------- */

.header {
    margin: 0 auto;
    padding: 30px 10px 60px 10px;
    width: 100%;
    max-width: 700px;
    position: relative;
    background-image: url(../img/cayoLevantado/fondo_clr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__continer--logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 30px;
}

.header__continer--logo img {
    width: 100%;
}

.header__container--map {
    width: 90%;
    height: 250px;
    background-color: aliceblue;
    position: relative;
    background-image: url(../img/cayoLevantado/fondo_isla.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header__container--button {
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    background-color: #988642;
    position: absolute;
    left: 50%;
   -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
           transform: translateX(-50%);
    bottom: -20px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.buttom__magnifier {
    width: 20px;
    height: 20px;
}

.buttom__magnifier img {
    width: 100%;
}

.button__txt {
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: aliceblue;
    font-size: 14px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  white-space: nowrap;
}



/* -----------------MAIN----------------- */
/* -----------------MAIN----------------- */
/* -----------------MAIN----------------- */

.main {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.section {
    padding: 40px 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.section__green {
    background-color: #D8DDCF;
}

h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #07272D;
    font-size: 22px;
    line-height: 27px;
}

h2 span {
    color: #5f6c6f;
}

h3 {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'TT Ramillas';
    font-weight: 200;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 2.2rem;
}

h3 span {
    color: #5f6c6f;
}

.spacer {
	width: 100%;
	height: 40px;
}

h4 {
    margin: 0;
    padding: 10px 0 5px 0;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #07272D;
    font-size: 1.1rem;
    line-height: 1.3rem;
}

h4 span {
    color: #5f6c6f;
}

.section__txt {
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #07272D;
    font-size: .9rem;
    line-height: 1.3rem;
}

.section__txt span {
    font-weight: 600;
}

.section__txt--ingles {
    color: #5f6c6f;
}

.container__room--txt {
    display: grid;
    grid-template-columns: 30px 1fr;
    padding: 20px 10px;
    background-color: #ECEEE7;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #07272D;
    font-size: .9rem;
    line-height: 1.3rem;
}

.section__container--img {
    width: 100%;
    height: 200px;
    background-color: #5f6c6f;
    margin: 0 0 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img__1 {
    background-image: url(../img/cayoLevantado/50_CLR_CLSV_RENDER_RDO_000.png);
}

.img__2 {
    background-image: url(../img/cayoLevantado/clr_lifestyle_1051.jpg);
}

.img__3 {
    background-image: url(../img/cayoLevantado/clr_wellness_0834.jpg);
}

.img__4 {
    background-image: url(../img/cayoLevantado/clr_lifestyle_0722.jpg);
    background-position: top;
}

.img__5 {
    background-image: url(../img/cayoLevantado/clr_servicios_0991.jpg);
    background-position: bottom;
}



.room__txt--number {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #07272D;
    font-size: .9rem;
    line-height: 1.3rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.room__txt--item {
    padding: 0 15px;
}

.buffets__item {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #eceee8;
    border-bottom: 2px solid #FFFFFF;
}

.item__span {
    background-color: #d9ddd0;
}

.buffets__titulo {
    margin: 0;
    padding: 0 0 5px 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #07272D;
    font-size: .9rem;
    line-height: 1rem;
}

.buffets__titulo span {
    color: #5f6c6f;
}

.buffets__txt{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #07272D;
    font-size: .9rem;
    line-height: 1rem;
}

.buffets__txt span {
    color: #5f6c6f;
}


</pre></body></html>