/*
negocio/plantillas/panels/0101heropaginainterior/style.css
negocio/plantillas/panels/2400texto/style.css
negocio/plantillas/panels/0304imgtextoprecio/style.css
negocio/plantillas/panels/0303imgtextoregala/style.css
*/
.mdl-herointerior .hero {
  width: 100vw;
  height: 56.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
.mdl-herointerior .hero .hero-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 58.3rem;
}
.mdl-herointerior .hero .hero-content .title {
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.35);
  font-family: "Barlow";
  font-size: 6.5rem;
  line-height: 0.98;
  letter-spacing: 0.006rem;
  text-align: center;
}
@media (max-width: 769px) {
  .mdl-herointerior .hero .hero-content .title {
    font-size: 5.5rem;
    line-height: 1.16;
    letter-spacing: 0.005rem;
    position: inherit;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior .hero .hero-content .title {
    font-size: 4.5rem;
    line-height: 1.42;
    letter-spacing: 0.004rem;
  }
}
.mdl-herointerior .hero .hero-content .pre-title {
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.35);
  font-family: "Montserrat";
  font-size: 2.1rem;
  line-height: 1.71;
  letter-spacing: 0.338rem;
  text-align: center;
}
@media (max-width: 769px) {
  .mdl-herointerior .hero .hero-content .pre-title {
    font-size: 1.8rem;
    line-height: 2.9;
    letter-spacing: 0.433;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior .hero .hero-content .pre-title {
    font-size: 1.7rem;
    line-height: 4.59;
    letter-spacing: 0.274rem;
  }
}
.mdl-herointerior .hero .mouse_scroll {
  display: none;
}
.mdl-herointerior .hero-nav {
  padding: 0.14rem 6.7rem;
}
.mdl-herointerior.landing .hero {
  height: 92rem;
  align-items: center;
  position: relative;
}
.mdl-herointerior.landing .hero .mouse_scroll {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  bottom: 9rem;
  cursor: pointer;
  transform: translateX(50%);
  align-items: center;
}
.mdl-herointerior.landing .hero .mouse_scroll .mouse {
  height: 2.8rem;
  width: 1.6rem;
  border-radius: 14px;
  border: 0.2rem solid white;
}
.mdl-herointerior.landing .hero .mouse_scroll .mouse .wheel {
  display: block;
  margin: 0.5rem auto;
  background: white;
  position: relative;
  height: 0.6rem;
  width: 0.2rem;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}
.mdl-herointerior.landing .hero .mouse_scroll .arrows-container {
  align-items: center;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows {
  display: block;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 0.1rem solid white;
  border-bottom: 0.1rem solid white;
  width: 0.8rem;
  height: 0.8rem;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.unu,
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.doi,
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-direction: alternate;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-top: -0.3rem;
}
.mdl-herointerior.landing
  .hero
  .mouse_scroll
  .arrows-container
  .m_scroll_arrows.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin-top: -0.3rem;
}
@media (max-width: 769px) {
  .mdl-herointerior.landing .hero .mouse_scroll {
    display: none;
  }
}
@media (max-width: 1025px) {
  .mdl-herointerior.landing .hero {
    height: 75rem;
  }
}
@media (max-width: 769px) {
  .mdl-herointerior.landing .hero {
    height: 92rem;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior.landing .hero {
    height: 82rem;
  }
}
@media (max-width: 551px) {
  .mdl-herointerior .hero .hero-content .title {
    font-size: 4.5rem;
  }
  .mdl-herointerior .hero .hero-content .pre-title {
    line-height: 1.71;
    letter-spacing: -0.1rem;
  }
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 0.2rem;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 0.2rem;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 0.2rem;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 0.2rem;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 0.2rem;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 0.2rem;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.readmoreinit {
  overflow: hidden;
  transition: 0.3s ease all;
}
.read-more {
  display: flex;
  flex-direction: column;
  font-family: "Barlow-SemiBold";
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  color: #b5b5b5;
  cursor: pointer;
  margin-top: 1rem;
}
.read-more .less {
  display: none;
}
@media (max-width: 769px) {
  .read-more {
    font-size: 2.6rem;
    line-height: 1.77;
    letter-spacing: 0.002rem;
  }
}
@media (max-width: 551px) {
  .read-more {
    font-size: 2.2rem;
    line-height: 1.35;
  }
}
.mdl-texto {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: white;
  color: #2c2c2c;
}
.mdl-texto.morePadding {
  padding: 7.8rem 0 !important;
}
@media (max-width: 1025px) {
  .mdl-texto.morePadding {
    padding: 6.5rem 2.5rem !important;
    width: calc(100vw - 5rem) !important;
  }
}
@media (max-width: 551px) {
  .mdl-texto.morePadding {
    padding: 4rem 1.3rem !important;
    width: calc(100vw - 2.6rem) !important;
  }
}
.mdl-texto.bgBlack {
  background-color: black;
  color: white;
  background-image: url("/content/img/fondo-texto.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mdl-texto .bloc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  max-width: 76.1rem;
  z-index: 1;
}
.mdl-texto .bloc-content .text {
  font-family: "Barlow-Medium";
  font-size: 2.8rem;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.71;
  letter-spacing: 0.003rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .mdl-texto {
    padding: 2rem 0 7.5rem;
  }
}
@media (max-width: 769px) {
  .mdl-texto {
    padding: 6.5rem 2.5rem 6.3rem !important;
    width: calc(100vw - 5rem);
  }
  .mdl-texto .bloc-content {
    max-width: 100%;
  }
  .mdl-texto .bloc-content .text {
    font-size: 2.6rem;
    line-height: 1.77;
    letter-spacing: 0.002rem;
  }
}
@media (max-width: 551px) {
  .mdl-texto {
    padding: 4rem 1.3rem !important;
    width: calc(100vw - 2.6rem);
  }
  .mdl-texto .bloc-content .text {
    font-size: 2.2rem;
    line-height: 1.35;
  }
}

.mdl-imgtextoprecio {
  max-width: 100%;
  min-height: 82.5rem;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  flex-direction: row;
}
.mdl-imgtextoprecio.bgBlack {
  color: #fff;
  background-color: #000;
}
.mdl-imgtextoprecio.reverse {
  flex-direction: row-reverse;
}
.mdl-imgtextoprecio .bloc1,
.mdl-imgtextoprecio .bloc2 {
  width: 50%;
}
.mdl-imgtextoprecio .bloc1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mdl-imgtextoprecio .bloc1 .titulo {
  margin-bottom: 3.1rem;
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 6.5rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.98;
  letter-spacing: 0.006rem;
}
.mdl-imgtextoprecio .bloc1 .texto {
  max-width: 46.9rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
}
.mdl-imgtextoprecio .bloc1 .precio {
  width: 12.6rem;
  height: 12.6rem;
  margin-bottom: 6.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.2rem #585858;
  border-radius: 50%;
  font-family: "Barlow";
  font-size: 6rem;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 0.006rem;
}
.mdl-imgtextoprecio .bloc1 .boton {
  padding: 0.4rem 2.5rem 0.4rem 2.6rem;
  border: solid 0.2rem #7e7e7e;
  cursor: pointer;
  font-family: "Barlow-Medium";
  font-size: 2.8rem;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.71;
  letter-spacing: 0.003rem;
  text-align: center;
  text-transform: uppercase;
}
.mdl-imgtextoprecio .bloc1 .boton:hover {
  background-color: #7e7e7e;
  color: #fff;
}
.mdl-imgtextoprecio .bloc2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1025px) {
  .mdl-imgtextoprecio {
    max-width: 100%;
    min-height: 74.5rem;
  }
  .mdl-imgtextoprecio .bloc1 {
    margin: 0;
    justify-content: center;
    padding-bottom: 0;
    padding: 5rem 2rem;
    width: calc(50% - 4rem);
  }
  .mdl-imgtextoprecio .bloc1 .titulo {
    font-size: 4.5rem;
    line-height: 1.16;
    letter-spacing: 0.005rem;
    margin-bottom: 2.2rem;
    width: 100%;
    text-align: center;
  }
  .mdl-imgtextoprecio .bloc1 .texto {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.59;
    margin-bottom: 3rem;
  }
  .mdl-imgtextoprecio .bloc1 .precio {
    margin-bottom: 3rem;
  }
  .mdl-imgtextoprecio .bloc1 .boton {
    margin-bottom: 1rem;
  }
}
@media (max-width: 551px) {
  .mdl-imgtextoprecio {
    flex-direction: column-reverse !important;
  }
  .mdl-imgtextoprecio .bloc1,
  .mdl-imgtextoprecio .bloc2 {
    max-width: 100%;
    width: 100%;
  }
  .mdl-imgtextoprecio .bloc1 {
    width: calc(100% - 4rem);
  }
  .mdl-imgtextoprecio .bloc1 .titulo {
    font-size: 4.5rem;
    line-height: 1.42;
  }
  .mdl-imgtextoprecio .bloc1 .texto {
    font-size: 1.7rem;
    line-height: 1.76;
  }
  .mdl-imgtextoprecio .bloc2 {
    min-height: 30rem;
    background-position: top;
  }
  .mdl-imgtextoprecio .titulo {
    text-align: center;
  }
}

.mdl-imgtextoregala {
  max-width: 100%;
  min-height: 82.5rem;
  margin: 0 auto;
  background-color: black;
}
.mdl-imgtextoregala .bloc1,
.mdl-imgtextoregala .bloc2 {
  width: 50%;
}
.mdl-imgtextoregala .bloc1 > *,
.mdl-imgtextoregala .bloc2 > * {
  text-align: center;
}
.mdl-imgtextoregala .bloc1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 0 10rem;
}
.mdl-imgtextoregala .bloc1 .titulo {
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 6.5rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.98;
  letter-spacing: 0.006rem;
}
.mdl-imgtextoregala .bloc1 .texto {
  max-width: 46.9rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.72;
}
.mdl-imgtextoregala .bloc1 .options {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
  padding: 1rem;
}
.mdl-imgtextoregala .bloc1 .options .item {
  width: 25.3rem;
  margin-bottom: 3.5rem;
}
.mdl-imgtextoregala .bloc1 .options .item:last-child {
  margin-left: 2rem;
}
.mdl-imgtextoregala .bloc1 .options .item .item-icon {
  margin-bottom: 1.8rem;
}
.mdl-imgtextoregala .bloc1 .options .item .item-icon .text-icon {
  margin-bottom: -2rem;
  opacity: 0.35;
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 6.5rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.98;
  letter-spacing: 0.006rem;
}
.mdl-imgtextoregala .bloc1 .options .item .item-icon .icono {
  width: auto;
  height: 6.5rem;
}
.mdl-imgtextoregala .bloc1 .options .item .item-text {
  text-transform: uppercase;
  font-family: "Barlow-Medium";
  font-size: 2.8rem;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.07;
  letter-spacing: 0.003rem;
}
.mdl-imgtextoregala .bloc1 .comprar {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.8rem;
}
.mdl-imgtextoregala .bloc1 .comprar .comprar-titulo {
  text-transform: uppercase;
  font-family: "Barlow-Medium";
  font-size: 4rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.95;
  letter-spacing: 0.004rem;
}
.mdl-imgtextoregala .bloc1 .comprar .comprar-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mdl-imgtextoregala .bloc1 .comprar .comprar-options .item {
  display: flex;
  flex-direction: row;
}
.mdl-imgtextoregala .bloc1 .comprar .comprar-options .item .comprar-icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.8rem;
}
.mdl-imgtextoregala .bloc1 .comprar .comprar-options .item .comprar-texto {
  text-transform: uppercase;
  font-family: "Barlow-Medium";
  font-size: 2.8rem;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.07;
  letter-spacing: 0.003rem;
}
.mdl-imgtextoregala .bloc1 .boton {
  padding: 0.4rem 2.5rem 0.4rem 2.6rem;
  border: solid 0.2rem #d8d8d8;
  cursor: pointer;
  font-family: "Barlow-Medium";
  font-size: 2.8rem;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.71;
  letter-spacing: 0.003rem;
  text-transform: uppercase;
}
.mdl-imgtextoregala .bloc1 .boton:hover {
  background-color: #d8d8d8;
  color: #000;
}
.mdl-imgtextoregala .bloc2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1550px) {
  .mdl-imgtextoregala .bloc1 .options {
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .mdl-imgtextoregala {
    max-width: 100%;
    min-height: 74.5rem;
  }
  .mdl-imgtextoregala .bloc1 {
    margin: 0;
    justify-content: center;
    padding-bottom: 0;
    padding: 2rem 2rem;
    width: calc(50% - 4rem);
  }
  .mdl-imgtextoregala .bloc1 .titulo {
    font-size: 5.5rem;
    line-height: 1.16;
    letter-spacing: 0.005rem;
    margin-bottom: 2.2rem;
  }
  .mdl-imgtextoregala .bloc1 .texto {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.59;
    margin-bottom: 3rem;
  }
  .mdl-imgtextoregala .bloc1 .precio {
    margin-bottom: 3rem;
  }
  .mdl-imgtextoregala .bloc1 .boton {
    margin-bottom: 1rem;
  }
}
@media (max-width: 551px) {
  .mdl-imgtextoregala {
    flex-direction: column-reverse !important;
  }
  .mdl-imgtextoregala .bloc1,
  .mdl-imgtextoregala .bloc2 {
    max-width: 100%;
    width: 100%;
  }
  .mdl-imgtextoregala .bloc1 {
    width: calc(100% - 4rem);
  }
  .mdl-imgtextoregala .bloc1 .titulo {
    font-size: 4.5rem;
    line-height: 1.42;
  }
  .mdl-imgtextoregala .bloc1 .texto {
    font-size: 1.7rem;
    line-height: 1.76;
  }
  .mdl-imgtextoregala .bloc2 {
    min-height: 30rem;
    background-position: top;
  }
}

