/*
negocio/plantillas/panels/0101heropaginainterior/style.css
negocio/plantillas/panels/0005breadcrumb/style.css
negocio/plantillas/panels/2400texto/style.css
negocio/plantillas/panels/0300imgtexto/style.css
negocio/plantillas/panels/1000video/style.css
negocio/plantillas/panels/0303sliderubicaciones/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-imgtexto {
  max-width: 100%;
  min-height: 82.5rem;
  margin: 0 auto;
  color: #000;
  display: flex;
  flex-direction: row-reverse;
}
.mdl-imgtexto.reverse {
  color: white;
  flex-direction: row;
}
.mdl-imgtexto.reverse .bloc1 {
  background-color: black;
}
.mdl-imgtexto .bloc1,
.mdl-imgtexto .bloc2 {
  width: 50%;
}
.mdl-imgtexto .bloc1 {
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 7.5rem 0 2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.mdl-imgtexto .bloc1 .subtitulo {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.338rem;
  margin-bottom: 1rem;
}
.mdl-imgtexto .bloc1 .titulo {
  margin-bottom: 3.2rem;
  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;
}
.mdl-imgtexto .bloc1 .texto {
  max-width: 46.9rem;
  margin-bottom: 4.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
}
.mdl-imgtexto .bloc2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1025px) {
  .mdl-imgtexto {
    max-width: 100%;
    min-height: 74.5rem;
  }
  .mdl-imgtexto .bloc1 {
    margin: 0;
    justify-content: center;
    padding-bottom: 0;
    padding: 2rem 3rem;
    width: calc(50% - 6rem);
  }
  .mdl-imgtexto .bloc1 .texto {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.9;
    margin-bottom: 4.5rem;
  }
  .mdl-imgtexto .bloc1 .precio {
    margin-bottom: 3rem;
  }
  .mdl-imgtexto .bloc1 .arrowR {
    width: 9.2rem;
    height: 9.2rem;
  }
}
@media (max-width: 769px) {
  .mdl-imgtexto {
    min-height: 49.3rem;
  }
  .mdl-imgtexto .bloc1 .titulo {
    font-size: 5.5rem;
    line-height: 1.16;
    letter-spacing: 0.005rem;
  }
  .mdl-imgtexto .bloc1 .texto {
    line-height: 1.59;
  }
  .mdl-imgtexto .bloc1 .arrowR {
    width: 8.2rem;
    height: 8.2rem;
  }
}
@media (max-width: 551px) {
  .mdl-imgtexto {
    flex-direction: column-reverse;
  }
  .mdl-imgtexto.reverse {
    flex-direction: column-reverse;
  }
  .mdl-imgtexto .bloc1,
  .mdl-imgtexto .bloc2 {
    max-width: 100%;
    width: 100%;
  }
  .mdl-imgtexto .bloc1 {
    padding: 4rem 2rem;
    width: calc(100% - 4rem);
  }
  .mdl-imgtexto .bloc1 .titulo {
    font-size: 4.5rem;
    line-height: 1.42;
  }
  .mdl-imgtexto .bloc1 .texto {
    font-size: 1.7rem;
    line-height: 1.76;
  }
  .mdl-imgtexto .bloc2 {
    min-height: 30rem;
    background-position: top;
  }
}

.mdl-video {
  padding: 7.5rem 18.4rem 4rem;
  background-color: black;
}
.mdl-video .title {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.14;
  margin-bottom: 6.5rem;
  text-align: center;
  z-index: 1;
}
.mdl-video .container {
  width: 100%;
  height: 75.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mdl-video .container:after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 101%;
  height: 16.2rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), black 67%);
}
.mdl-video .container .video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mdl-video .container .video iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mdl-video .container .border {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  width: calc(100% - 4.2rem);
  height: calc(100% - 4.2rem);
  border: 0.3rem solid white;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .mdl-video {
    padding: 7.5rem 12rem 6.1rem;
  }
}
@media (max-width: 1025px) {
  .mdl-video {
    padding: 7.5rem 8rem 6.1rem;
  }
  .mdl-video .title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .mdl-video .container {
    height: 50rem;
  }
}
@media (max-width: 769px) {
  .mdl-video {
    padding: 5rem;
  }
  .mdl-video .container {
    height: 45rem;
  }
}
@media (max-width: 551px) {
  .mdl-video {
    padding: 3.5rem 1.3rem;
  }
  .mdl-video .container {
    height: 45rem;
  }
  .mdl-video .container .border {
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2.4rem);
    height: calc(100% -2.4rem);
    border: 0.2rem solid white;
    cursor: pointer;
  }
}

.mdl-sliderUbicaciones {
  padding: 4rem 0 9.5rem 12.5%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #2c2c2c;
}
.mdl-sliderUbicaciones .container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mdl-sliderUbicaciones .container .intro {
  width: 6.5rem;
  margin-right: 4rem;
  z-index: 3;
}
.mdl-sliderUbicaciones .container .intro .arrowR,
.mdl-sliderUbicaciones .container .intro .arrowL {
  height: 6.6rem;
  width: 6.6rem;
  box-shadow: unset;
}
.mdl-sliderUbicaciones .container .intro .arrowR {
  left: unset;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
}
.mdl-sliderUbicaciones .container .intro .arrowL {
  transform: rotate(90deg);
}
.mdl-sliderUbicaciones .container .slider-container {
  width: calc(100% - 10.5rem);
  position: relative;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones {
  width: 100%;
  min-height: 70rem;
  height: max-content;
  position: relative;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones:before {
  content: "";
  background-color: #2c2c2c;
  position: absolute;
  top: 0;
  left: -11rem;
  height: 100%;
  width: 11rem;
  z-index: 2;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid {
  max-width: 61.1rem;
  width: 100%;
  height: calc(100% - 5rem);
  position: relative;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsBullets {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40.7rem;
  transform: translateY(-100%);
  position: absolute;
  left: -11rem;
  width: 6.5rem;
  z-index: 3;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsBullets .rsBullet {
  cursor: pointer;
  margin: 0.65rem 0;
  background-color: white;
  opacity: 0.5;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsBullets .rsBullet.rsNavSelected {
  background-color: white;
  opacity: 1;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsOverflow {
  overflow: visible !important;
  max-width: 61.1rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsOverflow .rsArrow {
  display: none !important;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item {
  width: 100%;
  margin-top: 3.9rem;
  height: min-content;
  margin-right: 4.7rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .item-img {
  width: 100%;
  height: 34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .item-img .img-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.66;
  font-family: "Barlow";
  font-size: 3rem;
  font-weight: bold;
  font-stretch: condensed;
  text-transform: uppercase;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.52);
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .item-img .img-container .icons-container {
  display: none;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .title {
  display: none;
  align-items: flex-end;
  font-family: "Barlow";
  font-stretch: condensed;
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1.14;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .text {
  display: none;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  max-width: 95%;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .masinfo {
  display: none;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  font-family: "Barlow-Medium";
  font-size: 2.8rem;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.71;
  letter-spacing: 0.003rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .masinfo img {
  margin-left: 1.1rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .masinfo:hover img {
  -webkit-animation: swingH 1s ease;
  animation: swingH 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide {
  width: 61.1rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item {
  width: 61.1rem;
  margin-top: 0;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .item-img {
  height: 40.7rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .item-img .img-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 54%, black 106%);
  background-color: unset;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .item-img .img-container .icons-container {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 2rem;
  right: 6.7rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .item-img .img-container .icons-container > img,
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .item-img .img-container .icons-container > a {
  margin-left: 1.7rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .item-img .img-container .title-img {
  display: none;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .title,
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .text,
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .masinfo {
  display: flex;
}
.mdl-sliderUbicaciones .container .arrowL.mobile,
.mdl-sliderUbicaciones .container .arrowR.mobile {
  display: none;
}
@media (max-width: 1025px) {
  .mdl-sliderUbicaciones {
    padding: 6rem 0 6rem 5%;
  }
}
@media (max-width: 769px) {
  .mdl-sliderUbicaciones {
    padding: 6rem 1.3rem;
  }
  .mdl-sliderUbicaciones .container .intro {
    width: 7.1rem;
  }
  .mdl-sliderUbicaciones .container .slider-container {
    width: calc(100% - 7.1rem);
    position: relative;
    /*
      .sliderUbicaciones {
        .m-grid {
          width: 47.6rem;
          .rsOverflow {
            overflow: visible !important;
            max-width: 45rem;
          }
          .rsSlide .slide-item {
            width: calc(100% - 2.6rem);
            margin-top: 0;
            margin-right: 1.3rem;
            .item-img {
              height: 33rem;
            }
          }
          .rsActiveSlide .slide-item {
            width: calc(100% - 2.6rem);
          }
          .rsBullets {
            margin-top: 33rem;
          }
        }
      }
	  */
  }
}
@media (max-width: 551px) {
  .mdl-sliderUbicaciones .container {
    position: relative;
  }
  .mdl-sliderUbicaciones .container .intro {
    display: none;
  }
  .mdl-sliderUbicaciones .container .slider-container {
    width: 100%;
    position: relative;
    padding-left: 0;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones:before {
    display: none;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 47.6rem;
    height: 70rem;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsOverflow {
    overflow: visible !important;
    max-width: 45rem;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item {
    width: 100%;
    margin-top: 0;
    margin-right: 1.3rem;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .item-img {
    height: 33rem;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .title,
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .text {
    max-width: 91vw;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .masinfo {
    display: flex;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item {
    width: calc(100% - 2.6rem);
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsBullets {
    width: 100%;
    position: relative;
    flex-direction: row;
    justify-content: center;
    margin-top: 100%;
    left: unset;
  }
  .mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsBullets .rsBullet {
    margin: 0.65rem;
  }
  .mdl-sliderUbicaciones .container .arrowL.mobile,
  .mdl-sliderUbicaciones .container .arrowR.mobile {
    display: flex;
    position: absolute;
    top: 16.5rem;
  }
  .mdl-sliderUbicaciones .container .arrowL.mobile {
    left: 0;
  }
  .mdl-sliderUbicaciones .container .arrowR.mobile {
    right: 0;
  }
}

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

