/* SINGLE CONTENT */
body.single .ficha-cont :is(ul, ol) {
    float: left;
    margin-left: 40px;
}

.fav-lst ul {
    margin-top: 60px;
}

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

}

.plan-cnt .row>p,
.aloj-prin-sec .row .aloj-prin-cnt {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-family: 'Sora-Regular';
}

body.single .ficha-cont :is(ul, ol)>li {
    width: 100%;
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    line-height: 26px;
    color: #303135;
    margin-bottom: 10px;
}

body.single .ficha-cont ul>li {
    list-style-type: disc;
}

body.single .ficha-cont ol>li {
    list-style-type: decimal;
}

.gallery-map.bottom_map_iframe iframe {
    width: 100%;
}

/* NEWSLETTER-BOLETIN */
.news-box input[type="email"] {
    border: none;
    padding: 0 120px 0 25px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: 'SFProDisplay-Medium';
    line-height: 45px;
}

.new-bx-rgt input[type="submit"] {
    border: 1px solid #fff;
    padding: 10px 30px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #28166f;
    background: #ffffff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    border-radius: 25px;
    font-family: 'SFProDisplay-Bold';
    cursor: pointer;
}

.new-bx-rgt input[type="submit"]:hover {
    background: none;
    color: #fff;
}

.check-rht ul li .frm-input.checkbox {
    position: relative;
}

.check-rht ul li .frm-input.checkbox input {
    top: 2px;
    width: 7px;
    height: 9px;
    visibility: visible;
    opacity: 0;
}

/* end NEWSLETTER-BOLETIN */

/* CERCADOR */
.header-xxss.open-search {
    z-index: 999;
    position: absolute;
}

#sticky-wrapper header.open-search {
    margin-top: 40px;
}

#home-stick-sticky-wrapper header.open-search {
    margin-top: 40px;
}

#home-stick-sticky-wrapper .open-search .cbp-hrmenu>ul>li>a {
    color: #000 !important;
    display: block !important;
}

#home-stick-sticky-wrapper .open-search .search-list ul li.in-heart a span {
    background-image: url(../images/heart_outline_blk.svg);
}

#home-stick-sticky-wrapper .open-search .search-list {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

#home-stick-sticky-wrapper .open-search .weather {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

#home-stick-sticky-wrapper .open-search .weather a span {
    background-image: url(../images/weather-blk.svg);
}

#home-stick-sticky-wrapper .open-search .nice-select {
    color: #000;
}

#home-stick-sticky-wrapper .open-search .nice-select:after {
    border-color: #000 !important;
}

.ficha-rgt ul li.precio strong {
    font-family: 'Sora-SemiBold';
}

.ficha-rgt ul li.precio {
    background: url(../images/euro-sign-solid-gray.svg) no-repeat left 2px;
    background-size: 12px;
}

.fav-lst ul li .fav-cnt p.address {
    display: grid;
    grid-template-columns: 1fr 25fr;
}

.noticias-lst ul li .noticia-img img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

.noticias-lst ul li .noticia-img span.wishlist-ico {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.55) url(../images/heart-ico-white-outline.svg) no-repeat center center;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 10px 0 5px;
    transition: all .5s ease;
}

/* MULTIMEDIA */
.item-list .content-multimedia img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

/** Lista Distribuidora **/
.experiencias-main-sec ul.cards-list li .fav-cnt {
    float: left;
    width: 100%;
    padding-top: 25px;
}

.experiencias-main-sec ul.cards-list li .fav-cnt h3 {
    float: left;
    width: 100%;
    color: #1E1E1E;
    font-family: 'Sora-Medium';
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.5px;
    padding-bottom: 15px;
}

.experiencias-main-sec ul.cards-list li .fav-img img {
    border-radius: 8px;
}

.experiencias-main-sec ul.cards-list li a::after {
    display: none;
}

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

/* JIRA LPDGC-71 */
.calendar .event-container {
    float: right !important;
}

.calendar table {
    float: left !important;
}

.calendar table {
    max-width: 60%;
}

/* end JIRA LPDGC-71 */

.experiencias-main-sec ul.cards-list li .fav-img::after {
    position: absolute;
    bottom: -26px;
    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%, rgb(0 0 0 / 66%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#000000', GradientType=0);
}

.experiencias-main-sec ul.cards-list li .fav-cnt {
    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 .fav-cnt h3 {
    color: #fff;
}

.experiencias-main-sec ul.cards-list li .fav-img img {
    border-radius: 8px;
    aspect-ratio: 1.5;
    object-fit: cover;
}

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

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

/* JIRA LPDGC-73 */

.inn-banner {
    height: 45vh;
}

.inn-banner img {
    height: 100%;
    object-fit: cover;
}

.experiencias-main-sec h1 {
    padding-bottom: 30px;
}

.experiencias-main-sec {
    padding: 0px 0px 90px;
}

.fav-lst ul {
    margin-top: 30px;
    column-gap: 2%;
    row-gap: 30px;
}

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

.aloj-prin-list ul li a::after {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(248, 80, 50, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 182px;
}

/* end JIRA LPDGC-73 */

/* JIRA LPDGC-74 */
.clima-sec.page-mnhght.redes {
    min-height: 0px;
    padding: 60px 0 0;
}

.ipa-visit.hm-lpavisit.rrss {
    border: none;
    padding: 15px;
}

.rrss-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5%;
}

.rrss-list .ipa-list {
    width: 50%;
}

.rrss-list .ipa-list #sb_instagram #sbi_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.rrss-list .lpavisit-social ul {
    flex-direction: column;
    padding: 12px 0;
    row-gap: 0;
    position: relative;
}

.rrss-list .lpavisit-social ul li {
    margin-bottom: 16px;
}

.rrss .ipa-visit-inn {
    display: inline-block;
}

/** SINGLE NOTICIA **/
#festas-list {
    height: 52vh;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.owl-carousel .owl-stage {
    height: 100%;
}

#festas-list .item {
    height: 100%;
}

#festas-list .item img {
    height: 100%;
    object-fit: cover;
}

.owl-carousel .owl-item {
    height: 100%;
}

section.eventos-main-sec {
    float: left;
}

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

.exp-ficha .ficha-inner .ficha-details .ficha-date-tax h3 {
    border: none;
}

.exp-ficha .ficha-inner .ficha-details {
    float: left;
}

.exp-ficha .ficha-inner .ficha-details {
    height: 8vh;
    align-items: center;
}

.ficha-inner {
    margin-bottom: 15px !important;
}

.exp-ficha p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #37393c;
    font-family: 'SFProDisplay-Regular' !important;
    text-align: left !important;
}

.exp-ficha p span {
    font-family: 'SFProDisplay-Regular' !important;
    color: #37393c;
}

.eventos-main-sec {
    padding: 0px 0 100px;
}

/* end JIRA LPDGC-74 */

/* JIRA LPDGC-75 */
.calendar table {
    width: 55% !important;
    float: right !important;
    margin-left: 30px;
}

.calendar table .event-dots {
    width: 100%;
}

.calendar .event-container .event img {
    height: 100% !important;
}

.calendar .event-container .event .lft {
    display: block !important;
}

.agenda-mensual {
    width: auto;
    position: relative;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}

.calendar a.styled-but {
    border-radius: 25px;
    border: 1px solid #28166F;
    padding: 5px 40px;
    color: #28166F;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}


.calendar header {
    display: flex;
    justify-content: space-between;
}

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

.calendar header input {
    width: 50%;
    height: 100%;
    align-self: center;
    border-radius: 55px;
    border: 1px solid #2a1870;
    padding: 10px 20px;
    font-family: 'SFProDisplay-Bold';
    color: #2a1870;
    background: transparent;
}

.calendar header input::placeholder {
    color: #2a1870;
}

div#ui-datepicker-div {
    width: 310px;
    background: white;
    border: 2px solid #2a1870;
    border-radius: 19px;
}

.filtro {
    width: 100%;
    display: flex;
    gap: 3%;
    padding: 20px;
    background: #f0eff5;
    border-radius: 10px;
}

button.category-button.active {
    border: 4px solid #28166f !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a {
    display: inline-block;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    width: 100%;
    justify-items: center;
    display: block;
    justify-content: center;
}

table.ui-datepicker-calendar {
    width: 100%;
    text-align-last: center;
}

table.ui-datepicker-calendar a {
    text-decoration: none;
    font-family: 'SFProDisplay-Regular';
}

span.ui-icon.ui-icon-circle-triangle-e {
    background: url(../images/ico-arrow-right.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: flex;
}

span.ui-icon.ui-icon-circle-triangle-w {
    background: url(../images/ico-arrow-left.svg) no-repeat;
    width: 25px;
    height: 25px;
    display: flex;
}

.calendar .event-container {
    width: 42.5% !important;
}

.calendar a.styled-but-filter {
    border-radius: 25px;
    border: 1px solid #28166F;
    padding: 8px 16px;
    font-size: 15px;
    width: 25%;
    color: #fff;
    background: #28166F;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.calendar a.but-mensual {
    width: 55% !important;
    float: right !important;
    margin-left: 30px;
    margin-top: 30px;
    border-spacing: 0px;
    border: 3px solid #28166f;
    border-radius: 37px;
    padding: 15px 43px;
    color: #fff;
    background: #28166f;
}

.calendar a.but-mensual:hover {
    background: #28166F;
    color: white;
}


/* MODIFICACION PLUGIN **/
.event-container-personalizado {
    width: 42.5%;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    /* border: solid 1px red; */
    padding-top: 40px;
    margin-top: 57px;
    max-height: 100%;
}

.calendar .event-container-personalizado .event-wrapper-personalizado {
    height: 100%;
    overflow: initial;
    display: block;
    overflow-y: auto;
    max-height: 610px;
}

.calendar .event-container-personalizado .event {
    display: flex;
    position: relative;
    width: 100%;
    background: white;
    border-radius: 0px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    text-align: left;
    color: black;
    height: 145px;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid black;
    margin-top: -1px;
}

.calendar .event-container-personalizado .event .lft {
    display: block !important;
}

.calendar .event-container-personalizado .event img {
    height: 100% !important;
    width: 143px;
    object-fit: cover;
}

.calendar .event-wrapper-personalizado .event .rht {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%;
}

.calendar .event-container-personalizado .event .event-name {
    color: inherit;
    font-family: var(--calendar-txt);
}

.calendar .event-container-personalizado .event-summary {
    font-weight: normal;
    font-size: 14px;
}

/* end JIRA LPDGC-75 */

/* JIRA LPDGC-76 */
.ficha-rgt ul.noticia-ficha {
    row-gap: 0px;
}

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

.noticia-ficha .guar span {
    background: url(../images/ico-heart.svg) no-repeat 0 0;
    width: 22px;
    height: 19px;
    display: inline-block;
}

.ficha-rgt .photographer-name h4 {
    font-family: 'SFProDisplay-Bold';
    text-decoration-line: underline;
    color: #28166f;
    font-size: 17px;
    margin-top: -10px;
}

.noticia-ficha li a {
    font-family: 'Sora-Bold';
    color: #28166F;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    column-gap: 12px;
    align-items: center;
    transition: all .5s ease;
}

.ficha-rgt ul.noticia-ficha>li {
    margin-bottom: 20px;
    padding: 0px;
}

.ficha-rgt ul.noticia-ficha>li:last-child {
    margin: 0px;
}

.ficha-rgt ul.noticia-ficha>li .ficha-share ul.social {
    justify-content: center;
    margin-right: 0px;
}

.alloj-title h4 {
    color: #28166f;
    font-family: 'Sora-Bold';
    margin-bottom: 15px;
}

/* end JIRA LPDGC-76 */

/** JIRA LPDGC-77 **/
.ficha-rgt h4 {
    color: #28166f;
    font-family: 'Sora-Bold';
    margin-bottom: 20px;
}

.ficha-rgt h6 {
    font-family: 'Sora-Bold';
}

.noticia-tax {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    float: left;
    margin-top: 15px;
}

.plan-cnt ul.doble-col li {
    flex: 0 1 49%;
}

/** JIRA LPDGC-78 **/

/** FILTRES **/
div#ui-datepicker-div {
    z-index: 10 !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    padding: 20px 0px 8px;
    background: #f6b800;
    border-top-right-radius: 17px;
    border-top-left-radius: 16px;
    color: white;
    font-family: 'Sora-Bold';
    margin-bottom: 20px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all span {
    height: 23px;
    width: 23px;
    background-size: 13px;
    text-indent: -60px;
    overflow: hidden;
}

a.ui-datepicker-prev.ui-corner-all {
    align-self: center;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a {
    align-content: center;
}

.ui-datepicker-title {
    padding-left: 5%;
    padding-right: 5%;
}

.filtro {
    width: 100%;
    justify-content: center;
}

.filtro .nice-select {
    width: 20%;
    border-radius: 55px;
    border: 1px solid #2a1870;
    padding: 5px 20px;
    font-family: 'SFProDisplay-Bold';
    color: #2a1870;
    background: transparent;
}

.filtro .nice-select .list {
    width: 100%;
}

.filtro .nice-select .option {
    flex: 0 1 100%;
}

.filtro .nice-select:active,
.filtro .nice-select.open,
.filtro .nice-select:focus {
    border-radius: 55px;
    border: 1px solid #2a1870;
    padding: 5px 20px;
    font-family: 'SFProDisplay-Bold';
    color: #2a1870;
    background: transparent;
}

.filtro .nice-select .option:last-child {
    text-align: left;
}

.filtro .nice-select:hover {
    color: #2a1870;
}

.filtro .nice-select .option:hover {
    background-color: #28166f;
    color: #fff;
}

.filtro .nice-select:hover:after {
    border-bottom: 2px solid #28166f;
    border-right: 2px solid #28166f;
}

.filtro .nice-select:after {
    right: 15px;
}

.filtro input {
    width: 20%;
    height: 100%;
    align-self: center;
    border-radius: 55px;
    border: 1px solid #2a1870;
    padding: 10px 20px;
    font-family: 'SFProDisplay-Bold';
    color: #2a1870;
    background: transparent;
}

.filtro input::placeholder {
    color: #2a1870;
}

.filtro a.styled-but-filter {
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid #28166F;
    padding: 5px 20px;
    font-size: 15px;
    width: auto;
    color: #fff;
    background: #28166F;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

/** CALENDAR PLUGIN **/
.calendar {
    overflow: visible !important;
}

.calendar header {
    justify-content: right;
}

.calendar header h2.month {
    margin-left: 0px;
    margin-top: 15px;
    margin-right: 30px;
}

.calendar header a.simple-calendar-btn.btn-prev,
.calendar header a.simple-calendar-btn.btn-next {
    margin-top: 20px;
    position: static;
    opacity: 0.5;
}

.calendar .event-container,
.calendar .event-container-personalizado {
    width: 55% !important;
}

.calendar .event-container .event-wrapper,
.calendar .event-container-personalizado .event-wrapper-personalizado {
    max-height: max-content !important;
    overflow: visible !important;
}

.cal {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 40px;
}

.cal .inf-cal {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cal .button {
    width: 100%;
}

.cal .inf-cal:has(table.open),
.cal:has(.event-container-personalizado) .inf-cal {
    width: 42.5%;
}

.cal .inf-cal table {
    width: 100% !important;
}

.calendar table .event-dots {
    display: none;
}

.calendar table {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0px;
}

.calendar a.but-mensual {
    width: 100% !important;
    margin-left: 0px;
    padding: 15px 43px;
    position: relative;
}

.calendar .event-container-personalizado .event {
    height: auto;
}

.button {
    width: 80%;
    align-self: center;
}

.but-mensual::before {
    content: "";
    background: url(../images/ico-download-w.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 9;
    background-size: 35px;
    top: 30%;
    left: 6%;
    background-position: top;
}

.inf-button {
    text-align: left;
    padding-left: 17%;
}

.inf-button p {
    font-family: 'Sora-Regular';
    color: white;
    font-size: 14px;
}

.inf-button p:first-child {
    font-size: 18px;
    font-family: 'Sora-Bold';
    padding-bottom: 7px;
}

/** **/
.calendar table.open .day {
    padding: 16px 10px !important;
}

.cal .inf-cal:has(table.open),
.cal:has(.event-container-personalizado) .inf-cal {
    width: 40.5%;
}

.calendar .event-container,
.calendar .event-container-personalizado {
    width: 100% !important;
}

/** JIRA LPDGC-79 **/
.items-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    float: left;
    /* margin-top: 15px; */
}

.ficha-rgt h4 {
    margin: 0px;
}

.ficha-rgt ul {
    row-gap: 8px;
}

.ficha-rgt ul li.hor {
    background: url(../images/ico-event-clock.svg) no-repeat left 5px;
}

.ficha-rgt>.button {
    width: 100%;
    float: left;
}

.ficha-rgt>.button a.but-mensual {
    float: right;
    position: relative;
    margin-top: 30px;
    border-spacing: 0px;
    border: 3px solid #28166f;
    border-radius: 37px;
    padding: 9px;
    color: #fff;
    background: #28166f;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.ficha-rgt>.button a.but-mensual::before {
    content: "";
    background: url(../images/ico-download-w.svg) no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    z-index: 9;
    background-size: 30px;
    top: 30%;
    left: 6%;
    background-position: top;
}

.ficha-rgt>.button .inf-button p {
    font-family: 'Sora-Regular' !important;
    line-height: 18px;
}

.ficha-rgt>.button .inf-button p:first-child {
    font-size: 18px;
    font-family: 'Sora-Bold';
    padding-bottom: 7px;
}

.ficha-rgt>.button .inf-button p:first-child {
    padding: 0px;
}

.ficha-rgt>.button .inf-button p:last-child {
    margin: 0px;
}

.ficha-rgt>.button a.but-mensual:hover {
    background: #fff;
}

.ficha-rgt>.button a.but-mensual:hover p {
    color: #28166f;
    font-family: 'Sora-Bold' !important;
}

/** JIRA LPDGC-80 */
.ficha-rgt h4 {
    font-size: 18px;
    font-family: 'Sora-Regular';
}

.ficha-rgt h6 {
    font-family: 'Sora-Medium';
}

.plan-cnt ul.doble-col li {
    height: 30vh;
    background: #e5e3ed;
}

.plan-cnt ul.doble-col li img {
    width: 11%;
    z-index: 9;
}

.plan-cnt ul.doble-col li:hover img {
    transform: scale(1.4);
}

.plan-cnt ul.doble-col li a {
    place-content: center;
    height: 100%;
}

.plan-cnt ul.doble-col li a::after {
    display: none;
}

.plan-cnt ul.doble-col li h2 {
    color: #000;
}

.day.has-event {
    border: none !important;
}

.inf-button p {
    text-transform: none;
}

.ficha-rgt.out {
    width: 34%;
    float: right;
    border-radius: 15px;
    background: transparent;
    padding: 0px;
}

.ficha-rgt.out .ficha-rgt {
    width: 100%;
}

.calendar .event-container .event img,
.calendar .event-container-personalizado .event img {
    width: 200px !important;
}

.ficha-rgt>.button a.but-mensual:hover::before {
    content: "";
    background: url(../images/ico-download.svg) no-repeat;
    background-size: 30px;
}

.calendar a.but-mensual:hover::before {
    content: "";
    background: url(../images/ico-download.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 35px;
}

.calendar a.but-mensual:hover {
    background: #fff;
}

.calendar a.but-mensual:hover p {
    color: #28166F;
    font-family: 'Sora-Bold' !important;
}

.calendar a.but-mensual {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

/** JIRA LPDGC-82 **/
.but-flex {
    display: flex;
    gap: 5px;
}

.nice-select.cat-event {
    width: 27%;
}

.filtro input {
    width: 15%;
}

/*********************/
/*** CANVIS COLORS ***/
/*********************/

.page-template-calendario .search-button,
.page-template-calendario .but-flex a,
.page-template-calendario .close,
.page-template-calendario .day.has-event.active,
.page-template-calendario .calendar .event-container .event>a:hover,
.page-template-calendario .but-mensual,
.page-template-calendario .filtro .nice-select .option:hover {
    /* background: #E67316 !important */
    background: #f6b800 !important
}

.page-template-calendario .calendar a.but-mensual:hover {
    background: #fff !important
}

.page-template-calendario .but-flex a,
.page-template-calendario .filtro>input,
.page-template-calendario div#ui-datepicker-div,
.page-template-calendario .filtro>.nice-select,
.page-template-calendario .filtro>.nice-select:after,
.page-template-calendario .close,
.page-template-calendario .but-mensual {
    /* border-color: #e67316 !important */
    border-color: #f6b800 !important
}

.page-template-calendario .filtro>input::placeholder,
.page-template-calendario .filtro>input,
.page-template-calendario .filtro>.nice-select,
.page-template-calendario table.ui-datepicker-calendar a,
.page-template-calendario .calendar a.but-mensual:hover p {
    /* color: #e67316 */
    color: #f6b800
}

.page-template-calendario .filtro {
    /* background: #FDF1E8; */
    background: #f7f4e6;
}

.page-template-calendario .calendar a.but-mensual:hover::before {
    content: "";
    background: url(../images/ico-download-orange.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 35px;
}

.calendar {
    text-transform: none !important;
}

/** JIRA LPDGC-83 **/
.single-evento .ficha-rgt>.button a.but-mensual {
    border: 3px solid #f6b800;
    background: #f6b800;
}

.single-evento .ficha-rgt>.button a.but-mensual:hover {
    background: #fff;
}

.single-evento .compar-lst ul li a,
.single-evento .ficha-lft .ficha-cont a,
.single-evento .ficha-rgt ul li a,
.single-evento .ficha-rgt>.button a.but-mensual:hover .inf-button p,
.single-evento .fav-lst ul li:hover .fav-cnt h3,
.single-evento .fav-lst ul li .fav-cnt h4 {
    color: #f6b800;
    transition: all .5s ease;
}

.single-evento .compar-lst ul li:hover a,
.single-evento .ficha-lft .ficha-cont a:hover,
.single-evento .ficha-rgt ul li:hover a {
    color: #000;
}

.single-evento .ficha-rgt:not(.out) {
    background: #f7f4e6;
}

.single-evento .ficha-rgt h6 {
    background: rgb(183 178 31 / 12%);
    color: #f6b800;
}

.single-evento .compar-lst ul li.compar span {
    background: url(../images/share-y.svg) no-repeat 0 0;
}

.single-evento .compar-lst ul li.guar span {
    background: url(../images/ico-heart-y.svg) no-repeat 0 0;
}

.single-evento .eventos-main-sec .fav-lst ul li:hover .fav-img span.wishlist-ico {
    background: #f6b800 url(../images/heart-ico-white-outline.svg) no-repeat center center;
}

.single-evento .ficha-rgt>.button a.but-mensual:hover::before {
    content: "";
    background: url(../images/ico-download-y.svg) no-repeat;
    background-size: 30px;
}

.single-evento .atractivo-img {
    margin-top: 25px;
}


/** __ **/
.single-evento .ficha-lft .button {
    float: left;
    width: 100%;
    border: 4px solid #f6b800;
    background: #f6b800;
    padding: 16px 9px;
    border-radius: 37px;
    margin-top: 25px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.single-evento .ficha-lft .button a.but-mensual {
    position: relative;
    display: block;
    height: 1vh;
}

.single-evento .ficha-lft .button .inf-button {
    padding-left: 15%;
}

.single-evento .ficha-lft .button .inf-button p:first-child {
    padding-bottom: 12px;
    font-family: 'Sora-Regular' !important;
    font-size: 18px;
}

.single-evento .ficha-lft .button .inf-button p {
    font-family: 'Sora-Regular' !important;
    line-height: 14px;
    color: white;
    margin: 0;
}

.single-evento .but-mensual::before {
    content: "";
    background: url(../images/ico-download-w.svg) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    z-index: 9;
    background-size: 31px;
    left: 3%;
    top: 26%;
    background-position: top;
}

.single-evento .ficha-lft .ficha-cont p {
    font-size: 18px;
    line-height: 30px;
}

.single-evento .ficha-lft {
    width: 58%;
}

.single-evento img.atractivo-img-mob {
    display: none;
}

/** __CALENDARIO__ **/
.calendar .event-container .event-address {
    margin-top: 15px;
    font-weight: normal;
    font-size: 14px;
}

/** JIRA LPDGC-84 **/
.fav-lst ul li .hotel-star ul {
    margin-top: 0px;
}

.filtro input,
.page-template-calendario .filtro>.nice-select,
.page-template-calendario .filtro>input::placeholder,
.page-template-calendario table.ui-datepicker-calendar a {
    color: #534d3c !important;
    font-family: 'SFProDisplay-Medium' !important;
}

.event-wrapper-personalizado-vacio {
    height: -webkit-fill-available;
}

.event-wrapper-personalizado-vacio p {
    font-size: 22px;
    font-style: italic;
    font-family: 'SFProDisplay-Regular';
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    float: left;
    padding: 0 15px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    float: right;
    padding: 0 15px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
    background-position: right;
}

.ui-datepicker-unselectable span {
    color: grey;
    font-family: 'SFProDisplay-Regular';
}

.single-evento .ficha-lft .button:hover {
    background: white;
    border: 4px solid #f6b800;
}

.single-evento .ficha-lft .button:hover .inf-button p {
    color: #f7b800;
}

.single-evento .button:hover .but-mensual::before {
    content: "";
    background: url(../images/ico-download-y.svg) no-repeat;
    width: 34px;
    height: 34px;
    background-size: 31px;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today,
.ui-datepicker-calendar tbody tr td.ui-datepicker-today {
    background: #f6b800;
    border-radius: 25px;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today a,
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
    color: white !important;
}

/**__**__**/
.page-template-default .clima-cnt-para ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    column-gap: 2%;
    row-gap: 30px;
    justify-content: center;
}

.page-template-default .clima-cnt-para ul li {
    height: 30vh;
    background: #e5e3ed;
    flex: 0 1 49%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.page-template-default .clima-cnt-para ul li a {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    height: 100%;
    text-decoration: none;
    color: #01476d;
    padding: 0 15px;
    position: absolute;
    font-size: 30px;
    line-height: 38px;
    font-family: 'Sora-SemiBold';
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    bottom: -100px;
}

.page-template-default .clima-cnt-para ul li img {
    display: flex;
    align-items: center;
    width: 50%;
    height: 50%;
    object-fit: contain;
    justify-self: center;
    margin-top: 51px;
}

/*** CALENDARIO - AGENDA ***/
.calendar header a.simple-calendar-btn.btn-prev.disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.1;
}

/*** SINGLE_EVENTO ***/
.single-evento a.car-btn {
    color: #ffffff;
    background: #f6b800;
    border: 2px solid #f6b800;
}

.single-evento a.car-btn:hover {
    background: #ffffff;
    color: #f6b800;
    border: 2px solid #f6b800;
}

/*** MENÚ MOBILE ***/
.mbl-hdr-social ul li a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.mbl-hdr-social ul {
    display: flex;
    place-items: center;
    width: 65%;
    row-gap: 20px;
}

.mbl-hdr-social {
    display: flex;
    justify-content: center;
}

body:has(.is-sticky) .mobile-menu {
    top: 78px;
}

.mobile-menu {
    top: 160px;
}

.mob-lang .nice-select {
    background: transparent;
}

li.class\=.acc_section.has-child::after {
    content: '';
    top: 12px;
    left: 90%;
    display: block;
    width: 10px;
    height: 10px;
    border: solid rgb(255 255 255);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

li.class\=.acc_section.has-child.acc_active::after {
    content: '';
    top: 12px;
    left: 90%;
    display: block;
    width: 10px;
    height: 10px;
    border: solid rgb(255 255 255);
    border-width: 0 0 2px 2px;
    transform: rotate(135deg);
    position: absolute;
}

/** JIRA LPDGC-89 **/
.contact-lst {
    column-gap: 4%;
}

.contact-mid {
    flex: 0 1 38%;
}

.contact-sec li:nth-child(2) p {
    flex-direction: row-reverse;
    width: 100%;
    text-align: right;
}

.contact-sec li:nth-child(2) p label {
    display: flex;
    flex-direction: row-reverse;
    gap: 14px;
}

.contact-sec li:nth-child(2) p span.wpcf7-form-control-wrap {
    flex: 0 1 100%;
}

footer .ftr-list {
    flex: 0 1 50%;
}

.sistema-sec ul.intel-tur li .sis-icon img {
    width: 52px;
}

.sistema-sec ul.intel-tur li:first-child .sis-icon img,
.sistema-sec ul.intel-tur li:nth-child(2) .sis-icon img {
    margin-bottom: -12px;
}

.sistema-sec ul li:nth-child(3) .sis-icon img {
    /* width: 92px; */
}

/** JIRA LPDGC-90 **/
.filtro a.styled-but-filter,
.filtro input,
.page-template-calendario table thead th span,
.page-template-calendario .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all,
.page-template-calendario .filtro>.nice-select,
.page-template-calendario .filtro>input::placeholder,
.page-template-calendario table.ui-datepicker-calendar a,
.calendar a.but-mensual p {
    color: #28166F !important;
}

.page-template-calendario .calendar a.but-mensual::before {
    content: "";
    background: url(../images/ico-download.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 35px;
}

.page-template-calendario .calendar a.but-mensual:hover::before {
    content: "";
    background: url(../images/ico-download.svg) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 35px;
}

/** JIRA LPDGC-91 **/
.hm-news-sec {
    background: #f6b800;
}

.news-lft h2,
.news-box input[type="email"]::placeholder,
.check-rht ul li .frm-input.checkbox label,
.check-rht ul li .frm-input.checkbox label a {
    color: #28166f;
}

.check-rht ul li .frm-input.checkbox label::after {
    border: 1px solid #28166F;
}

.check-rht ul li .frm-input.checkbox input:checked+label::before {
    background: #28166f none repeat scroll 0 0;
}

.exp-ficha h2 {
    font-size: 45px;
}

/** JIRA LPDGC-92 */
.contact-rgt ul li img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(8%) sepia(68%) saturate(6095%) hue-rotate(255deg) brightness(79%) contrast(97%);
}

.ftr-social ul li a img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(68%) saturate(6095%) hue-rotate(255deg) brightness(79%) contrast(97%);
}

h1.inform-title {
    line-height: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.sistema-sec ul.intel-tur {
    gap: 0;
}

.sistema-sec ul.intel-tur li {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;

    background: transparent;
    flex: 0 1 25%;
}

.sistema-sec ul.intel-tur li a {
    width: 100%;
    height: 100%;
    display: flow-root;
    position: relative;
    padding: 40px;
}

.sistema-sec ul.intel-tur li .sis-icon img {
    width: 100%;
}

.sistema-sec ul.intel-tur li h3 {
    text-align: center;
}

/** JIRA LPDGC-81 **/
.plan-cnt ul.doble-col li {
    height: auto;
}

.plan-cnt ul.doble-col li img {
    width: 100%;
    height: 100%;
}

.plan-cnt ul.doble-col li h2 {
    color: white;
    text-align: left;
    padding-left: 40px;
    bottom: 15%;
    font-size: 50px;
}

.plan-cnt ul.doble-col li a {
    display: block;
}

.plan-cnt ul.doble-col li button {
    padding: 0 30px;
    position: absolute;
    bottom: 25px;
    line-height: 38px;
    font-family: 'Sora-SemiBold';
    color: #28166f;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    margin-left: 40px;
    background: white;
    border: none;
    border-radius: 23px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    cursor: pointer;
}

.plan-cnt ul.doble-col li:hover button {
    color: #fff;
    background: #28166f;
}

.plan-cnt ul.doble-col li:hover img {
    transform: scale(1.2);
}

.plan-cnt ul.doble-col li:hover button.agenda {
    color: #28166f;
    background: #f6b800;
}

.plan-cnt ul.doble-col li button.agenda {
    color: #f6b800;
}

/** JIRA LPDGC-93 **/
.calendar .event-container .event>a:hover .event-name,
.calendar .event-container .event>a:hover .event-address,
.calendar .event-container .event>a:hover .event-summary {
    color: #28166f !important;
}

.single-evento .ficha-lft .button .inf-button p,
.single-evento a.car-btn {
    color: #28166f;
}

.ficha-rgt h6 a {
    text-decoration: none;
}

/** PAGINA ETIQUETA **/
.page-template-listado-etiquetas .buscador-sec {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

.page-template-listado-etiquetas .buscador-title {
    border: 0px;
    padding: 0px 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.5px;
    font-family: 'AvenirNextLTPro-Regular';
    color: #4D4F53;
    margin-bottom: 15px;
    text-align: center;
}

.page-template-listado-etiquetas .buscador-title h2 {
    line-height: 55px;
    width: auto;
    font-family: 'Sora-SemiBold';
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.94px;
    color: #28166f;
}

.page-template-listado-etiquetas .noticias-lst {
    float: left;
    width: 100%;
    padding: 0 95px;
}

.page-template-listado-etiquetas .noticias-lst ul li {
    flex: 0 1 32%;
}

.page-template-listado-etiquetas .noticias-lst ul li .noticia-cnt h3 {
    font-size: 22px;
    line-height: 25px;
}

.oficinas-main .oficinas-cnt ul li a {
    font-family: "Sora-Medium";
}

.exp-ficha p img {
    width: 100%;
    border-radius: 10px;
}

strong {
    font-family: 'Sora-SemiBold';
}

a#btn-leer-mas {
    cursor: pointer;
}

/** AGENDA SINGLE **/
.single-evento .ficha-lft .button .inf-button p:first-child {
    font-family: 'Sora-Bold' !important;
}

.single-evento .but-mensual::before,
.single-evento .button:hover .but-mensual::before {
    background: url(../images/ico-download.svg) no-repeat;
    width: 34px;
    height: 34px;
    background-size: 31px;
}

.single-evento .ficha-lft .button:hover .inf-button p {
    color: #28166f;
}

/** JIRA LPDGC-95 **/
/* .page-template-page-templates .experiencias-main-sec ul.cards-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 10px;
} */

/* .page-template-page-templates .experiencias-main-sec ul.cards-list li {
    flex: 0 1 32.66%;
    overflow: hidden;
    border-radius: 6px;
} */

.page-template-page-templates .experiencias-main-sec ul.cards-list li img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.2;
}

.experiencias-main-sec ul.cards-list li .fav-img::after {
    background: linear-gradient(to bottom, rgb(248 80 50 / 0%) 0%, rgb(0 0 0 / 66%) 100%);
}

/** JIRA LPDGC-94 **/
.sistema-sec ul li .sis-icon.intel-img img {
    border-radius: 35px;
}

/** JIRA LPDGC-96 **/
/** DISTRIBUIDORAS **/
.aloj-prin-list ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 30px;
}

.aloj-prin-list ul li {
    flex: 0 1 31.33%;
}

/* .experiencias-main-sec {
    padding: 25px 0 40px 0;
}

.experiencias-main-sec h1 {
    padding-bottom: 30px;
    margin-bottom: 20px;
} */

.experiencias-main-list.sin-content {
    margin: 0;
}

.experiencias-main-sec .fav-lst ul {
    margin: 0;
}

.page-template-page-templates .experiencias-main-sec ul.cards-list {
    margin-top: 0px;
}

.plan-cnt {
    padding: 20px 0 100px;
}

/* .experiencias-main-sec .fav-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 10px;
}

.experiencias-main-sec .fav-lst ul li {
    flex: 0 1 32.66%;
} */

/* .plan-cnt ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 10px;
} */

/* .plan-cnt ul li {
    flex: 0 1 32.66%;
} */

.experiencias-main-sec ul.cards-list li .fav-cnt {
    bottom: 0;
}

.plan-cnt ul li p,
.experiencias-main-sec ul.cards-list li p {
    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;
}

/** List-content.php **/
body:not(.page-template-post-list) .fav-lst ul li .fav-cnt p {
    float: left;
    width: 100%;
    color: #1E1E1E;
    font-family: 'Sora-Medium';
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.5px;
    padding-bottom: 15px;
}

body:not(.page-template-post-list) .fav-lst ul li:hover .fav-cnt p {
    color: #28166f;
}

/** List-content.php **/

.experiencias-main-sec ul.cards-list li .fav-img::after {
    height: 56%;
    bottom: 0px;
    background: linear-gradient(to bottom, rgb(248 80 50 / 0%) 0%, rgb(0 0 0 / 75%) 100%);
}

/** SINGLE ATRACTIVO **/
/* .single-atractivo .exp-ficha .alloj-title h1 {
    padding-bottom: 30px;
    float: left;
    width: 100%;
    color: #000000;
    font-family: 'Sora-Bold';
    font-size: 33px;
    line-height: 33px;
} */

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

/** CLIMA **/
/* .clima-list ul {
    column-gap: 2%;
    row-gap: 20px;
} */

/* .clima-list ul li {
    flex: 0 1 31.62%;
} */

.clima-list ul li .weather-ico {
    border-radius: 13px;
}

.clima-list ul li img {
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.clima-sec {
    padding: 0 0 115px;
}

.clima-list {
    padding-top: 30px;
}

.clima-cnt-sec {
    padding: 0;
}

/** INFORMES **/
.favoritos-main-sec {
    padding: 0px 0 85px;
}

.fav-title {
    margin-bottom: 0px;
}

/** NOTICIAS **/
.noticias-sec h1 {
    padding-bottom: 30px;
    /* margin-bottom: 20px; */
    float: left;
    width: 100%;
    color: #000000;
    font-family: 'Sora-Bold';
    font-size: 60px;
    line-height: 60px;
}

.noticias-lst .fav-lst ul {
    margin: 0px;
}

.noticias-sec {
    padding: 0px 0 40px 0;
}

/** SINGLE NOTICIA **/
.single-noticia .ficha-cont,
.single-atractivo .ficha-cont {
    padding-top: 30px;
}

.exp-ficha h1 {
    padding-bottom: 30px;
    float: left;
    width: 100%;
    color: #000000;
    font-family: 'Sora-Bold';
    font-size: 45px;
    line-height: 45px;
}

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

.page-template-listado-etiquetas .buscador-title h1 {
    line-height: 55px;
    width: auto;
    font-family: 'Sora-SemiBold';
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.94px;
    color: #28166f;
}

/** AGENDA **/
.moverse-sec {
    padding: 0px 0 40px 0;
}

.page-template-calendario .calendar-header {
    padding-top: 0px !important;
}

/** FICHA EVENTO **/
.ficha-cont {
    padding: 0;
}

.alloj-title {
    margin: 0px !important;
}

.single-evento .ficha-lft .ficha-cont p {
    color: #000;
    font-family: 'Sora-Regular' !important;
    line-height: 26px;
}

/** SISTEMAS INFORMACION **/
/* .sistema-sec ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 10px;
} */

.sistema-sec {
    padding: 0 0 100px 0;
}

/** ALOJAMIENTOS **/
.experiencias-main-list {
    float: left;
    margin: 0px;
    width: 100%;
}

/** COMO LLEGAR **/
.oficinas-turismo-sec {
    padding: 0 0 100px;
}

.oficinas-turismo-sec h1 {
    padding-bottom: 30px;
}

.clima-sec.page-mnhght {
    padding: 0 0 115px;
}

.moverse-main-sec h1 {
    padding-bottom: 30px;
    /* margin-bottom: 20px; */
}

.moverse-list-sec {
    margin: 0px;
}

.moverse-main-sec>div:not(.moverse-list-sec) {
    margin-bottom: 35px;
}

.moverse-main-sec>div>span,
.moverse-main-sec>div {
    float: left;
    width: 100%;
    color: #212121;
    font-family: 'SFProDisplay-Regular';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}

/** SISTEMA INTELIGENCIA TURISMO **/
.sistema-sec ul.intel-tur li:first-child .sis-icon img,
.sistema-sec ul.intel-tur li:nth-child(2) .sis-icon img {
    margin-bottom: 0px;
}

/** OFICINAS DE TURISMO **/
.oficinas-main:first-child .oficinas-img {
    aspect-ratio: 1;
}

/** LEGAL **/
.legal .clima-cnt-para ul {
    float: left;
}

.legal .clima-cnt-para ul li {
    float: left;
    width: 100%;
    color: #333333;
    font-family: 'SFProDisplay-Regular';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding-bottom: 7px;
    list-style: circle;
    margin-left: 41px;
}

/** JIRA LPDGC-98 **/
/** HEADER **/
.page-template-home img.desk-logo {
    display: none;
}

.page-template-home img.mob-logo {
    display: block;
}

.page-template-home .is-sticky img.mob-logo {
    display: none;
}

.page-template-home .is-sticky img.desk-logo {
    display: block;
}

/** BANNER VIDEO **/
.hm-banner.video {
    height: 100vh;
    overflow: hidden;
}

.hm-banner.video .container {
    height: 115%;
}

.slider-container.video {
    height: 100%;
}

.slider-container.video .iframe-vid {
    height: 100%;
}

.slider-container.video .iframe-vid iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 158vh;
    width: 226vw;
    transform: translate(-50%, -55%);
    max-width: none !important;
    max-height: none !important;
}

.slider-container.video .inf {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 50%;
    float: left;
    width: 54%;
    text-align: center;
    transform: translate(-50%, 0%);
}

.slider-container.video .inf h1 {
    color: white;
    font-family: 'Sora-SemiBold';
    font-size: 78px;
    line-height: 65px;
}

.slider-container.video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 2;
}

.hm-header .nice-select {
    background: transparent;
}

/** BLOQUE 3 DESTACADOS **/
.experience-sec.triple-bloc ul li {
    position: relative;
    flex: 0 1 33.33%;
    background: #f6b800;
    border-radius: 10px;
}

.experience-sec.triple-bloc ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 3%;
}

.experience-sec.triple-bloc ul li .des-cap {
    position: relative;
}

.experience-sec.triple-bloc ul li:nth-child(1) {
    background: #0093dd;
}

.experience-sec.triple-bloc ul li:nth-child(2) {
    background: #dd137b;
}

.experience-sec.triple-bloc ul li h2 {
    color: white;
    width: 60%;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 50px;
}

.experience-sec.triple-bloc ul li .desc-btm {
    display: flex;
    align-content: space-between;
}

.experience-sec.triple-bloc {
    float: left;
    width: 100%;
    padding: 0px 0 100px;
    margin-top: 60px;
    z-index: 2;
    position: relative;
}

.destactos-sec ul li a {
    float: left;
    width: 100%;
    height: 100%;
}

.destactos-sec ul li img {
    float: left;
    width: 100%;
    transition: all 0.4s ease;
    height: 100%;
    object-fit: cover;
}

/** PLANIFICA **/
.planifica-sec.home {
    background: #fef4d9;
}

.planifica-sec.home ul li a {
    background: #f6b800;
}

.planifica-sec.home ul li a p {
    color: #28166f;
}

.planifica-sec.home ul li a img {
    filter: brightness(0) saturate(100%) invert(5%) sepia(75%) saturate(7462%) hue-rotate(257deg) brightness(92%) contrast(94%);
}

/** SITIO DESTACADO **/
.owl-carousel .owl-item {
    aspect-ratio: 1.2;
}

#sitios.owl-carousel .owl-item .item {
    height: 100%;
}

#sitios.owl-carousel .owl-item .item a {
    height: 100%;
}

#sitios.owl-carousel .owl-item .sitios-img {
    height: 75%;
}

#sitios.owl-carousel .owl-item .sitios-txt {
    height: 20%;
}

#sitios.owl-carousel .owl-item .sitios-img img {
    height: 100%;
    object-fit: cover;
}

#sitios.owl-carousel .owl-item .sitios-img span.heart-ico img {
    height: auto;
}

/** PLANIFICA TU VIAJE **/
.planifica-sec ul li a p {
    line-height: 32px;
    width: 100%;
}

.planifica-sec ul>li>a>div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-around;
}

.planifica-sec ul li a img {
    width: 34%;
    align-self: anchor-center;
    margin-bottom: 0;
}

.progrma-list.calendario-home h2 {
    margin-bottom: 10px;
}

.progrma-list.calendario-home .btn-ctr {
    margin-top: 30px;
}

/** AGENDA **/
.progrma-list.calendario-home {
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

.calendario-home a.car-btn {
    background: #f6b800;
    border: 2px solid #f6b800;
    color: #28166f;
}

.calendario-home a.car-btn:hover {
    background: #ffffff;
    color: #f6b800;
    border: 2px solid #f6b800;
}

/** CALENDARIO **/
.progrma-list.calendario-home h2 {
    padding: 100px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Sora-SemiBold';
    font-size: 40px;
}

.progrma-list.calendario-home .calendar .event-container .event>a:hover {
    background: #f5b901;
}

.progrma-list.calendario-home .calendar header {
    display: none;
}

.progrma-list.calendario-home .calendar .event-container .close {
    display: none;
}

.progrma-list.calendario-home .calendar .event-container {
    padding: 0;
    margin-top: 30px;
}

.progrma-list.calendario-home .calendar .event-container .event:nth-child(n+4) {
    display: none;
}

.progrma-list.calendario-home .day.has-event.active {
    background: #f5b901;
}

.progrma-list.calendario-home .calendar a.but-mensual {
    background: #f6b800;
    border: 3px solid #f6b800;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.progrma-list.calendario-home .calendar a.but-mensual:hover {
    background: white;
}

/*** SITIOS INTERÉS ***/
.sitros-rht {
    float: left;
    height: 100%;
    text-align: center;
    width: 50%;
}

.sitros-lft {
    width: 50%;
    float: left;
    height: 100%;
    flex: 0 1 50%;
}

/*** MAPA ***/
.mapa-home .desk {
    display: block;
    height: 100%;
}

.mapa-home .mob {
    display: none;
}

.sitros-rht {
    display: flex;
    align-items: end;
    /* margin-bottom: 70px; */
    flex: 0 1 20%;
}

.sitros-rht img {
    height: 50%;
    margin-bottom: 30px;
    margin-left: 50px;
}

.menjores-inn h2 {
    color: #000;
    width: 100%;
    font-size: 40px;
    line-height: 44px;
    font-family: 'Sora-SemiBold';
    margin-bottom: 30px;
    text-align: center;
}

/* .menjores-inn {
    position: absolute;
    top: 5%;
} */

.sitros-sec {
    float: left;
    width: 100%;
    background: #EFEEF4;
    padding: 115px 0 0 0;
    position: relative;
    overflow: visible;
}

.sitros-lft img {
    float: left;
    width: 100%;
    height: 100%;
}

.mapa-home {
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
}

.mapa-home ul.map-list li a .dot {
    width: 20px;
    height: 20px;
    background: #eeb201;
    border: 3.5px solid #e6e6e6;
    border-radius: 100px;
    position: relative;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

.map-list a.selected+.pop-cont {
    display: block;
}

.mapa-home ul.map-list li a.selected .dot::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -11px;
    top: -11px;
    width: 40px;
    height: 40px;
    background: url(../images/pointer-mapa.svg) no-repeat center center;
    background-size: 46px;
}

.pop-cont {
    display: none;
    position: absolute;
    background: #ffffff;
    /* padding: 20px; */
    border-radius: 5px;
    bottom: 100%;
    width: 36vh;
    margin-bottom: 12px;
    z-index: 99;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
    transform: translate(-47%, 0%);
}

.pop-cont button.close-popup {
    font-weight: bold;
    background: #28166f;
    color: #fff;
    font-size: 15px;
    border-style: none;
    margin-bottom: 15px;
    position: absolute;
    border: 3px solid;
    border-radius: 52%;
    padding: 5px 9px;
    top: 5px;
    left: 5px;
    z-index: 9;
    cursor: pointer;
}

.map-list a.selected+.pop-cont:after {
    border-color: #ffffff transparent transparent transparent;
    content: "";
    position: absolute;
    top: 100%;
    margin-left: -208px;
    border-width: 15px;
    border-style: solid;
}

.pop-cont .pop-in {
    float: left;
    width: 100%;
}

.pop-cont .pop-in h2 {
    font-family: 'Onest-Bold';
    font-weight: normal;
    font-size: 25px;
    letter-spacing: -0.01em;
    line-height: 27px;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.mapa-home ul.map-list li .pop-cont .pop-in p {
    font-family: 'Onest-Regular';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 15px;
}

.pop-cont .pop-in .link-mapa a {
    text-decoration: underline;
    color: white;
}

.map-list a.selected+.pop-cont {
    float: left;
    border-radius: 13px;
}

.sitios-img .heart-ico {
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    width: 44px;
    height: 44px;
    border-radius: 0 9px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-cont .sitios-img {
    height: 60%;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pop-cont .sitios-img>img {
    transition: all 0.4s ease;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.pop-cont .sitios-txt {
    height: 20%;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0 22px;
    position: relative;
}

.pop-cont .sitios-txt h3 {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Sora-Medium';
    margin-bottom: 12px;
    transition: all 0.4s ease;
    position: relative;
}

.sitios-img .heart-ico img {
    height: auto;
    width: auto;
    transform: none;
    object-fit: cover;
    float: left;
}

.pop-cont:hover .sitios-img .heart-ico {
    background: #28166F;
}

.pop-cont:hover .sitios-img img {
    transform: scale(1.04);
}

/*** BUTTON ***/
.but-mensual.agenda::before {
    content: "";
    display: none;
}

.inf-button.agenda p {
    padding: 0;
}

.inf-button.agenda {
    padding: 0;
}

.progrma-list.calendario-home .calendar a.but-mensual.agenda {
    background: transparent;
    border: 2px solid #29166f;
}

.cal .button.agenda {
    width: auto;
    display: block;
    align-self: flex-start;
}

/** CANVIS ESTILS HOME **/

.ipa-visit.hm-lpavisit {
    border-top: none;
}

/** end CANVIS ESTILS HOME **/

/** JIRA LPDGC-101 **/
.moverse-main-sec>div>span:last-child,
.moverse-main-sec>div {
    padding: 0px;
}

.moverse-main-sec>div:not(.moverse-list-sec) {
    margin-bottom: 30px;
}

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

.experiencias-main-sec h1.only-cards {
    padding-bottom: 40px;
}

/** JIRA LPDGC-104 **/
h1 {
    font-family: 'LPA Tourism' !important;
}

.page-template-list-content .experiencias-main-sec>.row>p,
.page-template-general-information .clima-sec>.row>.clima-main-sec>p {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    font-family: 'Sora-Regular';
    float: left;
}

.page-template-list-content .row>p:nth-child(n+3) {
    padding-top: 18px;
}

/** JIRA LPDGC-107 **/
.raon-section .breadcrumb-sec {
    padding: 15px 0;
    top: 0;
}

a.triangle-white {
    width: 105px;
    height: 105px;
    background-position-y: center;
}

/*** PLAN YOUR TRIP TEMPLATE ***/
.page-template-plan-your-trip .row>p:nth-child(n+2) {
    padding-top: 18px;
}

.page-template-plan-your-trip .plan-cnt {
    padding: 30px 0 100px;
}

.page-template-plan-your-trip .plan-cnt ul {
    margin-top: 30px;
}

.page-template-plan-your-trip .plan-cnt ul.no-desc {
    margin: 0px;
}

/*** WHO ARE YOU TEMPLATE ***/
.page-template-who-are-you .aloj-prin-sec {
    padding: 30px 0 100px;
}

.page-template-who-are-you .aloj-prin-sec .row .aloj-prin-cnt {
    padding: 0;
    margin: 0;
}

.page-template-who-are-you .aloj-prin-list {
    margin-top: 30px;
}

.page-template-who-are-you .aloj-prin-list.no-desc {
    margin: 0px;
}

/*** POST-LIST TEMPLATE ***/
.page-template-post-list .fav-lst ul li .fav-cnt h5 {
    padding-bottom: 5px;
}

.page-template-post-list .fav-lst ul li .hotel-star {
    padding-bottom: 15px;
}

.page-template-post-list .fav-lst ul li .fav-cnt {
    padding-top: 15px;
}

/*** ACTUALIDAD ***/
.plan-cnt ul.doble-col li p,
.plan-cnt ul.doble-col li button {
    bottom: 50px;
}

/*** SINGLE AGENDA ***/
.single-evento .fav-lst ul li .fav-cnt h4,
.single-evento .fav-lst ul li:hover .fav-cnt h3 {
    color: #28166F;
}

.single-evento .eventos-main-sec .fav-lst ul li:hover .fav-img span.wishlist-ico {
    background: #28166F url(../images/heart-ico-white-outline.svg) no-repeat center center;
}

/** JIRA LPDGC-109 **/
/*** AGENDA ***/
.calendar .event-container-personalizado .event-address {
    margin-top: 15px;
    font-weight: normal;
    font-size: 14px;
}

.cal .inf-cal .button {
    display: block;
}

.cal .button {
    display: none;
}

.calendar .event-container .event .event-name,
.calendar .event-container-personalizado .event .event-name {
    font-family: 'Sora-Bold' !important;
}

.calendar .event-container-personalizado .event>a {
    width: 100%;
    transition: all 0.3s ease;
}

.event-container-personalizado {
    margin: 0;
}

/*** SINGLE AGENDA ***/
.single-evento .ficha-inner .desk {
    display: block;
}

.single-evento .ficha-inner .mob {
    display: none;
}

/*** PLANIFICA ***/
.sistema-sec h1 {
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    color: #000;
    margin-bottom: 25px;
}

/** JIRA LPDGC-110 ***/
/*** CONTACTO ***/
.contact-row h1 {
    font-size: 60px;
    font-family: 'Sora-Bold';
    line-height: 70px;
}

/*** HOME ***/
.sitros-lft img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*** RAZONES ***/
.raon-section .viewport {
    height: 100vh;
    scroll-snap-align: start;
    /* position: relative; */
}

.raon-section::before {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 1px;
}

.raon-section .viewport img {
    object-fit: cover;
    height: 100vh;
    float: left;
    width: 100%;
}

.inner-ban-cont {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.inner-ban-cont h1 {
    color: #fff;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.raon-section {
    overflow: scroll;
    height: 100vh;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;
    position: relative;
    scroll-snap-align: start;
    height: 100vh;
}

.viewport .inner-ban-cont a {
    float: none;
    width: 160px;
    display: inline-block;
    width: auto;
    background: #ffffff;
    padding: 10px 35px;
    text-align: center;
    border-radius: 30px;
    color: #000000;
    font-family: 'Sora-Medium';
    font-size: 15px;
    transition: all .5s ease;
}

.viewport .inner-ban-cont a:hover {
    background: #28166F;
    color: #ffffff;
}

::-webkit-scrollbar {
    display: none;
}

.ban-btn-div {
    margin-top: 30px;
}

.ban-btn-div {
    margin-top: 30px;
}

.raon-section .viewport::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

/** JIRA LPDGC-111 ***/
/*** SINGLE AGENDA ***/
.single-evento .ficha-rgt ul {
    row-gap: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

/** JIRA LPDGC-112 **/
.aloj-prin-list.colors ul li img {
    display: none;
}

.aloj-prin-list.colors ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 3%;
}

.aloj-prin-list.colors ul li {
    position: relative;
    flex: 0 1 31.33%;
    background: #f6b800;
    border-radius: 10px;
}

.aloj-prin-list.colors ul li:nth-child(1) {
    background: #0093dd;
}

.aloj-prin-list.colors ul li:nth-child(2) {
    background: #dd137b;
}

.aloj-prin-list.colors ul li .aloj-title {
    float: left;
    align-content: space-between;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    flex-wrap: wrap;
    display: flex;
    z-index: 1;
    text-align: left;
}

.aloj-prin-list.colors ul li a {
    height: 100%;
}

.aloj-prin-list.colors ul li a::after {
    display: none;
}

.aloj-prin-list.colors ul li .aloj-title h3 {
    color: white;
    width: 100%;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 50px;
}

.aloj-prin-list.colors ul li .aloj-title span {
    background: #ffffff;
    border-radius: 25px;
    color: #000;
    font-size: 15px;
    font-family: 'Sora-Medium';
    padding: 8px 30px;
    display: inline-block;
    transition: all 0.4s ease;
}

.aloj-prin-list.colors ul li .aloj-title span:hover {
    background: #28166F;
    color: #fff;
}

/*** HOME ***/
.page-template-home .planifica-sec ul li {
    flex: 0 1 23.4%;
}

.is-sticky .hm-header {
    z-index: 100;
}

/**** SITIOS INTERES ****/
.page-template-home .sitros-div {
    width: 100%;
}

.page-template-home .menjores-inn h2 {
    margin-bottom: 45px;
}

.page-template-home .sitros-sec {
    padding: 80px 0 0 0;
}

.page-template-home .ipa-visit-inn h2 {
    margin-bottom: 35px;
}

.sitros-sec::after {
    display: none;
}

/**** PLANES PARA HOY ****/
.page-template-home .fav-lst ul li .fav-cnt .evt-cat,
.single-evento .fav-lst ul li .fav-cnt .evt-cat {
    padding: 0 0 5px 0;
}

.page-template-home .fav-lst ul li .fav-cnt,
.single-evento .fav-lst ul li .fav-cnt {
    padding-top: 15px;
}

.page-template-home .progrma-list.calendario-home h2 {
    padding: 0;
    margin-bottom: 15px;
}

.page-template-home .progrma-list.calendario-home {
    padding: 80px 0;
}


/**** PLANIFICA ****/
.page-template-home .planifica-sec {
    padding: 220px 0 80px 0;
}

.page-template-home .planifica-sec h2 {
    margin-bottom: 45px;
}

/**** BLOQUES ****/
.page-template-home .experience-sec.triple-bloc {
    margin: 0;
    padding: 80px 0;
}

/*** SINGLE EVENTO ***/
.eventos-main-sec h2 {
    padding-bottom: 30px;
}

.ficha-rgt ul li p {
    margin: 0;
}

.single-evento .ficha-lft .ficha-cont h3 {
    font-weight: bold;
    float: left;
    width: 100%;
}

.single-evento .ficha-rgt h6>a {
    color: #f6b800;
}

/*** GENERAL ***/
p>a {
    text-decoration: underline;
}

/*** RAZONES ***/
.inner-ban-cont h1 {
    font-family: 'Sora-SemiBold';
}

.viewport a.triangle-white:hover {
    background: url(../images/roans-arrow.svg) no-repeat 0 0;
    background-position-y: center;
    background-position-x: center;
}

.viewport a.triangle-white {
    background: url(../images/roans-arrow.svg) no-repeat 0 0;
    background-position-y: center;
    background-position-x: center;
    position: absolute;
    bottom: 20%;
}

a.last.triangle-white.scroll {
    transform: rotate(270deg);
}

.viewport {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

.viewport.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.raon-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

/*** LISTADO ETIQUETAS ***/
.page-template-listado-etiquetas .buscador-title h1 {
    margin-bottom: 30px;
}

.page-template-listado-etiquetas .arbol-list {
    margin: 0 0 30px;
}

.page-template-listado-etiquetas .arbol-list ul {
    margin: 0;
}

.page-template-listado-etiquetas .noticias-lst .arbol-list>ul>li {
    flex: 0 1 auto;
}

.page-template-listado-etiquetas .pagination-lst {
    float: left;
    margin: 0 auto;
    width: 100%;
}

.page-template-listado-etiquetas .pagination-lst ul {
    float: left;
    display: flex;
    width: 100%;
    place-content: center;
    align-items: center;
}

.page-template-listado-etiquetas .noticias-lst .pagination-lst>ul>li {
    flex: 0 1 auto;
}

.page-template-listado-etiquetas .noticias-lst .pagination-lst>ul>li a.current {
    background: #28166f;
    color: white;
    border-radius: 53%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** HEADER ***/
.page-template-home.search-open img.desk-logo {
    display: block;
}

.page-template-home.search-open img.mob-logo {
    display: none;
}

/** JIRA LPDGC-117 **/
.ban-icon-div:has(.camera-ico a span) {
    display: none;
}

.select-lang { /* DESPUES BORRAR **/
  display: none; /* DESPUES BORRAR **/
} /* DESPUES BORRAR **/

.mob-lang {/* DESPUES BORRAR **/
  display: none;/* DESPUES BORRAR **/
}/* DESPUES BORRAR **/