body{
    background-color: #EDEDED;
    min-height: 225vh;
}
/* Seccion de Tipos de Suites */
.txt-s{
    margin-bottom: 50px;
}

.a-txt{
    width: 20%;
}

.e-suites{
    color: #333;
    transition: .5s
}

.e-suites:hover{
    text-decoration: none;
    color: #ACB79C;
}

.c-n{
    font-family: 'cormorant_garamondbold';
    cursor: pointer;
    float: left;
    margin-left: 40px;
    font-style: italic;
    font-size: 14px;
}

.c-n:hover{
    color : #495656;
}

.c-n-animation{
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;

    overflow: hidden;
}

.c-n-animation:before{
    cursor: pointer;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ACB79C;
    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{
    border-bottom: 1px solid #ACB79C;
    color : #495656;
}

#t-a2{
    color : #cccccc;
}

#t-a3{
    color : #cccccc;
}

/* Nombre de la habitacion */
.t-n-h{
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#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_8.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: 80px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    /* 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;
}

/* <!-- el texto sobre el concepto del hotel --> */
.txt-c-h{
    text-align: right;
}

.a-s-c{
    font-family: 'cormorant_garamondbold';
    color: #ACB79C;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.scc-c-h{
    font-family: 'cormorant_garamondbold';
    font-size : 21px;
    letter-spacing : 3px;
    color : #495656;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.txt-s-h{
    font-family: 'alegreya-regular';
    color: #495656;
    font-size : 15px;
    text-align: right;
    border-right: silver 9px solid;
    border-image-source: url(../img/ilustraciones/figuras/texto_4.png);
    box-sizing: border-box;
    padding-right: 5px;
    border-image-slice: 20;
    border-image-repeat: repeat;
}

.img-ctl{
    box-shadow : 0px 0px 20px rgba(0, 0, 0,0.4);
    background: center;
    background-size: 100% 100%;
    width: 70%;

}

.cl-f-d{
    left: 200px;
    color: #ACB79C;
    position: absolute;
    top:135px;
    width: 300px;
    text-align: left;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.txt-f-d{
    font-family: 'cormorant_garamondbold';
    font-style: italic;
    font-size: 15px;
    letter-spacing: 1px;
}

.img-f{
    background: url(../img/ilustraciones/IlUSTRACIONES_EN%20CURVAS-09.png)no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 300px;
    left: 286px;
    width: 25%;
    height: 120px;
}

.mg-btn{
    margin-bottom: 120px;
}

/*  <!--  Seccion Numeros --> */
.c-n-n{
    margin-bottom: 30px;
}
.n-i{
    text-align: center;
    font-family: 'cormorant_garamondbold';
    font-size: 60px;
    border: 3px solid #ACB79C;
    width: 80px;
    height: 120px;
    /* box-sizing: border-box;*/
    padding-bottom: -100px;
    margin-bottom: 100px;
}

.n-i-f{
    background-color: #EDEDED;
    position: absolute;
    top: 30px;
    left: 90px;
}

.txt-p-1{
    text-align: left;
    font-family: 'cormorant_garamondbold';
    font-size: 20px;
    letter-spacing: 3px
}

.txt-p-2{
    text-align: left;
    font-family: 'cormorant_garamondbold';
    font-style: italic;
    font-size: 10px;
    letter-spacing: 2px;
    color: #ACB79C;
}

.pluma-l{
    background: url(../img/ilustraciones/grandHotel_-16.png)no-repeat;
    background-size: auto auto;
    float: right;
    z-index: 9;
    position: absolute;
    background-size: contain;
    width: 100px;
    height: 100px;
    right: 50px;
    margin-top: 100px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.pluma-r{
    background: url(../img/ilustraciones/grandHotel_-16.png)no-repeat;
    background-size: auto auto;
    background-size: contain;
    float: left;
    z-index: 9;
    position: absolute;
    top: -100px;
    left: 100px;
    width: 100px;
    height: 100px;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.txt-u-g{
    margin-bottom: 30px;
}
/* <!-- Seccion de los Altos de jalisco --> */

.txt-en{
    text-align: left;
    font-family: 'cormorant_garamondbold';
    font-size: 12px;
    color: #495656;
    line-height: 10px;
}
.img-mp{
    background-position:  center;
    background-size: contain;
    left: -200px;
    position: absolute;
    float: left;
    width: 140%;
}
.txt-q-c{
    text-align: left;
    font-family: 'alegreya-regular';
    font-size: 12px;
    letter-spacing: 3px;
    color: #ACB79C;
}
.txt-l-a{
    text-align: left;
    font-family: 'cormorant_garamondbold';
    font-size: 21px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.txt-re{
    text-align: left;
    font-family: 'alegreya-regular';
    font-size: 15px;
    color: #495656; 
    /*float: right;*/
}
.img-crz-h{
    background: url(../img/ilustraciones/figuras/texto_4.png) no-repeat center;
    background-position: left;
    height: 300px;
    margin-left: -25px;
    transform: rotate(120deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.ver-g{
    font-family: 'alegreya-regular';
    font-style: italic;
    float: right;
    border-bottom: #ACB79C 2px solid;
}
.ver-g:hover{
    text-decoration: none;
}


/* <!-- Texto de los servicios reconocidos --> */
.txt-p-g{
    text-align: center;
    font-family: 'cormorant_garamondbold';
    margin-top: 50px;
}
#txt1{
    font-style: italic;
    font-size: 10px;
    letter-spacing: 2px;
    color: #ACB79C;
}
#txt2{
    font-size: 25px;
    letter-spacing: 2px;
    color: #495656; 
}

/* <!-- imagenes de los servicios reconocidos --> */

.reco> div {
	text-align: center;
}

.reco> div img{
  filter: grayscale(100%);
    text-align: center;
}

.reco>div:hover img{
    box-shadow : 1px 1px 5px rgba(0, 0, 0,0.1);
    border-radius: 50%;
    filter: grayscale(0%);
}


.vr-r{
    text-align: center;
    margin-left: -10px;
    font-family: 'cormorant_garamondbold';
    font-style: italic;
    color: #495656;
    cursor: pointer;
    margin-bottom: 30px;
    /*border-bottom: #ACB79C 2px solid;*/
}

/* <!--Seccion de Logotipo de gran hotel --> */
.img-l-gh{
    width: 60%;
}
.txt-d-g{
    text-align: center;
}
.direccion{
    font-family: 'cormorant_garamondbold'; 
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
}
#txt-tlf{
    font-family: 'cormorant_garamondbold'; 
    font-weight : bold;
}
#txt-ce{
    font-family: 'cormorant_garamondbold'; 
    font-weight : bold;
}
/*<!-- Formulario -->*/
.s-f{
    margin-top: 50px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.inp-txt{
    width: 100%;
    font-family: 'cormorant_garamondbold';
    font-style: italic;
    margin-bottom: 15px;
    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;
    color: #495656;
    text-align: center;
    font-size: 15px;

}
.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: 120px;
    border-bottom-color: #ACB79C;
    border: 0px;
}
/* ... ...  R E S P O N S I V E*/
@media screen and (max-width:768px){
    html{
        overflow-x: hidden;
    }
    
    
    .a-s-c{
	    margin: 35px 20px;
    }
    
    .c-s-p{
        text-align: center;
    }
    .swiper-container {
        width: 100%;
        height: 300px;
    }
    .txt-re {
        font-size: 15px;
    }
    .swiper-button-next{
        display: none;
    }
    .swiper-button-prev{
        display: none;
    }
    .txt-c-h{
        margin-bottom: 70px;
        margin-top: -90px;
    }
    .img-ctl{
        width: 60%;
        margin: 0 20%;
    }
    .cl-f-d {
        left: -20px;
    }
    .img-mp{
        top: -200px;
        left: 90px;
        width: 70%;
        height: 200px;
    }
    .img-f {
        left: 260px;
        width: 90px;
        height: 90px;
    }
    .txt-u-g{
        margin-top: 80px;
        margin-bottom: -20px;
    }
    .c-n-n{
        margin-bottom: 100px;
        margin-left: 50px;
       /* display: grid;*/
    }
    .img-pg{
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        height: 160px;
    }
    

}

@media screen and (max-width:360px){
	.cl-f-d{
		left: 40%;
	}
}
@media screen and (max-width:992px){
    .img-mp{
        top: -200px;
        left: 100px;
        width: 70%;
        height: 200px;
    }
}

