.Helvetica{
    font-family: 'Helvetica';
}
.img_habitacion {
    width: 100%;
    /* height: 220px; */
    transition: all .35s ease;
    /* padding: 10px; */
    margin: 0px;

}
.img_habitacion:hover {
    transform: scale(1.05);
    transition: .6s;
}
.img_habitacion_gallery {
    width: 100%;
    transition: all .35s ease;
    margin: 0px;
}
.img_habitacion_gallery:hover {
    transform: scale(1.5);
    transition: .5s;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
}

.gallery-item {
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: visible;
}

#thumbnails img {
    /* width: 100px;
    height: 100px; */
    /* margin: 10px; */
}

#main {
    object-fit: cover;
    display: block;
}
ul#menu li {
  display:inline;
}
.hidden {
    opacity: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.recuadro{
 text-transform: uppercase;
    font-family: 'Helvetica';
    font-size: 16px;
    padding-top: 40px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-decoration: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;

}

.nav-item2 {
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-size: 16px;
    padding-top: 40px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-decoration: none;
}
.nav-subitem2 {
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.nav-item2 a {
    color: #4d4d4d !important;
    transition: .9s;
    font-weight: bold;
}

.nav-item2 a:hover{
    color: #eaa32b;
    text-decoration: underline #eaa32b 3px !important;
    text-decoration-style: solid ;
}

.navbar2-nav > .active > a {

    text-decoration: underline #eaa32b 3px !important;
    text-decoration-style: solid ;
}
.nav-subitem2 > .active > a {

    color #eaa32b 3px !important;
    text-decoration-style: solid ;
}

.nav-button {
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-size: 16px;
    border-style: hidden;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-decoration: none;
}

.nav-link{
    text-decoration: none !important;
    background: transparent !important;
}

.fijo2{
    text-decoration: underline #eaa32b 3px !important;
    text-decoration-style: solid ;
}
.nav.navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
}
.box {
box-sizing: border-box;
    width: 250px;
    height: 40px;
    background-color: #FFAC00;
    color: #fff;
    padding: 5px;
    position: middle;
    float: left;
    border-radius: 5px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}