body img {
  max-width: 100%;
  border-style: none;
}
.bg-light-beige .rlx-cta .icon {
  background-color: white;
}
/* Modal style */
.rlx-lightbox img {
  cursor: pointer;
}
.rlx-button.text-button--download {
  padding: 0 30px;
  max-height: 40px;
}
.rlx-button.text-button--download::after {
  content: url("../img/icons/ico-download-button-white.svg");
  width: 12px;
  margin-right: 0;
}
.modalRLX {
  display: none;
  position: relative;
  padding-top: 7vh;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: auto;
  background-color: white;
}
.modalBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 80%;
}
.bullets {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 10px;
}
.dot {
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 0.25rem;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.2s;
  margin: 0;
  background-color: rgba(33, 33, 33, 0.2);
  cursor: pointer;
}
.dot.active {
  width: 50px;
  background-color: #127749;
}
.modalImg {
  display: block;
  height: 100%;
  width: auto;
}
.close {
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 0;
  cursor: pointer;
  padding: 0;
}
.left {
  transform: rotate(180deg);
}
.close:hover,
.left:hover,
.right:hover {
  color: whitesmoke;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mobile-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .rlx-model-gallery__sliders {
    display: none;
  }
}
.rlx-model-gallery__sliders .swiper-wrapper .rlx-model-galery__item:first-child img {
  max-height: 350px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .rlx-model-gallery__pagination {
    display: none;
  }
}
.rlx-especificaciones {
  align-items: center;
}
.rlx-especificaciones .rlx-details {
  border-top: 1px solid grey;
}
.rlx-especificaciones .rlx-details:last-child {
  border-bottom: 1px solid grey;
}
.rlx-especificaciones .rlx-details summary {
  position: relative;
  font-family: "HelveticaNowText-700";
  cursor: pointer;
}
.rlx-especificaciones .rlx-details summary::marker,
.rlx-especificaciones .rlx-details summary::-webkit-details-marker {
  content: none;
  display: none;
}
.rlx-especificaciones .rlx-details summary::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI3MDdfMTExNCkiPgo8cGF0aCBkPSJNMTUgOC44SDguOFYxNUg2LjJWOC44SDBWNi4ySDYuMlYwSDguN1Y2LjJIMTVWOC44WiIgZmlsbD0iIzIxMjEyMSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzI3MDdfMTExNCI+CjxyZWN0IHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3sease in-out;
}
.rlx-especificaciones .rlx-details[open] {
  transition: all 0.5sease;
}
.rlx-especificaciones .rlx-details[open] summary::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDguNzk5MjJIMFY2LjE5OTIySDE1VjguNzk5MjJaIiBmaWxsPSIjMjEyMTIxIi8+Cjwvc3ZnPgo=);
}
@media (max-width: 959px) {
  .rlx-row-reverse-mobile {
    row-gap: 5vh;
  }
  .rlx-row-reverse-mobile div:last-child {
    grid-row: 1;
  }
}
.pceDisplay {
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .rlx-specifications__section .rlx-specifications {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .rlx-specifications__section .rlx-container {
    margin: 0;
  }
  .rlx-specifications__section .p-10vh {
    padding-top: var(--spacing-5vh) !important;
    padding-bottom: var(--spacing-5vh) !important;
    padding-left: var(--spacing-5vh) !important;
    padding-right: var(--spacing-5vh) !important;
  }
  .rlx-specifications__section .rlx-specifications {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
