/*
negocio/plantillas/panels/0005breadcrumb/style.css
negocio/plantillas/panels/0800textoimg/style.css
negocio/plantillas/panels/1000video/style.css
negocio/plantillas/panels/0303sliderubicaciones/style.css
*/
.w400 {
  font-weight: 400;
 } 
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.title1 {
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title1 {
    font-size: 4rem;
  }
}
@media (max-width: 769px) {
  .title1 {
    font-size: 3rem;
  }
}
.title2 {
  font-family: "Montserrat";
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title2 {
    font-size: 4rem;
  }
}
@media (max-width: 551px) {
  .title2 {
    font-size: 3.5rem;
  }
}
.title3 {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .subtitle2 {
    font-size: 1.7rem;
  }
}
.italic {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
}
@media (max-width: 551px) {
  .italic {
    font-size: 1.7rem;
  }
}
.text17-20 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-20 {
    font-size: 2rem;
  }
}
.text17-18 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-18 {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
@font-face {
  font-family: "Northwell";
  src: url("/content/fonts/HomemadeApple-Regular.ttf") format("truetype");
  font-weight: "regular";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: "black";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: "bold";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: "medium";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: "medium";
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Regular .ttf") format("truetype");
  font-weight: "regular";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: "semibold";
  font-style: normal;
}
html {
  overflow-x: hidden;
}
* {
  color: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  cursor: pointer;
}
li {
  padding-left: 1.5rem;
  line-height: 32px;
}
li::before {
  content: "•";
  /* Insert content that looks like bullets */
  width: 0.8rem;
  height: 0.8rem;
  padding-right: 8px;
  color: #1f5375;
}
address {
  font-style: normal;
}
body {
  cursor: default;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  background: none;
}
button,
label {
  cursor: pointer;
}
mark {
  background: none;
}
li {
  list-style: none;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0;
}
summary::-webkit-details-marker {
  display: none;
}
button,
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
}
textarea {
  padding: 0.8rem 0.8rem;
  height: calc(7rem - 1.2rem);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}
p {
  width: 100%;
}
img {
  width: auto;
  height: auto;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html body {
  font: 14px "";
}
@media (min-width: 1921px) and (max-height: 600px) {
  html {
    font-size: 55.5%;
  }
}
body,
section {
  background-color: transparent;
  font-family: "Montserrat";
  color: #ffffff;
  background-color: black;
  font-size: 1.7rem;
  font-weight: bold;
}
.img-ml {
  margin-left: 0.8rem;
}
.img-mr {
  margin-right: 0.8rem;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.hide-ipad {
  display: flex;
}
@media (max-width: 769px) {
  .hide-ipad {
    display: none !important;
  }
}
.hide-mobile {
  display: flex;
}
@media (max-width: 551px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 551px) {
  .show-mobile {
    display: flex !important;
  }
}
.button1 {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 4rem;
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.034rem;
}
.button1 > img {
  margin-right: 1.1rem;
  max-height: 2.2rem;
  max-width: 2.2rem;
}
.button1.yellow {
  background-color: #ffbc09;
  color: #000000;
  height: 6.1rem;
}
.button1.yellow:hover {
  background-color: #e9ac08;
}
@media (max-width: 1025px) {
  .button1.yellow {
    height: 4.8rem;
    padding: 0 2.8rem;
  }
}
@media (max-width: 551px) {
  .button1.yellow {
    height: 3.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.026rem;
  }
}
.button1.red {
  background-color: #aa0128;
  color: #ffffff;
  height: 6.1rem;
}
.button1.red:hover {
  background-color: #8a0020;
}
.button1.border-white {
  background-color: transparent;
  color: #ffffff;
  border: solid 0.2rem #ffffff;
  height: 6.1rem;
  box-sizing: border-box;
}
.button1.border-white:hover {
  background-color: #000000;
  border: solid 0.2rem #000000;
}
.button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url("/content/img/icon-arrowR-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  object-fit: contain;
  position: relative;
  cursor: pointer;
}
.button2:hover {
  background-image: url("/content/img/icon-arrowR-red2.svg");
}
.button3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.7rem;
  height: 5.7rem;
  border: 0.2rem solid white;
  background-color: transparent;
  color: white;
  margin: 1.5rem 0;
}
.button3:hover {
  background-color: white;
  color: black;
}
.button4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  color: white;
  margin: 1.5rem 0;
}
.button4 > img {
  transform: rotate(-45deg);
}
.button4:hover {
  border: 0.2rem solid white;
  color: #dedede;
}
.button4:hover img {
  opacity: 0.5;
}
.button-pdf {
  width: 4.6rem;
  height: 4.6rem;
  cursor: pointer;
  background-image: url("/content/img/icon-descarga.svg");
  background-size: cover;
  transition: all 0.2s ease;
  opacity: 1;
}
.button-pdf:hover {
  opacity: 0.5;
}
.button2-pdf {
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  background-image: url("/content/img/icon-descarga2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  opacity: 1;
}
.button2-pdf:hover {
  opacity: 0.5;
}
.button-plus {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  transform: rotate(0);
  cursor: pointer;
}
.button-plus:after,
.button-plus:before {
  background-color: #2c2c2c;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.button-plus:after {
  width: 1.6rem;
  height: 0.3rem;
}
.button-plus:before {
  width: 0.3rem;
  height: 1.6rem;
}
.button-plus:hover {
  background-color: #fe7800;
}
.button-plus.active {
  background-color: #fe7800;
  transform: rotate(135deg);
}
.arrowR,
.arrowL {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 5.8rem;
  width: 5.8rem;
  object-fit: contain;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.arrowL {
  background-image: url("/content/img/icon-arrowL-rombo-reposo.svg");
}
.arrowL:hover {
  background-image: url("/content/img/icon-arrowL-rombo-hover.svg");
}
.arrowR {
  background-image: url("/content/img/icon-arrowR-rombo-reposo.svg");
}
.arrowR:hover {
  background-image: url("/content/img/icon-arrowR-rombo-hover.svg");
}
input,
textarea,
select {
  padding: 1.5rem 2rem;
  border-bottom: solid 0.02rem #ffffff;
  background-color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.53;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input:-ms-textarea-placeholder,
textarea:-ms-textarea-placeholder,
select:-ms-textarea-placeholder,
input::-ms-textarea-placeholder,
textarea::-ms-textarea-placeholder,
select::-ms-textarea-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0.8rem;
  color: white !important;
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.53;
}
select {
  position: relative;
  cursor: pointer;
}
select.mini-arrow {
  position: relative;
  background-image: url("/content/img/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.8rem);
  background-position-y: 50%;
  min-width: 0.8rem;
}
.m-checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.m-checkbox-group .m-checkbox {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  padding: 0;
  margin-right: 1.3rem;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.m-checkbox-group .m-checkbox:checked {
  background-image: url("/content/img/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: relative;
  left: 0rem;
  top: 0rem;
}
.m-checkbox-group label {
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 500;
}
.m-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.m-radio-group .m-radio {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  margin-right: 1.3rem;
  cursor: pointer;
  position: relative;
}
.m-radio-group .m-radio:checked {
  background-color: #000000 !important;
}
.m-radio-group .m-radio:checked::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.m-radio-group label {
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 500;
}
@-webkit-keyframes swingV {
  15% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  30% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  65% {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  80% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swingV {
  15% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  30% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  65% {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  80% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes swingH {
  15% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
  65% {
    -webkit-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
  }
  80% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swingH {
  15% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
  65% {
    -webkit-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
  }
  80% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mdl-breadcrumb {
  height: 4.2rem;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3.21;
  letter-spacing: normal;
  color: #ffffff;
  z-index: 1;
  background-color: transparent;
}
.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;
  margin: 0 1rem 0 6.8rem;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb .first {
    margin: 0 1rem 0 3.4rem;
  }
}
.mdl-breadcrumb > a,
.mdl-breadcrumb > div {
  margin: 0 0.8rem;
}
@media (max-width: 769px) {
  .mdl-breadcrumb {
    display: none !important;
  }
}

.img-ml {
  margin-left: 0.8rem;
}
.img-mr {
  margin-right: 0.8rem;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.hide-ipad {
  display: flex;
}
@media (max-width: 769px) {
  .hide-ipad {
    display: none !important;
  }
}
.hide-mobile {
  display: flex;
}
@media (max-width: 551px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 551px) {
  .show-mobile {
    display: flex !important;
  }
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.title1 {
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title1 {
    font-size: 4rem;
  }
}
@media (max-width: 769px) {
  .title1 {
    font-size: 3rem;
  }
}
.title2 {
  font-family: "Montserrat";
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title2 {
    font-size: 4rem;
  }
}
@media (max-width: 551px) {
  .title2 {
    font-size: 3.5rem;
  }
}
.title3 {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .subtitle2 {
    font-size: 1.7rem;
  }
}
.italic {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
}
@media (max-width: 551px) {
  .italic {
    font-size: 1.7rem;
  }
}
.text17-20 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-20 {
    font-size: 2rem;
  }
}
.text17-18 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-18 {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
.mdl-textoimg {
  max-width: 160rem;
  margin: auto;
  padding: 5.5rem 2rem;
  background-color: transparent;
}
.mdl-textoimg .item {
  width: 100%;
  min-height: 44rem;
  display: flex;
}
.mdl-textoimg .item .main .content {
  padding-bottom: 5rem;
}
.mdl-textoimg .item:nth-child(odd) {
  margin-bottom: 8.2rem;
}
.mdl-textoimg .item:nth-child(odd) .main {
  justify-content: flex-end;
}
.mdl-textoimg .item:nth-child(odd) .main .content {
  text-align: right;
}
.mdl-textoimg .item:nth-child(odd) .main .button2 {
  left: calc(85% - 3.85rem);
}
.mdl-textoimg .item:nth-child(odd) .main .bg-img {
  left: 85%;
}
.mdl-textoimg .item .bg-gradient {
  background-color: red;
}
.mdl-textoimg .item:nth-child(even) {
  justify-content: flex-end;
}
.mdl-textoimg .item:nth-child(even) .main {
  justify-content: flex-start;
}
.mdl-textoimg .item:nth-child(even) .main .content {
  margin-top: 6.1rem;
  text-align: left;
}
.mdl-textoimg .item:nth-child(even) .main .button2 {
  right: calc(85% - 3.85rem);
}
.mdl-textoimg .item:nth-child(even) .main .bg-img {
  right: 90%;
}
.mdl-textoimg .item:nth-child(even) .main .bg-img:after {
  background: linear-gradient(279deg, rgba(0, 0, 0, 0.94161415) 0%, rgba(0, 0, 0, 0) 50%);
}
.mdl-textoimg .item .main {
  display: flex;
  position: relative;
  width: 50%;
  z-index: 1;
}
.mdl-textoimg .item .main:hover .bg-img {
  background-size: auto 105%;
}
.mdl-textoimg .item .main .content {
  max-width: 49.5rem;
  width: 100%;
  margin-top: 5.7rem;
}
.mdl-textoimg .item .main .content .titulo1 {
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
  line-height: 1.63;
  text-transform: uppercase;
}
.mdl-textoimg .item .main .content .titulo2 {
  margin-bottom: 2.4rem;
  font-size: 4.4rem;
  line-height: 1.14;
}
.mdl-textoimg .item .main .content .texto {
  font-family: "Montserrat-Medium";
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.65;
}
.mdl-textoimg .item .main .button2 {
  position: absolute;
  z-index: 9;
  bottom: 5.4rem;
}
.mdl-textoimg .item .main .bg-img {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  box-shadow: 0 0 7rem 0rem #aa0128;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease;
}
.mdl-textoimg .item .main .bg-img:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(279deg, rgba(0, 0, 0, 0.05365896) 67%, rgba(0, 0, 0, 0.93881303) 100%);
}
@media (max-width: 769px) {
  .mdl-textoimg {
    padding: 7.25rem 2rem;
  }
  .mdl-textoimg:first-child .item,
  .mdl-textoimg:last-child .item {
    background-color: black;
  }
  .mdl-textoimg:first-child .item .main,
  .mdl-textoimg:last-child .item .main {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .mdl-textoimg:first-child .item .main .content,
  .mdl-textoimg:last-child .item .main .content {
    text-align: center;
  }
  .mdl-textoimg:first-child .item .main .button2,
  .mdl-textoimg:last-child .item .main .button2 {
    left: unset;
    right: unset;
  }
  .mdl-textoimg:first-child .item .main .bg-img,
  .mdl-textoimg:last-child .item .main .bg-img {
    opacity: 0.5;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 551px) {
  .mdl-textoimg .item .main {
    position: relative;
  }
  .mdl-textoimg .item .main .div-bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.img-ml {
  margin-left: 0.8rem;
}
.img-mr {
  margin-right: 0.8rem;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.hide-ipad {
  display: flex;
}
@media (max-width: 769px) {
  .hide-ipad {
    display: none !important;
  }
}
.hide-mobile {
  display: flex;
}
@media (max-width: 551px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 551px) {
  .show-mobile {
    display: flex !important;
  }
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.title1 {
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title1 {
    font-size: 4rem;
  }
}
@media (max-width: 769px) {
  .title1 {
    font-size: 3rem;
  }
}
.title2 {
  font-family: "Montserrat";
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title2 {
    font-size: 4rem;
  }
}
@media (max-width: 551px) {
  .title2 {
    font-size: 3.5rem;
  }
}
.title3 {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .subtitle2 {
    font-size: 1.7rem;
  }
}
.italic {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
}
@media (max-width: 551px) {
  .italic {
    font-size: 1.7rem;
  }
}
.text17-20 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-20 {
    font-size: 2rem;
  }
}
.text17-18 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-18 {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
.mdl-video {
  padding: 7.5rem 18.4rem 4rem;
  background-color: transparent;
}
.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;
  }
}

.img-ml {
	margin-left: 0.8rem;
}
.img-mr {
	margin-right: 0.8rem;
}
.row {
	display: flex;
	flex-direction: row;
}
.col {
	display: flex;
	flex-direction: column;
}
.hide-ipad {
	display: flex;
}
@media (max-width: 769px) {
	.hide-ipad {
		display: none !important;
	}
}
.hide-mobile {
	display: flex;
}
@media (max-width: 551px) {
	.hide-mobile {
		display: none !important;
	}
}
.show-mobile {
	display: none;
}
@media (max-width: 551px) {
	.show-mobile {
		display: flex !important;
	}
}
.w400 {
	font-weight: 400;
}
.w500 {
	font-weight: 500;
}
.w600 {
	font-weight: 600;
}
.title1 {
	font-family: "Montserrat";
	font-size: 5rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
}
@media (max-width: 1025px) {
	.title1 {
		font-size: 4rem;
	}
}
@media (max-width: 769px) {
	.title1 {
		font-size: 3rem;
	}
}
.title2 {
	font-family: "Montserrat";
	font-size: 4.4rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
}
@media (max-width: 1025px) {
	.title2 {
		font-size: 4rem;
	}
}
@media (max-width: 551px) {
	.title2 {
		font-size: 3.5rem;
	}
}
.title3 {
	font-family: "Montserrat";
	font-size: 3.1rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
}
.subtitle1 {
	font-family: "Montserrat";
	font-size: 1.6rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
}
.subtitle2 {
	font-family: "Montserrat";
	font-size: 2rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
}
@media (max-width: 1025px) {
	.subtitle2 {
		font-size: 1.7rem;
	}
}
.italic {
	font-family: "Montserrat";
	font-size: 1.8rem;
	font-weight: 500;
	font-stretch: normal;
	font-style: italic;
	letter-spacing: normal;
}
@media (max-width: 551px) {
	.italic {
		font-size: 1.7rem;
	}
}
.text17-20 {
	font-family: "Montserrat";
	font-size: 1.7rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}
@media (max-width: 1025px) {
	.text17-20 {
		font-size: 2rem;
	}
}
.text17-18 {
	font-family: "Montserrat";
	font-size: 1.7rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}
@media (max-width: 1025px) {
	.text17-18 {
		font-size: 1.8rem;
		font-weight: medium;
	}
}
.mdl-sliderUbicaciones {
	padding: 4rem 0 9.5rem 12.5%;
	overflow: hidden;
	justify-content: space-between;
	background-image: url("/content/img/bg-ubicaciones.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mdl-sliderUbicaciones .container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.mdl-sliderUbicaciones .container .intro {
	position: absolute;
	width: 6.5rem;
	margin-right: 4rem;
	z-index: 3;
}
.mdl-sliderUbicaciones .container .intro .arrowR,
.mdl-sliderUbicaciones .container .intro .arrowL {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 5.8rem;
	width: 5.8rem;
	object-fit: contain;
	cursor: pointer;
}
.mdl-sliderUbicaciones .container .intro .arrowR {
	background-image: url("/content/img/icon-arrowR-rombo-reposo.svg");
	left: unset;
	margin-bottom: 1rem;
}
.mdl-sliderUbicaciones .container .intro .arrowR:hover {
	background-image: url("/content/img/icon-arrowR-rombo-hover.svg");
}
.mdl-sliderUbicaciones .container .intro .arrowL {
	background-image: url("/content/img/icon-arrowL-rombo-reposo.svg");
}
.mdl-sliderUbicaciones .container .intro .arrowL:hover {
	background-image: url("/content/img/icon-arrowL-rombo-hover.svg");
}
.mdl-sliderUbicaciones .container .slider-container {
	width: calc(100% - 10.5rem);
	position: relative;
	padding-left: 10.5rem;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones {
	width: 100%;
	min-height: 63rem;
	height: max-content;
	position: relative;
}
.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones:before {
	content: "";
	background-color: black;
	position: absolute;
	top: 0;
	left: -10.5rem;
	height: 100%;
	width: 10.5rem;
	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 {
	margin: 0.5rem;
}
.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-size: 3rem;
	font-weight: bold;
	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-size: 4.4rem;
	line-height: 1.14;
	margin-top: 2.7rem;
	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;
	color: #aa0128;
	margin-top: 2rem;
}
.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 .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 {
	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 0 6rem 1.3rem;
	}
	.mdl-sliderUbicaciones .container .intro {
		width: 7.1rem;
	}
	.mdl-sliderUbicaciones .container .slider-container {
		width: calc(100% - 7.1rem);
		position: relative;
	}
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid {
		width: 47.6rem;
	}
	.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: calc(100% - 2.6rem);
		margin-top: 2rem;
		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 .rsActiveSlide .slide-item {
		width: 100%;
		margin: 0;
	}
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsActiveSlide .slide-item .item-img {
		height: 37rem;
	}
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsBullets {
		margin-top: 33rem;
	}
}
@media (max-width: 551px) {
	.mdl-sliderUbicaciones {
		padding: 6rem 1.3rem;
	}
	.mdl-sliderUbicaciones .container .intro {
		display: none;
	}
	.mdl-sliderUbicaciones .container .slider-container {
		width: 100%;
		position: relative;
		padding-left: 0;
		overflow: hidden;
	}
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones:before {
		display: none;
	}
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid {
		display: flex;
		flex-direction: column;
		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 {
		width: 100% !important;
	}
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item {
		width: 100% !important;
		margin: 0 !important;
	}
	.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,
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsSlide .slide-item .masinfo {
		display: flex;
	}
	.mdl-sliderUbicaciones .container .slider-container .sliderUbicaciones .m-grid .rsBullets {
		position: relative;
		flex-direction: row;
		justify-content: center;
		margin-top: 6rem;
		left: unset;
		width: 100%;
	}
	.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;
	}
}

