/*
negocio/plantillas/panels/0101heropaginainterior/style.css
negocio/plantillas/panels/0005breadcrumb/style.css
negocio/plantillas/panels/2400texto/style.css
negocio/plantillas/panels/0900horaris/style.css
negocio/plantillas/panels/1101titularsecciontexto/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;
  }
}

.mdl-breadcrumb {
  padding: 2rem 0 1.9rem;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 3.21;
  color: #ffffff;
  z-index: 1;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.07;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.mdl-breadcrumb.sticky {
  position: fixed;
  top: 20.6rem;
  z-index: 4;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb.sticky {
    top: 10.7rem;
  }
}
.mdl-breadcrumb.sticky2 {
  position: fixed;
  top: 26.6rem;
  z-index: 4;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb.sticky2 {
    top: 6.7rem;
  }
}
.mdl-breadcrumb.sticky-sinhero {
  position: fixed;
  top: 20.6rem;
  z-index: 4;
}
@media (max-width: 1440px) {
  .mdl-breadcrumb.sticky-sinhero {
    top: 10.9rem;
  }
}
.mdl-breadcrumb.topofertas {
  top: 17rem;
}
.mdl-breadcrumb .first {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mdl-breadcrumb > a,
.mdl-breadcrumb > div {
  margin: 0 0.3rem;
}
@media (max-width: 551px) {
  .mdl-breadcrumb {
    display: none !important;
  }
}

.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-horaris {
  padding: 7.4rem 0 10rem;
  background-color: white;
  color: #000000;
  align-items: center;
}
.mdl-horaris.noMarginTop {
  padding-top: 2rem;
}
.mdl-horaris .titulo {
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 6.5rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.98;
  letter-spacing: 0.006rem;
  text-align: center;
  margin-bottom: 5rem;
}
.mdl-horaris .horaris-content {
  justify-content: space-between;
  width: 90%;
}
.mdl-horaris .horaris-content .horario-item {
  width: 100%;
  margin: 0 1.4rem;
  border: solid black 0.2rem;
  align-items: center;
  justify-content: center;
  min-height: 16.8rem;
}
.mdl-horaris .horaris-content .horario-item .title {
  margin-bottom: 1rem;
  font-family: "Barlow-Medium";
  font-size: 2.8rem;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: 0.003rem;
  text-align: center;
  max-width: 96%;
}
.mdl-horaris .horaris-content .horario-item .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
  max-width: 90%;
}
@media (max-width: 1025px) {
  .mdl-horaris {
    padding: 2.71rem 2rem 5.6rem;
  }
  .mdl-horaris .titulo {
    font-size: 6.5rem;
    line-height: 0.98;
    letter-spacing: 0.006rem;
  }
}
@media (max-width: 769px) {
  .mdl-horaris {
    padding: 2.7rem 2rem 4.9rem;
  }
  .mdl-horaris .titulo {
    font-size: 5.5rem;
    line-height: 1.16;
    letter-spacing: 0.005rem;
    margin-bottom: 2.5rem;
  }
  .mdl-horaris .horaris-content {
    width: 100%;
  }
}
@media (max-width: 551px) {
  .mdl-horaris {
    padding: 2.7rem 0rem;
  }
  .mdl-horaris .titulo {
    font-size: 4.5rem;
    line-height: 1.42;
    letter-spacing: 0.004rem;
  }
  .mdl-horaris .horaris-content {
    flex-wrap: wrap;
  }
  .mdl-horaris .horaris-content .horario-item {
    margin: 0.7rem 1.3rem;
    min-height: 12rem;
  }
}

.mdl-titularsecciontexto {
  padding: 8.6rem 0 7.6rem;
  background-color: white;
  color: #000000;
  align-items: center;
}
.mdl-titularsecciontexto .pretitulo {
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.338rem;
  text-align: center;
}
.mdl-titularsecciontexto .titulo {
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 6.5rem;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 0.98;
  letter-spacing: 0.006rem;
  text-align: center;
  max-width: 90%;
}
@media (max-width: 1025px) {
  .mdl-titularsecciontexto {
    padding: 4.6rem 2rem 5.6rem;
    width: calc(100% - 4rem);
  }
  .mdl-titularsecciontexto .pretitulo {
    font-size: 2.1rem;
    line-height: 2.1;
    letter-spacing: 0.338rem;
  }
  .mdl-titularsecciontexto .titulo {
    font-size: 6.5rem;
    line-height: 0.98;
    letter-spacing: 0.006rem;
  }
}
@media (max-width: 769px) {
  .mdl-titularsecciontexto {
    padding: 5rem 2rem;
    width: calc(100% - 4rem);
  }
  .mdl-titularsecciontexto .pretitulo {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.29rem;
  }
  .mdl-titularsecciontexto .titulo {
    font-size: 5.5rem;
    line-height: 1.16;
    letter-spacing: 0.005rem;
  }
}
@media (max-width: 551px) {
  .mdl-titularsecciontexto {
    padding: 3.3rem 1.3rem 2.7rem;
    width: calc(100% - 2.6rem);
  }
  .mdl-titularsecciontexto .pretitulo {
    font-size: 1.7rem;
    line-height: 1.4;
    letter-spacing: 0.274rem;
  }
  .mdl-titularsecciontexto .titulo {
    font-size: 4.5rem;
    line-height: 1.42;
    letter-spacing: 0.004rem;
  }
}

