html{
    background: #ededed;
    overflow-x: hidden;
}
body{
    background-color: #EDEDED;
    min-height: 225vh;
    background: url(../img/alojamiento/FONDO_VERTICAL.png), url(../img/alojamiento/FONDO_VERTICAL.png);
    background-repeat: no-repeat, no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: bottom right, top left;
    background-size: 300px;
}

.navbar-collapse{
    padding-right: 0px;
}
/* Seccion de Tipos de Suites */
.txt-s{
    margin-top: 10px;
    margin-bottom: 25px;
    display: flex;
    display: -webkit-flex; / Safari 8 /
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; / Safari 8 /
    justify-content: center;
    -webkit-justify-content: center; 
}
.a-txt{
    width: 20%;
}

.c-n{
    font-family: 'cormorant_garamondbold';
    cursor: pointer;
    margin: 0px 20px;
    font-style: italic;
    font-size: 14px;

}
.c-n-animation{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.c-n-animation:before{
    cursor: pointer;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #8BA8C6;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.col-md-4.c-s:hover .c-n-animation:before, .col-md-2.c-s:hover .c-n-animation:before, .c-n-animation:hover:before{
    right: 0;
}


#t-a1{
    color : #cccccc;
}
#t-a2{
    color : #cccccc;

}
#t-a3{
    color : #cccccc;
}

/* Nombre de la habitacion */
.t-n-h{
    margin-bottom: 20px;
    text-align: center;
    color: #495656;
}
#txt-es{
    font-family: 'cormorant_garamondbold';
    animation: none;
    text-decoration: none;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 2px;
    font-variant: all-small-caps;
    color: #495656;
}
#txt-name{
    font-family: 'cormorant_garamondbold';
    font-size : 23px;
    line-height : 32px;
    letter-spacing : 4px;
    margin-bottom: -18px;
    color : #495656;
}
.img-crz{
    background: url(../img/ilustraciones/figuras/texto_6.png) no-repeat center;
    background-size: 100px;
    height: 70px;
}
/* Estilo Slider*/
.swiper-container {
    width: 100%;
    height: 550px;
    background-color: #EDEDED;
    box-shadow : 0px 0px 20px rgba(0, 0, 0,0.4);
    margin-bottom: 60px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    background-position: center center!important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next {
    height: 25px!important;
    right: -4%!important;
    filter: grayscale(100%);
    opacity: .7;
}
.swiper-button-prev {
    height: 25px !important;
    left: -4% !important;
    filter: grayscale(100%);
    opacity: .7;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.swiper-pagination {
    justify-content: center;
    position: inherit;
    position: inherit;
    text-align: center;
    padding: 1pc;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0px 10px;
    background-color: #EDEDED!important;
}

/* <!-- Descripcion habitacion --> */
.txt-d-h{
    margin-left: auto;
    margin-right: auto;
}
.imd-i-f{
    background: url(../img/ilustraciones/ALOJAMIENTO.png) no-repeat;
    background-size: 150px 150px;
    width: 100%;
    height: 150px;
    margin-top: 100px;
    margin-left: -10px;
    background-position: right;
    position: absolute;
}
.imd-i-f2{
    background: url(../img/ilustraciones/ALOJAMIENTO.png) no-repeat;
    background-size: 150px 150px;
    width: 100%;
    height: 150px;
    margin-top: -90px;
    margin-left: 10px;
    background-position: left;
    position: absolute;
}
#alhambra{
    background: url(../img/ilustraciones/gh_ALHAMBRA.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}

#alhambra2{
    background: url(../img/ilustraciones/gh_ALHAMBRA.png) no-repeat;
    background-size: 150px 150px;
}

#neruda{
    background: url(../img/ilustraciones/gh__NERUDA.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}

#neruda2{
    background: url(../img/ilustraciones/gh__NERUDA_2.png) no-repeat;
    background-size: 150px 150px;
}

#aida{
    background: url(../img/ilustraciones/gh__aida.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}

#aida2{
    background: url(../img/ilustraciones/gh__aida_2.png) no-repeat;
    background-size: 150px 150px;
}
#chanel{
    background: url(../img/ilustraciones/gh__channel.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}

#chanel2{
    background: url(../img/ilustraciones/gh__channel%202.png) no-repeat;
    background-size: 150px 150px;
}

#mandela{
    background: url(../img/ilustraciones/gh__MANDELA%201.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}

#mandela2{
    background: url(../img/ilustraciones/gh__MANDELA_2.png) no-repeat;
    background-size: 150px 150px;

}
#rangel{
    background: url(../img/ilustraciones/gh__RANGEL.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;

}
#rangel2{
    background: url(../img/ilustraciones/gh__RANGEL%201.png) no-repeat;
    background-size: 150px 150px;
}
#regency{
    background: url(../img/ilustraciones/gh__REGENCY%202.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;

}
#regency2{
    background: url(../img/ilustraciones/gh__REGENCY.png) no-repeat;
    background-size: 150px 150px;

}
#contempoI{
    background: url(../img/ilustraciones/gh__contempo%201_2.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}
#contempoI2{
    background: url(../img/ilustraciones/gh__contempo%201_2.png) no-repeat;
    background-size: 150px 150px;
}
#contempoII{
    background: url(../img/ilustraciones/gh__contempo%202_1.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}

#contempoII2{
    background: url(../img/ilustraciones/gh__contempo%202_2.png) no-repeat;
    background-size: 150px 150px;
}
#lino{
    background: url(../img/ilustraciones/gh__LINO.png) no-repeat;
    background-size: 150px 150px;
    background-position: right;
}
#lino2{
    background: url(../img/ilustraciones/gh__LINO%202.png) no-repeat;
    background-size: 150px 150px;
}

#thai{
    background: url(../img/ilustraciones/gh__thai.png) no-repeat;
    background-size: 150px 150px;
    background-position: right !important;
}

#thai2{
    background: url(../img/ilustraciones/gh__thai_2.png) no-repeat;
    background-size: 150px 150px;
}
#zen{
    background: url(../img/ilustraciones/gh__zen.png) no-repeat;
    background-size: 150px 150px;
    background-position: right !important;
}
#zen2{
    background: url(../img/ilustraciones/gh__zen%202.png) no-repeat;
    background-size: 150px 150px;
}
/*... ... ... .. ... ... ... ... ... ... ... ... ... */
#d-h-n{
    font-family: 'cormorant_garamondbold';
    text-align: right;
    font-weight : bold;
    font-size : 30px;
    color: #495656;
    letter-spacing: 2px;
}
#txt-h-n{
    font-family: 'alegreyaregular';
    font-size : 16px;
    text-align: right;
    border-right: silver 17px solid;
    border-image-source: url(../img/ilustraciones/figuras/texto_2.png);
    box-sizing: border-box;
    padding-right: 18px;
    border-image-slice: 33;
    border-image-repeat: repeat;
    color: #495656;
}

.d-h-t{
    font-family : CormorantGaramond;
    font-style : italic;
    font-weight : bold;
    font-size : 15px;
    letter-spacing : 2.8px;
    font-variant : all-small-caps;
    color : #8BA8C6;
}
.r-h-t{
    font-family: 'cormorant_garamondbold';
    font-style : italic;
    font-size : 20px;
    vertical-align : super;
    color: #495656;
}
.s-f{
    margin-top: 40px;
}
.txt-f{
    font-family: 'cormorant_garamondbold';
    text-align: left;
    font-weight : bold;
    font-size : 30px;
    color: #495656;
    letter-spacing: 2px;
}

.s-t-h, .s-t-h ul{
    font-family: 'alegreyaregular';
    font-size : 15px;
    text-align: left;
    border-left: silver 17px solid;
    border-image-source: url(../img/ilustraciones/figuras/texto_2.png);
    box-sizing: border-box;
    padding-left: 18px;
    border-image-slice: 33;
    border-image-repeat: repeat;
    color: #495656;
}
/*<!-- plano de la habitacion-->*/
.s-p-h{
    margin-top: 100px;
}
.n-t-p{
    font-family: 'cormorant_garamondbold';
    text-align: center;
    font-weight : bold;
    font-size : 25px;
    color : #495656;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.img-p{
    background: url(../img/planos.png) center;
    background-size: 100% 100%;
    width: 100%;
    height: 350px;
    margin-bottom: 45px;

}
.e-txt{
    font-family: 'cormorant_garamondbold';
    text-align: center;
    font-weight : bold;
    font-size : 25px;
    color: #495656;
    letter-spacing: 1px;
}
.q-txt{
    font-family: 'cormorant_garamondbold';
    text-align: center;
    animation: none;
    text-decoration: none;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 2px;
    font-variant: all-small-caps;
    color:#8BA8C6;
}
.c-txt{
    margin-top: 30px;
    text-align: center;
    font-family: 'cormorant_garamondbold';
    font-style: italic;
    color: #8BA8C6;
    letter-spacing: 2px;
}
.e-txt{
    font-family: 'cormorant_garamondbold';
    text-align: center;
    font-weight : bold;
    font-size : 25px;
    color: #495656; 
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.img-cont{
    background: url(../img/ilustraciones/CONTACTO_2.png) center;
    background-size: 100% 100%;
    width: 210px;
    height: 150px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.txt-m-p{
    margin-bottom: -20px;
    font-family: 'alegreyaregular';
    font-size : 15px;
    text-align: center;
    color: #495656;
}
.img-crz-2{
    background: url(../img/ilustraciones/figuras/texto_6.png) no-repeat center;
    background-size: 100px;
    height: 70px;
}
/*<!-- Formulario -->*/
.inp-txt{
    width: 100%;
    font-family: 'alegreyaregular';
    font-style: italic;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(255, 255, 255, 0);
    border-bottom-color: #495656;
    
    text-align: center;
}
.btn-enviar{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    text-align: center!important;
    font-family: 'cormorant_garamondbold';
    cursor: pointer;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 100px;
    color: #495656!important;
    border: 0px;
}
/* <!--... ... Seccion Tipos de Stuites 2... ...  --> */

.c-left{
    background: url(../img/leftHand.png);
    position: absolute!important;
    width: 50px!important;
    height: 25px!important;
    border-bottom: 2px solid #8BA8C6!important;
    background-size: 100% 100%!important;
    top: 35px!important;
    left: 50%!important;
}

.c-right{
    background: url(../img/rightHand.png)!important;
    border-bottom: 2px solid #8BA8C6!important;
    background-size: 100% 100%!important;
    background-position: right;
    position: absolute!important;
    width: 50px!important;
    height: 25px!important;
    top: -75px!important;
    right: -150%;
}

/*... ... R E S P O N S I V E ... ... */
@media screen and (max-width:768px){
    .swiper-button-prev,
    .swiper-button-next,
    .imd-i-f,
    .imd-i-f2,
    .c-left,
    .c-right
    {
        display: none;
    }

    .c-left{
        top: 45px !important;
        left: 1%!important;
    }
    
    .c-right{
        top: -70px !important;
        right: 1%;
    }
    
    .c-n {
        font-size: 14px;
    }
    
    .swiper-container {
        width: 100%;
        height: 300px;
        background: center;
    }
    
    .d-h-t,
    .r-h-t{
        text-align: center;
    }
    
    .img-p {
        height: 250px;
    }
    
    txt-m-p{
        font-size: 15px;
    }
}

.s-t-h li{
  list-style: none;
  font-size: 16px;
}

.s-t-h li:before{
  content: '~ ';
  color: #8BA8C6;
  
}

.nav-suites{
    position: absolute;
    width: 100%;
    top: 0;
}

.nav-suites a{
    font-family: 'cormorant_garamondbold';
    color: #495656;
    font-size: 1.5vw;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .3s;
}

.nav-suites a:hover{
    text-decoration: none;
    color: #8BA8C6;
}

.nav-suites a span{
    display: block;
    font-size: 1.2vw;
    line-height: .5vh;
    color: #8BA8C6;
    font-family: 'cormorant_garamondbold_italic';
    letter-spacing: 1px;
}

.nav-suites .siguiente{
    position: fixed;
    top: 25%;
    right: 0px;
}

.nav-suites .anterior{
    position: fixed;
    top: 25%;
    left: 0px;
    text-align: right;
}


@media screen and (max-width:768px){
	
	.nav-suites .anterior, .nav-suites .siguiente{
		position: absolute;
		top: 150px;
	}
	
}


@media screen and (max-width:420px){

.col-xs-offset-4{
	margin-left: 0px;
}
	
	.nav-suites .anterior, .nav-suites .siguiente{
		position: absolute;
		top: 215px;
	}
	
	.nav-suites a {
	    font-size: 14px;
	    letter-spacing: 1px;
	}
	
	.nav-suites a span{
		font-size: 12px;
	}
	
	.col-xs-offset-6{
		margin-left:0px!important;
	}
	
}