html {
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5
}

h1,
h2,
h3,
h4 h5 {
  font-family: 'Open Sans', sans-serif
}

img {
  display: block;
  max-width: 100%;
  height: auto
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@font-face {
  font-family: "untitled-font-1";
  src: url(../fonts/untitled-font-1.eot);
  src: url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url(../fonts/untitled-font-1.woff) format("woff"), url(../fonts/untitled-font-1.ttf) format("truetype"), url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: 400;
  font-style: normal
}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-location:before {
  content: "\61"
}

.icon-telephone:before {
  content: "\62"
}

.icon-envelope:before {
  content: "\63"
}

.icon-home:before {
  content: "\64"
}

.icon-users:before {
  content: "\65"
}

.icon-device-mobile:before {
  content: "\66"
}

.icon-chat:before {
  content: "\67"
}

.icon-paper-plane:before {
  content: "\68"
}

.icon-minus-circled:before {
  content: "\69"
}

.icon-plus-circled:before {
  content: "\6a"
}

[class^="titulo-"] {
  font-size: 2.3rem;
  text-align: center;
  margin: 4rem 2rem
}

[class^="alineado-texto-"] {
  padding: 0 2rem;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 3rem auto
}

header {
  background-color: #131313;
  width: 100%;
  height: auto
}

.nav {
  max-width: 1600px;
  height: auto;
  margin: 0 auto
}

.logo {
  float: left;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  padding: 18px 20px;
  text-decoration: none
}

.nav-icon {
  background-color: #fff;
  display: block;
  width: 18px;
  height: 2px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out
}

.nav-icon:before {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 5px
}

.nav-icon:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: -5px
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
  max-height: 0;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  background-color: #242424;
  text-align: center
}

.menu-icon {
  padding: 28px 20px;
  position: relative;
  float: right;
  cursor: pointer
}

.li-menu {
  font-size: 1.1rem;
  border-bottom: 1px solid #e8e8e7
}

.indicador {
  background-color: #860000
}

.amenu {
  display: block;
  color: #fff;
  padding: 14px;
  text-decoration: none
}

.amenu:hover {
  background-color: #860000
}

.menu-btn {
  display: none
}

.menu-btn:checked~.menu {
  max-height: 260px
}

.menu-btn:checked~.menu-icon .nav-icon {
  background-color: transparent
}

.menu-btn:checked~.menu-icon .nav-icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0
}

.menu-btn:checked~.menu-icon .nav-icon::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0
}

.wrap-info-tel {
  background-color: #131313
}

.info-tel {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 2.7rem 10px;
  text-align: center
}

.telefono-1 {
  padding-bottom: 2.7rem
}

.enlace-tel,
.whats {
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff
}

.whats {
  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;
  align-items: center
}

.icon-telephone {
  font-size: 1.5rem;
  position: relative;
  top: 5px
}

.img-whatsapp {
  width: 35px;
  height: auto
}

.icon-what {
  padding-left: 9px
}

.tel-fin {
  padding-bottom: 0
}

.enlace-tel:hover,
.logo:hover,
.whats:hover,
.whats-f:hover,
.enlace-tel-footer:hover,
.correo-contacto:hover,
.footer-a:hover {
  color: red
}

.linea-superior {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0)
}

.linea-inferior {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0)
}

.fondo-wrap {
  margin-bottom: 3rem
}

.centrado-titulo {
  text-align: center;
  margin: 2rem;
  font-size: 1.8rem
}

.imagen-260 {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 3rem auto
}

.imagen-300 {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 3rem auto
}

.imagen-400 {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 3rem auto
}

.centrado-caption {
  margin-top: 2px;
  text-align: center
}

.tarja-01,
.tarja-02,
.tarja-03,
.gabinete-01,
.gabinete-02,
.gabinete-03,
.bano-maria,
.estufa-multiple {
  width: 100%;
  max-width: 400px;
  height: auto
}

.unidad-coctelera {
  width: 100%;
  max-width: 260px;
  height: auto
}

.locker-01,
.locker-02 {
  margin: 0 auto
}


.titulo-principal-contacto {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2rem
}

.titulo-principal-mensaje {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  padding: 0 3rem
}

.section-contacto {
  width: 100%;
  height: auto
}

.formas-contacto {
  background-color: #242424;
  width: 100%;
  height: 800px;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.titulo-contacto-h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  margin-top: 0;
  margin-bottom: 0
}

.llamanos,
.envianos-email {
  color: #fff;
  font-size: 1rem;
  text-align: center
}

.margen-what {
  margin-top: 10px
}

.whats-contacto {
  width: 40px;
  height: auto;
  margin-right: 7px;
  display: none
}

.enlace-tel-contacto,
.correo-contactenos {
  padding-top: 10px;
  display: block;
  text-decoration: none
}

.llamenos,
.envie-un-email {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff
}

.icon-telephone-contacto,
.icon-mail-contactenos {
  position: relative;
  top: 3px;
  padding-right: 3px
}

.icon-telephone-contacto {
  top: 5px
}


.enlace-tel-contacto,
.correo-contactenos {
  color: #fff
}

.enlace-tel-contacto:hover {
  color: cyan
}

.hover-whats-contacto:hover {
  color: cyan
}

.correo-contactenos:hover {
  color: cyan
}

.titulo-ubicacion {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem
}

.iframe-google {
  width: 100%;
  height: 700px;
  margin: 0 auto
}


footer {
  background-color: gray
}

[class^="franja-footer"] {
  width: 100%;
  height: 3rem;
  background-color: #860000;
  margin-bottom: 2px
}

.footer-wrap-datos,
.wrap-menu-footer {
  width: 100%;
  height: auto;
  background-color: rgb(38, 38, 38)
}

.footer-datos {
  width: 100%;
  height: 400px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.enlace-tel-footer,
.correo-contacto {
  color: #fff;
  text-decoration: none
}

.whats-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 3px
}

.im-whatsapp-f {
  width: 40px;
  height: auto;
  margin-right: 10px
}

.icon-phone-footer {
  position: relative;
  top: 5px
}

.icon-mail-footer {
  position: relative;
  top: 4px;
  padding-right: 4px
}

.menu-footer {
  margin-top: 1px
}

.menu-footer-ul {
  margin: 0;
  padding: 2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.menu-footer-li {
  list-style: none
}

.footer-a {
  text-decoration: none;
  color: #fff
}

.icon-home-footer {
  position: relative;
  top: 2px;
  padding-right: 3px
}

.icon-chat-footer {
  position: relative;
  top: 2px;
  padding-right: 3px
}

.domicilio {
  width: 100%;
  height: auto;
  margin-top: 1px;
  padding: 10px;
  background-color: rgb(38, 38, 38);
  margin-bottom: 2rem
}

.direccion {
  text-align: center;
  color: #fff
}

@media (min-width:320px) {

  .llamanos,
  .envianos-email {
    font-size: 1.1rem
  }
}

@media (min-width:380px) {
  .whats-contacto {
    display: inline-block
  }
}

@media (min-width:340px) {
  .logo {
    font-size: 1.5rem;
    padding: 8px 20px
  }
}

@media (min-width:480px) {
  .menu-footer-ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto
  }
}

@media (min-width:700px) {
  .centrado-titulo {
    margin: 3rem 0 0 0;
    padding-left: 3rem;
    text-align: left
  }

  .wrap-muebles {
    max-width: 870px;
    height: auto;
    margin: 0 auto
  }

  .wrap-fotos,
  .sub-wrap-fotos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width:800px) {
  [class^="alineado-texto-"] {
    padding: 0 3rem
  }

  .li-menu {
    float: left;
    border-bottom: 0
  }

  .logo {
    font-size: 1.6rem;
    padding: 8px 30px;
    margin-left: 40px
  }

  .menu {
    clear: none;
    float: right;
    max-height: none;
    margin-right: 40px
  }

  .menu-icon {
    display: none
  }

  .info-tel {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    padding: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .telefono-1 {
    padding: 0
  }

  .titulo-1 {
    font-size: 2.8rem;
    margin: 4rem
  }
}

@media (min-width:950px) {
  .wrap-fotos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .sub-wrap-fotos {
    width: 100%;
    height: auto;
    max-width: 1400px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto
  }
}

@media (min-width:1000px) {
  .footer-wrap-datos {
    padding: 1rem
  }

  .footer-datos {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .wrap-menu-footer {
    padding: 1rem;
    margin-top: 1px
  }

  .menu-footer-ul {
    padding: 0
  }
}

@media (min-width:1200px) {
  .wrap-muebles {
    max-width: 1400px;
    height: auto
  }
}
