body {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    background: #9AB7C0;
}

.gray {
    background-color: #929397 !important;
}

.reserve {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #9AB7C0;
    padding: 20px 40px;
    z-index: 1000;
    color: white;
    font-size: 12px;
}

.padre {
  /* IMPORTANTE */
  text-align: center;
}

.hijo {
  background-color: yellow;
  padding: 10px;
  margin: 10px;
    
    background-color: #9AB7C0;
  
  /* IMPORTANTE */
  display: inline-block;
}

.botonreserva {
border: solid 1px rgba(255,255,255,1.00); width: 300px; padding: 10px; font-size: 20px; margin-left: auto;
  margin-right: auto; color:aqua; background-color: white;
    }

.botonreserva a {
color: rgba(69,69,69,1.00); 
    }

.botonreserva a hover {
color: aqua;
    }

.white {
    background-color: white;
}

.nav {
    display: flex;
    padding-top: 3px;
}

.menu {
    background: #606267;
/*    height: 50px;*/
    text-transform: uppercase;
    justify-content: space-between;
}

.nav-link {
    color: #ffffff;
    font-weight: 300;
}

.nav-link:active, .nav-link:hover {
    color: #9AB7C0;
}

li {
    
list-style-type: none;

}
h1 {
    letter-spacing: 5px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

h5 {
   font-weight: 300; 
}

.bg-white {
    background: #fff !important;
}

.logo {
    text-align: center;
}

.banner {
    height: 600px;
    margin-bottom: 100px;
}

.active {
    color: #9AB7C0 !important;
}

.carousel-inner {
    height: 600px;
}

.footer {
    background-image: url(../img/footerbco.svg);
    background-repeat: repeat-y;
    background-size: 445px;
    background-position: center;
    background-color: #9AB7C0;
    min-height: 300px;
}

.footer2 {
    background-image: url(../img/footerbco.svg);
    background-repeat: repeat-y;
    background-size: 445px;
    background-position: center;
/*    background-color: #9AB7C0;*/
    min-height: 300px;
}

/*****************************************HISTORIA SECTION*/

.historia {
    background: #9AB7C0;
}

.about-text {
    color: white;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .5px;
}


/*****************************************SERVICIOS SECTION*/

.service-info {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
}



.service-leave {
    color: white;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .5px;
    padding: 0;
}

.service-leave {
    background-color: rgba(255,255,255,0.3);
    
}

.service-leave h5{
  padding: 10px;
    margin-bottom: 0;
}

.list-services {
    margin: 0;
}


.list-item img {
    width: 80px;
}

.list-item p{
    text-transform: none;
}


/*******************************************HABITACIONES*/

.rooms {
/*      position: absolute;*/
      list-style-type: none;
      padding-left: 0;
      margin: 55px 50px;
/*      right: 50px;*/
    }

    .rooms__item {
      display: none;
    }

    .rooms--active {
      display: block;
    }

.rooms__item p {
    font-weight: 300;
    padding-bottom: 20px;
}

.rooms__item h3 {
    font-weight: 300;
    padding-bottom: 20px;
}

.rooms__item ul {
    font-weight: 300;
}

.rooms__item a {
    line-height: 30px;
}

.rooms__item li {
    line-height: 30px;
}



ul {
  list-style-type: square;
}

.rooms__item ul li a{
    color: #000;
}

.rooms__item ul li a:hover{
    color: #9AB7C0;
}

.rooms__item ul li a:visited{
    color: #000;
}


.bann {
    padding: 0px;
}

/********************************************GALERIA*/

.galery{
  margin: 15px;
}

.modal-body {
	padding: 0;
}

.modal-content {
    background: transparent;
    border: none;
}

/*******************************************UBICACIÓN*/

.map {
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.21);
}

.location {
    background-image: url(../img/patter-or.png);
    background-repeat: repeat-y;
    background-size: 445px;
    background-position: center;
    background-color: white;
}

.location-text {
   font-weight: 300;
}

.carousel-control-next, .carousel-control-prev {
    max-height:600px;
/*    background-color: red;*/
}

/*****************************************CONTACTO*/

.blanks {
    height: 70vh;
}

.blanks2 {
    height: 50px;
}

.blank-space {
    background-image: url(../img/pattern-fill.svg);
    background-repeat: repeat;
    background-size: 445px;
}

.contact-text {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
}

/******************************************MEDIAS*/

@media only screen and (max-width: 600px) {
  .logo img {
    width: 100%;
  }
    .footer img {
        width: 100%;
    }
    
    .footerhome {
        position: absolute;
        bottom: 0;
    }
    
    .banner {
     height: auto;
}

.carousel-inner {
    height: auto;
}
    .location {
    background-image: url(../img/patter-or.png);
    background-repeat: repeat-y;
    background-size: 345px;
    background-position: center;
    background-color: white;
}
    
    
    .galery img{
  margin-bottom: 15px;
}
}