body {
  background-color: #fff7ec;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.bg.bg_registro,
.bg_registro {
  background: url("/wp-content/themes/mentor360/assets/img/general/bg_registro.jpg?x64689") #000000 center center no-repeat;
}

img {
  max-width: 100%;
}

.has-text-align-center {
  text-align: center;
}

.dim_condensed {
  font-family: "D-DIN Condensed";
}

html {
  font-size: 20px;
}
@media (max-width: 991px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 0.8rem;
}

.slick-dotted.slick-slider.slider_type_2 {
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .slick-dotted.slick-slider.slider_type_2 {
    margin-bottom: 4rem;
  }
}

.punticos1 {
  bottom: 5%;
  display: flex;
  gap: calc(18px / 2);
  list-style: none;
  justify-content: left;
  margin: 0 0 0 12px;
  padding: 0;
  position: absolute;
  width: calc(100% - (20px));
}
.punticos1 li button {
  background-color: transparent;
  border: 1px solid #5A1300;
  border-radius: 100%;
  font-size: 0;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}
.punticos1 li.slick-active button {
  background-color: #5A1300;
  border: 1px solid #5A1300;
}

.punticos2 {
  bottom: -8%;
  display: flex;
  gap: calc(18px / 2);
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  width: calc(100% - (20px));
}
.punticos2 li button {
  background-color: transparent;
  border: 1px solid #FF4E5A;
  border-radius: 100%;
  font-size: 0;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}
.punticos2 li.slick-active button {
  background-color: #FF4E5A;
  border: 1px solid #FF4E5A;
}

.punticos3 {
  bottom: calc(-14px * 2);
  display: flex;
  gap: calc(14px / 2);
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.punticos3 li button {
  background-color: transparent;
  border: 1px solid #FF4E5A;
  border-radius: 100%;
  font-size: 0;
  height: 14px;
  margin: 0;
  padding: 0;
  width: 14px;
}
.punticos3 li.slick-active button {
  background-color: #FF4E5A;
  border: 1px solid #FF4E5A;
}

.punticos4 {
  bottom: calc(-14px * 2);
  display: flex;
  gap: calc(14px / 2);
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.punticos4 li button {
  background-color: transparent;
  border: 1px solid #FF4E5A;
  border-radius: 100%;
  font-size: 0;
  height: 14px;
  margin: 0;
  padding: 0;
  width: 14px;
}
.punticos4 li.slick-active button {
  background-color: #FF4E5A;
  border: 1px solid #FF4E5A;
}
.punticos4 li:nth-child(2) button {
  border: 1px solid #FF8100;
}
.punticos4 li:nth-child(2).slick-active button {
  background-color: #FF8100;
  border: 1px solid #FF8100;
}
.punticos4 li:nth-child(3) button {
  border: 1px solid #A3C51A;
}
.punticos4 li:nth-child(3).slick-active button {
  background-color: #A3C51A;
  border: 1px solid #A3C51A;
}
.punticos4 li:nth-child(4) button {
  border: 1px solid #4181C8;
}
.punticos4 li:nth-child(4).slick-active button {
  background-color: #4181C8;
  border: 1px solid #4181C8;
}

.slick-prev {
  background-color: #fff;
  border-radius: 100%;
  bottom: -3.5rem;
  color: #FFF7EC;
  font-size: 1rem;
  height: 2rem;
  left: initial;
  right: 2rem;
  top: initial;
  width: 2rem;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  color: initial;
  outline: initial;
  background-color: #fff;
}
.slick-prev::before {
  content: none;
}
.slick-prev.btn_prev_2 {
  color: #FF4E5A;
  bottom: initial;
  left: 1rem;
  right: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-prev.btn_prev_2 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-prev.btn_prev_2 {
    display: none;
    top: 100%;
  }
}
.slick-prev.btn_prev_3 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.3rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-prev.btn_prev_3 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-prev.btn_prev_3 {
    display: none;
    top: 100%;
  }
}
.slick-prev.btn_prev_4 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.8rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-prev.btn_prev_4 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-prev.btn_prev_4 {
    display: none;
    top: 100%;
  }
}
.slick-prev.btn_prev_5 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.8rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}
.slick-prev.btn_prev_6 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.8rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}

.slick-next {
  background-color: #fff;
  border-radius: 100%;
  bottom: -3.5rem;
  color: #FFF7EC;
  font-size: 1rem;
  height: 2rem;
  right: 0;
  top: initial;
  width: 2rem;
  z-index: 1;
}
.slick-next:hover, .slick-next:active, .slick-next:focus {
  color: initial;
  outline: initial;
  background-color: #fff;
}
.slick-next::before {
  content: none;
}
.slick-next.btn_next_2 {
  color: #FF4E5A;
  bottom: initial;
  right: 1rem;
  left: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-next.btn_next_2 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-next.btn_next_2 {
    display: none;
    top: 100%;
  }
}
.slick-next.btn_next_3 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.4rem;
  left: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-next.btn_next_3 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-next.btn_next_3 {
    display: none;
    top: 100%;
  }
}
.slick-next.btn_next_4 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.8rem;
  left: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-next.btn_next_4 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-next.btn_next_4 {
    display: none;
    top: 100%;
  }
}
.slick-next.btn_next_5 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.8rem;
  left: initial;
  top: 50%;
}
.slick-next.btn_next_6 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.8rem;
  left: initial;
  top: 50%;
}

a {
  color: #5A1300;
}

.mentmass .cabecera {
  background-color: #fef9e3;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  color: #5A1300;
  padding: 8px 6px;
}
.mentmass .cabecera.sticky {
  position: sticky;
  top: 0;
  z-index: 10000;
}
.mentmass .cabecera .contenido {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 96%;
}
.mentmass .cabecera .contenido .logo {
  align-self: start;
  max-width: 256px;
  position: relative;
  width: 100%;
}
.mentmass .cabecera .contenido .logo a {
  display: block;
  text-align: center;
}
.mentmass .cabecera .contenido .logo a img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 991px) {
  .mentmass .cabecera .contenido .logo {
    margin: 0 auto;
    max-width: 156px;
  }
}
@media (max-width: 991px) {
  .mentmass .cabecera .contenido {
    display: grid;
    grid-template-columns: 1fr 256px 1fr;
  }
}
@media (max-width: 500px) {
  .mentmass .cabecera .contenido {
    grid-template-columns: 1fr 156px 1fr;
  }
}
.mentmass .cabecera__banderas {
  min-height: 40px;
  width: 20%;
}
@media (max-width: 991px) {
  .mentmass .cabecera__banderas {
    align-items: center;
    display: flex;
  }
}
.mentmass .cabecera__central {
  align-items: center;
  display: grid;
  gap: 0 30px;
  grid-template-columns: 30% 20% 40%;
  justify-content: center;
  min-height: 66px;
  max-width: 1000px;
  width: 70%;
}
.mentmass .cabecera__central .menu__item {
  width: 100%;
}
.mentmass .cabecera__central .menu__item a {
  color: #5A1300;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mentmass .cabecera__central .menu__item a:hover {
  text-decoration: underline;
  color: #5A1300;
}
.mentmass .cabecera__central .menu__item .mr-especial {
  margin-right: 50px;
}
.mentmass .cabecera__central .menu__item .mr-r {
  margin-right: 27px;
}
.mentmass .cabecera__central .menu__item .ml-r {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .mentmass .cabecera__central {
    display: flex;
    max-width: 1000px;
    width: 100%;
  }
}
.mentmass .cabecera__iconos {
  display: flex;
  justify-content: end;
  width: 20%;
}
.mentmass .cabecera__iconos--cont ul {
  display: flex;
  gap: 0 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mentmass .cabecera__iconos--cont ul li a {
  color: #fff;
  font-size: 24px;
  transition: 0.3s all;
}
.mentmass .cabecera__iconos--cont ul li a:hover {
  color: #5A1300;
}
@media (max-width: 991px) {
  .mentmass .cabecera__iconos--cont ul {
    justify-content: end;
  }
}
@media (max-width: 991px) {
  .mentmass .cabecera__iconos {
    justify-self: end;
  }
}
.mentmass__acceso {
  background: url("/wp-content/themes/mentor360/assets/img/bg_04.jpg?x64689") no-repeat center;
  background-size: cover;
}
.mentmass__acceso--acceso {
  align-items: start;
  display: grid;
  padding-bottom: 60px;
}
.mentmass__acceso--acceso h2 {
  color: #efd929;
  font-size: 50px;
  font-weight: 800;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .mentmass__acceso--acceso h2 {
    font-size: 30px;
  }
}
.mentmass__acceso--formulario {
  margin: 0 auto;
  width: 96%;
}
.mentmass__acceso--formulario .um-form .um-col-1 {
  display: flex;
  gap: 0 1%;
  flex-wrap: wrap;
}
.mentmass__acceso--formulario .um-form .um-col-1 .um-field {
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .mentmass__acceso--formulario .um-form .um-col-1 .um-field {
    flex-basis: 100%;
  }
}
.mentmass .home_productos h1, .mentmass .home_productos h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mentmass .home_productos h1, .mentmass .home_productos h2 {
    font-size: 30px;
  }
}
.mentmass .home_productos--indv {
  padding: 20px;
}
.mentmass .home_productos--indv--cont {
  text-decoration: none;
}
.mentmass .home_productos--indv__label {
  padding: 10px 10px;
  background: #1D1D1B;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.mentmass .home_productos--indv__label h3 {
  color: #5A1300;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.mentmass .home_productos--indv__img img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.mentmass .home_estilo {
  background-color: #000;
  color: #fff;
}
.mentmass .home_estilo h2 {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mentmass .home_estilo h2 {
    font-size: 30px;
  }
}
.mentmass .home_estilo--indv {
  height: 100%;
  padding: 20px;
}
.mentmass .home_estilo--indv__cont {
  background-color: #121212;
  border-radius: 8px;
  display: grid;
  height: 100%;
  gap: 0 20px;
  grid-template-columns: 70px 1fr;
  padding: 40px 25px;
}
.mentmass .home_estilo--indv__content h3 {
  color: #5A1300;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 6px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .mentmass .home_estilo--indv__content h3 {
    font-size: 28px;
  }
}
.mentmass .home_estilo--indv__content p {
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
}
.mentmass .home_testimonios--slider__cont {
  margin: 0 auto;
  max-width: 1900px;
  padding: 0 100px;
  width: 96%;
}
@media (max-width: 768px) {
  .mentmass .home_testimonios--slider__cont {
    padding: 0 60px;
  }
}
@media (max-width: 500px) {
  .mentmass .home_testimonios--slider__cont {
    padding: 0 50px;
  }
}
.mentmass .home_testimonios--slider .slider__testimonios .slick-arrow {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #93D500;
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  line-height: 1em;
  padding: 10px;
  transition: 0.3s all;
  width: 50px;
}
.mentmass .home_testimonios--slider .slider__testimonios .slick-arrow:hover {
  background-color: #eee;
  color: #93D500;
}
.mentmass .home_testimonios--slider .slider__testimonios .prev {
  position: absolute;
  left: -75px;
  top: calc((100% - 50px) / 2);
}
@media (max-width: 768px) {
  .mentmass .home_testimonios--slider .slider__testimonios .prev {
    background-color: transparent;
    color: #8C8C8C;
    font-size: 30px;
    left: -25px;
  }
}
@media (max-width: 500px) {
  .mentmass .home_testimonios--slider .slider__testimonios .prev {
    left: -50px;
  }
}
.mentmass .home_testimonios--slider .slider__testimonios .next {
  position: absolute;
  right: -75px;
  top: calc((100% - 50px) / 2);
}
@media (max-width: 768px) {
  .mentmass .home_testimonios--slider .slider__testimonios .next {
    background-color: transparent;
    color: #8C8C8C;
    font-size: 30px;
    right: -25px;
  }
}
@media (max-width: 500px) {
  .mentmass .home_testimonios--slider .slider__testimonios .next {
    right: -50px;
  }
}
.mentmass .home_testimonios--slider .slider__testimonios--indv {
  padding: 10px 30px;
}
.mentmass .home_testimonios--slider .slider__testimonios--indv__cont {
  display: grid;
  gap: 0 28px;
  grid-template-columns: 56px 1fr;
}
@media (max-width: 768px) {
  .mentmass .home_testimonios--slider .slider__testimonios--indv__cont {
    grid-template-columns: 36px 1fr;
    gap: 0 8px;
  }
}
@media (max-width: 500px) {
  .mentmass .home_testimonios--slider .slider__testimonios--indv__cont {
    gap: 10px 0;
    grid-template-columns: 1fr;
  }
}
.mentmass .home_testimonios--slider .slider__testimonios--indv--comilla i {
  color: #5A1300;
  font-size: 56px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .mentmass .home_testimonios--slider .slider__testimonios--indv--comilla i {
    font-size: 36px;
  }
}
.mentmass .home_testimonios--slider .slider__testimonios--indv--content h3 {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 8px;
}
.mentmass .home_testimonios--slider .slider__testimonios--indv--content p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 500px) {
  .mentmass .home_testimonios--slider .slider__testimonios--indv {
    padding: 0;
  }
}
.mentmass .home_testimonios--slider hr {
  border: 0;
  border-bottom: 2px solid #DADADA;
  margin: 0 auto;
  max-width: 1900px;
  padding: 0;
  width: calc(96% - 50px);
}
.mentmass .home_blog h2 {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mentmass .home_blog h2 {
    font-size: 30px;
  }
}
.mentmass .home_blog--indv__cont {
  border-radius: 12px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: calc(100% - 12px);
}
.mentmass .home_blog--indv__content {
  align-items: end;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.mentmass .home_blog--indv__content--cont {
  padding: 24px 16px;
}
.mentmass .home_blog--indv__content h3 {
  color: #5A1300;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mentmass .home_blog--indv__content h3 a {
  color: #5A1300;
  text-decoration: none;
}
.mentmass .home_blog--indv__content h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
.mentmass .home_blog--indv__content p {
  color: #FAFAFB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 8px;
}
.mentmass .home_blog--indv__content--btn {
  text-align: right;
}
.mentmass .home_blog--indv__bg {
  position: relative;
  z-index: 2;
}
.mentmass .home_blog--indv__bg--capa {
  background: rgb(29, 29, 27);
  background: linear-gradient(0deg, rgb(29, 29, 27) 0%, rgba(29, 29, 27, 0) 50%, rgba(29, 29, 27, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#1d1d1b",GradientType=1);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.mentmass .home_blog--indv__bg--fondo img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .home_blog--mbindv {
  padding: 10px;
}
.mentmass .home_blog--mbindv.blogpostppal {
  padding: 0;
}
.mentmass .home_blog--mbindv__cont {
  align-items: center;
  display: grid;
  gap: 0 8px;
  grid-template-columns: 80px 1fr 50px;
}
.mentmass .home_blog--mbindv__foto a {
  display: block;
}
.mentmass .home_blog--mbindv__foto a img {
  border-radius: 6px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
}
.mentmass .home_blog--mbindv__content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.mentmass .home_blog--mbindv__content h3 a {
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.3s all;
}
.mentmass .home_blog--mbindv__content h3 a:hover {
  color: #5A1300;
  text-decoration: underline;
}
.mentmass .home_blog--mbindv__content p {
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
}
.mentmass .home_blog--mbindv__leermas a {
  color: #5A1300;
  text-decoration: none;
}
.mentmass .home_blog--mbindv__leermas--icon {
  align-items: center;
  border: 2px solid #5A1300;
  border-radius: 100%;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 26px;
  margin: 0 auto 3px;
  width: 26px;
}
.mentmass .home_blog--mbindv__leermas--texto {
  color: #5A1300;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.mentmass .home_blog--mbindv__blogppal {
  background-color: #fff;
}
.mentmass .home_blog--mbindv__blogppal__imagen img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mentmass .home_blog--mbindv__blogppal__contenido {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 60px;
  padding: 12px;
}
.mentmass .home_blog--mbindv__blogppal__contenido h3 {
  color: #1D1D1B;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .home_blog--mbindv__blogppal__contenido h3 a {
  color: #1D1D1B;
  text-decoration: none;
}
.mentmass .home_blog--mbindv__blogppal__contenido__leermas a {
  text-decoration: none;
}
.mentmass .home_blog--mbindv__blogppal__contenido__leermas a .--icon {
  align-items: center;
  background-color: #5A1300;
  border-radius: 100%;
  color: #000;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 40px;
  margin: 0 auto 3px;
  width: 40px;
}
.mentmass .home_blog--mbindv__blogppal__contenido__leermas a .--texto {
  color: #5A1300;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .mentmass .home_blog--mbindv {
    border-bottom: 1px solid #dadada;
  }
}
.mentmass .productos_up {
  margin-bottom: 20px;
}
.mentmass .productos_slider .pslider--dots {
  bottom: 38px;
  display: flex;
  gap: 0 38px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.mentmass .productos_slider .pslider--dots li {
  background-color: #8c8c8c;
  border: 0;
  border-radius: 100%;
  display: block;
  font-size: 0;
  height: 18px;
  width: 18px;
}
.mentmass .productos_slider .pslider--dots li button {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}
.mentmass .productos_slider .pslider--dots li.slick-active {
  background-color: #fff;
}
.mentmass .productos_slider .pslider .slick-arrow {
  background: none;
  border: 0;
  color: #fff;
  font-size: 41px;
  line-height: 1em;
  opacity: 0.4;
  position: absolute;
  top: calc(50% - 50px);
  width: 44px;
  transition: 0.3s all;
  z-index: 10;
}
.mentmass .productos_slider .pslider .slick-arrow:hover {
  opacity: 1;
}
.mentmass .productos_slider .pslider .prev {
  left: 2%;
}
.mentmass .productos_slider .pslider .next {
  right: 2%;
}
.mentmass .productos_slider .pslider .pslide img {
  width: 100%;
}
.mentmass .productos_gen__header {
  max-width: 35rem;
  padding: 2.5rem 2rem 1rem;
}
.mentmass .productos_gen__header h1, .mentmass .productos_gen__header h2, .mentmass .productos_gen__header h3 {
  color: #5A1300;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.25em;
  text-transform: uppercase;
}
.mentmass .productos_gen__header__descripcion {
  font-size: 0.9rem;
}
.mentmass .productos_gen__header.ocultar {
  display: none;
}
@media (max-width: 1200px) {
  .mentmass .productos_gen__header {
    max-width: 1000px;
    padding: 2.5rem 50px 1rem;
  }
}
.mentmass .productos_gen--cont {
  display: grid;
  gap: 0 50px;
  grid-template-columns: 290px 1fr;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .mentmass .productos_gen--cont {
    gap: 0 10px;
    grid-template-columns: 210px 1fr;
  }
}
@media (max-width: 991px) {
  .mentmass .productos_gen--cont {
    grid-template-columns: 1fr;
  }
}
.mentmass .productos_gen--menu .products__menu {
  margin-bottom: 20px;
  /*position: sticky;*/
  position: relative;
  top: 140px;
  transition: 0.3s all;
}
.mentmass .productos_gen--menu .products__menu > h3 {
  color: #5A1300;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu .products__menu > h3 {
    background: #fffbf6;
    margin: 0;
    padding: 14px 8px 0;
  }
}
.mentmass .productos_gen--menu .products__menu--cont {
  background-color: #fffbf6;
  border-radius: 10px;
  color: #5A1300;
  margin: 0 0 0.6rem;
  padding: 30px 12px 10px;
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu .products__menu--cont {
    border-top-right-radius: 0;
    height: calc(100vh - 180px);
    overflow-y: auto;
  }
}
.mentmass .productos_gen--menu .products__menu--bloque {
  border-bottom: 1px solid #79747E;
}
.mentmass .productos_gen--menu .products__menu--bloque:last-child {
  border-bottom: 0;
}
.mentmass .productos_gen--menu .products__menu--bloque__head {
  background-color: #fff4e7;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1rem;
}
.mentmass .productos_gen--menu .products__menu--bloque__head h3 {
  color: #5A1300;
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 1em;
  margin: 0;
  width: 100%;
}
.mentmass .productos_gen--menu .products__menu--bloque__head h3 span.indicador {
  margin-left: 10px;
  font-size: 18px;
}
.mentmass .productos_gen--menu .products__menu--bloque__head h3 span.indicador.up {
  display: none;
}
.mentmass .productos_gen--menu .products__menu--bloque__head h3 span.indicador.down {
  display: inline-block;
}
@media (max-width: 1200px) {
  .mentmass .productos_gen--menu .products__menu--bloque__head h3 {
    padding: 0.3rem 0;
  }
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu .products__menu--bloque__head h3 {
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.mentmass .productos_gen--menu .products__menu--bloque__head.activo h3 span.indicador.up {
  display: inline-block;
}
.mentmass .productos_gen--menu .products__menu--bloque__head.activo h3 span.indicador.down {
  display: none;
}
@media (max-width: 1200px) {
  .mentmass .productos_gen--menu .products__menu--bloque__head {
    padding: 0 6px;
  }
}
.mentmass .productos_gen--menu .products__menu--bloque__options {
  height: 0;
  overflow: hidden;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul {
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li {
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li a {
  color: #5A1300;
  display: block;
  font-weight: 400;
  line-height: 1.1em;
  padding: 4px 18px;
  text-decoration: none;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li a .big {
  display: block;
  font-size: 14px;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li a .little {
  display: block;
  font-size: 12px;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a {
  align-items: center;
  background-color: #5A1300;
  border-radius: 10px;
  color: #121212;
  display: grid;
  gap: 0 10px;
  grid-template-areas: "aa bb" "aa cc";
  grid-template-columns: 18px 1fr;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a::before {
  background: #000;
  border-radius: 100%;
  content: "";
  display: block;
  grid-area: aa;
  height: 12px;
  width: 12px;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a .big {
  grid-area: bb;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a .little {
  grid-area: cc;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--menu .products__menu--bloque__options ul li {
    font-size: 0.9rem;
  }
}
.mentmass .productos_gen--menu .products__menu--bloque__options.abierto {
  height: auto;
  overflow: initial;
}
.mentmass .productos_gen--menu .products__menu .abrir_menu {
  align-items: center;
  background-color: #FFEFD9;
  color: #5A1300;
  display: none;
  font-size: 20px;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: -60px;
  top: 60px;
  width: 120px;
  z-index: 999999;
  transform: rotate(270deg);
  transform-origin: top;
}
.mentmass .productos_gen--menu .products__menu .abrir_menu span {
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  font-size: 1rem;
  height: 22px;
  position: absolute;
  width: 22px;
}
.mentmass .productos_gen--menu .products__menu .abrir_menu i {
  font-size: 0.7rem;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu .products__menu .abrir_menu {
    display: flex;
  }
}
.mentmass .productos_gen--menu .products__menu.abierto {
  left: 0;
}
.mentmass .productos_gen--menu .products__menu.abierto .abrir_menu::before {
  content: "-";
}
.mentmass .productos_gen--menu .products__menu.abierto .abrir_menu::after {
  content: "";
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu .products__menu {
    height: calc(100vh - 140px);
    left: -260px;
    max-width: 260px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu {
    max-width: 280px;
    z-index: 999;
  }
}
.mentmass .productos_gen--productos .products__prod {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.mentmass .productos_gen--productos .products__prod--indv__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mentmass .productos_gen--productos .products__prod--indv__col1 img {
  max-height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .productos_gen--productos .products__prod--indv__col2 {
  background-color: #fff;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--descrp {
  color: #591A0E;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--cont {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.8rem;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--fps {
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  line-height: 1em;
  padding: 0.6rem 0;
  text-align: center;
  width: 3rem;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--fps .big {
  font-size: 1rem;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--fps .peq {
  font-size: 0.8rem;
}
.mentmass .productos_gen--productos .products__prod--indv__col2 h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--descrp h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--descrp h5 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.mentmass .productos_gen--productos .products__prod--indv__col2--descrp p {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__prod--indv {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
.mentmass .productos_gen--productos .products__prod--noresults {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__prod {
    grid-template-columns: 1fr;
  }
}
.mentmass .productos_gen--productos .products__categorias__indv {
  margin: 0 0 1em;
}
.mentmass .productos_gen--productos .products__categorias__indv--cont {
  display: grid;
  grid-template-columns: 60% 40%;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--cont {
    grid-template-columns: 1fr;
  }
}
.mentmass .productos_gen--productos .products__categorias__indv--col1 {
  position: relative;
}
.mentmass .productos_gen--productos .products__categorias__indv--col1 .decoracion {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  z-index: 0;
}
.mentmass .productos_gen--productos .products__categorias__indv--col1 .decoracion.mod1 {
  bottom: 0;
  left: initial;
  right: 0;
  top: initial;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--col1 .decoracion {
    width: 80px;
  }
}
.mentmass .productos_gen--productos .products__categorias__indv--col1__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 3.5rem;
}
.mentmass .productos_gen--productos .products__categorias__indv--col1 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .productos_gen--productos .products__categorias__indv--col1__descripcion {
  font-size: 0.7rem;
  line-height: 1.1em;
  margin: 0 0 0.8rem;
}
.mentmass .productos_gen--productos .products__categorias__indv--col1__descripcion p {
  font-size: 0.7rem;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--col1__descripcion p {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
.mentmass .productos_gen--productos .products__categorias__indv--col1__descripcion ul {
  font-size: 0.7rem;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--col1__descripcion ul {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--col1__descripcion {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
.mentmass .productos_gen--productos .products__categorias__indv--col1__beneficios {
  font-size: 0.7rem;
  line-height: 1.1em;
}
.mentmass .productos_gen--productos .products__categorias__indv--col1__beneficios p, .mentmass .productos_gen--productos .products__categorias__indv--col1__beneficios ul {
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--col1__beneficios p, .mentmass .productos_gen--productos .products__categorias__indv--col1__beneficios ul {
    font-size: 0.9rem;
    line-height: 1.3em;
  }
}
.mentmass .productos_gen--productos .products__categorias__indv--col1__btn {
  margin: 0;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--col1 {
    order: 2;
  }
}
.mentmass .productos_gen--productos .products__categorias__indv--col2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv--col2 {
    order: 1;
  }
}
@media (max-width: 768px) {
  .mentmass .productos_gen--productos .products__categorias__indv {
    margin: 0 auto 0.7rem;
    max-width: 450px;
  }
}
.mentmass .products__tools__descripcion {
  color: #5A1300;
}
.mentmass .products__tools__buscador {
  display: flex;
  justify-content: end;
}
.mentmass .products__tools__etiquetas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1em;
}
.mentmass .products__tools .btn_filtro_activo {
  align-items: center;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  color: #5A1300;
  display: flex;
  font-size: 0.9rem;
  gap: 0.5rem;
  padding: 0.2rem 0.8rem;
}
.mentmass .products__tools .btn_filtro_activo i {
  font-size: 1.1rem;
}
.mentmass .products__tools .buscador_productos {
  margin: 0 0 0.5rem;
  position: relative;
}
.mentmass .products__tools .buscador_productos__buscador {
  border-radius: 0.6rem;
  font-size: 0.75rem;
  line-height: 1em;
  padding: 0.4rem 30px 0.4rem 0.8rem;
  width: 13rem;
}
.mentmass .products__tools .buscador_productos__btn {
  background-color: transparent;
  border: 0;
  color: #636363;
  font-size: 20px;
  line-height: 1em;
  margin: 0 0 0.5rem;
  outline: none;
  padding: 0;
  position: absolute;
  right: 9px;
  top: calc(50% - 9px);
}
.mentmass .productos_head__int {
  display: grid;
  grid-template-columns: 60% 40%;
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width: 768px) {
  .mentmass .productos_head__int {
    grid-template-columns: 1fr;
  }
}
.mentmass .productos_head--col1 {
  position: relative;
}
.mentmass .productos_head--col1 .decoracion {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  z-index: 0;
}
.mentmass .productos_head--col1 .decoracion img {
  width: 100%;
}
.mentmass .productos_head--col1 .decoracion.mod1 {
  bottom: 0;
  left: initial;
  right: 0;
  top: initial;
}
@media (max-width: 991px) {
  .mentmass .productos_head--col1 .decoracion {
    width: 100px;
  }
}
.mentmass .productos_head--col1__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: start;
  padding: 2rem 2rem;
  width: 80%;
}
@media (max-width: 991px) {
  .mentmass .productos_head--col1__cont {
    padding: 3rem 1.25rem;
  }
}
.mentmass .productos_head--col1 h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 0.3em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mentmass .productos_head--col1 h2 {
    font-size: 2rem;
  }
}
.mentmass .productos_head--col1__descripcion {
  margin: 0 0 1em;
  padding-left: 2rem;
}
.mentmass .productos_head--col1__descripcion h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .mentmass .productos_head--col1__descripcion h3 {
    font-size: 1.25rem;
  }
}
.mentmass .productos_head--col1__descripcion p {
  font-size: 0.8rem;
  margin: 0;
}
@media (max-width: 991px) {
  .mentmass .productos_head--col1__descripcion p {
    font-size: 0.75rem;
  }
}
.mentmass .productos_head--col1__beneficios {
  padding-left: 2rem;
}
.mentmass .productos_head--col1__beneficios h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 1em;
}
.mentmass .productos_head--col1__beneficios p, .mentmass .productos_head--col1__beneficios ul {
  font-size: 0.8rem;
  margin: 0;
}
.mentmass .productos_head--col1__btn {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .mentmass .productos_head--col1 {
    order: 2;
  }
}
.mentmass .productos_head--col2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .mentmass .productos_head--col2 {
    order: 1;
  }
}
.mentmass .blogg_intro {
  position: relative;
}
.mentmass .blogg_intro .decoracion {
  position: absolute;
  right: 0;
  top: 0;
  width: 214px;
  z-index: 0;
}
@media (max-width: 768px) {
  .mentmass .blogg_intro .decoracion {
    display: none;
  }
}
.mentmass .blogg_intro__cont {
  margin: 0 auto;
  max-width: 1320px;
  padding: 2.5rem 0.6rem;
  position: relative;
  z-index: 10;
}
.mentmass .blogg_intro h1 {
  color: #FF4E5A;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.33em;
  text-transform: uppercase;
}
.mentmass .blogg_intro p {
  color: #5A1300;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .mentmass .blogg_intro p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mentmass .blogg_intro {
    padding: 30px 8px;
  }
}
.mentmass .blogg_buscador {
  margin-bottom: 32px;
}
.mentmass .blogg_buscador__caja {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 46px;
  margin: 0 0 0 auto;
  max-width: 330px;
}
.mentmass .blogg_buscador__caja--input form {
  max-width: 270px;
  position: relative;
  width: calc(100% - 4px);
}
.mentmass .blogg_buscador__caja--input form input {
  border: 2px solid #D2D2D1;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 24px;
  border-top-right-radius: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  outline: none;
  padding: 14px 24px;
  width: 100%;
}
.mentmass .blogg_buscador__caja--input form button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  line-height: 1em;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 20px;
}
.mentmass .blogg_buscador__caja--filtro .blogg__filtro {
  position: relative;
}
.mentmass .blogg_buscador__caja--filtro .blogg__filtro--btn button {
  align-items: center;
  background: none;
  background-color: #5A1300;
  border: 0;
  border-radius: 100%;
  display: flex;
  color: #323232;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  line-height: 1em;
  width: 46px;
}
.mentmass .blogg_buscador__caja--filtro .blogg__filtro--menu {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 8px rgba(62, 62, 61, 0.08), -4px -4px 8px rgba(62, 62, 61, 0.08);
  display: none;
  position: absolute;
  right: 0;
  top: 56px;
  width: 170px;
}
.mentmass .blogg_buscador__caja--filtro .blogg__filtro--menu.abierto {
  display: block;
}
.mentmass .blogg_buscador__caja--filtro .blogg__filtro--menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mentmass .blogg_buscador__caja--filtro .blogg__filtro--menu ul li a {
  color: #1d1d1b;
  display: block;
  padding: 10px 24px;
  text-decoration: none;
}
.mentmass .blogg_buscador__caja--filtro .blogg__filtro--menu ul li a:hover {
  background-color: #ddd;
}
.mentmass .blogg_entrada_ppal {
  margin: 0 auto;
  max-width: 1320px;
}
.mentmass .blogg_entrada_ppal__int {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .mentmass .blogg_entrada_ppal__int {
    grid-template-columns: 1fr;
  }
}
.mentmass .blogg_entrada_ppal__col1 {
  position: relative;
}
.mentmass .blogg_entrada_ppal__col1 .decoracion {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  z-index: 0;
}
.mentmass .blogg_entrada_ppal__col1 .decoracion.mod1 {
  bottom: 0;
  left: initial;
  right: 0;
  top: initial;
}
@media (max-width: 768px) {
  .mentmass .blogg_entrada_ppal__col1 .decoracion {
    display: none;
  }
}
.mentmass .blogg_entrada_ppal__col1__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 3.5rem;
  position: relative;
  z-index: 100;
}
.mentmass .blogg_entrada_ppal__col1__bloque1 {
  margin: 0 0 2rem;
}
.mentmass .blogg_entrada_ppal__col1__bloque1 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.33em;
}
.mentmass .blogg_entrada_ppal__col1__bloque1 p {
  font-size: 0.9rem;
  margin: 0;
}
.mentmass .blogg_entrada_ppal__col1__bloque2 {
  margin: 0 0 2rem;
}
.mentmass .blogg_entrada_ppal__col1__bloque2 p {
  font-size: 0.9rem;
  margin: 0;
}
.mentmass .blogg_entrada_ppal__col1__bloque3 .btn_entradappal {
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .mentmass .blogg_entrada_ppal__col1 {
    order: 2;
  }
}
.mentmass .blogg_entrada_ppal__col2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .mentmass .blogg_entrada_ppal__col2 {
    order: 1;
  }
}
.mentmass .blogg__titulo {
  margin: 0 auto;
  max-width: 1320px;
  padding: 1.5rem 0.5rem;
}
.mentmass .blogg__titulo h2 {
  color: #FF4E5A;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
.mentmass .blogg_entradas {
  margin: 0 auto;
  max-width: 1320px;
}
.mentmass .blogg_entradas--contiene {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .mentmass .blogg_entradas--contiene {
    grid-template-columns: 1fr;
  }
}
.mentmass .blogg_entradas--pequs .entradaIndvid {
  height: 100%;
  margin-bottom: 8px;
}
.mentmass .blogg_entradas--pequs .entradaIndvid__cont {
  display: grid;
  grid-template-columns: 220px 1fr;
  height: 100%;
}
@media (max-width: 500px) {
  .mentmass .blogg_entradas--pequs .entradaIndvid__cont {
    grid-template-columns: 1fr;
  }
}
.mentmass .blogg_entradas--pequs .entradaIndvid__bloque1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .blogg_entradas--pequs .entradaIndvid__bloque2__int {
  padding: 1.5rem;
}
.mentmass .blogg_entradas--pequs .entradaIndvid__bloque2__int h2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.33em;
}
.mentmass .blogg_entradas--pequs .entradaIndvid__bloque2__excerpt {
  padding: 0.7rem 0;
}
.mentmass .blogg_entradas--pequs .entradaIndvid__bloque2__excerpt p {
  font-size: 0.8rem;
  line-height: 1.2em;
  margin: 0;
}
.mentmass .blogg_entradas--pequs .entradaIndvid__bloque2__btn .btn_entrada {
  border: 0;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1em;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
  transition: 0.3s all;
  vertical-align: top;
}
@media (max-width: 768px) {
  .mentmass .blogg_entradas--pequs .entradaIndvid__bloque2__btn .btn_entrada {
    font-size: 1.05rem;
  }
}
.mentmass .blogg_entradas--grandes .entradaIndvid {
  height: 100%;
  margin-bottom: 8px;
}
.mentmass .blogg_entradas--grandes .entradaIndvid__bloque1 img {
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .blogg_entradas--grandes .entradaIndvid__bloque2__int {
  padding: 2.5rem;
}
.mentmass .blogg_entradas--grandes .entradaIndvid__bloque2__int h2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}
.mentmass .blogg_entradas--grandes .entradaIndvid__bloque2__int h2 a {
  text-decoration: none;
}
.mentmass .blogg_entradas--grandes .entradaIndvid__bloque2__excerpt {
  padding: 0.7rem 0;
}
.mentmass .blogg_entradas--grandes .entradaIndvid__bloque2__excerpt p {
  font-size: 0.8rem;
  line-height: 1.2em;
  margin: 0;
}
.mentmass .blogg_entradas--grandes .entradaIndvid__bloque2__btn .btn_entrada {
  border: 0;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1em;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
  transition: 0.3s all;
  vertical-align: top;
}
@media (max-width: 768px) {
  .mentmass .blogg_entradas--grandes .entradaIndvid__bloque2__btn .btn_entrada {
    font-size: 1.05rem;
  }
}
.mentmass .blogi__completo {
  padding-bottom: 10px;
}
.mentmass .blogi__separador {
  border-bottom: 2px solid #8E8E8D;
}
.mentmass .blogi__cuerpo {
  margin: 0 auto;
  max-width: 1920px;
}
.mentmass .blogi__cuerpo--header {
  margin: 0 auto;
  max-width: 1320px;
}
.mentmass .blogi__cuerpo--glob {
  display: grid;
  grid-template-columns: 1;
}
@media (max-width: 768px) {
  .mentmass .blogi__cuerpo--glob {
    display: block;
  }
}
.mentmass .blogi__content {
  margin: 0 auto;
  max-width: 990px;
  padding: 60px 0 0 0;
}
.mentmass .blogi__content > div:not(.blogi__content__relacionados) {
  padding: 0 40px 0 10px;
}
@media (max-width: 768px) {
  .mentmass .blogi__content > div:not(.blogi__content__relacionados) {
    padding: 0 22px;
  }
}
.mentmass .blogi__content__head {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 120px;
  margin-bottom: 30px;
}
.mentmass .blogi__content__head h1 {
  color: #1D1D1B;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mentmass .blogi__content__head h1 {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
}
.mentmass .blogi__content__head--redes {
  text-align: right;
}
@media (max-width: 768px) {
  .mentmass .blogi__content__head {
    display: block;
  }
}
.mentmass .blogi__content__featured {
  margin-bottom: 30px;
}
.mentmass .blogi__content__featured img {
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mentmass .blogi__content__thecontent {
  margin-bottom: 70px;
}
.mentmass .blogi__content__relacionados h2 {
  color: #1D1D1B;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.mentmass .blogi__sidebar {
  background-color: #2d2d2d;
  color: #fff;
}
.mentmass .blogi__sidebar__cont {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar__cont {
    padding: 10px 0;
  }
}
.mentmass .blogi__sidebar h2 {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin: 0 auto 60px;
  max-width: 320px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar h2 {
    color: #1d1d1b;
    margin: 0 auto 20px;
    max-width: 800px;
  }
}
.mentmass .blogi__sidebar .sidebar__entries {
  margin-bottom: 100px;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry {
  margin-bottom: 10px;
  padding: 16px 0;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry:last-child {
  margin-bottom: 0;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry:nth-child(odd) {
  background-color: #4A4A49;
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar .sidebar__entries .sidebar__entry:nth-child(odd) {
    background-color: #fff;
  }
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry__cont {
  align-items: center;
  display: grid;
  gap: 0 13px;
  grid-template-columns: 136px 1fr;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_foto img {
  border-radius: 6px;
  max-height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido {
  padding: 0 6px 0 0;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido h3 {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido h3 a {
  color: #5A1300;
  text-decoration: none;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido h3 a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido h3 {
    color: #1d1d1b;
  }
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 8px;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido p:last-child {
  margin: 0;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido p a {
  color: #5A1300;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s all;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido p a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido p {
    color: #1d1d1b;
  }
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar .sidebar__entries {
    margin-bottom: 0;
  }
}
.mentmass .blogi__sidebar .sidebar__adsi__cont {
  position: relative;
}
.mentmass .blogi__sidebar .sidebar__adsi__btn {
  bottom: 60px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar .sidebar__adsi {
    display: none;
  }
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar {
    background-color: #fff;
    color: #1d1d1b;
  }
}
.mentmass .blogi__entradasrelacionadas {
  margin: 0 auto;
  max-width: 1320px;
}
.mentmass .productos_relacionados .producto {
  padding: 0.5rem;
}
.mentmass .productos_relacionados .producto__cont {
  padding: 1rem 1rem;
  text-align: center;
  width: 100%;
}
.mentmass .productos_relacionados .producto__imagen {
  margin-bottom: 0;
}
.mentmass .productos_relacionados .producto__imagen img {
  height: 1000px;
  margin: 0 auto;
  max-height: 400px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
@media (max-width: 991px) {
  .mentmass .productos_relacionados .producto__imagen img {
    max-height: 300px;
  }
}
.mentmass .productos_relacionados .producto__titulo h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.5em;
  text-align: center;
  text-transform: uppercase;
}
.mentmass .productos_relacionados .producto__titulo h4 {
  font-size: 0.9rem;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.mentmass .productos_relacionados .producto__titulo h5 {
  font-size: 0.9rem;
  line-height: 1em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.mentmass .productos_relacionados--dots {
  box-shadow: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
.mentmass .productos_relacionados--dots li {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.mentmass .productos_relacionados--dots li button {
  background: none;
  background-color: transparent;
  border: 1px solid #8262A3;
  border-radius: 100%;
  box-shadow: none;
  font-size: 0;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
}
.mentmass .productos_relacionados--dots li.slick-active button {
  background-color: #8262A3;
}
.mentmass .contactanos {
  background: url("/wp-content/themes/mentor360/assets/img/contactanos_bg.jpg?x64689") no-repeat center;
  background-size: cover;
  color: #fff;
}
.mentmass .contactanos__cont {
  align-items: start;
  display: grid;
  gap: 0 40px;
  grid-template-columns: 33% 1fr;
  margin: 0 auto;
  max-width: 1400px;
  padding: 80px 30px;
}
@media (max-width: 991px) {
  .mentmass .contactanos__cont {
    gap: 0 30px;
    grid-template-columns: 340px 1fr;
  }
}
@media (max-width: 768px) {
  .mentmass .contactanos__cont {
    display: block;
  }
}
.mentmass .contactanos__bloqcontenidos--cont > p {
  color: #FAFAFB;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2em;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .mentmass .contactanos__bloqcontenidos--cont > p {
    font-size: 1.1rem;
  }
}
.mentmass .contactanos__bloqcontenidos h1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1em;
  margin: 0 0 1em;
}
@media (max-width: 991px) {
  .mentmass .contactanos__bloqcontenidos h1 {
    font-size: 40px;
  }
}
.mentmass .contactanos__bloqcontenidos .logo {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .mentmass .contactanos__bloqcontenidos .logo {
    text-align: center;
  }
}
.mentmass .contactanos__formulario textarea {
  height: 140px;
  resize: none;
}
.mentmass .contactanos__bloqformrest .formulario_contenedor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
@media (max-width: 991px) {
  .mentmass .contactanos__bloqformrest .formulario_contenedor {
    grid-template-columns: 1fr;
  }
}
.mentmass .contactanos__bloqformrest .form-select {
  font-size: 0.8rem;
}
.mentmass .contactanos__bloqformrest .form-control {
  font-size: 0.8rem;
}
.mentmass .pagina {
  background: rgb(29, 29, 29);
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.5) 0%, rgba(29, 29, 29, 0) 10%, rgba(29, 29, 29, 0) 80%, rgba(29, 29, 29, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#1d1d1d",GradientType=1);
}
.mentmass .pagina__int {
  margin: 0 auto;
  max-width: 1300px;
  padding: 120px 0;
}
.mentmass .pagina h1 {
  color: #1D1D1B;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
  padding: 0 12px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mentmass .pagina h1 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .mentmass .pagina h1 {
    font-size: 34px;
  }
}
.mentmass .pagina__contenido {
  color: #1D1D1B;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1em;
  padding: 0 12px;
}
.mentmass .pag404 {
  background: rgb(29, 29, 29);
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.5) 0%, rgba(29, 29, 29, 0) 15%, rgba(29, 29, 29, 0) 75%, rgba(29, 29, 29, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#1d1d1d",GradientType=1);
}
.mentmass .pag404__int {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 520px;
  margin: 0 auto;
  max-width: 1300px;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .mentmass .pag404__int {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .mentmass .pag404__int {
    display: block;
  }
}
@media (max-width: 500px) {
  .mentmass .pag404__img {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mentmass .pag404__contenido--int {
    text-align: center;
  }
}
.mentmass .pag404__contenido h1 {
  color: #5A1300;
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.mentmass .pag404__contenido--texto {
  margin-bottom: 60px;
}
.mentmass .pag404__contenido--texto p {
  color: #5A1300;
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
}
.mentmass .pag404__contenido--texto p:first-child {
  font-size: 1.3rem;
  font-weight: 700;
}
.mentmass .pag404__contenido--texto p:last-child {
  margin: 0;
}
.mentmass .pag404__contenido--btn {
  text-align: center;
}
.mentmass .pag404__contenido--btn a {
  text-transform: initial;
}
.mentmass .blog__productos {
  margin: 0 auto;
  max-width: 1320px;
}
.mentmass .busqueda {
  position: relative;
}
.mentmass .busqueda::before {
  background: rgb(29, 29, 29);
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.5) 0%, rgba(29, 29, 29, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#1d1d1d",GradientType=1);
  content: "";
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mentmass .busqueda::after {
  background: rgb(29, 29, 29);
  background: linear-gradient(0deg, rgba(29, 29, 29, 0.5) 0%, rgba(29, 29, 29, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#1d1d1d",GradientType=1);
  bottom: 0;
  content: "";
  height: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .mentmass .busqueda {
    background: none;
  }
}
.mentmass .busqueda__cont {
  margin: 0 auto;
  padding: 0 0;
}
.mentmass .busqueda__resultados--int {
  display: grid;
  grid-template-columns: minmax(0, auto) 400px;
}
@media (max-width: 1200px) {
  .mentmass .busqueda__resultados--int {
    grid-template-columns: minmax(0, auto) 300px;
  }
}
@media (max-width: 991px) {
  .mentmass .busqueda__resultados--int {
    display: block;
  }
}
.mentmass .busqueda__resultados--contenidos {
  width: 98%;
  margin: 0 auto;
  max-width: 960px;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .mentmass .busqueda__resultados--contenidos {
    padding: 50px 0;
  }
}
.mentmass .busqueda__resultados--banner {
  position: relative;
}
.mentmass .busqueda__resultados--banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .busqueda__resultados--banner__btn {
  bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .mentmass .busqueda__resultados--banner {
    display: none;
  }
}
.mentmass .busqueda__recomendados {
  padding-top: 30px;
}
.mentmass .busqueda__noencontrado__int {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: 280px 1fr;
  margin: 0 auto;
  max-width: 1300px;
  padding: 120px 12px;
}
@media (max-width: 991px) {
  .mentmass .busqueda__noencontrado__int {
    gap: 30px;
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 768px) {
  .mentmass .busqueda__noencontrado__int {
    display: block;
  }
}
@media (max-width: 768px) {
  .mentmass .busqueda__noencontrado__img {
    margin-bottom: 30px;
    text-align: center;
  }
}
.mentmass .busqueda__noencontrado__contenido h1 {
  color: #1D1D1B;
  font-family: "Poppins", sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mentmass .busqueda__noencontrado__contenido h1 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .mentmass .busqueda__noencontrado__contenido h1 {
    font-size: 42px;
  }
}
.mentmass .busqueda__noencontrado__contenido--texto {
  margin-bottom: 60px;
}
.mentmass .busqueda__noencontrado__contenido--texto p:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .mentmass .busqueda {
    background: rgb(29, 29, 29);
    background: linear-gradient(0deg, rgba(29, 29, 29, 0.5) 0%, rgba(29, 29, 29, 0) 5%, rgba(29, 29, 29, 0) 95%, rgba(29, 29, 29, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#1d1d1d",GradientType=1);
  }
}
.mentmass .buscador_btn {
  position: relative;
}
.mentmass .buscador_popup {
  display: none;
  position: absolute;
  right: 0;
  top: 34px;
}
.mentmass .buscador_popup.mostrar {
  display: block;
}
.mentmass .buscador_popup--int {
  position: relative;
}
.mentmass .buscador_popup--int form input[type=text] {
  border: 1px solid #5A1300;
  border-radius: 8px;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  outline: none;
  padding: 12px 16px;
  width: 270px;
}
.mentmass .buscador_popup--lupa {
  position: absolute;
  top: 8px;
  right: 5px;
  background-color: transparent;
  border: 0;
}
.mentmass .home__initial {
  background-color: #E2CBA2;
  margin-bottom: 8px;
}
.mentmass .slider__home__ppal {
  max-width: 1800px;
  margin: 0 auto;
}
.mentmass .slider__home__ppal .slideIndv__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 500px;
}
.mentmass .slider__home__ppal .slideIndv__col2 {
  max-height: 500px;
}
.mentmass .slider__home__ppal .slideIndv__col2 img {
  width: 100%;
}
.mentmass .slider__home__ppal .slideIndv__col1 {
  padding: 20px 20px 20px 40px;
  position: relative;
  max-height: 500px;
}
.mentmass .slider__home__ppal .slideIndv__col1 .decoracion {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  z-index: 0;
}
.mentmass .slider__home__ppal .slideIndv__col1 .decoracion.mod1 {
  bottom: 0;
  left: initial;
  right: 0;
  top: initial;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .mentmass .slider__home__ppal .slideIndv__col1 .decoracion.mod1 {
    max-width: 70px;
  }
}
.mentmass .slider__home__ppal .slideIndv__col1__cont {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 10;
}
.mentmass .slider__home__ppal .slideIndv__col1__cont h1, .mentmass .slider__home__ppal .slideIndv__col1__cont h2, .mentmass .slider__home__ppal .slideIndv__col1__cont h3, .mentmass .slider__home__ppal .slideIndv__col1__cont h4, .mentmass .slider__home__ppal .slideIndv__col1__cont h5, .mentmass .slider__home__ppal .slideIndv__col1__cont h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.6rem;
}
@media (max-width: 768px) {
  .mentmass .slider__home__ppal .slideIndv__col1__cont h1, .mentmass .slider__home__ppal .slideIndv__col1__cont h2, .mentmass .slider__home__ppal .slideIndv__col1__cont h3, .mentmass .slider__home__ppal .slideIndv__col1__cont h4, .mentmass .slider__home__ppal .slideIndv__col1__cont h5, .mentmass .slider__home__ppal .slideIndv__col1__cont h6 {
    font-size: 1.5rem;
  }
}
.mentmass .slider__home__ppal .slideIndv__col1__cont p {
  font-size: 0.8rem;
  line-height: 1.2em;
  margin: 0 0 0.6rem;
}
@media (max-width: 768px) {
  .mentmass .slider__home__ppal .slideIndv__col1 {
    padding: 0.5rem;
  }
}
.mentmass .slider__home__productos .slideIndv {
  padding: 0.2rem;
}
.mentmass .slider__home__productos .slideIndv__cont {
  display: grid;
  grid-template-columns: 60% 1fr;
}
.mentmass .slider__home__productos .slideIndv__col1 {
  padding: 20px;
  position: relative;
}
.mentmass .slider__home__productos .slideIndv__col1 .decoracion {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  z-index: 0;
}
.mentmass .slider__home__productos .slideIndv__col1 .decoracion.mod1 {
  bottom: 0;
  left: initial;
  right: 0;
  top: initial;
  transform: rotate(180deg);
}
.mentmass .slider__home__productos .slideIndv__col1__cont {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 10;
}
.mentmass .slider__home__productos .slideIndv__col1__cont h1, .mentmass .slider__home__productos .slideIndv__col1__cont h2, .mentmass .slider__home__productos .slideIndv__col1__cont h3, .mentmass .slider__home__productos .slideIndv__col1__cont h4, .mentmass .slider__home__productos .slideIndv__col1__cont h5, .mentmass .slider__home__productos .slideIndv__col1__cont h6 {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.6rem;
}
@media (max-width: 768px) {
  .mentmass .slider__home__productos .slideIndv__col1__cont h1, .mentmass .slider__home__productos .slideIndv__col1__cont h2, .mentmass .slider__home__productos .slideIndv__col1__cont h3, .mentmass .slider__home__productos .slideIndv__col1__cont h4, .mentmass .slider__home__productos .slideIndv__col1__cont h5, .mentmass .slider__home__productos .slideIndv__col1__cont h6 {
    font-size: 1.1rem;
    word-break: break-word;
  }
}
.mentmass .slider__home__productos .slideIndv__col1__cont p {
  font-size: 0.75rem;
  line-height: 1.2em;
  margin: 0 0 0.6rem;
}
@media (max-width: 768px) {
  .mentmass .slider__home__productos .slideIndv__col1 {
    padding: 0.3rem;
  }
}
.mentmass .home__evida a {
  border-radius: 100px;
}
.mentmass .home__evida__cont {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.mentmass .home__evida__cont > h1, .mentmass .home__evida__cont h2, .mentmass .home__evida__cont h3, .mentmass .home__evida__cont h4, .mentmass .home__evida__cont h5, .mentmass .home__evida__cont h6 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1em;
}
.mentmass .home__evida__cont__titulo {
  padding: 40px 0;
  text-align: center;
}
.mentmass .home__evida__newsppal {
  margin-bottom: 0.4rem;
}
.mentmass .home__evida__newsppal .slideIndv__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .mentmass .home__evida__newsppal .slideIndv__cont {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.mentmass .home__evida__newsppal .slideIndv__col1 {
  padding: 1.5rem 2rem;
  position: relative;
}
.mentmass .home__evida__newsppal .slideIndv__col1 .decoracion {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  z-index: 0;
}
.mentmass .home__evida__newsppal .slideIndv__col1 .decoracion.mod1 {
  bottom: 0;
  left: initial;
  right: 0;
  top: initial;
}
.mentmass .home__evida__newsppal .slideIndv__col1__cont {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 10;
}
.mentmass .home__evida__newsppal .slideIndv__col1__cont h1, .mentmass .home__evida__newsppal .slideIndv__col1__cont h2, .mentmass .home__evida__newsppal .slideIndv__col1__cont h3, .mentmass .home__evida__newsppal .slideIndv__col1__cont h4, .mentmass .home__evida__newsppal .slideIndv__col1__cont h5, .mentmass .home__evida__newsppal .slideIndv__col1__cont h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.6rem;
}
.mentmass .home__evida__newsppal .slideIndv__col1__cont p {
  font-size: 0.8rem;
  line-height: 1.2em;
  margin: 0 0 0.6rem;
}
.mentmass .home__evida__newsppal .slideIndv__col1__cont p.pestana {
  font-size: 0.9rem;
  line-height: 1.2em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mentmass .home__evida__newsppal .slideIndv__col1__cont p {
    font-size: 1rem;
  }
  .mentmass .home__evida__newsppal .slideIndv__col1__cont p:not(.pestana) {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .mentmass .home__evida__newsppal .slideIndv__col1__cont {
    margin: 0 auto;
    max-width: 25rem;
  }
}
@media (max-width: 768px) {
  .mentmass .home__evida__newsppal .slideIndv__col1 {
    order: 2;
    padding: 3rem 3rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mentmass .home__evida__newsppal .slideIndv__col2 img {
    max-height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 768px) {
  .mentmass .home__evida__newsppal .slideIndv__col2 {
    order: 1;
  }
}
@media (max-width: 768px) {
  .mentmass .home__evida__newsppal {
    margin-bottom: 2.5rem;
  }
}
.mentmass .home__evida__news2ndo--cont {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: 1fr 1fr;
}
.mentmass .home__evida__news2ndo .noticia__indv {
  position: relative;
  display: flex;
}
.mentmass .home__evida__news2ndo .noticia__indv img {
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mentmass .home__evida__news2ndo .noticia__indv .decoracion {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  z-index: 0;
}
.mentmass .home__evida__news2ndo .noticia__indv .decoracion.mod1 {
  bottom: 0;
  left: initial;
  right: 0;
  top: initial;
}
.mentmass .home__evida__news2ndo .noticia__indv__cont {
  height: 100%;
  max-width: 32.5rem;
  padding: 1.75rem 2rem;
  position: relative;
  z-index: 10;
}
.mentmass .home__evida__news2ndo .noticia__indv__cont h2 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
}
.mentmass .home__evida__news2ndo .noticia__indv__pestana {
  font-size: 0.9rem;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .home__evida__news2ndo .noticia__indv__descripcion {
  padding: 0.5rem 0;
}
.mentmass .home__evida__news2ndo .noticia__indv__descripcion p {
  margin: 0;
}
.mentmass .home__evida__news2ndo .noticia__indv .btn_sencillo {
  text-decoration: none;
}
.mentmass .home__evida__news2ndo .noticia__indv .btn_sencillo:hover {
  text-decoration: underline;
}
.mentmass .home__proposito {
  padding: 3rem 1rem;
  text-align: center;
}
.mentmass .home__proposito__cont {
  margin: 0 auto;
  max-width: 1800px;
}
.mentmass .home__proposito__cont > h2 {
  color: #5A1300;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
.mentmass .home__proposito__cont > h3 {
  color: #FF8100;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}
.mentmass .home__proposito p {
  color: #5A1300;
  font-size: 0.9rem;
  margin: 0;
}
.mentmass .home__proposito p.etiqueta {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  text-transform: uppercase;
}
.mentmass .home__proposito p:not(.etiqueta) {
  margin-bottom: 1.5rem;
}
.mentmass .home__proposito__slider {
  margin-bottom: 1.5rem;
}
.mentmass .home__proposito__slider .slide_indv__cont {
  margin: 0 auto;
  max-width: 12.5rem;
  text-align: center;
}
.mentmass .home__proposito__slider .slide_indv__cont .imagen {
  margin: 0 auto 0.5rem;
  max-width: 9.75rem;
  text-align: center;
}
.mentmass .home__proposito__slider .slide_indv__cont .imagen img {
  border-radius: 100%;
}
.mentmass .home__proposito__slider .slide_indv__cont h3 {
  color: #5A1300;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
.mentmass .home__proposito__slider .slide_indv__cont p {
  color: #5A1300;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 768px) {
  .mentmass .home__proposito__slider {
    margin-bottom: 4rem;
  }
}
.mentmass .home__proposito__sellos--cont {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.mentmass .home__proposito__sellos .selloIndv {
  max-width: 380px;
}
.mentmass .home__proposito__sellos .selloIndv__img img {
  margin: 0 auto;
  max-width: 11rem;
}
.mentmass .home__proposito__sellos .selloIndv h4 {
  color: #5A1300;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.mentmass .home__proposito__sellos .selloIndv p {
  color: #5A1300;
  font-size: 0.8rem;
  margin: 0;
}
.mentmass .home_footbanner__int {
  margin: 0 auto;
  max-width: 1800px;
}
.mentmass .home_newsletter h2 {
  color: #5A1300;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .mentmass .home_newsletter h2 {
    font-size: 30px;
  }
}
.mentmass .home_newsletter--formulario {
  margin: 0 auto;
  max-width: 500px;
  width: 98%;
}
.mentmass .home_newsletter--formulario .wpcf7-not-valid-tip {
  font-size: 12px;
}
.mentmass .home_newsletter--formulario .wpcf7-spinner {
  margin: 4px auto;
}
.mentmass .home_newsletter--formulario .correo p {
  margin: 0;
  position: relative;
}
.mentmass .home_newsletter--formulario .correo p input[type=email] {
  border-radius: 8px;
  font-size: 14px;
}
.mentmass .home_newsletter--formulario .correo p .icono {
  color: #d4d4d5;
  position: absolute;
  right: 8px;
  top: 7px;
}
.mentmass .home_newsletter--formulario .terminos {
  display: flex;
  gap: 0 10px;
}
.mentmass .home_newsletter--formulario .terminos .wpcf7-list-item {
  margin: 0;
}
.mentmass .home_newsletter--formulario .terminos p {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
  position: relative;
}
@media (max-width: 500px) {
  .mentmass .home_newsletter--formulario {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .chatbot__cta {
    display: flex;
    justify-content: end;
    padding: 0 0 2.5rem;
  }
}
.chatbot__modulo {
  display: none;
  bottom: 0;
  max-width: 400px;
  position: fixed;
  right: 5%;
  width: 98%;
  z-index: 50;
}
.chatbot__modulo--header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 0.7rem 0;
  position: relative;
  text-align: center;
}
.chatbot__modulo--header__close {
  position: absolute;
  right: 5%;
  top: calc(50% - 10px);
}
.chatbot__modulo--header__content h6 {
  font-size: 0.7rem;
  margin: 0 0 0.3rem;
}
.chatbot__modulo--header__content__img {
  margin: 0 auto;
  max-width: 3rem;
}
.chatbot__modulo--header__content__img img {
  height: auto;
}
.chatbot__modulo--body {
  background-color: #fff;
}
.chatbot__modulo--body__int {
  max-height: 60vh;
  overflow-y: auto;
  padding: 2rem;
}
@media (max-width: 500px) {
  .chatbot__modulo--body__int {
    max-height: 80vh;
  }
}
.chatbot__modulo--body__entry {
  margin: 0 0 1rem;
}
.chatbot__modulo--body__entry h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
}
.chatbot__modulo--body__entry p {
  font-size: 0.7rem;
  margin: 0 0 0.35rem;
}
.chatbot__modulo--body__entry h4 {
  font-size: 0.8rem;
  margin: 0 0 0.35rem;
}
.chatbot__modulo--body__entry__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chatbot__modulo--body__entry__options li {
  margin: 0 0 0.3rem;
}
.chatbot__modulo.abierto {
  display: block;
  z-index: 100000;
}
@media (max-width: 500px) {
  .chatbot__modulo {
    max-width: 1000px;
    right: 1%;
  }
}

.form-check-input.opciones_productos {
  border: 2px solid #5A1300;
}
.form-check-input.opciones_productos:checked {
  background-color: #5A1300;
  border-color: #5A1300;
}

body .bandera__menu {
  font-size: 16px;
  position: relative;
}
body .bandera__menu--seleccionado {
  position: relative;
  top: 0;
  width: 150px;
}
body .bandera__menu--seleccionado .abrir_boton {
  text-decoration: none;
  font-size: 16px !important;
}
body .bandera__menu--seleccionado .abrir {
  color: #5A1300;
  display: block;
  font-size: 20px;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
body .bandera__menu--seleccionado .pais_seleccionado {
  align-items: center;
  border: 2px solid #E5B439;
  color: #5A1300;
  display: flex;
  gap: 0 12px;
  margin-bottom: 12px;
  padding: 6px 12px;
  text-decoration: none;
}
body .bandera__menu--seleccionado .pais_seleccionado .bandera {
  width: 34px;
  display: block;
}
body .bandera__menu--seleccionado .pais_seleccionado .bandera img {
  border-radius: 100%;
}
body .bandera__menu--seleccionado .pais_seleccionado .pais {
  display: block;
  width: 55px;
}
body .bandera__menu--abierto {
  display: none;
  position: absolute;
  top: 0;
  width: 150px;
}
body .bandera__menu--abierto.abierto {
  display: block;
}
body .bandera__menu--abierto .cerrar {
  color: #1D1D1B;
  display: block;
  font-size: 20px;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
body .bandera__menu--abierto ul {
  background-color: #FFF7EC;
  border: 1px solid #5A1300;
  border-radius: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
body .bandera__menu--abierto ul li a {
  align-items: center;
  color: #1D1D1B;
  display: flex;
  gap: 0 12px;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  transition: 0.3s all;
}
body .bandera__menu--abierto ul li a .bandera {
  width: 34px;
  display: block;
}
body .bandera__menu--abierto ul li a .bandera img {
  border-radius: 100%;
}
body .bandera__menu--abierto ul li a .pais {
  display: block;
  width: 55px;
}
body .bandera__menu--abierto ul li a:hover {
  color: #eee;
  background-color: #333;
}
body .bandera__menu .bandera__cerrar,
body .bandera__menu .bandera__menu--abierto a {
  color: #000 !important;
  font-size: 16px !important;
}
@media (max-width: 991px) {
  body .bandera__menu {
    width: 180px;
  }
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  width: 100%;
}

.slick-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home__productos .slick-slide img {
  max-height: 347px;
}

.home__proposito .slick-slide img {
  height: auto;
  width: auto;
}

.swal2-container {
  z-index: 9999999 !important;
}

.swal2-icon {
  margin: 0 auto !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #496A00 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #496A00 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line],
.swal2-icon.swal2-error [class^=swal2-error-line] {
  background-color: #E02424 !important;
}

.swal2-icon.swal2-error .swal2-error-ring {
  border: 0.25em solid #E02424 !important;
}

.swal2-icon.swal2-error {
  border-color: #E02424 !important;
  color: #E02424 !important;
}

.swal2-container.swal2-top-end > .swal2-popup {
  align-items: center;
  grid-template-columns: 100px 1fr;
  overflow: hidden;
}
.swal2-container.swal2-top-end > .swal2-popup.swal2-icon-success {
  background-color: #E9F7CC;
  padding: 4px 0 !important;
}
.swal2-container.swal2-top-end > .swal2-popup.swal2-icon-success .swal2-title {
  color: #496A00;
  line-height: 1em;
  font-size: 20px;
  text-align: left;
  padding: 0 15px;
}
.swal2-container.swal2-top-end > .swal2-popup.swal2-icon-error {
  background: linear-gradient(0deg, rgba(224, 36, 36, 0.1), rgba(224, 36, 36, 0.1)), #FFFFFF;
  padding: 4px 0 !important;
}
.swal2-container.swal2-top-end > .swal2-popup.swal2-icon-error .swal2-title {
  color: #E02424;
  line-height: 1em;
  font-size: 20px;
  text-align: left;
  padding: 0 15px;
}

.wp-block-quote {
  color: #1D1D1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 20px;
  padding: 0 48px;
}

.has-text-align-right {
  text-align: right;
}

@media (max-width: 992px) {
  .um-field-half {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .um-half {
    margin-bottom: 20px;
    width: 100% !important;
  }
}

.admin-bar .mentmass .sticky {
  top: 32px;
}

.main-menu {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu li {
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.main-menu li a {
  color: #5A1300;
  font-size: 18px;
  text-decoration: none;
}
.main-menu li a:hover {
  color: #1d1d1b;
  text-decoration: underline;
}

.menu_responsive a {
  display: block;
  font-size: 1.3rem;
  height: 27px;
  width: 27px;
}
.menu_responsive a span {
  display: block;
  height: 3px;
  background-color: #fff;
}
.menu_responsive a span:nth-child(1) {
  margin: 0 0 6px 7px;
  width: 17px;
}
.menu_responsive a span:nth-child(2) {
  width: 100%;
  margin: 0 0 6px;
}
.menu_responsive a span:nth-child(3) {
  margin: 0 0 6px 4px;
  width: 17px;
}

.menu_responsive_contenedor {
  background-color: #FEF8E2;
  display: none;
  color: #5A1300;
  position: fixed;
  top: 0;
  max-width: 288px;
  width: 100%;
  z-index: 99999;
}
.menu_responsive_contenedor.abierto {
  display: block;
}
.menu_responsive_contenedor .menu_contenedor .barra {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 90px;
  margin-left: calc(2vw + 10px);
}
.menu_responsive_contenedor .menu_contenedor .barra a {
  color: #5A1300;
  font-size: 32px;
}
.menu_responsive_contenedor .menu_contenedor .barra div.banderas {
  margin-top: 0;
}
.menu_responsive_contenedor .menu_contenedor .logo {
  padding: 32px 0 20px 16px;
}
.menu_responsive_contenedor .menu_contenedor .logo a {
  display: block;
}
.menu_responsive_contenedor .menu_contenedor .logo a img {
  max-width: 90px;
  height: auto;
}
.menu_responsive_contenedor .menu_contenedor .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_responsive_contenedor .menu_contenedor .menu ul li {
  border-bottom: 1px solid #454545;
  padding: 0 16px;
}
.menu_responsive_contenedor .menu_contenedor .menu ul li a {
  color: #5A1300;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1em;
  padding: 26px 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu_responsive_contenedor .menu_contenedor .menu ul li a:hover {
  background-color: #5A1300;
  color: #fff;
  font-weight: bold;
}
.menu_responsive_contenedor .menu_contenedor .redes ul {
  align-items: center;
  display: flex;
  gap: 0 30px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 30px 0;
}
.menu_responsive_contenedor .menu_contenedor .redes ul li {
  font-size: 22px;
}
.menu_responsive_contenedor .menu_contenedor .redes ul li a {
  color: #5A1300;
}

.admin-bar .menu_responsive_contenedor {
  top: 32px;
}

.menu_responsive_cont {
  background: rgb(255, 238, 56);
  background: linear-gradient(0deg, rgb(255, 238, 56) 0%, rgb(225, 199, 27) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee38",endColorstr="#e1c71b",GradientType=1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  height: 100%;
  left: -100vw;
  max-width: 100%;
  padding: 30px 0;
  position: fixed;
  top: 0;
  width: 100vw;
  transition: 0.4s all;
  z-index: 99999999;
}

.menu_respon_total {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.menu_respon_total nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu_respon_total nav ul li {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.menu_respon_total nav ul li a {
  color: #5A1300;
  text-decoration: none;
}

.admin-bar .menu_responsive_cont {
  top: 32px;
}

.menu_responsive_cont.activo {
  left: 0;
}

.cerrar_menu_cell {
  color: #5A1300;
  font-size: 26px;
  line-height: 1em;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 10px;
  width: 28px;
}
.cerrar_menu_cell:hover {
  color: #5A1300;
}

.menu_celulares .abrir_menu_cell {
  background-color: transparent;
  border: 0;
  color: #5A1300;
  font-size: 36px;
  padding: 0;
}

#um-submit-btn,
.um-button.um-alt,
.btn {
  background: #5A1300;
  border-radius: 30px;
  box-shadow: none;
  color: #FFF7EC;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15em;
  min-width: 180px;
  padding: 12px 32px;
  transition: 0.3s all;
}
#um-submit-btn:hover,
.um-button.um-alt:hover,
.btn:hover {
  background-color: #1d1d1b;
  color: #ffffff;
  text-decoration: none;
}
#um-submit-btn_sencillo,
.um-button.um-alt_sencillo,
.btn_sencillo {
  background-color: transparent;
  color: #5A1300;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15em;
  padding: 4px 0;
}
#um-submit-btn__vertodos,
.um-button.um-alt__vertodos,
.btn__vertodos {
  background-color: #FF4E5A;
  color: #FFF7EC;
  font-size: 0.75rem;
}
#um-submit-btn__vertodos:hover,
.um-button.um-alt__vertodos:hover,
.btn__vertodos:hover {
  background-color: #FFF7EC;
  color: #FF4E5A;
}
#um-submit-btn_chatbot_close,
.um-button.um-alt_chatbot_close,
.btn_chatbot_close {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #8C8C8C;
  display: flex;
  font-size: 0.8rem;
  height: 1rem;
  justify-content: center;
  width: 1rem;
}
#um-submit-btn_chatbot_option,
.um-button.um-alt_chatbot_option,
.btn_chatbot_option {
  background-color: #FFEFD9;
  border: 0;
  border-radius: 0.7rem;
  color: #5A1300;
  font-size: 0.75rem;
  padding: 0.3rem 0.8rem;
  transition: 0.3s all;
}
#um-submit-btn_chatbot_option:hover, #um-submit-btn_chatbot_option.activo,
.um-button.um-alt_chatbot_option:hover,
.um-button.um-alt_chatbot_option.activo,
.btn_chatbot_option:hover,
.btn_chatbot_option.activo {
  background-color: #A3C51A;
}
#um-submit-btn_chatbot_verproducto,
.um-button.um-alt_chatbot_verproducto,
.btn_chatbot_verproducto {
  background-color: #8262A3;
  color: #fff;
  padding: 0.6rem;
  text-decoration: none;
  transition: 0.3s all;
}
#um-submit-btn_chatbot_verproducto:hover,
.um-button.um-alt_chatbot_verproducto:hover,
.btn_chatbot_verproducto:hover {
  background-color: #FFF7EC;
  color: #8262A3;
}
#um-submit-btn_chatbot_cta,
.um-button.um-alt_chatbot_cta,
.btn_chatbot_cta {
  background-color: #fff;
  border: 0;
  bottom: 5%;
  color: #8262A3;
  display: none;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3em;
  max-width: 250px;
  position: fixed;
  right: 0;
  z-index: 90;
}
#um-submit-btn_chatbot_cta__int,
.um-button.um-alt_chatbot_cta__int,
.btn_chatbot_cta__int {
  position: relative;
  z-index: 99;
}
#um-submit-btn_chatbot_cta__int img,
.um-button.um-alt_chatbot_cta__int img,
.btn_chatbot_cta__int img {
  height: 4rem;
  left: -2rem;
  position: absolute;
  top: calc(50% - 2rem);
  width: 4rem;
  z-index: 10;
}
@media (max-width: 768px) {
  #um-submit-btn_chatbot_cta__int img,
  .um-button.um-alt_chatbot_cta__int img,
  .btn_chatbot_cta__int img {
    height: 5rem;
    top: calc(50% - 2.5rem);
    width: 5rem;
  }
}
#um-submit-btn_chatbot_cta__int span,
.um-button.um-alt_chatbot_cta__int span,
.btn_chatbot_cta__int span {
  display: block;
  padding: 0.3rem 1rem 0.3rem 1.5rem;
  position: relative;
  z-index: 20;
}
@media (max-width: 768px) {
  #um-submit-btn_chatbot_cta__int span,
  .um-button.um-alt_chatbot_cta__int span,
  .btn_chatbot_cta__int span {
    padding: 0.3rem 1rem 0.3rem 2rem;
  }
}
#um-submit-btn_chatbot_cta.activo,
.um-button.um-alt_chatbot_cta.activo,
.btn_chatbot_cta.activo {
  display: block;
}
@media (max-width: 768px) {
  #um-submit-btn_chatbot_cta,
  .um-button.um-alt_chatbot_cta,
  .btn_chatbot_cta {
    font-size: 0.9rem;
    position: relative;
  }
}
#um-submit-btn_producto_taxo,
.um-button.um-alt_producto_taxo,
.btn_producto_taxo {
  background-color: transparent;
  border: 0;
}
#um-submit-btn_contactanos,
.um-button.um-alt_contactanos,
.btn_contactanos {
  background: #E2CBA2;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #5A1300;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15em;
  min-width: 180px;
  padding: 12px 32px;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  #um-submit-btn,
  .um-button.um-alt,
  .btn {
    min-width: 110px;
    padding: 0.5rem 1rem;
  }
}

#um-submit-btn {
  border-radius: 18px !important;
  cursor: pointer !important;
  padding: 14px 18px !important;
}

.um-button.um-alt {
  color: #5A1300 !important;
  border-radius: 18px !important;
  cursor: pointer !important;
  padding: 14px 18px !important;
  background-color: #efd929 !important;
}

.footer {
  background-color: #fef9e3;
  color: #5A1300;
  position: relative;
  z-index: 10000;
}
.footer__int {
  margin: 0 auto;
  max-width: 1800px;
}
.footer .columna1 {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .footer .columna1 {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer .columna1 {
    flex-direction: column;
  }
}
.footer_enlaces {
  display: flex;
  gap: 10px;
}
.footer_enlaces p {
  color: #5A1300;
  font-weight: 500;
  margin: 0;
}
.footer_enlaces a {
  color: #5A1300;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
}
.footer__bloque {
  align-items: center;
  display: flex;
  gap: 0 34px;
}
@media (max-width: 600px) {
  .footer__bloque {
    display: block;
  }
}
.footer__logo {
  max-width: 145px;
}
.footer__logo img {
  height: auto;
}
.footer__copyright p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
}
.footer__copyright p a {
  color: #5A1300;
  text-decoration: underline;
}
.footer__copyright p a:hover {
  text-decoration: none;
}
.footer__copyright p:last-child {
  margin: 0;
}
.footer__menumin {
  align-items: center;
  display: flex;
  gap: 0 10px;
  justify-content: end;
}
.footer__menumin__menu {
  width: 100%;
}
.footer__menumin__menu ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menumin__menu ul li a {
  color: #5A1300;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
}
.footer__menumin__menu ul li a:hover {
  color: #5A1300;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .footer__menumin__menu ul li {
    margin-bottom: 14px;
  }
}
@media (max-width: 600px) {
  .footer__menumin__menu ul {
    display: block;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer__menumin__menu {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__menumin {
    display: block;
  }
}
.footer__social ul {
  display: flex;
  gap: 0 0.7rem;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social ul li a {
  color: #5A1300;
  font-size: 24px;
  transition: 0.3s all;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #5A1300;
  border-radius: 100%;
}
.footer__social ul li a:hover {
  color: #5A1300;
}
@media (max-width: 600px) {
  .footer__social ul {
    justify-content: start;
  }
}

.menu_footer {
  align-items: center;
  padding: 20px 30px;
}

.social ul {
  display: flex;
  gap: 10px;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social ul li a {
  align-items: center;
  background-color: #5A1300;
  border-radius: 20px;
  color: #efd929;
  display: flex;
  font-size: 22px;
  height: 40px;
  justify-content: center;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  transition: 0.3s all;
  width: 40px;
}
.social ul li a:hover {
  background-color: #1d1d1b;
}
@media (max-width: 992px) {
  .social ul {
    justify-content: center;
  }
}

.um-5.um.um-register {
  margin: 0 auto !important;
  max-width: 1000px;
  padding: 0 0 60px;
  width: 96%;
}

body .um .um-form input[type=text],
body .um .um-form input[type=tel],
body .um .um-form input[type=password] {
  background-color: transparent;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-radius: 24px;
  border: 2px solid #fff !important;
  padding: 10px 6px !important;
  font-size: 20px !important;
}
body .um .um-form input[type=text]:focus,
body .um .um-form input[type=tel]:focus,
body .um .um-form input[type=password]:focus {
  background-color: transparent;
  border: 2px solid #fff !important;
}
body .um .um-form input[type=text]::-moz-placeholder, body .um .um-form input[type=tel]::-moz-placeholder, body .um .um-form input[type=password]::-moz-placeholder {
  color: #ffffff;
}
body .um .um-form input[type=text]::placeholder,
body .um .um-form input[type=tel]::placeholder,
body .um .um-form input[type=password]::placeholder {
  color: #ffffff;
}

#um_field_5_mayor_18,
#um_field_5_politica_privacidad,
#um_field_5_manejo_datos {
  color: #fff;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}

#um_field_5_mayor_18 a,
#um_field_5_mayor_18 .um-field-checkbox-option,
#um_field_5_politica_privacidad a,
#um_field_5_manejo_datos a {
  color: #fff !important;
}

#um_field_5_mayor_18 {
  margin-top: 20px;
}

#um_field_6_username,
#um_field_6_user_password {
  flex-basis: 100%;
}

.um-row._um_row_1 {
  margin: 0 auto !important;
}

.um-field-checkbox {
  margin: 0 0 20px;
}

body .um-field-block {
  color: #fff;
}

.modal {
  z-index: 999999;
}

.modal-dialog.modal-xl {
  max-width: 928px;
}
.modal-header {
  border: 0;
}
.modal-header .btn-close {
  border-radius: 100%;
  opacity: 1;
}

.product__modal--up {
  margin-bottom: 2rem;
}
.product__modal--up__int {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 480px;
}
.product__modal--up__col1--img {
  display: none;
}
.product__modal--up__col1--img.mostrar {
  display: block;
}
.product__modal--up__col2 {
  color: #000 !important;
}
.product__modal--up__col2--int {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0.8rem;
}
.product__modal--up__col2--fps {
  border-radius: 0.6rem;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1em;
  padding: 0.6rem 0;
  text-align: center;
  width: 3rem;
}
.product__modal--up__col2--fps p {
  margin: 0;
}
.product__modal--up__col2--fps .big {
  display: block;
  font-size: 1rem;
  text-align: center;
}
.product__modal--up__col2--fps .peq {
  font-size: 0.8rem;
}
.product__modal--up__col2 h3, .product__modal--up__col2 h1 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
.product__modal--up__col2--descrp h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.product__modal--up__col2--descrp h5 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.5em;
}
.product__modal--up__col2--descrp p {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
.product__modal--up__col2--presentaciones {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product__modal--up__col2--presentaciones .btn_presentacion {
  background-color: transparent;
  border: 0;
  font-size: 0.7rem;
  line-height: 1em;
  padding: 0.2rem 0.4rem;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .product__modal--up__col2--presentaciones .btn_presentacion {
    font-size: 1.05rem;
  }
}
.product__modal--down__descrip {
  margin-bottom: 1rem;
}
.product__modal--down__descrip p {
  color: #5A1300;
  font-size: 0.9rem;
  line-height: 1em;
  margin: 0;
}
.product__modal--down__tiendas {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product__modal--down__tiendas--cadaTienda a {
  align-items: center;
  color: #000;
  display: grid;
  grid-template-columns: 1fr;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.product__modal--down__tiendas--cadaTienda a .texto {
  line-height: 1em;
}
@media (max-width: 500px) {
  .product__modal--down__tiendas--cadaTienda a {
    margin: 0 auto;
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .product__modal--down__tiendas {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .product__modal--down__tiendas {
    grid-template-columns: 1fr 1fr;
  }
}

.cargando {
  text-align: center;
  display: grid;
  grid-column-end: 10;
  grid-column-start: 1;
  justify-content: center;
  width: 100%;
}
.cargando .spinner {
  justify-self: center;
  margin: 0 auto 20px;
}

.spinner {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 11.5px solid;
  border-color: rgba(90, 19, 0, 0.2117647059);
  border-right-color: #5A1300;
  animation: spinner-d3wgkg 1.2s infinite linear;
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 992px) {
  .footer_enlaces {
    display: grid;
    text-align: center;
  }
}
.modal-dialog {
  max-width: 700px !important;
}

.single-products {
  background-color: white !important;
}

.interna-producto .galeria_cont {
  display: flex;
}
.interna-producto .galeria_cont_otras {
  width: 15%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .interna-producto .comprar {
    padding: 0 9%;
  }
}
.interna-producto .acordeon {
  color: black;
  background-color: white;
}
.interna-producto .acordeon .contenedor {
  position: relative;
  margin: 10px 0;
}
.interna-producto .acordeon .etiqueta {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid rgb(27, 43, 80);
}
.interna-producto .acordeon .etiqueta::before {
  content: "+";
  color: black;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}
.interna-producto .acordeon .content {
  position: relative;
  background: white;
  height: 0;
  text-align: justify;
  overflow: hidden;
  transition: 0.5s;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 10px;
}
.interna-producto .acordeon hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}
.interna-producto .acordeon .contenedor.activa .content {
  height: auto;
}
.interna-producto .acordeon .contenedor.activa .etiqueta::before {
  content: "-";
  font-size: 30px;
}

.page-template-page-interna-productos .mentmass .productos_gen--productos .products__prod {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .page-template-page-interna-productos .mentmass .productos_gen--productos .products__prod {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-interna-productos .mentmass .productos_gen--productos .products__prod {
    grid-template-columns: 1fr;
  }
}

.bloque_momentos {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.bloque_momentos label {
  text-align: center;
  cursor: pointer;
}
.bloque_momentos button {
  font-weight: 600;
  color: #5A1300;
  margin-top: 5px;
}
.bloque_momentos img {
  max-width: 97px;
}
.bloque_momentos input:checked + button {
  border-radius: 30px;
  color: white;
}
.bloque_momentos .conFondo {
  background: transparent !important;
}

.banner_ideal img {
  width: 100%;
}

.galeria_cont_otras img {
  cursor: pointer;
}

.productos_relacionados {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 0 10px;
}
.productos_relacionados h3 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: bold;
}
.productos_relacionados a {
  border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.productos_relacionados_cont h4 {
  color: #1B2B50;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .productos_relacionados_cont h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .productos_relacionados_cont .slick-dots {
    display: none !important;
  }
}

.home__franquicias img {
  width: 100%;
}
.home__franquicias .franquicia_home {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__franquicias .franquicia_home .info {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home__franquicias .franquicia_home .info {
    text-align: center;
    padding: 30px 0;
  }
}
.home__franquicias .franquicia_home h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home__franquicias .franquicia_home h3 {
    font-size: 32px;
  }
}
.home__franquicias .franquicia_home p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.home__franquicias .franquicia_home a {
  border-radius: 100px;
}

.btn_producto_taxo {
  color: #454545;
}/*# sourceMappingURL=style.min.css.map */