.reserva-list ul li .reserva-cnt a.rio-btn {
color: white;
}

.reserva-list ul li .reserva-cnt a.res-btn {
background: #028a48;
color: white;

}
.reserva-list ul li .reserva-cnt a.rio-btn:hover, .reserva-list ul li .reserva-cnt a.res-btn:hover {
color: black;
}

/** BORRAR AL FINAL **/
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

.otgs-development-site-front-end {
    display: none;
}

/** BORRAR AL FINAL **/

.rural-rht-img::before{
	content: none;
}

.visitar-list ul li .visitar-img img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

#mapGm {
	height: 250px;
	width: 100%;
}

ul.cer-filter-lst li .select_box_input {
    z-index: 100;
}

.pagination ul li a span.rgt {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-pages-right.svg) no-repeat scroll right top;
    transition: all .5s ease;
}

.pagination ul li a span.lft {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico-pages-left.svg) no-repeat scroll right top;
    transition: all .5s ease;
}

.pagination ul li a.pagination__number_active {
    color: #FFFFFF;
    background: #028a48;
}

.loader {
    border-top: 10px solid #028a48;
}

.inner-banner.aloj-ban .in-ban-lft ul li a.active {
    background: #323232;
    color: #fff;
}

.notice.notice-info {
    border-color: #028a48;
}

.notice.notice-info p {
    font-family: 'BricolageGrotesque-Medium';
}

.block-crossfade-slide > div {
    height: 100%!important;
}

.post-pad .post-mm p strong, .post-pad .post-mm p b {
    color: #028a48;
}

.experience-sec.post-caa .sector-img img {
    aspect-ratio: 3/2.4;
    object-fit: cover;
}

.post-pad .post-mm .post-tit .post-rgt .post-per .post-img img {
	width: 61px;
    border-radius: 50%;
}

.blog-busc-list ul li .blog-busc-img img {
    aspect-ratio: 3/1.8;
    object-fit: cover;
}

.lst-cnt p b, .lst-cnt p strong {
    font-family: 'Arial-BoldMT';
}

ul.cat-lst li {
    flex: 0 1 22%!important;
}

.agenda-main-rgt .agenda-list li.categs {
	flex: 1 1 50%!important;
}

.agenda-main-rgt .agenda-list li.calendar {
    flex: 0 1 50%!important;
}

#mapContact {
    height: 550px;
    width: 100%;
}

.documentos-lst .pagination.pagination-lst ul li {
    padding: 0;
}

.oscos-map p strong, .oscos-map p b {
    color: #028a48;
    font-family: 'Arial-BoldMT';
}

.sector-img img {
    aspect-ratio: 3/1.79;
	object-fit: cover;
}

.inner-banner .ruta-de ul {
    row-gap: 10px;
}

.ruta-pad .ruta-rgt ul {
    row-gap: 10px;
}

.ruta-pad .ruta-lft img.img-ruta {
    border-radius: 5px;
    margin-bottom: 20px;
}

.sector-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}

.owl-carousel .owl-item img {
    max-height: 226px;
}

footer .ftr-top {
    display: flex;
    place-content: space-between;
}

.mapa-cont-div ul.map-list li.golf-map7 {
    top: -57%;
    left: 30%;
}

.actividades-list ul li a.selected {
    background: #028a48;
    color: #fff;
    border: 1px solid #028a48;
}

.submit-ar {
    top: 23px;
}

.visitar-menu ul li a.active {
    color: #028a48;
}

.visitar-menu ul li a.active span {
    background: #028a48;
}

.visitar-list ul li .visitar-content ul li.location.ruts {
    color: #323232;
}

.rural-rht.punto-rh p strong, .rural-rht.punto-rh p b {
    font-family: 'Arial-BoldMT';
}

.rural-rht a[href^=tel] {
    text-decoration: underline;
}

.com-caro-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.gastro .gastro-cnt p b, .gastro .gastro-cnt p strong {
    font-family: Inter-Bold;
}

.slider .swiper-navigations .sw-rgt img {
    width: auto;
}

/* CARDS MAPA */
div#info-card {
	display: none;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    z-index: 1000;
    left: 40%;
    top: 40%;
}

#info-card button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
	padding: 3px;
	z-index: 1;
}

#info-image {
    width: 200px;
    margin-right: 20px;
    min-height: 100px;
    max-height: 150px;
    height: auto;
    display: block;
    margin-bottom: 5px;
    object-fit: cover;
    border-radius: 10px;
}

span#info-title {
    font-family: 'BricolageGrotesque-ExtraBold';
}

#info-link {
    display: flex;
    margin-top: 5px;
    text-decoration: none;
    color: #EB8B2D;
    font-size: 14px;
    flex-direction: column;
	max-width: 91%;
}

#info-link:hover {
	color: #303030;
}

#info-card button:hover {
    color: #EB8B2D;
}

.buscar-banner ul li a:hover {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #323232;
    background: #fff;
}

.buscar-banner ul li a:hover span {
    background: #028a48;
    color: #fff;
}

/* imagen buscador */
.buscar-result ul li a .po-lf img {
    aspect-ratio: 3/1.925;
	object-fit: cover;
	border-radius: 5px;
}

.pagination ul li span {
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 16px;
    font-family: 'Inter-Regular';
    transition: all .5s ease;
}

.pagination ul li span.active {
    background: #028a48;
    color: #fff;
    font-family: 'Inter-Regular';
}

.buscar-banner ul li a.active span {
    width: auto;
}

.buscar-banner ul li a {
    padding: 15px 15px 8px 15px;
}

.fixed-header-search.open {
    z-index: 1;
}

.submit-ar.search-page {
    top: 36px;
}

.com-caro-img, .sector-img {
    border-radius: 6px;
}

.rural-lft a {
	color:#028a48;
	font-family: 'Inter-Semibold';
}

.rural-lft a:hover {
	text-decoration: underline;
	color:#C0953C;
}

.foto-ficha img {
	margin-bottom:25px;
	width: 100%;
	height: auto;
}

.rural-rht ul li.url-ico span {
    background: url(../../resources/v1/images/ico-url-grey.svg) no-repeat 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.rural-rht ul li.loc-ico span {
    width: 28px;
}

.nice-select {
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}

.comarca .com-caro .swiper-container .swiper-wrapper .swiper-slide .com-caro-img span img {
    width: 18px;
    height: 15px;
}

/* Cambio familia tipográfica: BricolageGrotesque */

/* .cbp-hrmenu > ul > li > a {
    font-family: 'BricolageGrotesque-ExtraBold';
}

.exp-list ul li.current a, .exp-list ul li a, .gastro .gastro-cnt a {
    font-family: 'BricolageGrotesque-Bold';
}

.descub .descub-cnt h3, .vicap p {
    font-family: 'BricolageGrotesque-SemiBold';
}

.exp-list ul li a, .sector-content p, .gastro .gastro-cnt p {
    font-family: 'BricolageGrotesque-Regular';
}

.descub .descub-cnt p {
    font-family: 'BricolageGrotesque-Light';
} */

/* Fin Cambio familia tipográfica: BricolageGrotesque */


.sector-content ul li {
    font-size: 11px;
    line-height: 13px;
    border: 1px solid rgb(0 43 67 / 20	%)!important;
    padding: 0px 7px;
}

.rural-lft ul li {
    font-size: 16px;
    line-height: 20px;
}


.rural-lft ul li.star-ico {
    margin: 0;
    padding: 0;
}

.rural-lft h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.rural-rht a {
    font-size: 14px;
    line-height: 18px;
    color:#028a48;
}

.rural-rht ul li a, .rural-rht ul li {
    font-size: 14px;
    line-height: 18px;
}

.foto-ficha img {
    border-radius: 6px;
}

.access-web a.acc-ico {
    border:none;
}

.exp-list ul li a {
    color: rgba(0, 43, 67, 0.5);
}

footer .ftr-top .ftr-lst ul li a {
	
}

.reserva-list ul li {
    column-gap: 0%;
}

.reserva-list ul li .reserva-cnt p {
    color: rgba(0, 43, 67, 0.75);
}

.sector-div h2 {
    color: rgba(0, 43, 67, 1);
}


.rural-rht ul li.loc-ico span {
    width: 18px;
}

.block-crossfade-slide-overlay-content.light.txt1 {
	margin-top: 8%;
}

.news-title-sec .news-cnt-sec .subscribe-form label {
    font-family: 'BricolageGrotesque-Light';
    font-size: 11px;
    opacity: 0.7;
}

.cookies-content-sec ul {
	font-family: 'BricolageGrotesque-Regular';
    font-size: 16px;
    line-height: 26px;
    color: #585858;
    padding:0px 0px 20px 40px; 
}

.cookies-content-sec ul li {
    list-style:disc;	
    margin-bottom: 10px;
    padding-left: 5px;
}

.cookies-content-sec ul li::marker {
    color:#028a48;
}

.cookies-content-sec h4 {
    font-family: 'BricolageGrotesque-Regular';
    font-size: 22px;
    line-height: 32px;
    color: #323232;
    margin-bottom: 20px;
    margin-top: 40px;
    float: left;
    width: 100%;
}

.cookies-content-sec a, .post-mm p a {
    color: #323232;	
    font-family: 'BricolageGrotesque-SemiBold';
	border-bottom: 1px solid rgba(0, 43, 67, 0.2);
}

.cookies-content-sec a:hover, .post-mm p a:hover {
	border-bottom: 1px solid #028a48;
	transition: all .35s ease;
}

.fulles-logo {
	display: none;
}

.post-pad .post-mm .exp-list ul li a:hover {
    color: #323232;
}

.post-pad .post-mm p strong, .post-pad .post-mm p b {
	font-family: 'BricolageGrotesque-SemiBold';	
    color: #585858;
}

.post-pad .post-mm .ficha-blog a {
    right: 30px;
    bottom: 25px;
}

.post-pad .post-mm .ficha-blog p {
    bottom: 25px;
    left: 30px;
}

.post-pad .post-mm .ficha-blog img {
    border-radius: 15px;
}

.post-pad .post-mm .ficha-blog a {
    display:none;
}

.post-pad .post-mm h3 {
    border-top:solid 2px rgba(85, 129, 152, 0.23);
    margin-top: 60px;
    padding-top: 25px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}

.post-pad .post-mm h4 {
   	font-size: 18px;
    line-height: 28px;
    margin-bottom: 3px;
    color:#323232;
    font-family: 'BricolageGrotesque-SemiBold';	
}

.post-pad .post-mm .com-lnk a {
    font-family: 'BricolageGrotesque-Bold';
    font-weight: normal;
    font-size: 16.36px;
    letter-spacing: -0.01em;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    line-height: 24.55px;
    text-align: center;
    color: #323232;
    height: 40px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: transparent;
    border: 1px solid rgba(0, 43, 67, 0.3);
    padding: 0 27px;
    margin-top: 10px;
}

.post-pad .post-mm .com-lnk a:hover {
    background: #323232;
    color: #fff;
}

.documentos-img img {
	border-radius: 6px!important;
}

.inner-banner.aloj-ban .in-ban-lft ul li a {
    height: 42px;
    padding: 0 20px;
}

.inner-banner.aloj-ban .in-ban-lft ul {
    column-gap:10px;
    row-gap: 10px;
}

.mapa-menu ul li [type="radio"]:checked + label, .mapa-menu ul li [type="radio"]:not(:checked) + label {
    color: #323232;
}

.mapa-select-div p {
    color: #323232;
    font-family: 'BricolageGrotesque-Light';
}

.oscos-map p {
    color: #323232;
	margin-bottom: 20px;
}

.blog-busc-center {
    position: relative;
}

.blog-busc-center img {
    max-width: 100%;
    aspect-ratio: 5/2;
	object-fit: cover;
	border-radius: 5px;
}

.tipo-acts .swiper-navigations {
	display: none;
}

section.slider.inner-banner1.encuentra.tipo-acts {
    pointer-events: none;
}

html {
    scroll-behavior: smooth;
}

.autocaravan-lst.datos-lst .mov-main .mov-cnt {
    padding-left: 0px;
    padding-right: 55px;
}

.activids-top-sec p {
	font-size: 20px;
	line-height: 30px;
	padding-left:10%;
	padding-right:10%;
    color: #585858;
}

.activids-sec {
    padding-bottom:100px;
}

.oscos-map-lft p {
	font-size: 20px;
	line-height: 30px;
}

.pagina-lst ul li.blue {
    background: #71d7e8;
}

/** Mosaic home **/
.moments-sec {
    float: left;
    width: 100%;
    padding: 135px 0 112px;
}

.moments-sec h2 {
    font-family: 'BricolageGrotesque-SemiBold';
    font-weight: normal;
    font-size: 60px;
    letter-spacing: -0.01em;
    line-height: 70px;
    text-align: left;
    color: #323232;
    width: 100%;
    margin-bottom: 30px;
}

.moments-sec .moments-lst {
    float: left;
    width: 100%;
}

.moments-sec .moments-lst ul {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(226px, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}

.moments-sec .moments-lst ul li {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.moments-sec .moments-lst ul li.wide {
    grid-column: span 2;
}
.moments-sec .moments-lst ul li.tall {
    grid-row: span 2;
}
.moments-sec .moments-lst ul li.short {
    grid-row: span 1;
}

.moments-sec .moments-lst ul li a {
    float: left;
    width: 100%;
}

.moments-sec .moments-lst ul li .moments-img {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.moments-sec .moments-lst ul li.wide.short .moments-img {
    padding-bottom: 48.702%;
}

.moments-sec .moments-lst ul li .moments-img img {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.moments-sec .moments-lst ul li .moments-img::after {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#b30000',GradientType=0);
    transition: all 0.5s ease;
}

.moments-sec .moments-lst ul li:hover .moments-img img {
    transform: scale(1.1);
}

.moments-sec .moments-lst ul li:hover .moments-img::after {
    background: -moz-linear-gradient(top,rgba(242, 189, 79, .3) 40%,rgba(0,0,0,.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(242, 189, 79, .3)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(242, 189, 79, .3) 40%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top,rgba(242, 189, 79, .3) 40%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,rgba(242, 189, 79, .3) 40%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom, rgba(242, 189, 79, .3) 40%, rgba(0, 0, 0, .8) 100%);
}

.moments-sec .moments-lst ul li .moments-cnt {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 35px;
    z-index: 2;
}

.moments-sec .moments-lst ul li .moments-cnt h2 {
    float: left;
    width: 100%;
    font-family: 'BricolageGrotesque-SemiBold';
    color: #FFFFFF;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.41px;
}

.moments-sec .moments-lst ul li .moments-cnt h3 {
    float: left;
    width: 100%;
    font-family: 'BricolageGrotesque-SemiBold';
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.34px;
}
/** End Mosaic home **/


/** Favoritos **/
.els-teus {
    margin-bottom: 64px;
}

.els-teus h5 {
    width: 100%;
    color: #323232;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-family: 'BricolageGrotesque-SemiBold';
}

.els-teus h2 {
    width: 100%;
    color: #323232;
    font-family: 'BricolageGrotesque-SemiBold';
    font-size: 42px;
    line-height: 43px;
}

.els-teus-rgt {
    float: right;
    padding-top: 15px;
}

.els-teus a {
    float: left;
    width: auto;
    color: #028a48;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: 'BricolageGrotesque-SemiBold';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background-size: contain;
    transition: all .5s ease;
}

.els-teus a span {
    background: url(../images/fav-download.svg) no-repeat left center;
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: all .5s ease;
    background-size: contain !important;
}

.els-teus a:hover span {
    background: url(../images/fav-download-hover.svg) no-repeat left center;
}

.exp-whole-pge {
    padding-bottom: 112px;
}

.exp-whole-pge .experience-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 37px;
    padding: 0 0 64px;
    float: none;
}

.exp-whole-pge .experience-sec h2 {
    float: left;
    width: 100%;
    color: #545454;
    font-family: 'BricolageGrotesque-SemiBold';
    font-size: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(84, 65, 123, 0.2);;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 0 45px 18px 45px;
    position: unset;
    letter-spacing: unset;
}

.exp-whole-pge .experience-sec h2 span {
    padding: 3px 10px;
    font-size: 13px;
    margin-left: 25px;
    border-radius: 5px;
    line-height: 15px;
    background: #028a48;
    color: #fff;
    opacity: 1;
}

.exp-whole-pge .experience-sec .items {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
}

.exp-whole-pge .experience-sec .items .item {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) 4fr;
    column-gap: 40px;
    padding-bottom: 45px;
    border-bottom: solid 1px #028a48;
}

.exp-whole-pge .experience-sec .items .item:last-child {
    border: none;
}

.exp-whole-pge .experience-sec .items .item .image {
    aspect-ratio: 1.33;
    border-radius: 10px;
    position: relative;
    transition: all .5s ease;
}

.exp-whole-pge .experience-sec .items .item .image img {
    aspect-ratio: 1.33;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.exp-whole-pge .experience-sec .items .item span.wishlist-ico {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 5px;
    transition: all .5s ease;
    background: #028a48 url(../images/ico-heart-fill.svg) no-repeat center center;
}

.exp-whole-pge .experience-sec .items .item .info {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    overflow: hidden;
}

.exp-whole-pge .experience-sec .items .item .info h4 {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BricolageGrotesque-SemiBold';
    line-height: 20px;
}

.exp-whole-pge .experience-sec .items .item .info h3 {
    color: #323232;
    font-size: 45px;
    font-family: 'BricolageGrotesque-SemiBold';
    line-height: 50px;
    margin-bottom: 7px;
}

.exp-whole-pge .experience-sec .items .item .info p {
    float: left;
    width: 100%;
    font-family: 'BricolageGrotesque-Regular';
    color: #444;
    opacity: 0.7;
    padding-bottom: 3px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.exp-whole-pge .veure {
    margin-top: 30px;
    float: left;
    margin-bottom: 20px;
}

.exp-whole-pge .veure .premium_web {
    background: #fff;
    color: #028a48;
    width: 100%;
    border-radius: 4px;
    font-family: 'BricolageGrotesque-Regular';
    font-size: 22px;
    padding: 12px 22px;
    border: 1px solid #028a48;
}
/** End Favoritos **/

.sector-sec .sector-cnt ul li span.wishlist-ico.fill,
span.wishlist-ico.fill,
.municipios-list ul li span.wishlist-ico.fill,
.visitar-list ul li span.wishlist-ico.fill {
    background: #028a48 url(../images/ico-heart-fill.svg) no-repeat center center;
}

.owl-carousel .owl-item .com-caro-img span img {
    aspect-ratio: auto;
}

.owl-carousel .owl-item .heart-ico img.heart-dark-filled,
.heart-ico .heart-dark-filled {
    display: none;
}

.owl-carousel .owl-item .heart-ico.fill img.heart-dark,
.heart-ico.fill .heart-dark {
    display: none;
}

.owl-carousel .owl-item .heart-ico.fill img.heart-dark-filled,
.heart-ico.fill .heart-dark-filled {
    display: block;
}

#rutas.dormir-sec { background-color:#E9F2F5!important; border-top: 3px solid #fff; }
#que-visitar.dormir-sec { background-color:#F6EFED!important; border-top: 3px solid #fff; }
#donde-comer.donde-sec { background-color:#F2EFE7!important; border-top: 3px solid #fff; }
#donde-dormir.dormir-sec { background-color:#E9F1EB!important; border-top: 3px solid #fff; }

.actividades-list ul li a {
	width: max-content;
}

.rural-lft hr {
    border:1px solid rgba(0, 43, 67, 0.2);
    margin-bottom: 22px;
}

.post-pad ol {
	margin-bottom:40px;
}	

.post-pad ol li {
	margin-left: 25px;
	padding-left: 25px;
	margin-bottom: 15px;	
    font-family: 'BricolageGrotesque-Regular';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 26px;
    color: #585858;
    text-align: justify;
    border-left: solid 2px #028a48;
}

.post-pad .ficha-blog {
	position: relative;
	width: 100%;
	height:600px;	
}

.post-pad .ficha-blog img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}

.post-pad .ficha-blog::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179deg, rgba(0,0,0,0.03) 50%, rgba(0,0,0,0.60) 100%);
    z-index: 1; 
    border-radius: 15px;
}

.post-pad .post-mm .ficha-blog {
    margin-bottom: 50px;
    margin-top: 30px;
}

.exp-whole-pge .experience-sec h2 {
    font-size: 30px;
    padding: 0 45px 18px 0px;
}

.exp-whole-pge .experience-sec {
    row-gap: 5px;
}

.exp-whole-pge .experience-sec .items .item .info h3 {
    font-size: 35px;
    line-height: 45px;
}

.com-caro-img span {
    background: #323232;
}

.exp-list ul li.current a {
    color: #323232;
}

.exp-list ul li.current a:hover {
    color: #323232;
}

.descub .descub-video {
    margin-top: 0px;
    margin-bottom: 10px;
}

footer .ftr-top .ftr-lst h2 {
    font-family: 'BricolageGrotesque-Bold';
    font-weight: normal;
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 30px;
    color: #fff;
}

.buscar-banner ul li a span {
    padding: 5px 5px;
    border-radius: 4px;
}

.submit-ar {
    background: url(../images/sear-ico.svg) no-repeat center center;
}

.slider .swiper-navigations .sw-rgt {
	display: none;
}

.news-title-sec {
    padding-bottom: 35px;
}

.hdr-links > ul > li {
    margin-right: 3px;
}

.ftr-logos img {
	height: 40px;
	width: auto;
}

.ftr-logos li.asturias img {
	width: 160px!important;
	height: 30px!important;
}

.ftr-logos li.prtr img {
	width: 140px!important;
	height: auto!important;
}

.ftr-logos li.next img {
	width: 140px!important;
	height: auto!important;
}

.logos-pie {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 3% 22px 3%;    
}

.logos-pie ul {
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap:6%;    
}

.logos-pie ul li {
	float: left;
	width:16.5%;
}

.logos-pie img {
	width: 100%;
}

footer .ftr-top {
    padding-bottom:25px;
}

.planifica-caption h2 {
    text-transform: none;
	font-family: "Intro-Light";
}

.comarca .com-tit h2 {
    line-height: 60px;
}

.planifica-banner.rio {
    display: flex;
}

.planifica-banner.rio .planifica-caption {
    margin-top: 0px;
}

.banner-comarca-sec .banner-comarca .banner-comarca-caption p {
    font-size: 25px;
    line-height: 32px;
    font-family: "Intro-Light";
    margin-right: 20px;
}


.slider .swiper-slide .banner-cnt {
    padding-top: 290px;
}

.experience-sec h2 span {
    color: #008b48;
    font-weight: 100;
    opacity: 1;
}

.introduccion {
	background: url('https://proves8.6tems.es/aznalcazar/wp-content/uploads/2025/07/bg-gastronomia-scaled.webp') no-repeat scroll center center;
}

.introduccion h2 {
    font-family: 'SegoeScript-Bold';
    font-weight: 100;
    font-size: 30px;
    line-height: 37px;
    color: #008b48;
	width: max-content;
	margin-bottom: 12px;
}

.introduccion h3 {
    font-family: 'Intro-Bold';
    font-weight: normal;
    font-size: 60px;
    line-height: 70px;
    color: #323232;
}



.inner-banner.ru-ba .ruta-de h2 {
    line-height: 50px;
}

.ruta-template .breadcrum-sec.contact {
    width: 100%;
    background: #008b48;
}

.ruta-template .inner-banner {
    height: 9vh;
}

.ruta-template .inner-banner.ru-ba .ruta-de {
    padding: 40px 0px 20px 0px;
}

.ruta-lft h2 {
	margin-top: 8px;
	margin-bottom: 15px;
}

.ruta-lft h2 strong {
	font-family: "Intro-Bold";
}

.ruta-lft img {
    margin-top: 5px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.ruta-pad .row .ruta-lft .info p strong {
    color: #000;
    font-family: "Intro-Bold";
}

.page-template-rutas .visitar-lft {
	display: none;
}

.page-template-rutas .visitar-rgt {
	flex: 0 1 calc(100%);
}

.ruta-pad .ruta-rgt ul.puntos {
    margin-top: 10px;
}

.ruta-pad .ruta-rgt ul {
    row-gap: 12px;
}

.ruta-pad .ruta-rgt ul li p {
    line-height: 22px;
}

.rural-lft img { 
	border-radius: 8px;
	margin-top: 15px;

}

.reserva-list ul li:nth-child(2n+1) .reserva-cnt {
    margin-left:0px;
}

.reserva-list ul li:nth-child(2n+2) .reserva-cnt {
    margin-right: 0px;
}

.actividades-slide .exp-carousel.owl-carousel .owl-nav {
	display:none;
}

.inner-banner.aloj-ban .in-ban-lft h2 {
    color: #FFF;
}

.inner-banner.aloj-ban .in-ban-lft ul li a {
    border: 1.84px solid rgba(255, 255, 255, 0.5);
    color: #FFF;
}

.inner-banner.aloj-ban .in-ban-lft ul li a:hover {
    border: 1.84px solid #323232;
    color: #FFF;
}

.inner-banner.aloj-ban .in-ban-lft ul li a.active
 {
    background: #323232;
    border: 1.84px solid #323232;
    color: #fff;
}

.owl-carousel .owl-item img {
    aspect-ratio: 3 / 1.79;
    object-fit: cover;
	max-height: 200px;
}

.planifica-logos.cookies-logos {
	display: none;
}

.boton-gastro a {
	font-family: "Intro-Bold";
	background: none;
    color: #028a48;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 25px;
    padding: 5px 20px;
    display: inline-flex;
    transition: all .5s ease;
    margin-top: 25px;
    height: auto;
}

.boton-gastro a:hover {
	opacity: 0.7;	
}

.rural-rht ul li.loc-ico span {
    width: 30px;
}

.calcula-sec .lft-calcula p, .calcula-sec .lft-calcula h2 {
    color:#FFFFFF;
}

.page-template-naturaleza-y-patrimonio .pagina-sec.txt h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;	
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.page-template-naturaleza-y-patrimonio .pagina-sec.txt p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 20px;	
	text-align: center;
	color:#282828;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.login-sec {
    background:none;
	background-color: #028a48;
}

.page-template-contacto .tiene-cnt h2 {
    color: #FFFFFF;
}

.page-template-contacto .SistemsFormularioForm .radio-btn>div label {
    color: #FFFFFF;
}

.page-template-contacto .SistemsFormularioForm .enviar-btn :is(button, input[type=submit]) {
    background: #282828;
}

.cbp-hrsub-inner-lft .menu-lft h2 {
    color: #028a48;
}

.cookies-content-sec a {
    color: #028a48;
}

.cookies-content-sec h4 {
    color: #028a48;
    margin-top: 25px;
    font-family: Inter-Bold;
}

.has-medium-font-size {
    line-height: 30px!important;
}

.slider-container img {
    object-fit:cover;
    aspect-ratio: 1.4;
}

.rural-lft {
    padding: 70px 77px 40px 0;
}

.breadcrum-sec.contact {
    background:#028a48;
}

.sector-content p {
    color: #CCCCCC;
    opacity: 0.7;
}

.thumbnail-slider {
    height: 600px;
}

.post-pad .post-mm h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Inter-Semibold';
}

.post-pad .post-mm h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: Inter-Bold;
    color:#028a48;
}

.post-pad .post-mm a {
    color:#028a48;
}

.single-naturaleza .post-pad .post-mm .post-tit {
    display:block;
}

.page-template-page-interes .cookies-content-sec img {
	border-radius: 6px;
	width: 100%;
	height: auto;
	margin:15px 0 25px 0;	
}

.mov-main {
    align-items: flex-start;
}

.blog-busc-cnt h3 {
    font-family: Inter-Bold;
}

.page-template-blog li.mes-ico {
	display: none;
}

.blog-busc-cnt p {
    color: #777;
    margin-top: 10px;
}

.single-turismo-activo .sector-content p {
    color: #777777;
}

.single-turismo-activo .sector-content ul li:nth-child(2) {
    display: none;
}

.page-template-descubre .sector-content p {
    color: #222;
    opacity: 0.7;
}

.cbp-hrmenu > ul > li.cbp-hropen:hover > a {
    background: #FFF;
    color: #fff;
}
.postid-1462 .post-pad .post-mm h3 {
	font-family: 'SegoeScript-Bold';
    font-weight: 100;
    font-size: 23px;
    line-height: 30px;
    color: #008b48;
    margin-bottom: 12px;
}

.postid-1462 hr {
	border: 1px solid #eee;
	color:#eee;
	margin-bottom:15px;
	margin-top:40px;
}

.experience-sec.post-caa {
    border-top:none;
    border-bottom:none;
    float: left;
    width: 100%;
    padding: 20px 0;
    margin:30px 0 35px 0;
    padding:0px;
}


.cbp-hrsub-inner-lft ul li .mega-list ul li a {
    color: #323232;
}

.ruta-pad .ruta-rgt .datos-ruta ul.list li p {
    font-size: 14px!important;
}

.ruta-pad .ruta-rgt .info-base ul.list li p {
    font-size: 14px!important;
}

.inner-banner.ru-ba .ruta-de h2 {
    line-height: 50px!important;
}

.sector-div h2 {
    color:#323232;
}

.ruta-pad .row .ruta-lft .info .oscos-gallery {
    padding: 0px!important;
}

.ruta-rgt .tip-rut {
	margin-bottom: 30px;
}

.ruta-pad .row .ruta-lft .info .accordion_in p strong {
    color: #323232;
}

.site-search__div h2 {
    color: #FFF;
}

.fixed-header-search {
    background: rgba(255, 255, 255, 0.3) no-repeat bottom center;
}

.home .sector-content p {
    color: #323232;
    opacity: 0.5;
}

.planifica-banner .inr-btn a {
	font-family: "Intro-Bold";
    background: none;
    color: #028a48;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 25px;
    padding: 5px 20px;
    display: inline-flex;
    transition: all .5s ease;
    margin-top: 0px;
    height: auto;
}

ul.cer-filter-lst li input[type="text"].search-txt {
    padding: 20px;
    color: #008C48;
}

.visitar-list ul li .visitar-content h3 {
    margin-top: 10px;
}

.visitar-content p {
    font-size: 15px!important;
    line-height: 24px!important;
    margin-top: 5px!important;
}

.visitar-list ul {
    row-gap: 60px;
}

.reserva-list ul li:nth-child(2n+1) .reserva-cnt {
    margin-left: 0px!important;
}

.reserva-list ul li:nth-child(2n+2) .reserva-cnt {
    margin-right: 0px!important;
}

.reserva-list ul li .reserva-cnt h2 {
	margin-bottom: 0px!important;
}

.ftr-top .subv p {
    text-align: center;
}

.fixed-header-search {
    top: 132px!important;
}

.fixed-header-search {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.slider .swiper-slide .banner-cnt {
    padding-bottom: 80px!important;
}

.visitar-sec.rutas-itine ul.item-list {
    grid-gap: 20px!important;
}

.visitar-sec {
    padding: 50px 0 55px 0!important;
}

section.donde-sec.dormir-sec .sector-content ul li {
	color:#333;
    border: 1px solid rgba(0, 0, 0, 0.3)!important;
    margin-bottom: 10px;
}

footer .ftr-top .ftr-lst ul li a {
    font-family: "Intro-Regular"!important;
}

.select-lang {
    display: none;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type), #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    background: #008b48!important;
    border: 1px solid #008b48!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #008b48!important;
    border-color: #008b48!important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #008b48!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #008b48!important;
    color: #008b48!important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #008b48!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #008b48!important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #008b48!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #008b48!important;
}

button.CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover label, button.CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover span {
	color: #008b48!important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
	color: #008b48!important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #008b48!important;
}

#CybotCookiebotDialogBodyUnderlay * {
    color: #008b48!important;
}

#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, #CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before {
    border-color: #008b48!important;
}