.colorme1, .colorme, .cuadros i, .mas-info .cuadros{
   color: #8BA8C6!important;
    border-color: #8BA8C6!important;
}

.omni-f-d{
    position: absolute;
right: 0%;
top: 18%;
font-size: 45px;
font-weight: 100;
border: 1px solid;
color: #8BA8C6;
transition: .3s;
}

.omni-f-i{
    position: absolute;
left: : 0%;
top: 18%;
font-size: 45px;
font-weight: 100;
border: 1px solid;
color: #8BA8C6;
transition: .3s;
}


.omni-f-i:hover, .omni-f-d:hover{
    background: #8BA8C6;
    color: #ededed;
}

.colorme{
    border-top: solid 1.5px #8BA8C6!important;
    border-bottom: solid 1.5px #8BA8C6!important;
}

.ic2{
    border-top: solid 1.5px #8BA8C6;
    border-bottom: solid 1.5px #8BA8C6;
    color: #8BA8C6;
}

.c-cont-s .col-md-2 div{
    overflow: hidden;
    
    
}
.c-cont-s .col-md-2 img{
    transition: .5s;
}
.c-cont-s .col-md-2:hover img{
    width: 102%;
    margin-left: -1%;
    background: red;
    opacity: .8;
}

.c-cont-s .col-md-2:hover h3, .c-cont-s .col-md-2:hover p{
    color: #8BA8C6;
}


.bord2 {
                border-top: solid 1.5px #8BA8C6;
                border-bottom: solid 1.5px #8BA8C6;
                color: #8BA8C6;
            }
            .bor2 {
                border-left: solid 1.5px #8BA8C6;
                border-right: solid 1.5px #8BA8C6;
            }

            body{
    background-color: transparent;
    min-height: 100vh;
    background: url(../../img/alojamiento/FONDO_.png)no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: bottom;
    background-size: contain;
}html{
    background: #ededed;

}
.col-md-2{
    width: 20%;
}
.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-a2{
    border-bottom: 1px solid #8BA8C6!important;
    color : #495656!important;
}
#t-a1{
    color : #cccccc;

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

/* Seccion de Habitaciones */
.s-h{
    margin-top: 30px;
    cursor: pointer;
}

.btn-hand-l{
    border-bottom: 1px solid #8BA8C6;
    background: url(../../img/leftHand.png);
    width: 50px;
    height: 25px;
    background-size: 100% 100%;
    position: absolute;
    top: 500px;
    left: 3%;
    z-index: 9;
}

.btn-hand-r{
    border-bottom: 1px solid #8BA8C6;
    background: url(../../img/rightHand.png);
    width: 50px;
    height: 25px;
    background-size: 100% 100%;
    position: absolute;
    top: 500px;
    right: 3%;
    z-index: 9;
}


.img-s{
    background: center!important;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.des-h{
    font-family: 'cormorant_garamondbold';
    animation: none;
    text-decoration: none;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 2.8px;
    font-variant: all-small-caps;
    color: #8BA8C6;
}

.name-h{
    font-family: 'cormorant_garamondbold';
    font-size : 23px;
    line-height : 32px;
    letter-spacing : 3.45px;
    color : #495656;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
.btn-s{
    font-family: 'cormorant_garamondbold';
    cursor: pointer;
    float: right;
    font-style : italic;
    color : #495656;
}

/*
align-items: center;
display: flex;
margin-left: auto;
margin-right: auto;
justify-content: center;

*/

/* ... ... ... ... ... ... R E S P O N S I V E ... ... ... ...*/

@media screen and (max-width:768px){
    .col-md-2{
        width: 100%;
    }
    .btn-hand-l{
        display: none;
    }
    .btn-hand-r{
        display: none;
    }
    .c-n {
        font-size: 18px;
    }

    .d1{
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }
    
    
    .omni-f-d, .omni-f-i{
		top: 12%;
		font-size: 32px

	}
	

}
media screen and (min-width:769px){

body{overflow: hidden;}

html{
        overflow: hidden;
}}