/* Sass Document */
*::-moz-selection {
  background: #333333;
  color: #fff; }
*::selection {
  background: #333333;
  color: #fff; }

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Merriweather", serif;
  font-style: normal;
  overflow-x: hidden;
  color: #fff;
  background: url(../images/bg-reserva.jpg) no-repeat center/cover;
  background-attachment: fixed; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.titulo {
  font-family: "Merriweather", serif; }

.ot-button {
  background-color: #000; }

/*------------------------------------fin base------------------------------------- */
.logo {
  width: 150px;
  margin: auto; }

.wrapp {
  background: #222;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
  .wrapp .btn_reserva {
    background: #C99951;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    width: 130px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px; }
  .wrapp:hover {
    background: #C99951;
    -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.6);
            box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.6); }
    .wrapp:hover a {
      background: #fff;
      color: #333; }

.btn_regresar {
  background: transparent;
  border: 1px solid #C99951;
  text-align: center;
  padding: 8px 20px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  width: 130px;
  margin: auto; }
  .btn_regresar:hover {
    color: #fff;
    background: #C99951; }

.border-bottom- {
  border-bottom: 1px solid #999; }

.truco {
  background: #C99951;
  padding: 14px 12px;
  border-radius: 5px;
  position: absolute;
  bottom: 80px;
  width: 257px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff; }

/*# sourceMappingURL=estilos.css.map */