@charset "UTF-8";
/*--------------------Generales de la marca header--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap");
.nav__content--logo {
  width: 100px;
  max-width: 100px;
  display: inline-block;
}
.nav__content--logo img {
  width: 100px;
}
.nav__content--logo .st0 {
  fill: #000000;
}
@media only screen and (min-width: 768px) {
  .nav__content--logo {
    max-width: 150px;
  }
  .nav__content--logo img {
    width: 150px;
  }
}

.logoFix {
  position: fixed;
  top: 1px;
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .logoFix {
    left: 2.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .logoFix {
    position: fixed;
    top: 8px;
    left: 6%;
    width: 90px;
  }
}
@media only screen and (min-width: 1920px) {
  .logoFix {
    position: fixed;
    top: 8px;
    left: 13%;
    width: 90px;
  }
}
.logoFix .st0 {
  fill: white;
}
.logoFix .st1 {
  fill: white;
}

/*--------------------Resetear estilos por defecto del navegador--------------------*/
*, *:after, *:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  marker-offset: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------Resetear editor de texto--------------------*/
div.txt-editor * {
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: inherit;
  text-align: left;
  background: none;
}
div.txt-editor strong {
  font-weight: 600;
}
div.txt-editor em {
  font-style: italic;
}
div.txt-editor ul {
  list-style: disc;
  margin-left: 20px;
}
div.txt-editor ol {
  list-style: decimal;
  margin-left: 20px;
}
div.txt-editor h1, div.txt-editor h2, div.txt-editor h3, div.txt-editor h4, div.txt-editor h5, div.txt-editor h6 {
  line-height: initial;
  color: #535256;
  font-size: 15.6pt;
  font-size: 1.3rem;
}

/*--------------------Anti Bootstrap--------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}
a:hover, a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}

/*--------------------Renovar--------------------*/
.re-novar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  text-align: center;
  color: #231F20;
  background: #F3F3F3;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
.re-novar div {
  padding: 20% 10% 0 10%;
}
.re-novar strong {
  color: #151314;
  font-size: 20.4pt;
  font-size: 1.7rem;
}
.re-novar a {
  color: #1b96e4;
}

/*--------------------Generales--------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1%;
  overflow-x: hidden;
}

main {
  max-width: 2500px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Playfair Display Regular", serif;
  line-height: initial;
  letter-spacing: initial;
}

h1 {
  font-size: 36pt;
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 30pt;
  font-size: 2.5rem;
  font-weight: 700;
}

h3 {
  font-size: 21.6pt;
  font-size: 1.8rem;
  font-weight: 700;
}

h4 {
  font-size: 18pt;
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  margin-bottom: 10px;
  color: #FFCE6A;
}

h6 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18pt;
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

p {
  margin-bottom: 10px;
}
p:only-child, p:last-child {
  margin-bottom: 0;
}

b, strong, mark {
  font-weight: 600;
  background: none;
}

i, em {
  font-weight: 400;
  font-style: normal;
}

span.mensaje {
  color: #151314;
  font-size: 18pt;
  font-size: 1.5rem;
}

*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.clear-both {
  clear: both;
}

*.clear-fix {
  content: "";
  display: block;
  clear: both;
}

*.num-font {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}

*.llamar {
  cursor: default;
}

@media only screen and (min-width: 1024px) {
  .visible-movil {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .visible-desktop {
    display: none !important;
  }
}

/*--------------------General Responsive--------------------*/
header, nav, main, footer, .re-cien {
  width: 100%;
  min-width: 200px;
}

.re-cien, .re-central {
  position: relative;
  margin: 0 auto;
}

.re-central {
  width: 90%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}

/*--------------------Generales del Template Header--------------------*/
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
}
header .re-central #header__contact {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0 0;
  text-align: left;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
@media only screen and (min-width: 1025px) {
  header .re-central #header__contact {
    margin: 15px 0;
  }
}
header .re-central #header__contact #header__contact-phone {
  margin-left: auto;
}
header .re-central #header__contact #header__contact-phone:hover {
  color: #888;
}
header .re-central .header__nav nav {
  min-height: 35px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
header .re-central .header__nav nav #header__contact {
  display: none;
}
header .re-central .header__nav nav.navSticky {
  position: fixed;
  width: 100%;
  background-color: #F3F3F3;
}
header .re-central .header__nav nav.navSticky .nav__content--logo {
  max-width: 100px;
}
header .re-central .header__nav nav.navSticky .nav__content {
  width: 95%;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  header .re-central .header__nav nav.navSticky .nav__content {
    width: 92%;
  }
}
@media only screen and (min-width: 768px) {
  header .re-central .header__nav nav.navSticky .nav__content {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  header .re-central .header__nav nav.navSticky .nav__content {
    width: 88%;
  }
}
header .re-central .header__nav nav.navSticky #dl-menu {
  width: auto;
}
header .re-central .header__nav nav.navSticky .dl-menuwrapper .dl-menu {
  top: 50px !important;
}
@media only screen and (max-width: 1024px) {
  header .re-central .header__nav nav.navSticky .dl-menuwrapper .dl-menu {
    transform: translateX(-89%) !important;
  }
}
@media only screen and (max-width: 1210px) {
  header .re-central .header__nav nav.navSticky .dl-menuwrapper li a p {
    padding: 0 15px;
  }
}
header .re-central .header__nav nav.navSticky #header__contact {
  display: block;
}
header .re-central .header__nav nav.navSticky #header__contact {
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 1024px) {
  header .re-central .header__nav nav.navSticky #header__contact {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    font-size: clamp(13px, 1vw, 14px);
  }
}
header .re-central .header__nav nav .nav__content {
  display: flex;
  padding: 5px 0;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  header .re-central .header__nav nav .nav__content {
    padding: 20px 0;
  }
}
header .re-central .header__nav nav .nav__content .nav__content--logo {
  width: 50%;
}
header .re-central .header__nav nav .nav__content .dl-menuwrapper {
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .re-central .header__nav nav .nav__content .dl-menuwrapper .dl-trigger {
  margin-left: auto;
}
header .re-central .header__nav nav .nav__content .dl-menuwrapper .dl-menu {
  width: 100vw;
  top: 25px;
  left: 0;
  transform: translateX(-50%);
}
header .re-central .header__nav nav .nav__content .dl-menuwrapper .dl-menu ul {
  max-height: 450px;
  overflow: hidden;
  overflow-y: overlay;
}
header .re-central .buscador {
  padding: 10px 0;
  width: 100%;
}
header .re-central .buscador div {
  width: 100%;
}
header .re-central .ver-productos {
  width: 96%;
  position: relative;
  margin: auto;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  box-shadow: inset 0 0 0 3px #231F20;
  transition: 0.3s;
  color: black;
}
header .re-central .ver-productos:hover {
  background-color: black;
  color: #fff;
}
header .re-central .ver-productos i {
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  header .re-central {
    display: flex;
    flex-wrap: wrap;
  }
  header .re-central #header__contact {
    width: 100%;
    justify-content: space-between;
  }
  header .re-central #header__contact #header__contact-phone {
    margin-right: 30px;
  }
  header .re-central .header__nav {
    width: 100%;
    display: inline-block;
  }
  header .re-central .header__nav .nav .nav__content {
    width: 100%;
    align-items: center;
  }
  header .re-central .header__nav .nav .nav__content::after {
    content: "";
    background-color: #EEEEEE;
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -10;
    transform: translateX(50%);
    top: 0;
    right: 50%;
  }
  header .re-central .header__nav .nav .nav__content .nav__content--logo {
    width: 20%;
    margin-right: 30px;
  }
  header .re-central .header__nav .nav .nav__content .dl-menuwrapper {
    width: 100%;
    margin-right: 0;
  }
  header .re-central .header__nav .nav .nav__content .dl-menuwrapper .dl-menu {
    width: 100%;
    transform: none;
    text-align: right;
  }
  header .re-central .header__nav .nav .nav__content .dl-menuwrapper .dl-menu li a p {
    font-size: clamp(14px, 1vw, 18px);
  }
  header .re-central .header__nav .nav .nav__content .dl-menuwrapper .dl-menu li a:hover {
    color: #888888;
  }
  header .re-central .buscador {
    width: 25%;
    margin-left: auto;
  }
  header .re-central .buscador form {
    margin-left: auto;
  }
}

/*------------------------Ajustes generales de index------------------------*/
.index__content section {
  margin: auto;
}
.index__content section:nth-child(2) {
  max-width: initial;
}
.index__content .index__hero .index__hero--text {
  padding: 35px;
}
.index__content .index__hero .index__hero--text span {
  margin-bottom: 10px;
  font-size: clamp(18px, 1.3vw, 24px);
}
.index__content .index__hero .index__hero--text h1 {
  margin-bottom: 30px;
}
.index__content .index__hero .index__hero--text p {
  margin-bottom: 30px;
}
.index__content .index__hero .index__hero--text a {
  margin-left: 0px;
  letter-spacing: 0.8px;
}
.index__content .index__hero .index__hero--image img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.index__content .index__products h2 {
  text-align: center;
  margin-bottom: 40px;
}
.index__content .index__banner {
  position: relative;
}
.index__content .index__banner::after {
  content: "";
  background-color: #EEEEEE;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -10;
  transform: translateX(50%);
  top: 0;
  right: 50%;
}
.index__content .index__banner .index__banner--image {
  height: 350px;
}
.index__content .index__banner .index__banner--image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index__content .index__banner .index__banner--text {
  padding: 50px 25px;
  width: 100%;
  margin: auto;
}
.index__content .index__banner .index__banner--text h2 {
  margin-bottom: 20px;
}
.index__content .index__banner .index__banner--text p {
  margin-bottom: 30px;
}
.index__content .index__banner .index__banner--text a {
  margin-left: 0px;
  letter-spacing: 0.8px;
}
.index__content .index__phrase {
  margin: 50px auto;
  text-align: center;
}
.index__content .index__phrase h3 {
  font-size: clamp(26px, 2.25vw, 36px);
}
.index__content .index__phrase p {
  width: 70%;
  margin: 25px auto;
}
.index__content .index__phrase a {
  letter-spacing: 0.8px;
}
.index__content .index__cta {
  margin: 100px auto;
}
.index__content .index__cta .index__cta--margin {
  width: 100%;
  margin: 50px 0;
  padding: 117px 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.index__content .index__cta .index__cta--margin::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #EEE6DC;
}
.index__content .index__cta .index__cta--margin h4 {
  margin-bottom: 20px;
  font-size: clamp(20px, 2.25vw, 36px);
}
.index__content .index__cta .index__cta--margin p {
  margin-bottom: 20px;
  font-size: clamp(14px, 1vw, 22px);
}
@media only screen and (min-width: 1024px) {
  .index__content .index__hero {
    display: flex;
  }
  .index__content .index__hero .index__hero--text {
    padding: 0 80px;
    margin: auto;
    width: 50%;
  }
  .index__content .index__hero .index__hero--image {
    height: 500px;
    width: 50%;
  }
  .index__content .index__hero .index__hero--image img {
    object-fit: cover;
    height: 100%;
  }
  .index__content .index__banner {
    max-width: initial;
  }
  .index__content .index__banner .index__banner--content {
    display: flex;
    position: relative;
  }
  .index__content .index__banner .index__banner--content .index__banner--image {
    width: 50%;
    height: auto;
  }
  .index__content .index__banner .index__banner--content .index__banner--image img {
    height: 100%;
    object-fit: cover;
  }
  .index__content .index__banner .index__banner--content .index__banner--text {
    width: 50%;
    padding: 25px 7%;
  }
  .index__content .index__banner .index__banner--content .index__banner--text h2 {
    font-size: clamp(20px, 4vw, 64px);
  }
  .index__content .index__banner .index__banner--content .index__banner--text.ventajas {
    text-align: right;
  }
  .index__content .index__phrase {
    max-width: 70%;
  }
  .index__content .index__phrase p {
    margin: 10px auto 15px;
    width: 50%;
  }
}

/*--------------------Productos Detalle--------------------*/
.products {
  margin: 50px auto;
}
.products .products__content h1 {
  margin-bottom: 30px;
}
.products .products__content .bread-crumbs a, .products .products__content .bread-crumbs mark {
  font-size: clamp(14px, 0.9vw, 22px);
}
.products .products__content .products__notFound {
  font-size: clamp(18px, 1.2vw, 26px);
}

/*--------------------Productos Detalle--------------------*/
.products__detail .detail__content {
  margin: 50px 0;
}
.products__detail .detail__content .detail__content--margin .imagen-grande {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .products__detail .detail__content .detail__content--margin .imagen-grande {
    width: 40%;
    margin-right: auto;
  }
}
.products__detail .detail__content .detail__content--margin .imagen-grande figure.contenedor-img {
  width: 100%;
  overflow: hidden;
  padding: 0 0.5em;
  background: white;
}
.products__detail .detail__content .detail__content--margin .imagen-grande figure.contenedor-img img.img-centrada {
  max-width: 85%;
  display: block;
  margin: 0 auto;
  visibility: hidden;
}
.products__detail .detail__content .detail__content--margin .imagen-grande figure.contenedor-img img.zoomImg {
  width: 120%;
}
.products__detail .detail__content .detail__content--margin .imagen-grande ul.miniaturas {
  margin-top: 20px;
}
.products__detail .detail__content .detail__content--margin .imagen-grande ul.miniaturas:after {
  content: "";
  display: block;
  clear: both;
}
.products__detail .detail__content .detail__content--margin .imagen-grande ul.miniaturas li {
  position: relative;
  width: 75px;
  height: 75px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  background-color: white;
  border: 1px solid #231F20;
}
.products__detail .detail__content .detail__content--margin .imagen-grande ul.miniaturas li img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  cursor: pointer;
}
.products__detail .detail__content .detail__content--margin .detail__content--text h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 1vw, 64px);
}
@media only screen and (min-width: 768px) {
  .products__detail .detail__content .detail__content--margin .detail__content--text {
    width: 50%;
    float: right;
    margin-top: 0;
  }
}
.products__detail .detail__content .detail__content--margin .detail__content--text div.txt-editor {
  margin-bottom: 20px;
}
.products__detail .detail__content .detail__content--margin .detail__content--text div.txt-editor ul, .products__detail .detail__content .detail__content--margin .detail__content--text div.txt-editor ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media only screen and (min-width: 768px) {
  .products__detail .detail__content .detail__content--margin {
    display: flex;
  }
}
.products__detail section.productosSim {
  margin-top: 20px;
}
.products__detail section.productosSim h4 {
  margin-bottom: 30px;
}

/*--------------------Productos Móvil--------------------*/
main.productos-movil div.div-productos div.re-categorias {
  width: 100%;
  max-width: 721px;
  margin: 0 auto;
  background-color: #F3F3F3;
}
main.productos-movil div.div-productos div.re-categorias em {
  display: block;
  width: 100%;
  min-height: 25px;
  padding: 1em;
  font-weight: 500;
  border-bottom: 1px solid #231F20;
}
main.productos-movil div.div-productos div.re-categorias em i {
  color: inherit;
}
main.productos-movil div.div-productos div.re-categorias ol {
  font-weight: 400;
}
main.productos-movil div.div-productos div.re-categorias ol li {
  position: relative;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #231F20;
}
main.productos-movil div.div-productos div.re-categorias ol a {
  position: relative;
  display: block;
  padding: 1em 1.5em;
}
main.productos-movil div.div-productos div.re-categorias ol a span {
  position: relative;
}

/*--------------------Ventajas--------------------*/
.ventajas {
  margin: 50px auto;
}
.ventajas .ventajas__content {
  max-width: 600px;
  margin: auto;
}
.ventajas .ventajas__content h1 {
  font-size: clamp(32px, 1.2vw, 64px);
  margin-bottom: 30px;
}
.ventajas .ventajas__content section ul {
  margin: 50px 0 0px;
  overflow: hidden;
  transition: all ease 1s;
}
.ventajas .ventajas__content section ul li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.ventajas .ventajas__content section ul li figure img {
  width: 100%;
  max-width: 50px;
}
.ventajas .ventajas__content section ul li figure figcaption mark {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: "Playfair Display Regular", serif;
  font-size: clamp(20px, 1.2vw, 32px);
}
.ventajas .ventajas__content section ul li figure figcaption p {
  font-size: 9.6pt;
  font-size: 0.8rem;
  font-size: clamp(16px, 1vw, 24px);
}
.ventajas .ventajas__content section a {
  margin-top: 20px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1025px) {
  .ventajas .ventajas__content {
    max-width: initial;
  }
  .ventajas .ventajas__content section ul {
    display: flex;
    flex-wrap: wrap;
  }
  .ventajas .ventajas__content section ul li {
    width: 33%;
    padding-right: 50px;
  }
}

/*--------------------Nosotros--------------------*/
.aboutUs {
  margin: 50px auto;
}
.aboutUs .aboutUs__content {
  max-width: 568px;
  margin: auto;
}
.aboutUs .aboutUs__content .aboutUs__content--text {
  width: 100%;
  margin-bottom: 40px;
}
.aboutUs .aboutUs__content .aboutUs__content--text h1 {
  font-size: clamp(38px, 4vw, 64px);
  margin-bottom: 30px;
}
.aboutUs .aboutUs__content .aboutUs__content--text p {
  margin-bottom: 40px;
}
.aboutUs .aboutUs__content .aboutUs__content--text a {
  letter-spacing: 0.8px;
}
.aboutUs .aboutUs__content figure {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
}
.aboutUs .aboutUs__content figure img {
  display: block;
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1024px) {
  .aboutUs .aboutUs__content {
    display: flex;
    max-width: initial;
  }
  .aboutUs .aboutUs__content .aboutUs__content--text {
    order: 1;
    width: 35%;
    margin: auto;
  }
  .aboutUs .aboutUs__content figure {
    width: 50%;
    order: 0;
  }
}

/*------------------------Contacto------------------------*/
.contact .contact__content {
  margin: 50px auto;
}
.contact .contact__content h1 {
  margin-bottom: 40px;
}
.contact .contact__content section article .dir-form {
  margin-bottom: 40px;
}
.contact .contact__content section article .dir-form form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .contact .contact__content section article .dir-form form {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
}
.contact .contact__content section article .dir-form form .send {
  width: 90px;
  position: relative;
}
.contact .contact__content section article .dir-form form .send:hover::after {
  top: 0;
  left: 7px;
  transition: 0.3s ease-out;
}
.contact .contact__content section article .dir-form address {
  max-width: 400px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .contact .contact__content section article .dir-form address {
    width: 40%;
    float: right;
  }
}
.contact .contact__content section article .dir-form address mark {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.contact .contact__content section article .dir-form address a {
  display: flex;
  align-items: flex-start;
  line-height: initial;
}
.contact .contact__content section article .dir-form address a img {
  max-width: 15px;
  margin-top: 4px;
  margin-right: 10px;
}
.contact .contact__content section article .dir-form address a:hover {
  color: #7b7b7b;
}
.contact .contact__content section article .dir-form address a.correo {
  max-width: 16em;
  display: block;
}
.contact .contact__content section article .dir-form address a.llamar {
  font-weight: 400;
}
.contact .contact__content section article section.mapa {
  width: 100%;
  margin-bottom: 20px;
}
.contact .contact__content section article section.mapa #mapa-canvas {
  width: 100%;
  height: 275px;
  margin: 30px auto;
}
.contact .contact__content section article section.mapa #mapa-canvas div.gm-style > div:first-child {
  pointer-events: none;
}
@media only screen and (min-width: 480px) {
  .contact .contact__content section article section.mapa #mapa-canvas div.gm-style > div:first-child {
    pointer-events: auto;
  }
}

/*------------------------Contacto Gracias y Error 404------------------------*/
.contacto-gracias .error__content, .error404 .error__content {
  margin: 50px auto;
}
.contacto-gracias .error__content div, .error404 .error__content div {
  color: #231F20;
}
.contacto-gracias .error__content div i, .error404 .error__content div i {
  color: inherit;
  font-size: 48pt;
  font-size: 4rem;
  margin-bottom: 20px;
}
.contacto-gracias .error__content div h1, .error404 .error__content div h1 {
  max-width: 600px;
  color: inherit;
  border: none;
  padding: 0;
  font-size: clamp(38px, 4vw, 48px);
}
.contacto-gracias .error__content div p, .error404 .error__content div p {
  font-size: 14.4pt;
  font-size: 1.2rem;
  font-weight: 500;
}
.contacto-gracias .error__content div a, .error404 .error__content div a {
  margin-top: 30px;
}

/*------------------------Generales del Template buscar------------------------*/
.search .search__content {
  margin: 50px auto;
}
.search .search__content h1 {
  margin-bottom: 40px;
  font-size: clamp(38px, 4vw, 48px);
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
main > .re-central,
main > .re-cien > .re-central {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  main > .re-central,
main > .re-cien > .re-central {
    padding: 60px 0;
  }
}
main > .re-central:after,
main > .re-cien > .re-central:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------Generales del Template Footer------------------------*/
footer {
  font-size: 10.8pt;
  font-size: 0.9rem;
  background-color: #4B4B4B;
  color: white;
}
footer .copyright {
  background-color: black;
}
footer .copyright p {
  margin: 5px 0;
}
footer .footer__content .footer__content--cols {
  padding: 35px 0 20px;
}
footer .footer__content .footer__content--cols figure {
  width: 100%;
}
footer .footer__content .footer__content--cols figure img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 15px;
}
footer .footer__content .footer__content--cols p {
  max-width: 320px;
  margin-bottom: 30px;
}
footer .footer__content .footer__content--cols ul li {
  margin-bottom: 10px;
}
footer .footer__content .footer__content--cols ul li a:hover {
  color: #888888;
}
footer .footer__content .footer__content--cols address a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  max-width: 380px;
}
footer .footer__content .footer__content--cols address a i {
  margin-top: 6px;
  margin-right: 10px;
}
footer .footer__content .footer__content--cols address a img {
  max-width: 18px;
  margin-right: 10px;
  margin-top: 3px;
}
footer .footer__content .footer__content--cols address a br {
  display: none;
}
footer .footer__content .footer__content--cols address a:hover {
  color: #888888;
}
footer .footer__content .footer__content--cols .footer__social li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12pt;
  font-size: 1rem;
}
footer .footer__content .footer__content--cols h6 {
  margin-bottom: 20px;
  font-family: "roboto";
}
footer .copyright .re-central a:hover {
  color: #888888;
}
@media only screen and (min-width: 568px) {
  footer .footer__content {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer__content .footer__content--cols {
    margin: 35px 0;
    width: 49%;
    padding-right: 35px;
  }
  footer .copyright .re-central {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer__content {
    flex-wrap: nowrap;
  }
  footer .footer__content .footer__content--cols {
    width: 25%;
    min-width: 200px;
    padding-right: 20px;
    padding-right: 35px;
  }
  footer .footer__content .footer__content--cols:last-child {
    width: 25%;
    margin-right: auto;
    min-width: initial;
  }
}

/*------------------------Generales del Carrusel------------------------*/
.bx-wrapper {
  margin-bottom: 0;
  border: 0;
}
.bx-wrapper li {
  max-width: 100% !important;
  background: none !important;
}
.bx-wrapper li img {
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  height: auto;
}
.bx-wrapper li .imagen-movil {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .bx-wrapper li .imagen-movil {
    display: block !important;
  }
}
.bx-wrapper li .imagen-escritorio {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .bx-wrapper li .imagen-escritorio {
    display: block !important;
  }
}
.bx-wrapper li .bx-caption,
.bx-wrapper li .bx-re-links {
  z-index: 1;
}
.bx-wrapper li .bx-caption {
  position: absolute;
  bottom: 45%;
  text-align: center;
  left: 0;
  background: none;
  width: 100%;
  z-index: 10;
}
.bx-wrapper li .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 3rem;
  padding: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.bx-wrapper li .bx-re-links {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

:root ul.bxslider li img {
  width: 100%;
  height: inherit;
  overflow: hidden;
  object-fit: contain;
}

/*--------------------WhatsApp Button--------------------*/
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 80px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-color: #25d366;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
.whatsapp-button:hover {
  background-color: #08a460;
}
@media only screen and (max-width: 1023px) {
  .whatsapp-button.movil {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .whatsapp-button.desktop {
    display: block;
  }
}
.whatsapp-button i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*------------------------Ir Arriba------------------------*/
.ir-arriba {
  width: 40px;
  height: 40px;
  background-color: #888888;
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 99999;
  transition: all ease 0.25s;
}
.ir-arriba:hover {
  opacity: 0.5;
}
.ir-arriba i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*------------------------Buscador------------------------*/
.buscador {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.buscador div {
  position: relative;
}
.buscador div input[type=image] {
  position: absolute;
  right: 5px;
  padding-left: 10px;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
}
.buscador div input[type=text] {
  width: 100%;
  height: 35px;
  padding: 0 40px 0 10px;
  font-size: 1rem;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .buscador div input[type=text] {
    height: 40px;
  }
}

/*--------------------Botón Lineal--------------------*/
.boton__primario {
  font-size: 9.6pt;
  font-size: 0.8rem;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
}
.boton__primario.primario {
  color: black;
  box-shadow: inset 0 0 0 2px #231F20;
  position: relative;
  margin-left: 7px;
}
.boton__primario.primario:hover {
  background-color: black;
  color: white;
}
.boton__primario.primario:hover::after {
  top: 0;
  left: 0;
}

/*--------------------Formularios--------------------*/
form input[type=reset] {
  width: auto;
  min-width: 10em;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 6px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0s;
  font-size: 12pt;
  font-size: 1rem;
}
form input[type=reset]:hover, form input[type=reset]:hover {
  border-bottom-width: 1px;
  margin-top: 2px;
}
form input[type=reset] {
  border-bottom: 3px solid #231F20;
  background: #594f51;
}
form input[type=reset]:hover {
  margin-top: 2px;
  border-bottom: 1px solid #231F20;
}
form input.input-primario {
  color: white;
  border-bottom-color: #7b7b7b;
  background: #888888;
}
form input.input-secundario {
  color: white;
  border-bottom-color: #ffc651;
  background: #FFCE6A;
}
form.formulario {
  margin: 0 auto;
  color: #231F20;
}
form.formulario fieldset {
  padding: 1% 4% 2% 4%;
  border: 1px dotted #231F20;
  border-radius: 10px;
}
form.formulario fieldset + fieldset {
  margin-top: 20px;
}
form.formulario legend {
  width: auto;
  padding: 0 3%;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #151314;
  text-transform: uppercase;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
form.formulario div {
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  form.formulario div.float-left, form.formulario div.float-right {
    width: 48%;
  }
}
form.formulario div.alerta {
  overflow: hidden;
  margin-bottom: 20px;
  color: #151314;
}
form.formulario div.alerta span {
  color: #151314;
  font-weight: 500;
}
form.formulario div.alerta.error {
  color: #dd1c47;
}
form.formulario div.send {
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
}
form.formulario label {
  display: block;
  float: left;
  border: none;
  font-weight: 500;
  color: #FFCE6A;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #888888;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario textarea,
form.formulario select {
  width: 100%;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #231F20;
  transition: all 0.5s ease;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario select,
form.formulario textarea {
  margin-bottom: 20px;
  display: block;
  clear: both;
  border-bottom: 1px solid;
}
form.formulario textarea {
  height: 180px;
}
form.formulario input[type=text]:focus,
form.formulario input[type=email]:focus,
form.formulario input[type=tel]:focus,
form.formulario input[type=password]:focus,
form.formulario textarea:focus,
form.formulario select:focus {
  box-shadow: inset 0 0 0 3px #231F20;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

/*--------------------Bread Crumbs--------------------*/
.bread-crumbs {
  display: none;
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) {
  .bread-crumbs {
    display: block;
  }
}
.bread-crumbs a {
  color: #231F20;
}
.bread-crumbs a:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bread-crumbs a:hover {
  color: #888888;
}
.bread-crumbs mark {
  color: #594f51;
}

/*--------------------Paginación--------------------*/
.paginacion {
  width: 100%;
  height: 35px;
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.paginacion a,
.paginacion b {
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
.paginacion b {
  color: white;
  background-color: #888888;
}
.paginacion a {
  color: #231F20;
  background-color: #F3F3F3;
  transition: box-shadow 0.2s ease;
}
.paginacion a:hover {
  box-shadow: inset 0 0 0 3px #231F20;
}

/*--------------------Anterior / Siguiente--------------------*/
.ant-sig {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig {
    margin: 70px auto;
  }
}
.ant-sig div {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ant-sig div {
    width: 50%;
    float: left;
  }
}
.ant-sig div figure {
  position: absolute;
  z-index: 100;
  max-width: 70px;
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ant-sig div figure {
    width: 70px;
  }
}
.ant-sig div figure img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.ant-sig div.ant {
  text-align: left;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant {
    width: 13em;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant figure {
    bottom: 0;
    right: -75px;
  }
}
.ant-sig div.ant i {
  margin-right: 20px;
}
.ant-sig div.ant:hover i {
  margin-right: 10px;
  transition: 0.3s ease-out;
}
.ant-sig div.sig {
  margin-left: auto;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig {
    width: 13em;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig figure {
    bottom: 0;
    left: -75px;
  }
}
.ant-sig div.sig i {
  margin-left: 20px;
  transition: 0.3s ease-out;
}
.ant-sig div.sig:hover i {
  margin-left: 10px;
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .ant-sig div:hover figure, .ant-sig div:active figure, .ant-sig div:focus figure {
    display: block;
  }
}
.ant-sig div a {
  display: block;
  max-width: 100%;
  font-family: "Playfair Display Regular", serif;
  height: 40px;
  position: relative;
  color: #231F20;
  font-weight: 600;
  line-height: 40px;
  transition: all ease 0.5s;
}
.ant-sig div a:hover {
  color: #888888;
}
.ant-sig div a.ant:before, .ant-sig div a.sig:after {
  width: 25px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  color: #231F20;
  line-height: 37px;
  transition: background 0.5s;
}
.ant-sig div a.ant:hover:before, .ant-sig div a.sig:hover:after {
  background: #7b7b7b;
}
.ant-sig .ant .desktop, .ant-sig .sig .desktop {
  display: none;
}
@media only screen and (min-width: 414px) {
  .ant-sig .ant .desktop, .ant-sig .sig .desktop {
    display: initial;
  }
  .ant-sig .ant .mobile, .ant-sig .sig .mobile {
    display: none;
  }
}

/*------------------------Generales Productos------------------------*/
.productos ul {
  display: block;
  position: relative;
  clear: both;
  width: 90%;
  margin: 0 auto;
}
.productos ul:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 490px) {
  .productos ul {
    width: initial;
  }
}
@media only screen and (min-width: 1024px) {
  .productos ul {
    margin: 0 -1.66%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1360px) {
  .productos ul {
    margin: 0 -2%;
  }
}
.productos ul li {
  position: relative;
  width: 100%;
  margin: 0 0 1.5em 0;
  float: left;
  border: solid 1px #b9b9b9;
}
@media only screen and (min-width: 490px) {
  .productos ul li {
    width: 45%;
    margin: 0 2.5% 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .productos ul li {
    width: 46%;
    margin: 0 1.66% 3%;
  }
}
@media only screen and (min-width: 1100px) {
  .productos ul li {
    width: 23%;
    margin: 0 1% 4%;
  }
}
.productos ul li figure {
  position: relative;
  padding: 0;
}
.productos ul li figure > div {
  background: white;
}
.productos ul li figure > div a.contenedor-img {
  width: 100%;
  display: flex;
  overflow: hidden;
  transition: opacity 0.2s;
}
.productos ul li figure > div a.contenedor-img img.img-centrada {
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.productos ul li figure > div a.segunda-imagen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.productos ul li figure > div a.segunda-imagen img {
  object-fit: cover;
}
.productos ul li figure figcaption a.hover {
  min-height: 20px;
  font-family: "Playfair Display Regular", serif;
}
.productos ul li figure figcaption a.hover span {
  display: block;
  font-size: 12pt;
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 400;
  padding: 15px 15px 0;
}
.productos ul li figure figcaption a.hover mark {
  display: block;
  font-size: 15.6pt;
  font-size: 1.3rem;
  font-family: "Roboto";
  padding: 0 15px 15px;
}
.productos ul li figure figcaption .boton {
  display: block;
  text-align: right;
  font-weight: 600;
  width: 100%;
  padding: 0 15px 15px;
}
.productos ul li figure figcaption:hover {
  color: #b9b9b9;
}
.productos ul li a.nuevo {
  position: absolute;
  padding: 10px 20px;
  background-color: #FFCE6A;
  top: 10px;
  left: -5px;
  z-index: 100 !important;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  font-family: "Playfair Display Regular", serif;
}
.productos ul li:hover figure div a.segunda-imagen {
  opacity: 1;
}
.productos ul li:hover figure div a.primera-imagen {
  opacity: 0;
}

/*------------------------Menú lateral que despliega productos------------------------*/
aside.aside-productos {
  width: 25%;
  color: white;
}
@media only screen and (max-width: 1023px) {
  aside.aside-productos {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  aside.aside-productos {
    width: 20%;
  }
}
aside.aside-productos div.re-categorias {
  width: 100%;
  min-width: 100%;
}
aside.aside-productos div.re-categorias em {
  display: block;
  width: 100%;
  min-height: 25px;
  padding: 1em;
  font-weight: 500;
  color: white;
  background: #888888;
  border-bottom: 1px solid #7b7b7b;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
aside.aside-productos div.re-categorias em i {
  color: inherit;
}
aside.aside-productos div.re-categorias ol {
  font-weight: 400;
  background: #888888;
}
aside.aside-productos div.re-categorias ol li {
  position: relative;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #7b7b7b;
}
aside.aside-productos div.re-categorias ol a {
  position: relative;
  display: block;
  padding: 1em 1.5em;
}
aside.aside-productos div.re-categorias ol a span {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=styles.min.css.map */