/*********************************
5. Home
*********************************/

.home_other
{
	width: 100%;
	height: 447px;
}
.home_background_container_other
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background_other
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_content_other
{
	position: absolute;
	left: 50%;
	bottom: 109px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #cb837a;
	padding-top: 24px;
	padding-bottom: 18px;
	padding-left: 39px;
	padding-right: 42px;
}
.home_content_other h1
{
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.5;
	white-space: nowrap;
}
.p-text {
	font-family: Josefin Sans;
	font-size: 32px;
}
.texto_nosotros {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	color: #484545;
	line-height: 1.5;
}
.button {

    display: inline-block;
    width: 188px;
    height: 53px;
    vertical-align: middle;
    margin-right: 9px;
    margin-bottom: 15px;

}
.button_color_1 {

    background: #ffb606;

}
.trans_200 {

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

}
.menu_activo{
  border-bottom:.4rem solid;
  border-bottom-color: #cb837a;
  color: #ffffff;
}

.menu_activo a {
  color: #cb837a;
}
.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}
.contenedor img {
-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
}
.contenedor:hover img {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
}
.centrado{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centrado h1{
	font-size: 24px;
	background: #ffffff;
	padding: 12px
}
.img-bn{
	filter:  grayscale(1);
}
.iframe-reserva{
width: 100%;
height: 870px;
border: 0;
}
/* Para 960px */  
@media only screen and (max-width: 2000px) and (min-width: 600px) {  
  .texto-encima{
    position: absolute;
    top: 35px;
    left: 217px;
    background: #CB837A;
    padding: 12px;
    /*! right: 1px; */
    color: floralwhite;
}
}
@media only screen and (max-width: 600px) and (min-width: 320px) {  
  .texto-encima{
    position: absolute;
    top: 70px;
    left: 0;
    background: #CB837A;
    padding: 12px;
    /*! right: 1px; */
    color: floralwhite;
}
}
.text-copyriht {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color:#ffffff;
}
