@charset "UTF-8";
/*--------------------Generales de la marca header--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&display=swap");
.nav__content--logo {
  width: 50%;
  max-width: 150px;
  display: inline-block;
}
.nav__content--logo .st0 {
  fill: #000000;
}

.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: "Mulish", 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: #000000;
  background: #F3F3F3;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
.re-novar div {
  padding: 20% 10% 0 10%;
}
.re-novar strong {
  color: black;
  font-size: 20.4pt;
  font-size: 1.7rem;
}
.re-novar a {
  color: #1b96e4;
}

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

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

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

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

h2 {
  font-size: 24pt;
  font-size: 2rem;
  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: #000;
}

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: black;
  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: "Mulish", 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: 250px;
}

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

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

/*--------------------Generales del Template Header--------------------*/
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}
header .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  header .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  header .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  header .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
header #header__contact {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  text-align: center;
  font-size: 10.8pt;
  font-size: 0.9rem;
  background-color: #000;
  color: #fff;
  justify-content: space-between;
}
header #header__contact section {
  align-items: left;
}
header #header__contact section a {
  padding-right: 10px;
  padding-left: 5px;
  border-right: solid 1px;
}
header #header__contact section a:last-child {
  border-right: solid 0px;
}
header #header__contact #header__contact-phone {
  margin-right: 15px;
}
header #header__contact #header__contact-phone i {
  margin-right: 3px;
  font-size: 17px;
}
header #header__contact #header__contact-mail i {
  margin-right: 3px;
}
header #header__contact .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  header #header__contact .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  header #header__contact .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  header #header__contact .re-central {
    width: 88%;
    transition: 0.5 ease-out;
    display: flex;
    justify-content: space-between;
  }
}
header .header__nav nav {
  min-height: 35px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
header .header__nav nav .nav__content img {
  width: 100px;
}
@media only screen and (min-width: 1024px) {
  header .header__nav nav .nav__content img {
    width: 150px;
  }
}
header .header__nav nav.navSticky {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header .header__nav nav.navSticky .nav__content--logo {
  max-width: 100px;
}
header .header__nav nav.navSticky .nav__content {
  width: 95%;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  header .header__nav nav.navSticky .nav__content {
    width: 92%;
  }
}
@media only screen and (min-width: 768px) {
  header .header__nav nav.navSticky .nav__content {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  header .header__nav nav.navSticky .nav__content {
    width: 88%;
  }
}
header .header__nav nav.navSticky #dl-menu {
  width: auto;
}
header .header__nav nav.navSticky .dl-menuwrapper .dl-menu li a p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  header .header__nav nav.navSticky .dl-menuwrapper .dl-menu {
    top: 28px !important;
    transform: translateX(-88%) !important;
  }
}
@media only screen and (max-width: 1210px) {
  header .header__nav nav.navSticky .dl-menuwrapper li a p {
    padding: 0 15px;
  }
}
header .header__nav nav.navSticky #header__contact {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  header .header__nav nav.navSticky #header__contact {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    font-size: clamp(13px, 1vw, 14px);
  }
}
header .header__nav nav #header__contact {
  display: none;
}
header .header__nav nav .nav__content {
  display: flex;
  padding: 10px 0;
  position: relative;
}
header .header__nav nav .nav__content .nav__content--logo {
  width: 50%;
}
header .header__nav nav .nav__content .dl-menuwrapper {
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .header__nav nav .nav__content .dl-menuwrapper .dl-trigger {
  margin-left: auto;
}
header .header__nav nav .nav__content .dl-menuwrapper .dl-menu {
  width: 100vw;
  top: 85px;
  left: 0;
  transform: translateX(-50%);
}
header .buscador {
  padding: 10px 0 0;
  width: 100%;
}
header .buscador div {
  width: 100%;
}
header .ver-productos {
  width: 96%;
  position: relative;
  margin: 0 auto 20px;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  background-color: #000;
  transition: 0.3s;
  color: #fff;
}
header .ver-productos:hover {
  box-shadow: inset 0 0 0 3px #000000;
  background-color: #fff;
  color: #000;
  transition: 0.5s ease-in-out;
}
header .ver-productos:hover::after {
  top: 0;
  left: 0;
}
header .ver-productos i {
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  header {
    flex-wrap: wrap;
  }
  header #header__contact {
    width: 100%;
  }
  header #header__contact #header__contact-phone {
    margin-right: 15px;
  }
  header .header__nav {
    width: 100%;
    display: inline-block;
  }
  header .header__nav .nav .nav__content {
    width: 100%;
    align-items: center;
  }
  header .header__nav .nav .nav__content .nav__content--logo {
    width: 20%;
    margin-right: 30px;
  }
  header .header__nav .nav .nav__content .dl-menuwrapper {
    width: 100%;
    margin-right: 0;
  }
  header .header__nav .nav .nav__content .dl-menuwrapper .dl-menu {
    width: 100%;
    transform: none;
  }
  header .header__nav .nav .nav__content .dl-menuwrapper .dl-menu li a p {
    font-size: clamp(14px, 1vw, 18px);
  }
  header .header__nav .nav .nav__content .dl-menuwrapper .dl-menu li a:hover {
    color: #000;
  }
  header .header__nav .nav .nav__content .dl-menuwrapper .dl-menu .dl-submenu {
    max-height: 500px;
    overflow: hidden;
    overflow-y: overlay;
  }
  header .buscador {
    width: 25%;
    margin-left: auto;
  }
  header .buscador form {
    margin-left: auto;
  }
}

/*------------------------Ajustes generales de index------------------------*/
.index__content .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .index__content .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .index__content .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .index__content .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.index__content section {
  margin: auto;
}
.index__content section:nth-child(2) {
  max-width: initial;
}
.index__content .index__hero {
  padding: 20px 0;
}
.index__content .index__hero .index__hero--text {
  order: 2;
  padding: 0 5%;
}
.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: 15px;
  font-size: 40px;
  line-height: 105%;
}
@media only screen and (min-width: 480px) {
  .index__content .index__hero .index__hero--text h1 {
    font-size: 60px;
  }
}
.index__content .index__hero .index__hero--text p {
  margin-bottom: 30px;
  font-size: 20px;
}
.index__content .index__hero .index__hero--text a {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
}
.index__content .index__hero .index__hero--image {
  order: 1;
}
.index__content .index__hero .index__hero--image img {
  width: 100%;
}
.index__content .index__products h2 {
  text-align: center;
  margin-bottom: 40px;
}
.index__content .index__banner {
  position: relative;
  margin: 50px auto;
}
.index__content .index__banner::after {
  content: "";
  background-color: #ECECEC;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -10;
  transform: translateX(50%);
  top: 0;
  right: 50%;
}
.index__content .index__banner .index__banner--image img {
  width: 100%;
}
.index__content .index__banner .index__banner--text {
  padding: 50px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
.index__content .index__banner .index__banner--text h2 {
  margin-bottom: 40px;
}
.index__content .index__banner .index__banner--text p {
  width: 80%;
  margin: 10px auto 30px;
  font-size: larger;
  font-weight: 700;
}
.index__content .index__phrase {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.index__content .index__phrase::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  z-index: -2;
  background-color: #FBF4E6;
}
.index__content .index__phrase h3 {
  font-size: clamp(26px, 2.25vw, 36px);
}
.index__content .index__phrase .index__phrase--text {
  width: 100%;
  padding: 20px;
}
.index__content .index__phrase .index__phrase--text .numero {
  width: 60%;
  padding-bottom: 15px;
  margin: 0 auto;
  font-size: xx-large;
  font-weight: 600;
  border-bottom: solid #000 2px;
}
.index__content .index__phrase .index__phrase--text .numero::before {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #5cb85c;
}
.index__content .index__phrase .index__phrase--text .decr {
  width: 60%;
  margin: 0 auto;
  padding-top: 10px;
}
.index__content .index__phrase article {
  width: 100%;
}
.index__content .index__phrase article .carrus {
  height: 300px;
  display: flex;
  align-items: center;
}
.index__content .index__phrase article .carrus .carrus-items {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 50px 0 0;
}
.index__content .index__phrase article .carrus .carrus-items .carrus-item {
  min-width: 200px;
  height: 200px;
  display: block;
}
.index__content .index__phrase article .carrus .carrus-items .carrus-item img {
  padding-right: 40px;
  width: 200px;
}
.index__content .index__phrase article .carrus .carrus-items .carrus-item:hover {
  transform: scale(1.2);
  z-index: 10;
}
.index__content .index__cta {
  margin: 50px auto;
}
.index__content .index__cta .index__cta--margin {
  width: 100%;
  margin: 0px 0;
  padding: 50px 30px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.index__content .index__cta .index__cta--margin h4 {
  margin-bottom: 20px;
  font-size: clamp(20px, 2.25vw, 36px);
  padding: 0 20px;
}
.index__content .index__cta .index__cta--margin p {
  margin-bottom: 20px;
  font-size: clamp(14px, 1vw, 22px);
}
.index__content .index__testimonios {
  text-align: center;
  padding: 50px 0;
}
.index__content .index__testimonios a {
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  .index__content .index__hero {
    display: flex;
    align-items: center;
    padding: 0 0 50px;
    max-width: initial;
  }
  .index__content .index__hero .index__hero--text {
    width: 50%;
    min-width: 380px;
    padding: 0 70px;
    z-index: 2;
    order: 1;
  }
  .index__content .index__hero .index__hero--text h1 {
    font-size: 40px;
    text-align: left;
  }
  .index__content .index__hero .index__hero--text p {
    text-align: left;
  }
  .index__content .index__hero .index__hero--text a {
    margin-left: 0;
  }
  .index__content .index__hero .index__hero--image {
    width: 50%;
    order: 2;
  }
  .index__content .index__hero .index__hero--image img {
    min-width: 440px;
  }
  .index__content .index__banner {
    max-width: 550px;
  }
}
@media only screen and (min-width: 823px) {
  .index__content .index__cta {
    display: flex;
    max-width: initial;
  }
  .index__content .index__cta .index__cta--margin {
    margin: 0 auto;
    width: 33%;
  }
  .index__content .index__cta .index__cta--margin div {
    width: 76%;
    margin: auto;
    min-width: 260px;
  }
  .index__content .index__cta .index__cta--margin div p {
    margin-bottom: 15px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .index__content .index__hero .index__hero--text {
    min-width: 620px;
  }
  .index__content .index__hero .index__hero--text h1 {
    font-size: 60px;
  }
  .index__content .index__hero .index__hero--image {
    min-width: 480px;
  }
  .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: 55%;
    margin: 0 0 0 -5%;
  }
  .index__content .index__banner .index__banner--content .index__banner--image img {
    width: 100%;
  }
  .index__content .index__banner .index__banner--content .index__banner--text {
    width: 100%;
    padding: 70px 7%;
  }
  .index__content .index__banner .index__banner--content .index__banner--text h2 {
    font-size: 40px;
    text-align: center;
  }
  .index__content .index__banner .index__banner--content .index__banner--text .number-block {
    display: flex;
    justify-content: space-between;
  }
  .index__content .index__banner .index__banner--content .index__banner--text .number-block .block {
    padding: 0 50px;
    width: 33%;
    text-align: center;
  }
  .index__content .index__banner .index__banner--content .index__banner--text .number-block .block .number {
    font-size: xx-large;
  }
  .index__content .index__banner::before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 60%;
    height: 2px;
    z-index: -9;
    transform: translateX(50%);
    top: 43%;
    right: 50%;
  }
  .index__content .index__phrase {
    width: 100%;
    display: flex;
  }
  .index__content .index__phrase .index__phrase--text {
    width: 33%;
  }
  .index__content .index__phrase .index__phrase--text .numero {
    width: 60%;
    padding-bottom: 15px;
    margin: 0 auto;
    font-size: xx-large;
  }
  .index__content .index__testimonios {
    text-align: center;
    padding: 50px 0;
  }
  .index__content .index__testimonios a {
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 1073px) {
  .index__content .index__banner::before {
    top: 45%;
  }
}
@media only screen and (min-width: 1296px) {
  .index__content .index__banner::before {
    top: 45%;
  }
}
@media only screen and (min-width: 1302px) {
  .index__content .index__banner::before {
    top: 49%;
  }
}

/*--------------------Productos Detalle--------------------*/
.products .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .products .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .products .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .products .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.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 .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .products__detail .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .products__detail .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .products__detail .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.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: 100%;
  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 #E5E5E5;
}
.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;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .products__detail section.productosSim h4 {
    font-size: 3rem;
  }
}

/*--------------------sabores --------------------*/
.sabores .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .sabores .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .sabores .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .sabores .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.sabores .sabores__content .dot {
  list-style: disc;
  display: block;
}
.sabores .sabores__content .dot li {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border: none;
  transition: all 0.5s ease;
}
.sabores .sabores__content h1 {
  margin-bottom: 30px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .sabores .sabores__content h1 {
    font-size: 3rem;
  }
}
.sabores .sabores__content .bread-crumbs a, .sabores .sabores__content .bread-crumbs mark {
  font-size: clamp(14px, 0.9vw, 22px);
}
.sabores .sabores__content .sabores__notFound {
  font-size: clamp(18px, 1.2vw, 26px);
}
.sabores .boton__primario {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

/*--------------------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 #E5E5E5;
}
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 #E5E5E5;
}
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 .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .ventajas .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .ventajas .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .ventajas .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.ventajas .ventajas__content {
  max-width: 414px;
  margin: auto;
}
.ventajas .ventajas__content h1 {
  font-size: clamp(32px, 1.2vw, 64px);
  margin-bottom: 30px;
}
.ventajas .ventajas__content section ul {
  margin: 50px 0;
  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: "Mulish", sans-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.boton-lineal {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ventajas .ventajas__content {
    max-width: initial;
  }
  .ventajas .ventajas__content section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ventajas .ventajas__content section ul li {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .ventajas .ventajas__content section ul li {
    width: 23%;
  }
}

/*--------------------Nosotros--------------------*/
.aboutUs {
  margin: 10px auto;
}
.aboutUs .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .aboutUs .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .aboutUs .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .aboutUs .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.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: 2rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .aboutUs .aboutUs__content .aboutUs__content--text h1 {
    font-size: 3rem;
  }
}
.aboutUs .aboutUs__content .aboutUs__content--text h2 {
  font-size: 22px;
}
.aboutUs .aboutUs__content .aboutUs__content--text p {
  margin-bottom: 20px;
}
.aboutUs .aboutUs__content .aboutUs__content--text ul {
  list-style: disc;
  margin-bottom: 25px;
}
.aboutUs .aboutUs__content .aboutUs__content--text ul li {
  margin-left: 20px;
}
.aboutUs .aboutUs__content figure {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
}
.aboutUs .aboutUs__content figure img {
  display: block;
  width: 100%;
  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;
  }
}

/*--------------------Pagar--------------------*/
.pagar .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .pagar .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .pagar .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .pagar .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.pagar .pagar__content {
  max-width: 568px;
  margin: auto;
}
.pagar .pagar__content .pagar__content--text {
  width: 100%;
  margin-bottom: 40px;
}
.pagar .pagar__content .pagar__content--text h1 {
  font-size: 48px;
  margin-bottom: 30px;
}
.pagar .pagar__content .pagar__content--text h2 {
  font-size: 22px;
}
.pagar .pagar__content .pagar__content--text p {
  margin-bottom: 20px;
}
.pagar .pagar__content figure {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
}
.pagar .pagar__content figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 1024px) {
  .pagar .pagar__content {
    display: flex;
    max-width: initial;
  }
  .pagar .pagar__content .pagar__content--text {
    order: 1;
    width: 35%;
    margin: auto;
  }
  .pagar .pagar__content figure {
    width: 50%;
    order: 0;
  }
}

/*--------------------Domicilio--------------------*/
.domicilio .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .domicilio .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .domicilio .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .domicilio .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.domicilio .domicilio__content {
  max-width: 568px;
  margin: auto;
}
.domicilio .domicilio__content .domicilio__content--text {
  width: 100%;
  margin-bottom: 40px;
}
.domicilio .domicilio__content .domicilio__content--text h1 {
  font-size: 48px;
  margin-bottom: 30px;
}
.domicilio .domicilio__content .domicilio__content--text h2 {
  font-size: 22px;
}
.domicilio .domicilio__content .domicilio__content--text p {
  margin-bottom: 20px;
}
.domicilio .domicilio__content .domicilio__content--text ul {
  list-style: disc;
  margin-bottom: 25px;
}
.domicilio .domicilio__content .domicilio__content--text ul li {
  margin-left: 20px;
}
.domicilio .domicilio__content figure {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
}
.domicilio .domicilio__content figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: bottom;
}
@media only screen and (min-width: 1024px) {
  .domicilio .domicilio__content {
    display: flex;
    max-width: initial;
  }
  .domicilio .domicilio__content .domicilio__content--text {
    order: 1;
    width: 35%;
    margin: auto;
  }
  .domicilio .domicilio__content figure {
    width: 50%;
    order: 0;
  }
}

/*------------------------Contacto------------------------*/
.contact .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .contact .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .contact .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .contact .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.contact .contact__content {
  margin: 0px auto;
}
.contact .contact__content h1 {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .contact .contact__content h1 {
    font-size: 3rem;
  }
}
.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 .primario {
  background: black;
}
.contact .contact__content section article .dir-form form .send:hover {
  background-color: rgb(54, 54, 54);
}
.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: 50%;
    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;
  padding-bottom: 5px;
}
.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: black;
}
.contact .contact__content section article .dir-form address a.correo {
  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;
  }
}

/*--------------------Articulos de opinión detalle--------------------*/
main.articulos-detalle .re-central section.articulos-body {
  background: white;
}
main.articulos-detalle .re-central section.articulos-body div.imagen-grande {
  margin: 40px 0;
}
main.articulos-detalle .re-central section.articulos-body div.imagen-grande figure.contenedor-img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: white;
}
main.articulos-detalle .re-central section.articulos-body div.imagen-grande figure.contenedor-img img.img-centrada {
  width: inherit;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  object-fit: contain;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #F5F5F5;
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central section.articulos-body {
    float: left;
    width: 72.5%;
    padding-right: 2rem;
  }
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  main.articulos-detalle .re-central section.articulos-body div.articulo-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info h1 {
  flex: 1 1 100%;
  padding-bottom: 10px;
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info div {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div {
    float: left;
    padding-bottom: 0;
  }
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div.autor {
    max-width: 24% !important;
  }
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div.fecha {
    max-width: 24% !important;
  }
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div.regresar {
    max-width: 24% !important;
  }
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div.descarga {
    max-width: 24% !important;
  }
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div:not(:last-child) {
    border-right: 1px solid #E5E5E5;
    padding-right: 20px;
    margin-right: 20px;
  }
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div.boton-lineal {
    padding: 8px 16px;
  }
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info div mark {
  font-size: 13.2pt;
  font-size: 1.1rem;
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info .regresar a {
  color: #000;
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info .regresar a:hover {
  color: #000;
}
main.articulos-detalle .re-central section.articulos-body section.contenedor-txt-editor div.txt-editor {
  margin-bottom: 20px;
  line-height: 1.5;
}
main.articulos-detalle .re-central section.articulos-body section.contenedor-txt-editor div.txt-editor ul, main.articulos-detalle .re-central section.articulos-body section.contenedor-txt-editor div.txt-editor ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
main.articulos-detalle .re-central aside.articulo-sidebar {
  display: inline-block;
  float: left;
  width: 100%;
  position: -webkit-sticky;
  bottom: 1rem;
  background: white;
  /*------------------------Generales Artículos de opinión------------------------*/
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central aside.articulo-sidebar {
    width: 27.5%;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar h2 {
  display: block;
  padding: 10px;
  font-size: 24pt;
  font-size: 2rem;
  margin-top: 20px;
  border-bottom: 2px solid #000;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul {
  display: block;
  position: relative;
  clear: both;
  text-align: left;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li {
  width: 100%;
  padding: 10px;
  background: white;
  position: relative;
  float: left;
  transition: all 0.5s ease;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (min-width: 768px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li {
    width: 100%;
  }
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header picture {
  width: 60px;
  height: 60px;
  width: 1 1 60px;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-bottom: 0;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header picture img {
  width: 100%;
  height: 60px;
  display: block;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) and (max-width: 1188px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header picture {
    width: 100%;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title {
  width: 77.2%;
  width: 1 1 72%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1188px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title {
    width: 100%;
    padding: 10px 0;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title mark {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  height: 31.2pt;
  font-size: 12pt;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
  transition: all 0.5s ease;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title span {
  display: block;
  width: 100%;
  color: #999999;
  font-weight: 500;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title span small {
  color: #000;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--body {
  display: block;
  width: 100%;
  text-align: center;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--body .descripcion-corta {
  display: block;
  width: 100%;
  text-align: left;
  height: 69.6pt;
  margin: 20px auto;
  font-size: 12pt;
  line-height: 1.45;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--body a.boton-lineal {
  padding: 6px 16px;
  margin: 0 auto;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:hover .card .title mark {
  color: #000;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:hover .card img {
  transform: scale(1.1);
}
main.articulos-detalle .re-central a.boton-lineal {
  font-size: 10.2pt;
  font-size: 0.85rem;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central a.boton-lineal {
    float: right;
  }
}

/*------------------------Contacto Gracias y Error 404------------------------*/
.contacto-gracias .error__content, .error404 .error__content {
  margin: 100px auto;
}
.contacto-gracias .error__content div, .error404 .error__content div {
  color: #000000;
}
.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;
}

/*--------------------Servicios al cliente--------------------*/
.pub-det .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .pub-det .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .pub-det .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .pub-det .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}

.sabores .boton__primario {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

/*--------------------Servicios al cliente--------------------*/
.customer .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .customer .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .customer .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .customer .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.customer .customer_margin {
  padding: 40px 0;
  max-width: 700px;
  min-height: 600px;
}
.customer .customer_margin h1 {
  padding-bottom: 15px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .customer .customer_margin h1 {
    font-size: 3rem;
  }
}
.customer .customer_margin table {
  width: 100%;
  border: 1px solid #000;
}
.customer .customer_margin th, .customer .customer_margin td {
  width: 25%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #000;
  border-spacing: 0;
}
.customer .customer_margin .customer_anchor .anchor_menu {
  margin: 0 0 40px;
}
.customer .customer_margin .customer_anchor .anchor_menu ul li {
  padding: 20px 20px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.customer .customer_margin .customer_anchor .anchor_menu ul li:hover {
  color: #ffffff;
  background-color: #000;
}
.customer .customer_margin .customer_anchor .anchor_menu ul li.active_element {
  background-color: #000;
  color: #ffffff;
}
.customer .customer_margin .customer_anchor .service_info .info_margin .info_content {
  display: none;
}
.customer .customer_margin .customer_anchor .service_info .info_margin .info_content .content_margin h2 {
  padding-bottom: 15px;
}
.customer .customer_margin .customer_anchor .service_info .info_margin .info_content .content_margin .element_text {
  margin-bottom: 40px;
}
.customer .customer_margin .customer_anchor .service_info .info_margin .info_content .content_margin .element_text .green {
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .customer .customer_margin {
    max-width: initial;
  }
  .customer .customer_margin .customer_anchor {
    display: flex;
    padding-top: 30px;
  }
  .customer .customer_margin .customer_anchor .anchor_menu {
    width: 30%;
    margin: 0 1.7% 0 0;
  }
  .customer .customer_margin .customer_anchor .service_info {
    width: 70%;
    position: sticky;
    top: 120px;
    height: fit-content;
  }
  .customer .customer_margin .customer_anchor .service_info .info_margin .info_content {
    width: 80%;
    margin: auto;
  }
}

/*------------------------Generales del Template buscar------------------------*/
.search .search__content {
  margin: 100px 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: 50px 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: #000000;
  color: white;
}
footer .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  footer .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  footer .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  footer .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
footer .footer__content {
  padding: 50px 0 0;
}
footer .footer__content .footer__content--cols {
  margin: 0 0 50px;
}
footer .footer__content .footer__content--cols figure {
  width: 100%;
}
footer .footer__content .footer__content--cols figure img {
  width: 100%;
  max-width: 150px;
}
footer .footer__content .footer__content--cols p {
  max-width: 320px;
  margin-bottom: 30px;
}
footer .footer__content .footer__content--cols ul li a {
  line-height: 120%;
  margin-bottom: 12px;
  display: block;
}
footer .footer__content .footer__content--cols ul li a:hover {
  color: gray;
}
footer .footer__content .footer__content--cols address a {
  display: flex;
  align-items: flex-start;
  max-width: 380px;
  line-height: 120%;
  margin-bottom: 12px;
  display: block;
}
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: gray;
}
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;
  border-bottom: solid 1px;
  font-size: 1.3rem;
  padding-bottom: 5px;
}
footer .copyright {
  background-color: rgb(46, 46, 46);
}
footer .copyright .re-central a:hover {
  color: gray;
}
footer .copyright .re-central p {
  padding-top: 10px;
}
@media only screen and (min-width: 568px) {
  footer .footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer__content .footer__content--cols {
    padding-right: 30px;
    width: 45%;
  }
  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;
  }
}

/*------------------------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;
}
.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;
}

/*------------------------Carrusel------------------------*/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
    transform: translateX(-1750px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
    transform: translateX(-1750px);
  }
}
.slider {
  background: #FBF4E6;
  /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 95%;
}

.slider::before, .slider::after {
  background: linear-gradient(to right, #FBF4E6 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}

.slider .slide {
  height: 50px;
  width: 140px;
}

/*--------------------FAQ--------------------*/
.preguntas {
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) {
  .preguntas {
    width: 75%;
    margin: 0 auto;
  }
}
.preguntas .num {
  list-style: decimal;
}
.preguntas .num li {
  position: relative;
  margin-bottom: 10px;
  border: none;
  transition: all 0.5s ease;
}
.preguntas .dot {
  list-style: disc;
}
.preguntas .dot li {
  position: relative;
  margin-bottom: 10px;
  border: none;
  transition: all 0.5s ease;
}
.preguntas ol > li {
  position: relative;
  margin-bottom: 10px;
  border: 2px solid #E5E5E5;
  transition: all 0.5s ease;
}
.preguntas ol > li mark {
  position: relative;
  display: block;
  font-weight: 700;
}
.preguntas ol > li mark a {
  position: relative;
  display: block;
  position: relative;
  padding: 0.7em 1.8em 0.7em 1em;
  transition: color 0.5s;
}
.preguntas ol > li mark a:hover {
  color: #000;
}
.preguntas ol > li mark a:hover:before {
  color: #000;
}
.preguntas ol > li mark a:hover i {
  color: #000;
}
.preguntas ol > li mark a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
  color: #000;
  transition: color 0.5s;
  font-size: 18pt;
  font-size: 1.5rem;
}
.preguntas ol > li mark a i.fa-minus {
  display: none;
}
.preguntas ol > li div.contenedor {
  display: none;
  padding: 2.5em 2em;
}
.preguntas ol > li div.contenedor section {
  color: #333333;
}
.preguntas ol > li.item-activo mark a {
  color: white;
  background-color: #000;
}
.preguntas ol > li.item-activo mark a i {
  color: white;
}
.preguntas ol > li.item-activo mark a i.fa-minus {
  display: block;
}
.preguntas ol > li.item-activo mark a i.fa-plus {
  display: none;
}

.textos {
  text-align: center;
}
.textos .boton-lineal {
  margin: 0 auto;
}

/*--------------------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: #000;
  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;
  border: solid 1px;
}
@media only screen and (min-width: 1024px) {
  .buscador div input[type=text] {
    height: 40px;
  }
}

/*--------------------Botón Lineal--------------------*/
.boton__primario {
  font-size: 12pt;
  font-size: 1rem;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  background-color: black;
}
.boton__primario.primario {
  color: white;
  position: relative;
}
.boton__primario.primario:hover {
  background-color: rgb(49, 49, 49);
}
.boton__primario.sec {
  color: black;
  border: solid 2px;
  position: relative;
  background-color: white;
  font-weight: 800;
}
.boton__primario.sec:hover {
  background-color: rgb(49, 49, 49);
  color: white;
}

/*--------------------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: "Mulish", 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 #E5E5E5;
  background: white;
}
form input[type=reset]:hover {
  margin-top: 2px;
  border-bottom: 1px solid #E5E5E5;
}
form input.input-primario {
  color: white;
  border-bottom-color: black;
  background: #000;
}
form input.input-secundario {
  color: white;
  border-bottom-color: black;
  background: #000;
}
form.formulario {
  margin: 0 auto;
  color: #000000;
}
form.formulario fieldset {
  padding: 1% 4% 2% 4%;
  border: 1px dotted #E5E5E5;
  border-radius: 10px;
}
form.formulario fieldset + fieldset {
  margin-top: 20px;
}
form.formulario legend {
  width: auto;
  padding: 0 3%;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: black;
  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: black;
}
form.formulario div.alerta span {
  color: black;
  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: #000;
  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: "Mulish", sans-serif;
  font-weight: 300;
  color: #000;
}
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: "Mulish", sans-serif;
  font-weight: 500;
  color: #000000;
  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: solid 1px;
}
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 #E5E5E5;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

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

/*--------------------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: #000;
}
.paginacion a {
  color: #000000;
  background-color: #F3F3F3;
  transition: box-shadow 0.2s ease;
}
.paginacion a:hover {
  box-shadow: inset 0 0 0 3px #E5E5E5;
}

/*--------------------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 {
  width: fit-content;
  text-align: left;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant {
    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 {
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig {
    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: "Mulish", sans-serif;
  position: relative;
  color: #000000;
  font-weight: 600;
  line-height: 40px;
  transition: all ease 0.5s;
  border: 2px solid;
  padding: 0 10px 0;
}
.ant-sig div a:hover {
  color: #000;
}
.ant-sig div a.ant:before, .ant-sig div a.sig:after {
  width: 25px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  color: #000000;
  line-height: 37px;
  transition: background 0.5s;
}
.ant-sig div a.ant:hover:before, .ant-sig div a.sig:hover:after {
  background: black;
}
.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: 414px) {
  .productos ul {
    margin: 0 -2.5%;
    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;
}
@media only screen and (min-width: 414px) {
  .productos ul li {
    width: 44%;
    margin: 0 2.5% 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .productos ul li {
    width: 23%;
    margin: 0 1% 2%;
  }
}
.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 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.productos ul li figure > div a.segunda-imagen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.productos ul li figure .btn figcaption {
  min-height: 20px;
  padding: 10px 0;
  font-family: "Mulish", sans-serif;
}
.productos ul li figure .btn figcaption span {
  display: block;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 200;
}
.productos ul li figure .btn figcaption .boton {
  display: flex;
}
.productos ul li figure .btn figcaption .boton .title {
  width: 80%;
  padding-right: 15px;
}
.productos ul li figure .btn figcaption .boton .title mark {
  display: block;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
.productos ul li figure .btn figcaption .boton .flecha {
  width: 20%;
  text-align: right;
}
.productos ul li figure .btn figcaption .boton .flecha i {
  font-size: 1.5rem;
}
.productos ul li a.nuevo {
  position: absolute;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  top: 10px;
  left: -5px;
  z-index: 100 !important;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  font-family: "Mulish", sans-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: #000;
  border-bottom: 1px solid black;
  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: #000;
}
aside.aside-productos div.re-categorias ol li {
  position: relative;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid black;
}
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;
}

.modulo-tarjetas .re-central {
  width: 95%;
  transition: 0.5 ease-out;
}
@media only screen and (min-width: 480px) {
  .modulo-tarjetas .re-central {
    width: 92%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .modulo-tarjetas .re-central {
    width: 90%;
    transition: 0.5 ease-out;
  }
}
@media only screen and (min-width: 1024px) {
  .modulo-tarjetas .re-central {
    width: 88%;
    transition: 0.5 ease-out;
  }
}
.modulo-tarjetas .href .tarjetas {
  margin: 40px auto;
}
.modulo-tarjetas .href .tarjetas .imagen {
  width: 80%;
  margin: 0 auto;
  max-width: 356px;
}
.modulo-tarjetas .href .tarjetas .imagen img {
  width: 100%;
  object-fit: contain;
  height: inherit;
}
.modulo-tarjetas .href .tarjetas .texto {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  max-width: 356px;
  overflow: hidden;
}
.modulo-tarjetas .href .tarjetas .texto .nombre {
  padding-top: 20px;
}
.modulo-tarjetas .href .tarjetas .texto .nombre mark {
  color: #888888;
}

@media only screen and (min-width: 1024px) {
  .modulo-tarjetas {
    display: flex;
    flex-wrap: wrap;
  }
  .modulo-tarjetas .href {
    width: 33%;
    display: flex;
  }
  .modulo-tarjetas .href .tarjetas {
    width: 100%;
    display: flex;
  }
  .modulo-tarjetas .href .tarjetas .imagen {
    width: 50%;
  }
  .modulo-tarjetas .href .tarjetas .imagen img {
    width: 100%;
  }
  .modulo-tarjetas .href .tarjetas .texto {
    width: 50%;
    padding: 0 20px;
    overflow: hidden;
  }
  .modulo-tarjetas .href .tarjetas .texto .nombre {
    padding-top: 0px;
  }
}
/*------------------------Generales Artículos de opinión------------------------*/
.articulos-de-opinion {
  margin: 50px 0;
}
.articulos-de-opinion h1 {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .articulos-de-opinion h1 {
    font-size: 3rem;
  }
}

.articulos-de-opinion ul {
  /* overflow: hidden; */
  display: block;
  position: relative;
  clear: both;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.articulos-de-opinion ul li {
  width: 100%;
  flex: 1 1 100%;
  margin: 0 0 20px 0;
  position: relative;
  float: left;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .articulos-de-opinion ul li {
    width: 47%;
    flex: 0 1 47%;
    margin: 0 10px 20px;
  }
}
@media only screen and (min-width: 1176px) {
  .articulos-de-opinion ul li {
    width: 29%;
    flex: 0 1 31%;
    margin: 0 10px 20px;
  }
}
.articulos-de-opinion ul li .card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.articulos-de-opinion ul li .card .card--header {
  display: block;
  width: 100%;
}
.articulos-de-opinion ul li .card .card--header picture {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 100%;
}
.articulos-de-opinion ul li .card .card--header picture img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.5s ease;
}
.articulos-de-opinion ul li .card .card--header .title {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0 15px;
  margin-top: 1.5rem;
  /* @media only screen and (min-width: 768px) and (max-width: 1175px){
  	width:100%;
  	padding: 10px 0;
  } */
}
.articulos-de-opinion ul li .card .card--header .title mark {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  /* white-space: nowrap; */
  color: #000000;
  text-overflow: ellipsis;
  height: 40.6pt;
  font-size: 14pt;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14.4pt;
  font-size: 1.2rem;
  /* font-weight: normal; */
  transition: all 0.5s ease;
}
.articulos-de-opinion ul li .card .card--body {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}
.articulos-de-opinion ul li .card .card--body .descripcion-corta {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  height: 58pt;
  margin: 0 auto 20px;
  font-size: 10pt;
  line-height: 1.45;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articulos-de-opinion ul li .card .card--body .descripcion-corta p, .articulos-de-opinion ul li .card .card--body .descripcion-corta span, .articulos-de-opinion ul li .card .card--body .descripcion-corta em {
  margin: 0;
  font-size: 10pt !important;
}
.articulos-de-opinion ul li .card .card--body .descripcion-corta p, .articulos-de-opinion ul li .card .card--body .descripcion-corta ul, .articulos-de-opinion ul li .card .card--body .descripcion-corta li, .articulos-de-opinion ul li .card .card--body .descripcion-corta a, .articulos-de-opinion ul li .card .card--body .descripcion-corta h1, .articulos-de-opinion ul li .card .card--body .descripcion-corta h2, .articulos-de-opinion ul li .card .card--body .descripcion-corta h3, .articulos-de-opinion ul li .card .card--body .descripcion-corta h4, .articulos-de-opinion ul li .card .card--body .descripcion-corta span, .articulos-de-opinion ul li .card .card--body .descripcion-corta b, .articulos-de-opinion ul li .card .card--body .descripcion-corta s, .articulos-de-opinion ul li .card .card--body .descripcion-corta mark, .articulos-de-opinion ul li .card .card--body .descripcion-corta strong {
  font-weight: normal !important;
  list-style: none !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  text-align: left !important;
  background: none !important;
}
.articulos-de-opinion ul li .card .card--footer {
  border-top: 1px solid #E5E5E5;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articulos-de-opinion ul li .card .card--footer .fecha {
  display: inline-block;
  width: 50%;
  float: left;
  font-weight: normal;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
.articulos-de-opinion ul li .card .card--footer .fecha small {
  color: #000;
}
.articulos-de-opinion ul li .card .card--footer .enlace {
  width: 50%;
  float: right;
  padding: 16px;
  margin: 0 auto;
  display: inline-block;
  border: 0;
  font-size: 9.6pt;
  font-size: 0.8rem;
  text-align: right;
  text-decoration: underline;
  font-weight: normal;
  background: none;
  color: #000;
}
.articulos-de-opinion ul li .card .card--footer a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.articulos-de-opinion ul li:hover {
  border: 1px solid #000;
}
.articulos-de-opinion ul li:hover .card .title mark {
  color: black;
}
.articulos-de-opinion ul li:hover .card img {
  transform: scale(1.1);
}
.articulos-de-opinion ul li:hover .card .boton-lineal {
  color: #000;
}

/*------------------------Generales Productos------------------------*/
.sabores ul {
  display: block;
  position: relative;
  clear: both;
  width: 90%;
  margin: 0 auto;
}
.sabores ul:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 414px) {
  .sabores ul {
    margin: 0 -2.5%;
    width: initial;
  }
}
@media only screen and (min-width: 1024px) {
  .sabores ul {
    margin: 0 -1.66%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1360px) {
  .sabores ul {
    margin: 0 -2%;
  }
}
.sabores ul li {
  position: relative;
  width: 100%;
  margin: 0 0 1.5em 0;
  float: left;
}
@media only screen and (min-width: 414px) {
  .sabores ul li {
    width: 44%;
    margin: 0 2.5% 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .sabores ul li {
    width: 23%;
    margin: 0 1% 2%;
  }
}
.sabores ul li figure {
  position: relative;
  padding: 0;
}
.sabores ul li figure > div {
  background: white;
}
.sabores ul li figure > div a.contenedor-img {
  width: 100%;
  display: flex;
  overflow: hidden;
  transition: opacity 0.2s;
}
.sabores ul li figure > div a.contenedor-img img.img-centrada {
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.sabores ul li figure > div a.segunda-imagen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sabores ul li figure figcaption {
  min-height: 20px;
  padding: 10px 0;
  font-family: "Mulish", sans-serif;
}
.sabores ul li figure figcaption span {
  display: block;
  font-size: 12pt;
  font-size: 1rem;
  font-weight: 300;
}
.sabores ul li figure figcaption mark {
  display: block;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
.sabores ul li a.nuevo {
  position: absolute;
  padding: 10px 20px;
  background-color: #000;
  color: white;
  top: 10px;
  left: -5px;
  z-index: 100 !important;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.sabores ul li:hover figure div a.segunda-imagen {
  opacity: 1;
}
.sabores ul li:hover figure div a.primera-imagen {
  opacity: 0;
}/*# sourceMappingURL=styles.min.css.map */