:root {
  --home-texto1-1200: 6rem;
}
#hide-footer{display: none !important;}

.logo2{
    max-height: 90px;
    max-width: 90px;
    margin-bottom: 30px;
	margin-top: 50px;
}
.menu-boton a {
    color: #927757;
}
.text-luanav1 {
  color: #927757 !important;
}
a.text-luanav1:hover,
a.text-luanav1:focus,
a.text-luanav1.active {
  color: #927757 !important;
}
.cid-t1Yt09GAMM .navbar .navbar-logo img {
    height: auto !important;
}
.ametnities {
    max-width: 56px;
    max-height: 56px;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.select select {
    font-family: 'Arial';
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 8px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 19px;
    background: #dedede;
    color: #505050;
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    -webkit-appearance: button;
    appearance: button;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000000;
    background: #cccccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/*.select_arrow {
    position: absolute;
    top: 14px;
    right: 24px;
    width: 6px;
    height: 6px;
    border: solid #7b7b7b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/
/*.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}*/

.box {
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.box select {
  background-color: #dedede;
  color: #505050;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 20px;
  /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);*/
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

/*.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}*/

/*.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}*/

.box select option {
  padding: 30px;
}

.ambientes {
	padding-bottom:0px;
	/*padding-top:0px;*/
}
.galeriaimg {
	padding-top: 5px;
    padding-bottom: 5px;
}
.galeriaimg1 {
    padding-left: 0px;
    padding-right: 0px;
}
.galeriaimag1modal {
    background-image: -webkit-linear-gradient(270deg,rgba(130,98,60,1.00) 16.58%,rgba(56,0,0,0.30) 50.26%,rgba(130,98,60,1.00) 90.67%);
    background-image: -moz-linear-gradient(270deg,rgba(130,98,60,1.00) 16.58%,rgba(56,0,0,0.30) 50.26%,rgba(130,98,60,1.00) 90.67%);
    background-image: -o-linear-gradient(270deg,rgba(130,98,60,1.00) 16.58%,rgba(56,0,0,0.30) 50.26%,rgba(130,98,60,1.00) 90.67%);
    background-image: linear-gradient(180deg,rgba(130,98,60,1.00) 16.58%,rgba(56,0,0,0.30) 50.26%,rgba(130,98,60,1.00) 90.67%);
}
@media (min-width: 320px) {
    .home-texto1 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    }
    .home-texto2 {
    font-size: 1rem;
    margin-top: 20px;
    padding-right: 1rem;
    padding-left: 1rem;
    } 
    .carousel-control1 {
        /*display: none;*/
    }
    .ambientes-texto1 {
        font-size: 1rem;
    }
    .ambientes-imagenes {
    min-width: 320px;
}
@media (min-width: 480px) {
    .home-texto1 {
    font-size: 1.6rem;
    line-height: 2rem;
    }
    .home-texto2 {
        font-size: 1rem;
        margin-top: 20px;
    }  
    .ambientes-texto1 {
        font-size: 1.1rem;
    }
    .ambientes-imagenes {
    min-width: 509px;
}
@media (min-width: 768px) {
    .home-texto1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .home-texto2 {
        font-size: 1.2rem;
        margin-top: 20px;
    } 
    .ambientes-texto1 {
        font-size: 1.2rem;
    }
    .ambientes-imagenes {
    min-width: 509px;
}
@media (min-width: 1024px) {
    .home-texto1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .home-texto2 {
        font-size: 1.3rem;
    }
    .div-home-1 {
    } 
    .ambientes-texto1 {
        font-size: 1.5rem;
    }
    .ambientes-imagenes {
    min-width: 509px;
}
@media (min-width: 1200px) {
    .home-texto1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding-right: var(--home-texto1-1200);
        padding-left: var(--home-texto1-1200);
    }
    .home-texto2 {
        font-size: 1.5rem;
    }
    .div-home-1 {
        max-width: 85%;
    }
    .ambientes-texto1 {
        font-size: 1.5rem;
    }
    .ambientes-imagenes {
    min-width: 509px;
}
@media (min-width: 1500px) {
    .home-texto1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding-right: var(--home-texto1-1200);
        padding-left: var(--home-texto1-1200);
    }
    .home-texto2 {
        font-size: 1.5rem;
    }
    .div-home-1 {
    max-width: 75%;
    }  
    .ambientes-texto1 {
        font-size: 1.5rem;
    }
    .ambientes-imagenes {
    min-width: 509px;
}
}





