* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #a3aab1;
  width: 100%;
}

/* ------------estilo MENU -------------- */
header {
  width: 100%;
}

#btn-menu {
  display: none;
}

header label {
  display: none;
  width: 40px;
  height: 42px;
  padding: 10px;
}

header label .fa-2x:hover {
  cursor: pointer;
  background-color: rgba(230, 212, 134, 0.479);
}

.menu ul {
  width: 100%;
  padding: 2em 0em 1em;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu ul li {
  display: inline-block;
  text-align: center;
}

.menu ul li a {
  display: block;
  font-family: 'Amatic SC', cursive;
  color: black;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  padding: 0.5em 1rem;
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-radius: 5px;
}

.menu ul li a:hover {
  color: #70bb70;
  background: #747373;
}

@media (max-width: 1024px) {
  .menu ul li a {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  header label {
    display: block;
  }
  .menu {
    position: absolute;
    background: #a4ac94;
    width: 50%;
    height: 100vh;
    z-index: 1;
    margin-left: -50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .menu li {
    border-top: 1px solid black;
  }
  .menu ul li a {
    color: #7a7a7a;
    font-size: 1.2em;
  }
  #btn-menu:checked ~ .menu {
    margin: 0;
  }
}

@media (max-width: 375px) {
  header label {
    display: block;
  }
  .menu {
    position: absolute;
    background: #f0efef;
    width: 50%;
    height: 100vh;
    min-height: 230px;
    z-index: 1;
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .menu li {
    border-top: 1px solid #e9e9e9;
  }
  .menu ul li a {
    color: white;
    font-size: 0.6em;
  }
  #btn-menu:checked ~ .menu {
    margin: 0;
  }
}

.contenedor {
  background-image: url(../imagenes/banner2.png);
  background-size: cover;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5em 5em 10em;
}

.contenedor img {
  height: 550px;
  margin: 2em;
}

.contenedor-info {
  text-align: center;
  color: black;
}

.titulo-home {
  font-family: 'Amatic SC', cursive;
  font-size: 3.5em;
  letter-spacing: 0.1em;
  margin-top: 2em;
  text-transform: uppercase;
}

.subtitulo {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  margin-bottom: 2em;
  font-weight: normal;
}

.presentacion {
  font-size: 1em;
  letter-spacing: 0.1em;
  margin: 1em 3em;
}

.presentacion span {
  font-size: 1.3em;
  color: #99c04a;
  text-transform: uppercase;
}

.btn-contratar, .btn-consultar {
  background-color: #b5d7dc;
  cursor: pointer;
  color: #0c0b0b;
  -webkit-box-shadow: 0px 5px 20px -10px #d3ccc5;
          box-shadow: 0px 5px 20px -10px #d3ccc5;
  padding: 1em 2em;
  font-size: 1.2em;
  border-radius: 2em;
  border: none;
}

button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-consultar {
  background: none;
  border: 1px solid white;
  margin: 2em;
}

@media (max-width: 768px) {
  .contenedor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contenedor-sobreNosotros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5em;
}

.sobreNosotros {
  font-size: 3em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
  background: #dca3ab;
  border-radius: 0px 121px 94px 117px;
}

.sobreNosotros-texto {
  font-size: 1em;
  letter-spacing: 0.1em;
  margin: 2em;
}

.testimonios {
  padding-bottom: 3em;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  background-color: #f1ead6;
}

.intro-testimonios {
  padding: 5em;
}

.titulo-testimonios {
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1em;
  margin-bottom: 0px;
}

.titulo-testimonios span {
  font-size: 1em;
  color: #99c04a;
}

.parrafo-testimonios {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.container-testimonios {
  background-color: #d3ccc5;
}

.testimonio {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-style: oblique;
}

.blockquote-footer {
  color: #a4ac94;
}

.estadia {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  background-color: #dae7e9;
}

.contenedor-estadia {
  padding: 5em 5em 10em;
  background-color: #dae7e9;
}

.reservar-estadia {
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2em 0 1em;
  text-align: center;
}

.intro-reservas {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.tarjetas-aleatorias {
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding-top: 2em;
}

.titulo-tj {
  font-family: 'Amatic SC', cursive;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5em;
}

.resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resultado {
  background-color: #f7d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  height: 300px;
  width: 200px;
}

.resultado img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.botones-tj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.texto-tj {
  font-family: 'Amatic SC', cursive;
}

.boton-gato, .boton-perro {
  background-color: #a4ac94;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  margin: 10px;
  width: 200px;
}

.contenedor-servicios {
  padding: 5em;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  background-color: #e9d9db;
}

.titulo-servicios {
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.subtitulo-servicios,
.mas-mascotas {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-top: 1.5em;
}

.subtitulo-servicios span,
.mas-mascotas span {
  font-family: 'Amatic SC', cursive;
  color: #99c04a;
  text-transform: uppercase;
}

.servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.5em;
  margin: 3em 3em 0;
}

.servicio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.5em;
  padding: 0.75em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.descripcion {
  font-family: 'Amatic SC', cursive;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 1em 1.5em;
  margin: 0;
}

.boton-saber {
  border-radius: 15px;
  font-size: 0.5em;
  padding: 0.5em 2em;
  background-color: #e7b69d;
  border: none;
}

.boton-saber:hover {
  background-color: #a4ac94;
}

.contenido-saber {
  font-family: 'Amatic SC', cursive;
  font-size: 0.5em;
  letter-spacing: 0.1em;
  margin: 0;
  padding-left: 1.5em;
}

@media (max-width: 768px) {
  .servicios {
    margin: 1em 1em 0;
  }
  .descripcion {
    font-size: 0.5em;
  }
  .boton-saber {
    font-size: 0.4em;
    padding: 0.5em 2em;
  }
}

@media (max-width: 414px) {
  .servicio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.d-none {
  display: none;
}

.ventana {
  background-color: rgba(0, 0, 0, 0.719);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.container-formulario {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Amatic SC', cursive;
}

.container-form {
  background-color: #d3ccc5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.cerrar-modal {
  padding: 5px;
}

.welcome-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.message {
  padding: 1rem;
}

.message h2 {
  font-size: 1.7rem;
  padding: 1rem 0;
}

.message button {
  padding: 1rem;
  font-weight: 400;
  background-color: #dca3ab;
  border-radius: 2rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: .9rem;
  margin-top: 2rem;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  color: white;
}

.message button:hover {
  background-color: #c68c64;
}

.formulario {
  width: 400px;
  padding: 1rem;
  margin: 2rem;
  background-color: #a4ac94;
  text-align: center;
}

.create-account {
  padding: 2.7rem 0;
  font-size: 1.7rem;
}

.iconos {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
}

.border-icon {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  border: solid thin black;
  border-radius: 50%;
  font-size: 1.5rem;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.border-icon:hover {
  background-color: #dca3ab;
  cursor: pointer;
}

.cuenta-gratis {
  padding: 2rem 0;
}

.formulario input {
  width: 70%;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
  background-color: transparent;
  border: none;
  border-bottom: white thin solid;
  text-align: center;
  outline: none;
  padding: .2rem 0;
  font-size: .9rem;
  color: white;
}

.formulario input[type="button"] {
  width: 60%;
  margin: auto;
  border: solid thin white;
  padding: .7rem;
  border-radius: 2rem;
  background-color: white;
  font-weight: 600;
  margin-top: 3rem;
  font-size: .8rem;
  cursor: pointer;
  color: #222;
}

.sign-in {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.sign-in.active {
  opacity: 1;
  visibility: visible;
}

.sign-up.active {
  opacity: 0;
  visibility: hidden;
}

.formulario-presupuesto {
  background-image: url(../imagenes/banner2.png);
  background-size: cover;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 4em;
  border-radius: 1em;
  -webkit-box-shadow: 5px 5px 15px 5px #DCA3AB;
          box-shadow: 5px 5px 15px 5px #DCA3AB;
}

.row {
  padding: 0.5em;
}

.form-control, .form-select {
  font-family: 'Amatic SC', cursive;
  background-color: rgba(241, 206, 241, 0.25);
  border: 1px solid #a4ac94;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.span-form {
  font-family: 'Amatic SC', cursive;
  font-size: 1.2em;
  letter-spacing: .1em;
}

.btn {
  font-family: 'Amatic SC', cursive;
  color: white;
  letter-spacing: .2em;
  background-color: #c68c64;
  border-color: #d3ccc5;
}

.btn:hover {
  background-color: #a4ac94;
}

.modal-formulario {
  background-color: rgba(0, 0, 0, 0.719);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
  padding: 2em;
}

.contenedor-formulario {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Amatic SC', cursive;
}

.contenedor-modal {
  background-color: #d3ccc5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cerrar-form {
  padding: 10px;
}

.mensaje-titulo h2 {
  font-size: 1.7rem;
  padding: 1rem 0;
}

.mensaje-contenedor {
  padding: 2rem;
}

.mensaje-reserva {
  font-size: 1em;
  padding: 0.5em;
  margin: 0;
}

.boton-mensaje {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: #00bb2d;
}

.boton-mensaje:hover {
  color: #c68c64;
}

.fa-whatsapp {
  padding: 0.5em;
}

@media (max-width: 768px) {
  .formulario-presupuesto {
    padding: 1em;
  }
}

.tienda-chiches {
  padding: 5em 10em 0 10em;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  background-color: #ecd9cf;
}

.titulo-tienda {
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2em 0 1em;
  text-align: center;
}

.texto-tienda {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.card {
  border: 3px solid #e7b69d;
}

.card-body {
  background-color: #a4ac94;
}

.card-title {
  font-family: 'Amatic SC', cursive;
  letter-spacing: 0.1em;
  text-align: center;
}

.card-text {
  font-size: 1.4em;
  text-align: center;
}

.carrito-titulo {
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2em 0 1em;
  text-align: center;
}

.btn-primary:hover {
  color: #fff;
  background-color: #dca3ab;
  cursor: pointer;
}

.table {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .tienda-chiches {
    padding: 5em 5em 0 5em;
  }
  .card-title {
    font-size: 0.7em;
  }
  .table {
    width: 90%;
  }
}

.open-boton {
  font-family: 'Amatic SC', cursive;
  font-size: 1em;
  background-color: #c68c64;
  color: white;
  padding: 10px 12px;
  letter-spacing: 0.2em;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 3em;
  right: 3em;
  border-radius: 20px;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 15px;
  z-index: 9;
}

.mensaje-chat {
  font-family: 'Amatic SC', cursive;
  font-size: 0.8em;
  padding: 0;
}

.form-chat-contenedor {
  max-width: 250px;
  padding: 10px;
  background-color: #dca3ab;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-chat-contenedor textarea {
  width: 100%;
  font-size: 0.8em;
  padding: 12px;
  margin: 5px 0 12px 0;
  border: none;
  background: #f5e0e0;
  resize: none;
  min-height: 100px;
  border-radius: 5px;
  margin: 0;
  outline: none;
}

.phm {
  font-family: 'Amatic SC', cursive;
}

.form-chat-contenedor .btn-chat {
  font-family: 'Amatic SC', cursive;
  background-color: #dca3ab;
  color: white;
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
  border-radius: 20px;
}

.form-chat-contenedor .btn-chat {
  background-color: #a4ac94;
  font-size: 0.8em;
}

.form-chat-contenedor, .btn-chat:hover {
  opacity: 1;
}

/* -------------------------------Estilo FOTTER---------------------------- */
.contenedor-footer {
  background-color: #a3aab1;
  padding: 2em 4em 1em;
}

.columna-footer {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul {
  list-style: none;
  padding-left: 0;
}

.footer-col {
  width: 33%;
  padding: 0 1em;
}

.footer-col h5 {
  font-size: 1.4em;
  color: black;
  margin-bottom: 1.2em;
  font-family: 'Courier New', Courier, monospace;
  position: relative;
}

.footer-col h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  background-color: #dca3ab;
  height: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5em;
}

.footer-col ul li :not(:last-child) {
  margin-bottom: 1.5em;
}

.footer-col ul li a {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2em;
  text-decoration: none;
  padding: 0.1em;
  color: black;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ecd9cf;
  padding-left: 0.6em;
}

.footer-col .links-redes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-col .links-redes a {
  font-size: 1em;
  margin: 0.5em;
  text-align: center;
  color: black;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-col .links-redes a:hover {
  color: #ecd9cf;
}

.contenedor-copy {
  background-color: #d3ccc5;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}

p.copy-parrafo {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  color: black;
  padding-top: 1em;
  margin-bottom: 0.1em;
}

.menu-footer a:hover {
  color: #ecd9cf;
}

.copy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copy-links a {
  font-size: 1.2em;
  color: black;
  margin: 0 0.5em;
}

@media (max-width: 768px) {
  .footer-col {
    font-size: 0.8em;
  }
  .footer-col {
    width: auto;
  }
  .copy {
    margin: 0;
    font-size: 0.6em;
  }
}
/*# sourceMappingURL=style.css.map */