@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%;
    position: relative;
}




.kh__container-shapes {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.kh__container-shapes img {
    width: 100%;
}

.kh__container-ampliacion {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .9);
    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: .9rem;
    line-height: 1rem;
    text-decoration: none;
    font-weight: 800;
    color: #555; 
}

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

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

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

.kh__container-mapa {
    width: 100%;
    background-image: url(https://www.bahia-principe.com/public/2022/key_holder_tfe/img/mapa_san_felipe_mobile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}

.kh__container-mapa img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.franja__luxury {
    width: 100%;
    height: 60px;
    background-color: #000000;
}


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


.main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.seccion__hotel {
    width: 100%;
    padding: 50px 20px;
    margin: 0;
    text-align: left;
}

.seccion__hotel--titular {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 800;
    color: rgb(149, 133, 77);
}

.seccion__hotel--titular span {
    font-style: italic;
    color: rgba(149, 133, 77, .7);
}

.seccion__hotel--txt {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #555;
}

.free__wifi {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
}

.seccion__hotel--icons {
    width: 100%;
    display: grid;
    grid-template-columns: 30px 1fr;
            -webkit-column-gap: 10px;
               -moz-column-gap: 10px;
                    column-gap: 10px;
}

.seccion__hotel--img {
    width: 100%;
    padding-top: 5px;
}

.seccion__hotel--numero {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 800;
    color: #FFFFFF;
    background-color: rgb(149, 133, 77);
    border-radius: 20px;
    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;
}

.hotel__container--titular {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 800;
    color: rgb(149, 133, 77);
}

.hotel__container--titular span {
    font-style: italic;
    color: rgba(149, 133, 77, .7);
}






.padding__bottom {
    padding-bottom: 10px;
}

.padding__bottom20 {
    padding-bottom: 20px;
}

.padding__bottom0 {
    padding-bottom: 0;
}

.padding__bottom5 {
    padding-bottom: 5px;
}

.ingles {
    font-style: italic;
    opacity: .7;
}

.gris {
    background-color: #efefef;
}

.lighter {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.3rem;
}

.lighter span{
    font-style: italic;
    opacity: .8;
}

.black {
    color: #555;
    font-size: .9rem;
}





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

.footer {
    width: 100%;
    height: 150px;
    background-color: #000000;
}