.plan-cnt .row>p,
.aloj-prin-sec .row .aloj-prin-cnt {
  color: #28166f;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.26px;
}

.moverse-main-sec p {
  font-family: 'SFProDisplay-Light';
}

.mov-main .mov-cnt h3 {
  line-height: 40px;
}

/***** JIRA LPDGC-29 *****/

/* ACTUALIDAD - NOTICIAS */
.noticias-sec {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 40px 0 80px 0;
}

.noticias-sec h2 {
  float: left;
  width: 100%;
  font-family: "SFProDisplay-Bold";
  font-size: 60px;
  line-height: 60px;
  color: #000;
  margin-bottom: 25px;
}

a {
  color: #28166F;
  /* Subratllat */

}

.noticias-sec h3 {
  float: left;
  width: 100%;
  font-family: "SFProDisplay-Bold";
  font-size: 40px;
  line-height: 40px;
  color: #000;
  margin-top: 50px;
}

.noticias-sec .noticias-share {
  width: 100%;
  display: flex;
  column-gap: 30%;
}

.noticias-sec .noticias-share p {}

.noticias-sec .noticias-share a {
  font-family: "Sora-Bold";
  color: #28166f;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  column-gap: 12px;
  align-items: center;
  transition: all 0.5s ease;
}

.noticias-sec .noticias-share span {
  background: url(../../images/share.svg) no-repeat 0 0;
  width: 16px;
  height: 19px;
  display: inline-block;
}

.noticias-sec .noticias-full-width {
  width: 100%;
  margin-top: 50px;
}

.noticias-sec .noticias-full-width img {
  width: 100%;
  border-radius: 20px;
  max-height: 600px;
}

.noticias-sec .noticias-full-width .full-width-cnt {
  width: 100%;
}

.noticias-sec .noticias-full-width .full-width-cnt .inn-caption {
  position: absolute;
  top: 60%;
  bottom: 0;
  transform: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  width: 75%;
  padding-right: 25%;
}

.noticias-sec .noticias-full-width .full-width-cnt .inn-caption h3 {
  width: 100%;
  margin: 0;
  font-size: 45px;
  color: white;
}

.noticias-sec .noticias-full-width .full-width-cnt .ban-icon-div {
  z-index: 1;
  bottom: -75px;

  width: auto;
  position: absolute;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 38px;
  height: 38px;
  border-radius: 50px;
}

.noticias-sec .noticias-full-width .full-width-cnt .ban-icon-div .camera-ico {}

.noticias-sec .noticias-full-width .full-width-cnt .ban-icon-div .camera-ico a {
  display: flex;
  cursor: default;
}

.noticias-sec .noticias-full-width .full-width-cnt .ban-icon-div .camera-ico a span {}

.noticias-lst {}

.noticias-lst ul {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 3%;
  margin-top: 50px;
}

.noticias-lst ul li {
  flex: 0 1 31.33%;
}

.noticias-lst ul li:hover .noticia-img img {
  transform: scale(1.05);
}

.noticias-lst ul li .noticia-img {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.noticias-lst ul li .noticia-img img {
  border-radius: 10px;
  float: left;
  width: 100%;
  transition: all 0.4s ease;
}

.noticias-lst ul li .noticia-cnt {
  float: left;
  width: 100%;
  padding-top: 25px;
}

.noticias-lst ul li .noticia-cnt h3 {
  float: left;
  width: 100%;
  color: #1e1e1e;
  font-family: "Sora-Medium";
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.full-width-cnt .inn-caption .noticia-tax,
.noticias-lst ul li .noticia-cnt .noticia-tax {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}

.noticias-lst ul li .noticia-cnt .noticia-tax h4 {
  float: left;
  color: #28166f;
  font-family: "Sora-Regular";

  background: #fff;
  border-radius: 25px;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 15px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #28166f;
}

.noticias-sec .noticias-btn {
  text-align: center;
}

.noticias-sec .noticias-btn a {
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 25px;
  font-size: 15px;
  color: #000000;
  font-family: "Sora-SemiBold";
  line-height: 24px;
  padding: 10px 50px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: black;
}

.noticias-sec .noticias-btn a:hover {
  background: #28166f;
  color: #fff;
  border-color: #28166f;
}

/* END ACTUALIDAD - NOTICIAS */

/* FITXA NOTICIES */
.exp-ficha .ficha-inner .ficha-details {
  padding: 20px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: black;
}

.exp-ficha .ficha-inner .ficha-details .ficha-date-tax {
  display: flex;
}

.exp-ficha .ficha-inner .ficha-details .ficha-date-tax h3 {
  border-right-width: 0.5px;
  border-right-style: solid;
  border-right-color: black;
  padding: 25px;
  padding-left: 0px;
  width: 100%;
}

.exp-ficha .ficha-inner .ficha-details .ficha-date-tax .noticia-tax {
  padding: 25px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  padding-left: 25px;
}

.full-width-cnt .inn-caption .noticia-tax h4,
.exp-ficha .ficha-inner .ficha-details .ficha-date-tax .noticia-tax h4 {
  height: fit-content;
  float: left;
  color: #28166f;
  font-family: "Sora-Regular";
  background: #fff;
  border-radius: 25px;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 15px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #28166f;
  align-content: center;
}

.full-width-cnt .inn-caption .noticia-tax h4 {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  margin-bottom: 20px;
}

.exp-ficha .ficha-inner .ficha-details .compar-lst {
  padding: 25px 0px;
}

.exp-ficha .ficha-inner .ficha-cnt {
  padding: 75px;
}

.exp-ficha .ficha-share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top-color: black;
  border-top-width: 0.5px;
  border-top-style: solid;
  border-bottom-color: black;
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
}

.exp-ficha .ficha-share p {
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 75px;
  align-content: center;
}

.exp-ficha .ficha-share ul.social {
  display: flex;
  column-gap: 10px;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-right: 75px;
}

/* END FITXA NOTICIES */

/* menu superior xxss */
.header-xxss {
  width: 100%;
  background-color: #28166f;
  padding: 7px 0px;
}

.header-xxss .row {
  width: 1320px;
}

.header-xxss .social {
  display: flex;
  column-gap: 2%;
  justify-content: flex-end;
}

/* END menu superior xxss */

/* formulari contactar */
.contact-sec p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-row {
  width: 100%;
  padding: 0px 20%;
  text-align: center;
}

.contact-form {
  width: 100%;
  margin: 50px auto;
  float: left;
}

.wpcf7-form-control-wrap {
  flex: 0 1 49%;
}

.wpcf7-form br {
  display: none;
}

span.wpcf7-form-control-wrap:has(> textarea) {
  width: 100%;
  height: 100%;
  flex: 0 1 100%;
}

span.wpcf7-form-control-wrap:has(> textarea) textarea {
  height: auto;
}

.contact-form span.wpcf7-form-control-wrap input[type="text"],
.contact-form span.wpcf7-form-control-wrap input[type="email"],
.contact-form span.wpcf7-form-control-wrap input[type="tel"],
.contact-form span.wpcf7-form-control-wrap .form-box textarea {
  margin-bottom: 15px;
}

.contact-form .form-box input[type="text"],
.contact-form .form-box input[type="email"],
.contact-form .form-box input[type="tel"],
.form-box textarea {
  width: 100%;
  color: #28166f;
  font-family: "SFProDisplay-Regular";
  padding: 10px 15px 10px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #28166f;
  font-size: 16px;
  transition: all 0.5s ease;
  background: #ffffff;
}

.contact-form .form-box p:has(> input[type="submit"]) {
  justify-content: flex-end;
}

.contact-form .form-box input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 50px;
  font-family: "SFProDisplay-Regular";
  background: #28166f;
  border: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 14px;
  padding: 0 50px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

p .wpcf7-spinner {
  display: none;
}

/* END formulari contactar */

/***** END JIRA LPDGC-29 *****/


/***** JIRA LPDGC-30 *****/
.clima-related {
  float: left;
  width: 100%;
  padding: 60px 0 0;
}

.clima-related h3 {
  float: left;
  width: 100%;
  color: #000;
  font-family: 'Sora-Medium';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: .53px;
  padding-bottom: 15px;
}

.related-lst ul {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 3%;
  margin-top: 50px;
}

.related-lst ul li {
  flex: 0 1 31.33%;
}

.related-lst ul li .related-img {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.related-lst ul li .related-img img {
  border-radius: 10px;
  float: left;
  width: 100%;
  transition: all 0.4s ease;
}

.related-lst ul li .related-cnt {
  float: left;
  width: 100%;
  padding-top: 25px;
}

.related-lst ul li .related-cnt h3 {
  float: left;
  width: 100%;
  color: #1e1e1e;
  font-family: "Sora-Medium";
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.mice .contact-row p {
  display: unset;
}

.map-iframe-wrapper iframe {
  width: 100%;
  border-radius: 15px;
}

.loader-wrapper {
  clear: both;
  padding-top: 30px;
}

/***** END JIRA LPDGC-30 *****/
.mov-main .mov-img img {
  position-area: center;
  height: auto;
}

.mov-main .mov-img img.org-img {
  height: auto;
}

div.experiencias-main-list {
  margin-top: 75px;
}

.fav-lst ul li .fav-img {
  height: 256px;
  align-items: center;
  display: flex;
  background-color: lightgray;
}

.not-found-msg p {
  text-align: center;
}

.ftr-social ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}

.ftr-social ul {
  column-gap: 5px;
}

.ftr-social ul li a img {
  width: 35px;
}

/* MOVE CITY TEMPLATE */
.moverse-main-sec h1 {
  padding-bottom: 30px;
}

.moverse-list-sec {
  margin-top: 75px;
}

.moverse-list ul {
  row-gap: 75px;
}

.mov-main .mov-img,
.mov-main .mov-cnt {
  width: 50%;
}

.moverse-list ul li:nth-child(2n+2) .mov-main .mov-cnt {
  padding-left: 80px;
  padding-right: 80px;
}

.mov-main .mov-cnt {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 0px;
  align-content: center;
}

.mov-main .mov-img {
  height: 400px;
}


/* CANVIS 10/06/2025 */
.mov-main .mov-cnt .mov-lnk a.ver-btn {
  padding: 0px 8px;
  font-size: 13px;
}

.page-template-plan-your-trip .plan-cnt .row>p {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}

/* end CANVIS 10/06/2025 */

/* begin JIRA LPDGC-65 */

.mov-main .mov-cnt p strong,
.clima-cnt-para p strong {
  font-family: 'SFProDisplay-Bold';
}

/* end JIRA LPDGC-65 */

/* JIRA LPDGC-66 */
.experiencias-main-sec ul.cards-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  column-gap: 2%;
  row-gap: 30px;
  width: 100%;
}

.experiencias-main-sec ul.cards-list li {
  flex: 0 1 32%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.experiencias-main-sec ul.cards-list li a {
  display: flex;
  flex-wrap: wrap;
}

.experiencias-main-sec ul.cards-list li img {
  float: left;
  width: 100%;
  transition: all 0.5s ease;
  z-index: -1;
}

.experiencias-main-sec ul.cards-list li h2 {
  padding: 0 15px;
  position: absolute;
  bottom: 25px;
  font-size: 30px;
  line-height: 38px;
  font-family: 'Sora-SemiBold';
  color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}

.experiencias-main-sec ul.cards-list li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: rgba(248, 80, 50, 0);
  background: -moz-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 0)), color-stop(100%, rgba(0, 0, 0, 0.58)));
  background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -o-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -ms-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#000000', GradientType=0);
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .experiencias-main-sec ul.cards-list {
    margin-top: 30px;
    row-gap: 20px;
  }

  .experiencias-main-sec ul.cards-list li h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .experiencias-main-sec ul.cards-list {
    margin-top: 30px;
    row-gap: 20px;
  }

  .experiencias-main-sec ul.cards-list li h2 {
    font-size: 22px;
    line-height: 30px;
    bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .experiencias-main-sec ul.cards-list {
    margin-top: 20px;
    row-gap: 15px;
  }

  .experiencias-main-sec ul.cards-list li {
    flex: 0 1 49%;
  }

  .experiencias-main-sec ul.cards-list li h2 {
    font-size: 22px;
    line-height: 30px;
    bottom: 18px;
  }
}

@media screen and (max-width: 479px) {
  .experiencias-main-sec ul.cards-list {
    row-gap: 10px;
  }

  .experiencias-main-sec ul.cards-list li {
    flex: 1 1 100%;
  }

  .experiencias-main-sec ul.cards-list li img {
    height: 120px;
    object-fit: cover;
  }

  .experiencias-main-sec ul.cards-list li h2 {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 28px;
  }

  .experiencias-main-sec ul.cards-list li a::after {
    height: 100%;
  }
}

.single-atractivo .gallery-map {
  margin-bottom: 40px;
}

.single-atractivo .exp-ficha {
  padding: 25px 0 40px 0;
}

.single-atractivo .ficha-cont {
  margin-bottom: 40px;
}

.single-atractivo .ficha-rgt ul {
  row-gap: 20px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.single-atractivo a.res-but {
  margin-top: 20px;
}

.ficha-cont p strong {
  font-family: 'SFProDisplay-Bold';
}

.single-atractivo #festas-list .owl-dots.disabled,
.single-atractivo #festas-list .owl-nav.disabled {
  display: none;
}

.ficha-rgt ul li p strong {
  font-family: 'SFProDisplay-Bold';
}

.ficha-cont h4 {
  font-family: 'SFProDisplay-Regular';
}

/* end JIRA LPDGC-66 */

/* JIRA LPDGC-68 */
.page-template-hoteles .experiencias-main-sec h2 {
  color: #000;
  width: 100%;
  font-size: 40px;
  line-height: 44px;
  font-family: 'Sora-SemiBold';
  margin-bottom: 30px;
  float: left;
}

.page-template-hoteles .experiencias-main-sec h2:not(:first-child) {
  margin-top: 75px;
}

/* end JIRA LPDGC-68 */

.fav-lst ul li .fav-img img {
  height: 100%;
  object-fit: cover;
}

.atractivo-img {
  width: 100%;
  float: left;
  border-radius: 10px;
}

.clima-main-sec ul,
.clima-main-sec ol {
  float: left;
  margin-left: 40px;
}

.clima-main-sec :is(ul, ol)>li {
  width: 100%;
  margin-bottom: 10px;
}

.clima-main-sec ul>li {
  list-style-type: disc;
}

.page-template-list-content .experiencias-main-sec ul.cards-list+.experiencias-main-list {
  padding-top: 55px;
}