/* cs contenedor de visitanos */
#googlemap {
  height: 420px;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  /* background:yellow; */
}

/* Hover para imagenes de menu */

.contenedor:hover .imagen {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.6;
}

.contenedor {
  overflow: hidden;
  box-shadow: none;

  text-align: center;
  margin-bottom: 10px;

}

/* Es el contenedor para agregar google map y menu */

#ubicacion {
  height: 600px;
  background: #02121e;
  color: white;
}

#recorridoVirtual {
  height: 600px;
  background-image: url("../img/fondo.jpg");
}

#menuimagen {
  height: 300px;
  padding: 0 2%;
  background: #02121e;
  color: white;
}

#habitaciones {
  height: 800px;
  background: #02121e;
  color: white;
}

#habitaciones.carousel-inner,
  #habitaciones.carousel-item {
    overflow: hidden;
    width: 100%;
    height: 40vmax;
  }

#tripadvisor {
  height: 350px;
  background-image: url("../img/fondo.jpg");
}

#platillos {
  margin-top: 80px;
  padding: 10px 60px 10px 60px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-align: justify;
  height: 420px;
  color: #181818;
}

#email {
  background: #02121e;
  color: white;
  padding: 0 2%;
  padding-top: 20px;
  height: 540px;
}

#carta {
  margin-top: 200px;
  padding: 10px 60px 10px 60px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-align: justify;
  height: 420px;
  color:white;
}

@media (max-width: 578px) {
  #ubicacion {
    height: 1024px;
    background: #02121e;
    color: white;
  }
  
  #habitaciones {
    height: 575px;
    background: #02121e;
    color: white;
  }

  #menuimagen {
    height: 600px;
  }

  #tripadvisor {
    height: 230px;
    background-image: url("../img/fondo.jpg");
  }

  #tripadvisorder {
    height: 300px;
    background-image: url("../img/fondo.jpg");
    padding-top: 10px;
  }

  #email {
    height: 990px;
  }
}
