<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}

body, html {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

/* -------------HEADER------------- */
/* -------------HEADER------------- */
/* -------------HEADER------------- */
header {
    width: 100%;
    height: 100vh;
    position: relative;
}

.container{ height: 100%; margin: 0 auto 0 auto; max-width: 100%; position: relative; width: 100%;}

.container .zoom{ background-color: #FFFFFF; height: 100%; margin: auto; overflow: hidden; position: relative; width: 100%; 
	/* background-image: url("https://www.bahia-principe.com/public/2022/in_house/key_holder/img/fondo_san_felipe.svg");
	background-size: cover; */
}

.container .zoom img{ bottom: 0; display: block; left: 0; margin: auto; max-height: 100%; max-width: 100%; position: absolute; right: 0; top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.zoom-transition{
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}


.kh__container-shapes {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100px;
    background-image: url(../img/cayoLevantado/fondo_clr.jpg);
    background-size: cover;
    padding: 20px;
    text-align: left;
}

.kh__container-shapes img {
    width: 250px;
}

.kh__container-flex {
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 999;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}

.kh__container-ampliacion {
    padding: 10px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.kh__container-img__ampliacion-flex {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .7);
    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;
}
.kh__container-img__ampliacion-flex p {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: .7rem;
}

.kh__container-img__ampliacion-flex a {
    text-decoration: none;
    font-weight: 400;
    color: #666; 
}

.kh__container-volver {
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 2;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.kh__ampliacion-txt {
    padding: 0 0 0 10px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    line-height: 1rem;
    font-weight: 800;
    color: #555; 
}

.kh__ampliacion-txt a {
    font-weight: 800;
    color: #555; 
    text-decoration: none;
}

.kh__container-img__ampliacion {
    display: inline-block;
    width: 30px;
}

.kh__container-img__ampliacion img {
    width: 100%;
    display: block;
    border: none;
}

.kh__container-img__ampliacion-flex img {
    width: 30px;
    display: block;
    border: none;
}




/* -------------FOOTER------------- */
/* -------------FOOTER------------- */
/* -------------FOOTER------------- */

.kh__footer {
    width: 100%;
}

.kh__footer img {
    width: 100%;
}</pre></body></html>