@charset "UTF-8";
body {
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
}

.bg.bg_registro,
.bg_registro {
  background: url("../img/general/bg_registro.jpg") #000000 center center no-repeat;
}

img {
  max-width: 100%;
}

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

.dim_condensed {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

a {
  color: #fff;
}

.btn-especial {
  padding: 15px 20px;
  color: #273250;
  border-radius: 100%;
  transition: 0.3s all;
}
.btn-especial:hover {
  background-color: #273250;
  color: #fff;
}

.mentmass .cabecera {
  background-color: #e23189;
  padding: 12px 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 {
  max-width: 140px;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
}
@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: 180px 1fr 180px;
  justify-content: center;
  min-height: 66px;
  max-width: 566px;
  width: 50%;
}
.mentmass .cabecera__central .menu__item {
  width: 180px;
}
.mentmass .cabecera__central .menu__item a {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
  font-family: "Montserrat", sans-serif;
}
.mentmass .cabecera__central .menu__item a:hover {
  text-decoration: underline;
  color: #fff;
}
@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;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mentmass .cabecera__iconos--cont ul li {
  padding: 0 0 0 30px;
}
.mentmass .cabecera__iconos--cont ul li.p-especial {
  padding: 0 30px;
}
.mentmass .cabecera__iconos--cont ul li:nth-child(2) {
  border-right: 1.5px solid #fff;
}
.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: #fff;
}
@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("../img/bg_04.jpg") no-repeat center;
  background-size: cover;
}
.mentmass__acceso--acceso {
  align-items: start;
  display: grid;
  padding-bottom: 60px;
}
.mentmass__acceso--acceso h2 {
  color: #584266;
  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: #273250;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  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.especial {
  max-width: 100%;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .mentmass .home_productos--indv.especial {
    max-width: 96%;
  }
}
@media (min-width: 1400px) {
  .mentmass .home_productos--indv.especial {
    max-width: 92%;
  }
}
.mentmass .home_productos--indv.especial img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .mentmass .home_productos--indv.especial img {
    max-height: none;
  }
}
.mentmass .home_productos--indv--cont {
  text-decoration: none;
}
.mentmass .home_productos--indv__label {
  padding: 10px 10px;
  background: #e23189;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.mentmass .home_productos--indv__label h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.mentmass .home_productos--indv__img img {
  max-height: 207px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .mentmass .home_productos--indv__img img {
    max-height: none;
  }
}
.mentmass .home_estilo .slick-dots button::before {
  font-size: 14px;
  color: #e23189;
}
.mentmass .home_estilo h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  color: #273250;
  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 {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 25px;
}
@media (max-width: 768px) {
  .mentmass .home_estilo--indv__cont {
    padding: 10px 25px;
  }
}
.mentmass .home_estilo--indv__icono img {
  max-width: 176px;
  margin: auto;
}
.mentmass .home_estilo--indv__content {
  text-align: center;
}
.mentmass .home_estilo--indv__content h3 {
  padding: 15px 0;
  color: #e23189;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 35px;
  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: #584266;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.mentmass .home_testimonios h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #273250;
}
.mentmass .home_testimonios h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #273250;
  font-size: 30px;
}
.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-track {
  display: flex;
}
.mentmass .home_testimonios--slider .slider__testimonios .slick-arrow {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100%;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  line-height: 1em;
  padding: 10px;
  transition: 0.3s all;
  width: 50px;
  background-color: transparent;
  color: #e23189;
  border: 1px solid #e23189;
}
.mentmass .home_testimonios--slider .slider__testimonios .slick-arrow:hover {
  background-color: #e23189;
  color: #fff;
}
.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: #e23189;
    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: #e23189;
    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 {
  height: auto;
  padding: 0 10px;
}
.mentmass .home_testimonios--slider .slider__testimonios--indv__cont {
  display: flex;
  background: #e23189;
  border-radius: 30px;
  padding: 20px 30px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mentmass .home_testimonios--slider .slider__testimonios--indv--comilla i {
  color: #fff;
  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: #fff;
  font-size: 20px;
  line-height: 1.1em;
  margin: 0 0 8px;
}
.mentmass .home_testimonios--slider .slider__testimonios--indv--content p {
  color: #fff;
  font-size: 18px;
  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: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  color: #273250;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mentmass .home_blog h2 {
    font-size: 30px;
  }
}
.mentmass .home_blog--indv__cont {
  border-radius: 32px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: calc(100% - 12px);
}
@media (max-width: 1400px) {
  .mentmass .home_blog--indv__cont {
    max-height: 400px;
  }
}
.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 {
  border-radius: 30px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.mentmass .home_blog--indv__content h3 {
  color: #273250;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mentmass .home_blog--indv__content h3 strong {
  font-weight: 700;
}
.mentmass .home_blog--indv__content h3 a {
  color: #273250;
  text-decoration: none;
}
.mentmass .home_blog--indv__content h3 a:hover {
  color: #273250;
  text-decoration: underline;
}
.mentmass .home_blog--indv__content p {
  color: #273250;
  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;
  padding-bottom: 10px;
}
.mentmass .home_blog--indv__bg {
  position: relative;
  z-index: 2;
}
.mentmass .home_blog--indv__bg--capa {
  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: "Montserrat", 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 strong {
  font-weight: 700;
}
.mentmass .home_blog--mbindv__content h3 a:hover {
  color: #fff;
  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 {
  text-align: right;
}
.mentmass .home_blog--mbindv__leermas a {
  color: #fff;
  text-decoration: none;
}
.mentmass .home_blog--mbindv__leermas--icon {
  align-items: center;
  border: 2px solid #fff;
  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: #fff;
  display: block;
  font-family: "Montserrat", 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 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.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: "Montserrat", 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 {
  text-align: right;
}
.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: #fff;
  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: #fff;
  display: block;
  font-family: "Montserrat", 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 .home_blog .btn-especial {
  padding: 15px 20px;
  border-radius: 100%;
  background-color: transparent;
  color: #273250;
  transition: 0.3s all;
}
.mentmass .home_blog .btn-especial:hover {
  background-color: #273250;
  color: #fff;
}
.mentmass .home_blog .border-none {
  border-bottom: none;
}
.mentmass .home_newsletter h2 {
  color: #273250;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@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;
}
.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;
}
.mentmass .home_newsletter--formulario .terminos .aceptacion a {
  color: #e23189;
}
@media (max-width: 500px) {
  .mentmass .home_newsletter--formulario {
    padding: 0 20px;
  }
}
.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%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mentmass .productos_gen {
  padding: 0 10rem;
}
@media (max-width: 1600px) {
  .mentmass .productos_gen {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .mentmass .productos_gen {
    padding: 0rem;
  }
}
.mentmass .productos_gen h2 {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 48px;
  text-align: center;
  text-transform: uppercase;
}
.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 .curva {
  height: 30px;
  background-color: #e23189;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.mentmass .productos_gen--menu .products__menu {
  margin-bottom: 20px;
  position: sticky;
  top: 140px;
  transition: 0.3s all;
}
.mentmass .productos_gen--menu .products__menu--cont {
  background-color: #e23189;
  color: black;
  padding: 30px 12px 10px;
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu .products__menu--cont {
    border-top-right-radius: 0;
    height: calc(100vh - 140px);
    overflow-y: auto;
  }
}
.mentmass .productos_gen--menu .products__menu--bloque {
  border-bottom: 1px solid #79747E;
  margin-bottom: 14px;
  padding-bottom: 8px;
}
.mentmass .productos_gen--menu .products__menu--bloque:last-child {
  border-bottom: 0;
}
.mentmass .productos_gen--menu .products__menu--bloque__head {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  padding: 0 18px;
}
.mentmass .productos_gen--menu .products__menu--bloque__head h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
}
.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 {
    font-size: 18px;
  }
}
.mentmass .productos_gen--menu .products__menu--bloque__head span.jtooltip {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: center;
  height: 24px;
  line-height: 1em;
  width: 24px;
}
.mentmass .productos_gen--menu .products__menu--bloque__head span.jtooltip i {
  transform: rotate(180deg);
}
.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;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li:not(:last-child)::after {
  background-color: #f765a6;
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  margin-left: 6%;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li a {
  color: #fff;
  display: block;
  font-weight: 700;
  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: 14px;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #e23189;
  display: grid;
  gap: 0 5px;
  grid-template-areas: "aa bb" "aa cc";
  grid-template-columns: 18px 1fr;
  position: relative;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a::before {
  height: 0;
  position: absolute;
  transition: 0.3s all;
  width: 0;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  top: 33%;
  left: 20px;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a .big {
  grid-area: bb;
  font-weight: 700;
}
.mentmass .productos_gen--menu .products__menu--bloque__options ul li.selected a .little {
  grid-area: cc;
  font-weight: 700;
}
.mentmass .productos_gen--menu .products__menu--bloque__options.abierto {
  height: auto;
  overflow: initial;
}
@media (max-width: 991px) {
  .mentmass .productos_gen--menu .products__menu .curva {
    margin-bottom: -1px;
    margin-right: -1px;
  }
}
.mentmass .productos_gen--menu .products__menu .abrir_menu {
  align-items: center;
  background-color: #F3E6FE;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #fff;
  display: none;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: -40px;
  top: 1px;
  width: 40px;
  z-index: 999999;
}
.mentmass .productos_gen--menu .products__menu .abrir_menu .curva2 {
  position: absolute;
  bottom: 0;
  transform: translate(-42%, 98%);
}
.mentmass .productos_gen--menu .products__menu .abrir_menu span {
  border: 2px solid #584266;
  border-radius: 100%;
  display: flex;
  height: 22px;
  position: absolute;
  width: 22px;
}
.mentmass .productos_gen--menu .products__menu .abrir_menu::before {
  content: "+";
  color: #584266;
}
.mentmass .productos_gen--menu .products__menu .abrir_menu::after {
  content: "Ver todos";
  left: 8px;
  top: 44px;
  position: absolute;
  width: 46px;
  height: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #1D1D1B;
}
@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--indv {
  margin-top: -120px;
  padding-top: 120px;
}
.mentmass .productos_gen--productos .products__prod--indv--indicador h3 {
  text-align: center;
  font-weight: bold;
}
.mentmass .productos_gen--productos .products__prod--indv__cont {
  display: grid;
  gap: 0;
  grid-template-columns: 170px 0.2fr 0.8fr;
  padding: 50px 0;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.mentmass .productos_gen--productos .products__prod--indv__cont:first-child {
  border-top: 1px solid #dadada;
}
@media (max-width: 1200px) {
  .mentmass .productos_gen--productos .products__prod--indv__cont {
    gap: 0 10px;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .mentmass .productos_gen--productos .products__prod--indv__cont {
    display: none;
  }
}
.mentmass .productos_gen--productos .products__prod--indv__contmb {
  display: none;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile {
  border-bottom: 1px solid #8c8c8c;
  margin: 0 auto 20px;
  max-width: 300px;
  overflow: hidden;
  padding: 24px 0;
  position: relative;
  width: 98%;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile .slick-slide img {
  margin: 0 auto;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--imagen {
  text-align: center;
  margin: 0 0 10px;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--logo {
  text-align: center;
  margin: 0 0 10px;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--descripcion p {
  text-align: center;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--empaque {
  text-align: center;
  margin: 0 auto 20px;
  padding: 0 30px;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--beneficios .beneficios .beneficio {
  align-items: center;
  display: grid;
  gap: 0 12px;
  grid-template-columns: 56px 1fr;
  margin: 0 0 16px;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--beneficios .beneficios .beneficio__imagen img {
  border-radius: 100%;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 56px;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--beneficios .beneficios .beneficio__content h3 {
  color: #070308;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--beneficios .beneficios .beneficio__content p {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--btn {
  text-align: center;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--nav {
  display: none;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--nav .navbtn {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: none;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 25%;
  width: 40px;
  z-index: 99;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--nav .navbtn.mostrar {
  display: flex;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--nav .prev {
  left: 0px;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--nav .prev::after {
  content: "Atrás";
  position: absolute;
  width: 50px;
  height: 15px;
  left: 0;
  top: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #7AB100;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--nav .next {
  right: 0px;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile--nav .next::after {
  content: "Ver más";
  position: absolute;
  width: 50px;
  height: 15px;
  left: 0;
  top: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #7AB100;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile .prods_btn_prev {
  background-color: #D7C1E5;
  border: 2px solid #D7C1E5;
  border-radius: 100%;
  color: #584266;
  width: 40px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 30%;
  z-index: 100;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile .prods_btn_prev::after {
  content: "Atrás";
  position: absolute;
  width: 50px;
  height: 15px;
  left: -8px;
  top: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #584266;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile .prods_btn_prev.slick-disabled {
  display: none !important;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile .prods_btn_next {
  background-color: #D7C1E5;
  border: 2px solid #D7C1E5;
  border-radius: 100%;
  color: #584266;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 100;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile .prods_btn_next::after {
  content: "Ver más";
  position: absolute;
  width: 50px;
  height: 15px;
  left: -6px;
  top: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #584266;
}
.mentmass .productos_gen--productos .products__prod--indv__contmb .producto__mobile .prods_btn_next.slick-disabled {
  display: none;
}
@media (max-width: 991px) {
  .mentmass .productos_gen--productos .products__prod--indv__contmb {
    display: block;
  }
}
.mentmass .productos_gen--productos .products__prod--indv--logo {
  text-align: center;
  margin-bottom: 40px;
}
.mentmass .productos_gen--productos .products__prod--indv--logo img {
  max-height: 60px;
}
.mentmass .productos_gen--productos .products__prod--indv--moreinfo {
  align-self: center;
}
.mentmass .productos_gen--productos .products__prod--indv--moreinfo .empaque {
  text-align: center;
}
.mentmass .productos_gen--productos .products__prod--indv--moreinfo .empaque img {
  width: auto;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque0 {
  display: flex;
  align-items: flex-end;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque1--cont, .mentmass .productos_gen--productos .products__prod--indv__bloque2--cont {
  display: flex;
  flex-direction: column;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque1 .empaque img, .mentmass .productos_gen--productos .products__prod--indv__bloque2 .empaque img {
  max-width: 176px;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2, .mentmass .productos_gen--productos .products__prod--indv__bloque1 {
  position: relative;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__cont, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__cont {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  height: 100%;
  gap: 20px;
  position: relative;
  width: 100%;
  z-index: 20;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__contenido, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__contenido {
  display: flex;
  align-items: center;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__descripcion p, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__descripcion p {
  color: #454545;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 2rem 10%;
  font-family: "Montserrat", sans-serif;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__contenido .beneficios .beneficio, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__contenido .beneficios .beneficio {
  display: grid;
  gap: 0 12px;
  grid-template-columns: 70px 1fr;
  margin: 0 0 14px;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__contenido .beneficios .beneficio__imagen img, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__contenido .beneficios .beneficio__imagen img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 70px;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__contenido .beneficios .beneficio__content h3, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__contenido .beneficios .beneficio__content h3 {
  color: #273250;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.1em;
  margin: 0 0 4px;
  margin-bottom: 0.6rem;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__contenido .beneficios .beneficio__content p, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__contenido .beneficios .beneficio__content p {
  font-family: "Montserrat", sans-serif;
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 auto;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__maquina, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__maquina {
  position: relative;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__maquina:hover .detalle__maquina__bg.mascara img, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__maquina:hover .detalle__maquina__bg.mascara img {
  opacity: 0;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__maquina:hover .detalle__maquina__hover, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__maquina:hover .detalle__maquina__hover {
  display: block;
  opacity: 1;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__maquina:hover .detalle__maquina__hover img, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__maquina:hover .detalle__maquina__hover img {
  opacity: 1;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__maquina__hover, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__maquina__hover {
  cursor: pointer;
  position: absolute;
  transition: 0.3s all;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__maquina__hover img, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__maquina__hover img {
  opacity: 0;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .detalle__maquina__bg img, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .detalle__maquina__bg img {
  transition: 0.3s all;
  display: initial;
  opacity: 1;
}
.mentmass .productos_gen--productos .products__prod--indv__bloque2 .bg, .mentmass .productos_gen--productos .products__prod--indv__bloque1 .bg {
  background-color: #1d1d1b;
  border: 4px solid #fff;
  border-radius: 100%;
  bottom: 60px;
  left: 40px;
  height: 275px;
  position: absolute;
  width: 275px;
  z-index: 10;
}
@media (max-width: 768px) {
  .mentmass .blogg_header img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mentmass .blogg_header .texto {
  position: absolute;
  bottom: 15%;
}
.mentmass .blogg_header .texto h1 {
  border-radius: 0 50px 50px 0;
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 56px;
  background: rgba(226, 49, 137, 0.4901960784);
}
@media (max-width: 768px) {
  .mentmass .blogg_header .texto h1 {
    font-size: 24px;
  }
}
.mentmass .blogg_intro {
  padding: 60px 8px;
}
.mentmass .blogg_intro h1 {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 32px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mentmass .blogg_intro h1 {
    font-size: 48px;
    margin: 0 0 16px;
  }
}
@media (max-width: 768px) {
  .mentmass .blogg_intro h1 {
    font-size: 38px;
    margin: 0 0 16px;
  }
}
.mentmass .blogg_intro p {
  color: #1D1D1B;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .mentmass .blogg_intro p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .mentmass .blogg_intro p {
    font-size: 16px;
  }
}
@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: #fff;
  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_entradas--entradas {
  display: flex;
  flex-wrap: wrap;
}
.mentmass .blogg_entradas .entrada {
  border-radius: 12px;
  margin: 0 0 50px;
  overflow: hidden;
}
.mentmass .blogg_entradas .entrada__grande {
  background-color: transparent;
  color: #fff;
  width: 100%;
}
.mentmass .blogg_entradas .entrada__grande--indv__cont {
  border-radius: 32px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: calc(100% - 12px);
}
.mentmass .blogg_entradas .entrada__grande--indv__content {
  align-items: end;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.mentmass .blogg_entradas .entrada__grande--indv__content--cont {
  width: 100%;
  border-radius: 30px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.mentmass .blogg_entradas .entrada__grande--indv__content h3 {
  color: #273250;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__grande--indv__content h3 a {
  color: #273250;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__grande--indv__content h3 a:hover {
  color: #273250;
  text-decoration: underline;
}
.mentmass .blogg_entradas .entrada__grande--indv__content p {
  color: #273250;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
}
.mentmass .blogg_entradas .entrada__grande--indv__content--btn {
  text-align: right;
  padding-bottom: 10px;
}
.mentmass .blogg_entradas .entrada__grande--indv__bg {
  position: relative;
  z-index: 2;
}
.mentmass .blogg_entradas .entrada__grande--indv__bg--capa {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.mentmass .blogg_entradas .entrada__grande--indv__bg--fondo img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .blogg_entradas .entrada__grande--mbindv {
  padding: 10px;
}
.mentmass .blogg_entradas .entrada__grande--mbindv.blogpostppal {
  padding: 0;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__cont {
  align-items: center;
  display: grid;
  gap: 0 8px;
  grid-template-columns: 80px 1fr 50px;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__foto a {
  display: block;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__foto a img {
  border-radius: 6px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__content h3 strong {
  font-weight: 700;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__content h3 a {
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__content h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__content p {
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__leermas {
  text-align: right;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__leermas a {
  color: #fff;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__leermas--icon {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 26px;
  margin: 0 auto 3px;
  width: 26px;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__leermas--texto {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal {
  background-color: #fff;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__imagen img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__contenido {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 60px;
  padding: 12px;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__contenido h3 {
  color: #1D1D1B;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__contenido h3 a {
  color: #1D1D1B;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__contenido__leermas {
  text-align: right;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__contenido__leermas a {
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__contenido__leermas a .--icon {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 40px;
  margin: 0 auto 3px;
  width: 40px;
}
.mentmass .blogg_entradas .entrada__grande--mbindv__blogppal__contenido__leermas a .--texto {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .mentmass .blogg_entradas .entrada__grande--mbindv {
    border-bottom: 1px solid #dadada;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__grande__cont .entrada__cont--contenido .entrada__cont--foto img {
    border-radius: 4px;
    max-height: 100px;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__grande__cont .entrada__cont--contenido .entrada__cont--contenido__cont--contenido h2 {
    color: #1D1D1B;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 8px;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__grande__cont .entrada__cont--contenido .entrada__cont--contenido__cont--contenido p {
    color: #1D1D1B;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__grande__cont .entrada__cont--contenido .entrada__cont--contenido__cont--contenido__btn {
    display: none;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__grande__cont .entrada__cont--contenido {
    align-items: center;
    display: grid;
    gap: 0 8px;
    grid-template-columns: 100px 1fr 80px;
  }
}
.mentmass .blogg_entradas .entrada__grande__cont .home_blog--indv__content--cont {
  align-items: end;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.mentmass .blogg_entradas .entrada__grande__cont .home_blog--indv__content--cont--cont {
  border-radius: 30px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.mentmass .blogg_entradas .entrada__grande__cont .home_blog--indv__content--cont h3 {
  color: #273250;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__grande__cont .home_blog--indv__content--cont h3 a {
  color: #273250;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__grande__cont .home_blog--indv__content--cont h3 a:hover {
  color: #273250;
  text-decoration: underline;
}
.mentmass .blogg_entradas .entrada__grande__cont .home_blog--indv__content--cont p {
  color: #273250;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 8px;
}
.mentmass .blogg_entradas .entrada__grande__cont .home_blog--indv__content--cont--btn {
  text-align: right;
  padding-bottom: 10px;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont {
  padding: 4px;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido h2 {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 22px 0;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido h2 a {
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido h2 a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido h2 {
    font-size: 36px;
  }
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido p {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido__btn {
  text-align: right;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__cont--contenido__btn .btn {
  font-size: 16px;
  min-width: 140px;
  padding: 8px 24px;
  text-transform: initial;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__mobile {
  display: none;
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__mobile a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__grande .entrada__cont--contenido__mobile {
    display: block;
  }
}
.mentmass .blogg_entradas .entrada__grande .entrada__cont--foto img {
  border-radius: 20px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__grande {
    width: 100%;
  }
}
.mentmass .blogg_entradas .entrada__peq {
  padding: 10px;
  width: 50%;
}
.mentmass .blogg_entradas .entrada__peq--indv__cont {
  max-height: 400px;
  border-radius: 32px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: calc(100% - 12px);
}
.mentmass .blogg_entradas .entrada__peq--indv__content {
  align-items: end;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.mentmass .blogg_entradas .entrada__peq--indv__content--cont {
  width: 100%;
  border-radius: 30px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.mentmass .blogg_entradas .entrada__peq--indv__content h3 {
  color: #273250;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__peq--indv__content h3 a {
  color: #273250;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__peq--indv__content h3 a:hover {
  color: #273250;
  text-decoration: underline;
}
.mentmass .blogg_entradas .entrada__peq--indv__content p {
  color: #273250;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
}
.mentmass .blogg_entradas .entrada__peq--indv__content--btn {
  text-align: right;
  padding-bottom: 10px;
}
.mentmass .blogg_entradas .entrada__peq--indv__bg {
  position: relative;
  z-index: 2;
}
.mentmass .blogg_entradas .entrada__peq--indv__bg--capa {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.mentmass .blogg_entradas .entrada__peq--indv__bg--fondo {
  background-color: #fadaec;
  height: 500px;
}
.mentmass .blogg_entradas .entrada__peq--indv__bg--fondo img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .blogg_entradas .entrada__peq--mbindv {
  padding: 10px;
}
.mentmass .blogg_entradas .entrada__peq--mbindv.blogpostppal {
  padding: 0;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__cont {
  align-items: center;
  display: grid;
  gap: 0 8px;
  grid-template-columns: 80px 1fr 50px;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__foto a {
  display: block;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__foto a img {
  border-radius: 6px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__content h3 strong {
  font-weight: 700;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__content h3 a {
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__content h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__content p {
  color: #1D1D1B;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__leermas {
  text-align: right;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__leermas a {
  color: #fff;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__leermas--icon {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 26px;
  margin: 0 auto 3px;
  width: 26px;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__leermas--texto {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal {
  background-color: #fff;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__imagen img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__contenido {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 60px;
  padding: 12px;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__contenido h3 {
  color: #1D1D1B;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__contenido h3 a {
  color: #1D1D1B;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__contenido__leermas {
  text-align: right;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__contenido__leermas a {
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__contenido__leermas a .--icon {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  display: flex;
  font-size: 12px;
  justify-content: center;
  height: 40px;
  margin: 0 auto 3px;
  width: 40px;
}
.mentmass .blogg_entradas .entrada__peq--mbindv__blogppal__contenido__leermas a .--texto {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .mentmass .blogg_entradas .entrada__peq--mbindv {
    border-bottom: 1px solid #dadada;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__peq__cont .entrada__cont--contenido .entrada__cont--foto img {
    border-radius: 4px;
    max-height: 100px;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__peq__cont .entrada__cont--contenido .entrada__cont--contenido__cont--contenido h2 {
    color: #1D1D1B;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 8px;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__peq__cont .entrada__cont--contenido .entrada__cont--contenido__cont--contenido p {
    color: #1D1D1B;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__peq__cont .entrada__cont--contenido .entrada__cont--contenido__cont--contenido__btn {
    display: none;
  }
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__peq__cont .entrada__cont--contenido {
    align-items: center;
    display: grid;
    gap: 0 8px;
    grid-template-columns: 100px 1fr 80px;
  }
}
.mentmass .blogg_entradas .entrada__peq__cont .home_blog--indv__content--cont {
  align-items: end;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.mentmass .blogg_entradas .entrada__peq__cont .home_blog--indv__content--cont--cont {
  border-radius: 30px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.mentmass .blogg_entradas .entrada__peq__cont .home_blog--indv__content--cont h3 {
  color: #273250;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__peq__cont .home_blog--indv__content--cont h3 a {
  color: #273250;
  text-decoration: none;
}
.mentmass .blogg_entradas .entrada__peq__cont .home_blog--indv__content--cont h3 a:hover {
  color: #273250;
  text-decoration: underline;
}
.mentmass .blogg_entradas .entrada__peq__cont .home_blog--indv__content--cont p {
  color: #273250;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 8px;
}
.mentmass .blogg_entradas .entrada__peq__cont .home_blog--indv__content--cont--btn {
  text-align: right;
  padding-bottom: 10px;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont {
  padding: 4px;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido h2 {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 22px 0;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido h2 a {
  color: #1D1D1B;
  text-decoration: none;
  transition: 0.3s all;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido h2 a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido h2 {
    font-size: 36px;
  }
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido p {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido__btn {
  text-align: right;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__cont--contenido__btn .btn {
  font-size: 16px;
  min-width: 140px;
  padding: 8px 24px;
  text-transform: initial;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__mobile {
  display: none;
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__mobile a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__peq .entrada__cont--contenido__mobile {
    display: block;
  }
}
.mentmass .blogg_entradas .entrada__peq .entrada__cont--foto img {
  border-radius: 20px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 600px) {
  .mentmass .blogg_entradas .entrada__peq {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mentmass .blogg_entradas .entrada {
    border-radius: 0;
    margin: 0 0 22px;
  }
}
.mentmass .blogi__completo {
  padding-bottom: 40px;
}
.mentmass .blogi__separador {
  border-bottom: 2px solid #8E8E8D;
}
.mentmass .blogi__cuerpo {
  margin: 0 auto;
  max-width: 1920px;
}
.mentmass .blogi__cuerpo--glob {
  display: grid;
  grid-template-columns: minmax(0, auto) 400px;
}
@media (max-width: 1200px) {
  .mentmass .blogi__cuerpo--glob {
    grid-template-columns: minmax(0, auto) 300px;
  }
}
@media (max-width: 768px) {
  .mentmass .blogi__cuerpo--glob {
    display: block;
  }
}
.mentmass .blogi__content {
  margin: 0 auto;
  max-width: 990px;
  padding: 60px 30px;
}
.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 10px;
  }
}
.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: "Montserrat", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .blogi__content__head h2 {
  color: #1D1D1B;
  font-size: 35px;
  font-style: normal;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
.mentmass .blogi__content__head--redes {
  text-align: right;
}
.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: #273250;
  font-family: "Montserrat", 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: #F3E6FE;
  color: #fff;
}
.mentmass .blogi__sidebar__cont {
  background-color: #e23189;
  padding: 1rem;
  color: #fff;
}
.mentmass .blogi__sidebar .curva {
  background: #fff;
}
@media (max-width: 991px) {
  .mentmass .blogi__sidebar .curva {
    margin-bottom: -1px;
  }
}
.mentmass .blogi__sidebar h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  margin: 20px 15px;
  text-align: left;
}
@media (max-width: 768px) {
  .mentmass .blogi__sidebar h2 {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 800px;
  }
}
.mentmass .blogi__sidebar .sidebar__entries {
  margin-bottom: 100px;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry {
  border-bottom: 1.5px solid #7F9BB1;
  margin-bottom: 10px;
  padding: 30px 0;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry:nth-child(1) {
  border-top: 1.5px solid #7F9BB1;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry__cont {
  align-items: center;
  display: flex;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_foto {
  margin: 0 0 12px;
}
.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: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  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: #273250;
  text-decoration: none;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido h3 a:hover {
  text-decoration: underline;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry_contenido h3 strong {
  font-weight: 700;
}
@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: #fff;
  font-size: 16px;
  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: #fff;
  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;
  }
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry .entrada__peq--mbindv__leermas {
  margin-top: 30px;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry .btn-especial {
  color: #e23189;
  background-color: #fff;
}
.mentmass .blogi__sidebar .sidebar__entries .sidebar__entry .btn-especial:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
@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 .productos_relacionados .producto__cont {
  text-align: center;
}
.mentmass .productos_relacionados .producto__imagen {
  margin-bottom: 20px;
}
.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 {
  color: #273250;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  min-height: 50px;
  text-align: center;
  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: #8c8c8c;
  border: 0;
  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: #fff;
}
.mentmass .contactanos {
  background: url("../img/fondo-contacto.png") no-repeat center;
  color: #fff;
  padding: 4rem 2rem;
  background-size: cover;
}
.mentmass .contactanos__cont__sec {
  margin: 0 auto;
  max-width: 1400px;
}
.mentmass .contactanos__cont__sec p {
  color: #273250;
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
}
.mentmass .contactanos__cont__sec h1 {
  color: #273250;
  font-size: 60px;
  line-height: 1.1em;
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .mentmass .contactanos__cont__sec h1 {
    font-size: 40px;
  }
}
.mentmass .contactanos__cont {
  display: grid;
  gap: 0 150px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 12px 80px 0;
}
@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__bloqform--cont > p {
  color: #273250;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 40px;
}
.mentmass .contactanos__bloqform h1 {
  color: #273250;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .mentmass .contactanos__bloqform h1 {
    font-size: 40px;
  }
}
.mentmass .contactanos__formulario {
  color: #273250;
}
.mentmass .contactanos__formulario textarea {
  height: 140px;
  resize: none;
}
.mentmass .contactanos__bloqmapa--mapa {
  margin-bottom: 20px;
}
.mentmass .contactanos__bloqmapa--mapa img {
  border-radius: 10px;
  max-width: 100%;
}
.mentmass .contactanos__bloqmapa--datos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mentmass .contactanos__bloqmapa--datos ul li {
  color: #273250;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 14px;
}
.mentmass .contactanos__bloqmapa--datos ul li .icono {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}
.mentmass .contactanos__bloqmapa--datos ul li .texto a {
  color: #273250;
  text-decoration: none;
  transition: 0.3s all;
}
.mentmass .contactanos__bloqmapa--datos ul li .texto a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .mentmass .contactanos__bloqmapa--datos ul li {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .mentmass .contactanos__bloqmapa--datos ul li {
    font-size: 14px;
  }
}
.mentmass .pagina {
  background: #fff;
}
.mentmass .pagina__int {
  margin: 0 auto;
  max-width: 1300px;
  padding: 120px 0;
}
.mentmass .pagina h1 {
  color: #273250;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  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: 20px;
  line-height: 1.1em;
  padding: 0 12px;
  font-family: "Montserrat", sans-serif;
}
.mentmass .pag404 {
  background: #fff;
}
.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: #e23189;
  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: #1D1D1B;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.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 .busqueda {
  position: relative;
}
.mentmass .busqueda::before {
  background: #fff;
  content: "";
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mentmass .busqueda::after {
  background: #fff;
  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: #273250;
  font-size: 61px;
  font-family: "Montserrat", sans-serif;
  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 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.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 #fff;
  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;
}

body .bandera__menu {
  font-size: 14px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
body .bandera__menu--seleccionado {
  position: absolute;
  top: 0;
  width: 180px;
  border: 2px solid #fff;
  border-radius: 30px;
}
body .bandera__menu--seleccionado .abrir_boton {
  text-decoration: none;
  font-size: 14px !important;
}
body .bandera__menu--seleccionado .abrir {
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 1em;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 6px;
}
body .bandera__menu--seleccionado .pais_seleccionado {
  align-items: center;
  color: #ffffff;
  display: flex;
  gap: 0 12px;
  margin-bottom: 0;
  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;
}
body .bandera__menu--abierto {
  display: none;
  position: absolute;
  top: 0;
  width: 180px;
}
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: #FAFAFB;
  border-radius: 22px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
body .bandera__menu--abierto ul li:hover {
  color: #fff;
}
body .bandera__menu--abierto ul li:hover a {
  color: #fff;
  background-color: #e23189;
}
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;
}
body .bandera__menu .bandera__cerrar,
body .bandera__menu .bandera__menu--abierto a {
  color: #000 !important;
  font-size: 14px !important;
}
@media (max-width: 991px) {
  body .bandera__menu {
    width: 180px;
  }
}

.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: #fff;
  font-size: 18px;
  text-decoration: none;
}
.main-menu li a:hover {
  color: #e23189;
  text-decoration: underline;
}

.menu_responsive a {
  display: block;
  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: #e23189;
  display: none;
  color: #fff;
  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: 0 calc(2vw + 10px);
}
.menu_responsive_contenedor .menu_contenedor .barra a {
  color: #fff;
  font-size: 32px;
}
.menu_responsive_contenedor .menu_contenedor .barra div.banderas {
  margin-top: -45px;
}
.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;
}
.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 #fff;
  padding: 0 16px;
}
.menu_responsive_contenedor .menu_contenedor .menu ul li a {
  color: #FAFAFB;
  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: #584266;
  border-radius: 30px;
  color: white;
}
.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: #fff;
}

.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: #fff;
  text-decoration: none;
}

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

.menu_responsive_cont.activo {
  left: 0;
}

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

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

#um-submit-btn,
.um-button.um-alt,
.btn {
  background: #273250;
  color: white;
  border-radius: 24px;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15em;
  min-width: 180px;
  padding: 12px 32px;
  text-transform: uppercase;
}
#um-submit-btn:hover,
.um-button.um-alt:hover,
.btn:hover {
  background-color: #e23189;
  color: #ffffff;
  text-decoration: none;
}
#um-submit-btn-primario,
.um-button.um-alt-primario,
.btn-primario {
  min-width: 280px;
}
#um-submit-btn_packs,
.um-button.um-alt_packs,
.btn_packs {
  background-color: #e23189;
  border: 1px solid #e23189;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  min-width: 90px;
  padding: 6px 16px;
  transition: 0.3s all;
}
#um-submit-btn_packs:hover,
.um-button.um-alt_packs:hover,
.btn_packs:hover {
  background-color: #F3E6FE;
  color: #121212;
}
@media (max-width: 991px) {
  #um-submit-btn_packs,
  .um-button.um-alt_packs,
  .btn_packs {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #um-submit-btn,
  .um-button.um-alt,
  .btn {
    font-size: 18px;
    min-width: 140px;
    padding: 10px 26px;
  }
}

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

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

.footer {
  background-color: #e23189;
  color: #fff;
}
.footer_enlaces {
  display: flex;
  gap: 10px;
}
.footer_enlaces p {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.footer_enlaces a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  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__copyright p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1em;
}
.footer__copyright p a {
  color: #fff;
  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: space-between;
}
.footer__menumin__menu {
  width: 50%;
}
.footer__menumin__menu ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menumin__menu ul li a {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
  font-family: "Montserrat", sans-serif;
}
.footer__menumin__menu ul li a:hover {
  color: #fff;
  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: left;
  }
}
@media (max-width: 600px) {
  .footer__menumin__menu {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__menumin {
    display: block;
  }
}
.footer__social {
  width: 50%;
}
.footer__social ul {
  display: flex;
  justify-content: initial;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social ul li {
  padding: 0 0 0 30px;
}
.footer__social ul li:nth-child(1) {
  border-right: 1.5px solid #fff;
  padding-right: 30px;
}
.footer__social ul li a {
  color: #fff;
  font-size: 24px;
  transition: 0.3s all;
}
.footer__social ul li a:hover {
  color: #fff;
}
@media (max-width: 600px) {
  .footer__social ul {
    justify-content: start;
  }
}

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

.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: #fff;
  border-radius: 20px;
  color: #584266;
  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: #e23189;
}
@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 {
  background-color: #e23189;
  color: #fff;
  border-radius: 100%;
  opacity: 1;
  background-color: #4f7b33;
  filter: invert(1);
}

.product__modal--beneficios .beneficio {
  display: grid;
  align-items: center;
  gap: 15px;
  grid-template-columns: 0.3fr 1fr;
}
.product__modal--beneficios .beneficio h3 {
  color: #070308;
  font-style: normal;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 4px;
  margin-bottom: 0.6rem;
}
.product__modal--beneficios .beneficio p {
  font-family: "Montserrat", sans-serif;
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 auto;
}
.product__modal--cont {
  display: grid;
  gap: 40px;
  grid-template-columns: 300px 1fr;
}
@media (max-width: 991px) {
  .product__modal--cont {
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .product__modal--col1__contenidos {
    align-self: center;
    order: 2;
  }
}
.product__modal--col1 h3 {
  color: #273250;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.product__modal--col1 h4 {
  color: #273250;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 8px;
  text-align: center;
}
.product__modal--col1 p {
  color: #273250;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .product__modal--col1 {
    display: grid;
    grid-template-columns: 100px 1fr;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product__modal--col2 {
    margin: 0 auto;
    max-width: 400px;
  }
}
.product__modal--maquinas__indv {
  display: none;
}
.product__modal--maquinas__indv.mostrar {
  display: block;
}
.product__modal--maquinas__indv img {
  width: 100%;
}
@media (max-width: 991px) {
  .product__modal--maquinas {
    order: 1;
  }
}
.product__modal--beneficio {
  margin: 0 0 16px;
}
.product__modal--beneficio h4 {
  color: #070308;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 4px;
}
.product__modal--beneficio p {
  color: #273250;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.product__modal--pack {
  margin: 0 0 24px;
}
.product__modal--tiendas h3 {
  color: #273250;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
.product__modal--tiendas h3 svg {
  margin-right: 16px;
}
.product__modal--tiendas__general {
  display: flex;
  flex-wrap: wrap;
}
.product__modal--tiendas__personalizadas--cadauno {
  display: none;
  flex-wrap: wrap;
}
.product__modal--tiendas__personalizadas--cadauno__cadatienda {
  width: 50%;
}
.product__modal--tiendas__personalizadas--cadauno__cadatienda a {
  color: #454545;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .product__modal--tiendas__personalizadas--cadauno__cadatienda {
    width: 100%;
  }
}
.product__modal--tiendas__personalizadas--cadauno.mostrar {
  display: flex;
}
.product__modal--tienda {
  width: 50%;
}
.product__modal--tienda a {
  color: #454545;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .product__modal--tienda {
    width: 100%;
  }
}

.cargando {
  text-align: center;
  display: grid;
  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: #273250;
  border-right-color: #fff;
  animation: spinner-d3wgkg 1.2s infinite linear;
}

/* Estilos Generales */

  
.sidebar__entry_contenido h3{
    margin-top: 6px
}
  
.product__modal--col1 h1{
    color: #003764;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}


.busqueda .sidebar__adsi__cont{
    position: relative;
}

.busqueda .sidebar__adsi__btn{
    position: absolute;
    bottom: 85px;
    left: 25%;
    text-align: center;
}
@media (max-width: 1200px) {
    .busqueda .sidebar__adsi__btn{
        position: absolute;
        bottom: 60px;
        left: 17%;
        text-align: center;
    }
  }
  
  
 


@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 992px) {
  .footer_enlaces {
    display: grid;
    text-align: center;
  }
}/*# sourceMappingURL=style.min.css.map */