/*
negocio/plantillas/panels/2400titulartextointeriores/style.css
negocio/plantillas/panels/0600reviews/style.css
*/
.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;
  }
}
.readmoreinit {
  overflow: hidden;
}
.read-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .read-more {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
.read-more .less {
  display: none;
}
.mdl-titulartexto {
  display: flex;
  flex-direction: column;
  padding: 6rem 0rem 4rem;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
}
.mdl-titulartexto.marginTop {
  margin-top: 8rem;
}
.mdl-titulartexto.textLeft .text,
.mdl-titulartexto.textLeft .text2,
.mdl-titulartexto.textLeft .readmore {
  text-align: left !important;
}
.mdl-titulartexto.textUp .bloc-content .title {
  margin-bottom: 2rem !important;
}
.mdl-titulartexto.noPadBottom {
  padding-bottom: 0rem !important;
}
.mdl-titulartexto .bloc-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  max-width: 120.8rem;
  z-index: 1;
}
.mdl-titulartexto .bloc-content .title {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  margin-bottom: 4.9rem;
}
.mdl-titulartexto .bloc-content .text {
  margin-bottom: 3.5rem;
}
.mdl-titulartexto .bloc-content .text,
.mdl-titulartexto .bloc-content .text2 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.88;
}
@media (max-width: 1025px) {
  .mdl-titulartexto .bloc-content .text,
  .mdl-titulartexto .bloc-content .text2 {
    font-size: 2rem;
  }
}
@media (max-width: 1440px) {
  .mdl-titulartexto .bloc-content {
    max-width: 71.9rem;
  }
}
@media (max-width: 1025px) {
  .mdl-titulartexto {
    padding: 6.5rem 0 2.3rem;
  }
  .mdl-titulartexto .bloc-content .title {
    font-size: 3.5rem;
  }
  .mdl-titulartexto .bloc-content .text,
  .mdl-titulartexto .bloc-content .text2 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.65;
  }
}
@media (max-width: 769px) {
  .mdl-titulartexto {
    padding: 6.5rem 14rem 2.3rem;
    width: 100vw;
  }
  .mdl-titulartexto .bloc-content .title {
    font-size: 3rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    margin-bottom: 2.3rem;
  }
  .mdl-titulartexto .bloc-content .text {
    font-size: 1.7rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
  }
}
@media (max-width: 768px) {
  .mdl-titulartexto {
    padding: 6.5rem 5rem 0.3rem;
    width: calc(100vw - 10rem);
  }
}
@media (max-width: 551px) {
  .mdl-titulartexto {
    padding: 2rem 1.3rem;
    width: calc(100vw - 2.6rem);
  }
  .mdl-titulartexto.marginTopMobile {
    margin-top: 14rem !important;
  }
  .mdl-titulartexto .bloc-content .title {
    font-size: 3rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    margin-bottom: 2.3rem;
  }
  .mdl-titulartexto .bloc-content .text {
    font-size: 1.7rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
  }
}

.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-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 14.8rem 0 22.9rem;
  background-color: black;
}
.mdl-reviews .bg-image {
  position: absolute;
  left: 0;
  height: 100%;
  object-fit: contain;
  opacity: 0.87;
  mix-blend-mode: screen;
}
.mdl-reviews .container {
  position: relative;
  padding-left: 7rem;
}
.mdl-reviews .container .bloc-tripadvisor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(48.1rem - 10rem);
  background-color: #aa0128;
  padding: 5.2rem 0 6.2rem 10rem;
  margin-top: 4rem;
  position: relative;
}
.mdl-reviews .container .bloc-tripadvisor .figura1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-40%, -45%);
  z-index: 1;
}
.mdl-reviews .container .bloc-tripadvisor .logo-trip {
  width: 11.9rem;
  height: 7.8rem;
}
.mdl-reviews .container .bloc-tripadvisor .title {
  font-size: 3.1rem;
  line-height: 1.45;
  text-align: center;
}
.mdl-reviews .container .bloc-tripadvisor .text {
  font-weight: 500;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 3.5rem;
}
.mdl-reviews .container .bloc-tripadvisor .stars {
  display: flex;
  flex-direction: row;
}
.mdl-reviews .container .bloc-tripadvisor .stars img {
  height: 2.2rem;
  margin: 0 0.4rem;
  opacity: 0.5;
}
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="1"] img:nth-child(1) {
  opacity: 1;
}
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="2"] img:nth-child(1),
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="2"] img:nth-child(2) {
  opacity: 1;
}
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="3"] img:nth-child(1),
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="3"] img:nth-child(2),
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="3"] img:nth-child(3) {
  opacity: 1;
}
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="4"] img:nth-child(1),
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="4"] img:nth-child(2),
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="4"] img:nth-child(3),
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="4"] img:nth-child(4) {
  opacity: 1;
}
.mdl-reviews .container .bloc-tripadvisor .stars[data-value="5"] img {
  opacity: 1;
}
.mdl-reviews .container .sliderReviews {
  display: flex;
  flex-direction: column;
  position: relative;
  right: 2rem;
  justify-content: center;
  align-items: center;
  width: 44.5rem;
  margin-bottom: 3rem;
  background-image: linear-gradient(to bottom, #ffbb04, #ffbb04);
  box-shadow: -4rem -4rem 4rem -1rem rgba(0, 0, 0, 0.2);
}
.mdl-reviews .container .sliderReviews .figura2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(70%, -25%);
  z-index: 1;
}
.mdl-reviews .container .sliderReviews .m-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #2c2c2c;
}
.mdl-reviews .container .sliderReviews .m-grid .rsArrow {
  display: none !important;
}
.mdl-reviews .container .sliderReviews .m-grid .rsBullets {
  margin: 0 auto;
  width: 30.8rem;
}
.mdl-reviews .container .sliderReviews .m-grid .rsBullets .rsBullet {
  border: 0.1rem solid #0e1323;
  cursor: pointer;
}
.mdl-reviews .container .sliderReviews .m-grid .rsBullets .rsBullet.rsNavSelected {
  border: 0.1rem solid white;
  background-color: #0e1323;
}
.mdl-reviews .container .sliderReviews .m-grid .rsOverflow {
  max-width: 30.8rem;
  margin: 0 auto 3.5rem;
}
.mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item {
  padding-top: 7.9rem;
}
.mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .text {
  color: #2c2c2c;
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.56;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
@media (max-width: 551px) {
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .text {
    font-size: 1.7rem;
  }
}
.mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .font {
  color: black;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.63;
}
@media (max-width: 1266px) {
  .mdl-reviews {
    padding: 8.8rem 0 8rem;
  }
  .mdl-reviews .container {
    justify-content: center;
    padding-left: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .mdl-reviews .container .bloc-tripadvisor {
    width: calc(47.6% - 3rem);
    padding: 5.2rem 0 6.2rem 3rem;
  }
  .mdl-reviews .container .bloc-tripadvisor .figura1 {
    max-height: 36.3rem;
    transform: translate(-29%, -37%);
  }
  .mdl-reviews .container .sliderReviews {
    right: 5rem;
    width: 44%;
  }
  .mdl-reviews .container .sliderReviews .figura2 {
    max-height: 36.3rem;
    transform: translate(59%, -33%);
  }
}
@media (max-width: 975px) {
  .mdl-reviews .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: unset;
    width: calc(100% - 2.6rem);
    margin: 0 auto;
  }
  .mdl-reviews .container .bloc-tripadvisor {
    margin-top: unset;
    width: calc(64.9% - 9.5rem);
    padding: 5.2rem 0 6.2rem 9.5rem;
    left: -6rem;
  }
  .mdl-reviews .container .bloc-tripadvisor .figura1 {
    max-height: 49.6rem;
    transform: translate(-39%, -47%);
  }
  .mdl-reviews .container .sliderReviews {
    margin-bottom: unset;
    right: -2rem;
    top: -3rem;
    width: 60%;
  }
  .mdl-reviews .container .sliderReviews .figura2 {
    max-height: 47.5rem;
    transform: translate(69%, -24%);
  }
  .mdl-reviews .container .sliderReviews .m-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 35rem;
    color: #2c2c2c;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow {
    max-width: 30.8rem;
    margin: 0 auto 3.5rem;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item {
    padding-top: 7.9rem;
    height: max-content;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .text {
    color: #2c2c2c;
    font-family: "Montserrat";
    font-size: 1.8rem;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.56;
    font-weight: 500;
    margin-bottom: 1.8rem;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .font {
    color: black;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.63;
  }
}
@media (max-width: 975px) and (max-width: 551px) {
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .text {
    font-size: 1.7rem;
  }
}
@media (max-width: 975px) {
  .mdl-reviews .container .bloc-tripadvisor .figura1 {
    max-height: 35.5rem;
    transform: translate(-39%, -47%);
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow {
    max-width: 77%;
  }
  .mdl-reviews .container .sliderReviews .figura2 {
    max-height: 35.5rem;
    transform: translate(69%, -24%);
  }
}
@media (max-width: 551px) {
  .mdl-reviews {
    padding: 5rem 0;
  }
  .mdl-reviews .container .bloc-tripadvisor {
    padding: 3.3rem 0 4.5rem 5rem;
    width: calc(82.3% - 5rem);
    left: unset;
    right: -3rem;
  }
  .mdl-reviews .container .bloc-tripadvisor .figura1 {
    transform: translate(-55%, -56%);
  }
  .mdl-reviews .container .bloc-tripadvisor .title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
  }
  .mdl-reviews .container .bloc-tripadvisor .text {
    font-size: 1.5rem;
    line-height: 1.53;
    margin-bottom: 1.5rem;
    max-width: 90%;
  }
  .mdl-reviews .container .sliderReviews {
    margin-bottom: unset;
    right: unset;
    left: -2.5rem;
    top: -1.8rem;
    width: 86%;
  }
  .mdl-reviews .container .sliderReviews .figura2 {
    transform: translate(45%, -41%);
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow {
    max-width: 100%;
    height: 91% !important;
    margin: 0;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item {
    padding-top: 3.8rem;
    padding-left: 2.6rem;
    max-width: 62%;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .text {
    font-size: 1.7rem;
    line-height: 1.65;
    margin-bottom: 1rem;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsOverflow .review-item .font {
    font-size: 1.5rem;
    line-height: 1.73;
  }
  .mdl-reviews .container .sliderReviews .m-grid .rsBullets {
    padding-left: 2.6rem;
  }
}

