@charset "utf-8";

body { padding:0px; margin:0px; background:#fff; font-size:16px; color:#282828; line-height:20px; font-family: 'Poppins-Regular'; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, audio, video, source { display: block; margin: 0; padding: 0; }
a, img { border: medium none; }
a { color: #192432; text-decoration: none;  }
div { margin: 0; padding: 0; }
p { font-size:16px; line-height:24px; padding:0px; margin:0px; color:#000000;} 
h1, h2, h3, h4, h5, h6 { padding:0px; margin:0px;  line-height: 30px; }
a{ color: #192432; outline:none; transition:all .5s ease; }
ul, li { list-style:none;}
/* a:focus, :focus{ outline:none; } */
ul,ol { list-style-type:none; padding:0px; margin:0px; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clear { clear: both; line-height: 1px; padding:0px; height:0px; font-size:1px; }
.left { float:left; }
.right { float:right; }
.anim { transition:all 1s ease; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; -o-transition:all 1s ease; }
.anim2 { transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }
.row { width:1170px; margin:auto; padding:0px;}

/****************header css starts*****************/
header {float: left;width: 100%;position: relative;z-index: 999;padding: 0px 0 0 0;}
.head-row { width:1250px; margin:auto; padding:0px; }
.head-top { float: left; width: 100%; padding: 25px 0px 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.15); position: relative;}
.head-top-in{float: left;width: 100%;display: flex;align-items: center;justify-content: space-between; }
.is-sticky header .head-top {background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.logo-top {float: left;padding: 0px;z-index: 9;}
.logo-top img { float: left;transition: all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;z-index: 9999;position: relative;}
.head-rgt {flex-wrap: wrap;display: flex;align-items: center;width: 83%;justify-content: end;}

.menu-wrap {/* float: right; */margin-right: 25px;margin-top: 0px;/* position: absolute; */left: 0;right: 0;/* margin: 0 auto; */}

.scl-links {margin-top: 0px;position: relative; z-index: 2;}
.scl-links ul {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;column-gap: 18px;}
.scl-links ul li {flex: 0 1 auto;}
.scl-links ul li a { transition: all .5s ease; }
.scl-links ul li a.fb {background: url(../images/header-facebook.svg) no-repeat;width: 8px;height: 15px;display: block; background-size: cover;}
.scl-links ul li a.in {background: url(../images/header-instagram.svg) no-repeat;width: 16px;height: 15px;display: block;background-size: cover;}
.scl-links ul li a.tw {background: url(../images/header-x.svg) no-repeat;width: 14px;height: 14px;display: block;background-size: cover;}
.scl-links ul li a.yt {background: url(../images/header-youtube.svg) no-repeat;width: 15px;height: 11px;display: block;background-size: cover;}
.scl-links ul li a:hover { opacity: 0.7;}

.hdr-links {float: right;margin-right: 0;padding: 0;margin-left: 40px;margin-top: 0px; z-index: 1;}
.hdr-links > ul { display: flex; flex-wrap: wrap; align-items: center; column-gap: 15px;}
.hdr-links > ul > li {/*float: left;*/margin-right: 0px;position: relative;display: inline-flex;}
.hdr-links ul li:last-child {margin-right: 0px;margin-left: 25px;}
.hdr-links ul li a { display: inline-block; transition: all 0.5s ease;}
.hdr-links ul li a.heart {background: url(../images/header-fav.svg) no-repeat 0 0;width: 41px;height: 41px;position: relative;}
.hdr-links ul li a.search {background: url(../images/header-serach.svg) no-repeat;width: 41px;height: 41px;position: relative;}
.hdr-links ul li a:hover { opacity: 0.7;}

.select-lang {float: right;width: 50px;position: relative;}
.select-lang .nice-select { font-size: 16px; font-family: 'Poppins-SemiBold'; color: #31638E; }
.stick-logo{ display: none; }

.mob-search { display: none;}
.mob-search a.search {display: inline-block; background: url(../images/search-w.svg) no-repeat;width: 24px;height: 23px;position: relative;} 

.hide-scroll .head-top { box-shadow: none; }
.hide-scroll .head-top::after { content: ""; position: absolute; width: 95%; bottom: 0px; left: 0px; right: 0px; margin: 0px auto; border-bottom: 1px solid rgba(219, 238, 244, 0.6); }
.hide-scroll .desk-logo { display: none; }
.hide-scroll .stick-logo { display: block; }
.hide-scroll .cbp-hrmenu > ul > li > a, .hide-scroll .cbp-hrmenu > ul > li > a.active { color: #fff; }
.hide-scroll .is-sticky .cbp-hrmenu > ul > li > a.active { color: #fff; }
.hide-scroll .scl-links ul li a.fb {background: url(../images/header-fb-w.svg) no-repeat;}
.hide-scroll .scl-links ul li a.in {background: url(../images/header-ig-w.svg) no-repeat;}
.hide-scroll .scl-links ul li a.tw {background: url(../images/header-x-w.svg) no-repeat;}
.hide-scroll .scl-links ul li a.yt {background: url(../images/header-yt-w.svg) no-repeat;}
.hide-scroll .hdr-links ul li a.heart {background: url(../images/header-fav-w.svg) no-repeat 0 0;}
.hide-scroll .hdr-links ul li a.search {background: url(../images/header-search-w.svg) no-repeat;}
.hide-scroll .select-lang .nice-select { color: #fff; }
.hide-scroll .nice-select::after { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }

.hide-scroll .is-sticky .head-top { box-shadow: none; background: none; }

/************desktop search**************/
.desktop-search { float: left; width: 100%; height: 100%; background: url(../images/bg-buscador.png) no-repeat center center; background-size: cover; padding: 150px 0px 30px; text-align: center; opacity: 0; visibility: hidden; position: fixed; top: 0; transition: all 0.4s ease; z-index: 99; 
display: flex; align-items: center; justify-content: center; overflow-y: scroll;}
.desktop-search h2 { float: left; width: 100%; text-align: center; color: #fff; font-size: 60px; line-height: 80px; font-family: 'PlayfairDisplay-Bold'; margin-bottom: 30px; letter-spacing: 0.5px; }
.search-inn { float: none; width: 100%; position: relative; max-width: 550px; display: inline-block;margin-bottom: 100px;}
.search-inn input[type="text"] { border: none; width: 100%; font-size: 16px; line-height: 20px; font-family: 'Poppins-Regular'; color: #424242; padding: 0 75px 0 25px; height: 70px;border-radius: 70px;box-shadow: 0px 0px 36px rgba(0,0,0,0.5); }
.search-box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #424242;}
.search-box input[type="text"]::-moz-placeholder { /* Firefox 19+ */  color: #424242;}
.search-box input[type="text"]:-ms-input-placeholder { /* IE 10+ */  color: #424242;}
.search-box input[type="text"]:-moz-placeholder { /* Firefox 18- */ color: #424242;}
.search-inn button { position: absolute; border: none; background: #F2C35C url(../images/search.svg) no-repeat center center; width: 62px; height: 62px; right: 5px; top: 4px; cursor: pointer; border-radius: 100%;}
.desktop-search.search-open { opacity: 1; visibility: visible;}
.search-tags { float: left; width: 100%;text-align: center; }
.search-tags h3 { color: #fff; font-size: 16px; line-height: 28px; font-family: 'Poppins-Light'; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 20px; }
.search-tags ul { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; column-gap: 10px; row-gap: 10px; padding: 0px 250px;}
.search-tags ul li { flex: 0 1 auto;}
.search-tags ul li a { display: inline-block; color: #fff; font-size: 13px; line-height: 16px; font-family: 'Poppins-Regular'; padding: 5px 8px; border: 1px solid rgba(255,255,255,0.5); border-radius: 30px;transition:all .5s ease;}
.search-tags ul li a:hover { background: #fff; border: 1px solid #fff; color: #557846;}
.search-in  { float: left; width: 100%;}
.search-det { display: flex; height: 100%; overflow-y: scroll; }
/* Works on Firefox */
.desktop-search  { scrollbar-width: thin; scrollbar-color: #fff transparent;}
/* Works on Chrome, Edge, and Safari */
.desktop-search::-webkit-scrollbar { width: 10px;}
.desktop-search::-webkit-scrollbar-track { background: transparent;}
.desktop-search::-webkit-scrollbar-thumb { background-color: #fff; border-radius: 0px; border: 2px solid transparent;}
body.hide-scroll { overflow-y: hidden;}

.slider {float: left;width: 100%; background: rgba(0,187,255, 0.08); position: relative;}
.slider .swiper-slide img {float: left;width: 100%;}
.slider .swiper-slide .banner-cnt { position: absolute;width: 100%; bottom: 115px; }
.slider .swiper-slide .banner-caption { width: 530px; padding: 30px 45px; background: #31638E; border-radius: 9px; }
.slider .swiper-slide .banner-caption h1 {font-size: 40px;line-height: 40px;color: #fff; font-family: 'Poppins-Regular'; margin-bottom: 30px; }
.slider .swiper-slide .banner-caption h1 span.med { font-family: 'Poppins-Medium'; }
.slider .swiper-slide .banner-caption h1 span.bold { font-family: 'Poppins-ExtraBold'; }
.banner-caption a.saber-btn{ width: 170px; height: 51px; border-radius: 26px; background: #69ADD0; display: inline-flex; align-items: center; justify-content: center;
font-size: 16px; line-height: 16px; color: #4F3C2E; font-family: 'PlayfairDisplay-ExtraBoldItalic'; letter-spacing: 1px; transition: all 0.5s ease; }
.banner-caption a.saber-btn:hover { background: #fff; color: #31638E; }
.slider .swiper-slide-active { pointer-events: auto !important; }
.slider .swiper-container-horizontal > .swiper-pagination-bullets { width: 1170px; bottom: 50px; justify-content: left; }
.slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 16px 0px 0px; }
.slider .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(255,255,255,0.45); }
.slider .swiper-pagination-bullet-active { background: #fff;}

.slider .swiper-button{ z-index: 10; width: 84px; height: 44px; align-items: center; justify-content: space-between; position: absolute; right: calc((100% - 1170px) / 2); left: auto; bottom:32px; display: flex; column-gap: 10px; background: rgba(0,0,0, 0.33); 
border: 2px solid rgba(255,225,255, 0.30); border-radius: 50px; padding: 0px 15px; }
.slider .swiper-button-prev{background: url("../images/arrow-left.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: auto; top: auto; left: 2px; margin: 0px; }
.slider .swiper-button-next{background: url("../images/arrow-right.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: 2px; top: auto; margin: 0px; }
.slider .swiper-button-prev:hover, .slider .swiper-button-next:hover{opacity: 0.7; } 

.actividades-sec{ float: left; width: 100%; padding: 75px 0px; background: url("../images/bg-01.jpg") no-repeat scroll 0 0; background-size: cover; }
.actividades-sec h2 { color: #4F3C2E; font-size:65px; line-height:66px; margin-bottom: 20px; font-family: 'PlayfairDisplay-Regular'; }
.actividades-sec h2 span { display: block; font-family: 'PlayfairDisplay-Bold'; }
.actividades-cnt { float: left; width: 100%; position: relative; padding-left: calc((100% - 1170px) / 2); }
.actividades-lft { float: left; width: 35%; }
.actividades-rgt { float: left; width: 65%; padding-left: 30px; position: relative;}
.actividades-rgt .btn-div-abs { position: absolute; top:-80px; right: 190px; z-index: 1; }
.actividades-slide { float: left; width: 100%; position: relative;}
#activad-map { float: left; width: 100%; height:525px; border-radius: 8px; overflow: hidden; border: 5px solid #fdfaf5; }

.actividades-slide .swiper-slide { opacity: 0.5; }
.actividades-slide .swiper-slide.swiper-slide-active { opacity: 1; }
.actividades-slide .swiper-slide .activad-img { width: 100%; float: left; border-radius: 8px; overflow: hidden; position: relative; }
.actividades-slide .swiper-slide .activad-img img { float: left; width: 100%; transition:all .5s ease; }
.actividades-slide .swiper-slide .activad-txt { width: 100%; float: left; padding-top: 20px; }
.actividades-slide .swiper-slide .activad-txt h3 { font-size: 30px; line-height: 35px; color: #4F3C2E; font-family: 'PlayfairDisplay-Bold'; margin-bottom: 12px; transition: all 0.5s ease; }
.actividades-slide .swiper-slide .activad-txt h3 a { color: #4F3C2E; }
.actividades-slide .swiper-slide:hover .activad-txt h3 a{ color: #31638E; }
.actividades-slide .swiper-slide .activad-txt p { color: #766E67; font-size: 18px; line-height: 25px; font-family: 'Poppins-Light'; letter-spacing: -0.2px; }
.actividades-slide .swiper-slide .activad-img a.wish-ico { left: 16px; bottom: 16px; top:auto; }
.activad-img span.cat { position: absolute; z-index: 1; left: 16px; top:16px; background: #5B824D; height: 26px; border-radius: 15px; display: inline-flex; align-items: center; 
padding: 0px 10px; color: #fff; font-size: 14px; line-height: 24px; font-family: 'PlayfairDisplay-BoldItalic'; letter-spacing: 0.5px; }
.actividades-slide .swiper-slide:hover .activad-img img { transform: scale(1.03); }

.actividades-slide .swiper-pagination-bullets{width: auto; bottom: auto; text-align: right; justify-content: left; position: absolute; right: 190px; left: 0; top:auto; bottom: 12px; }
.actividades-slide .swiper-pagination-bullet { background-color:  #f0e0d3; border: none; width: 8px; height: 8px; opacity: 1;transition:all .5s ease; border-radius: 25px;}
.actividades-slide .swiper-pagination-bullet-active, .actividades-slide .swiper-pagination-bullet:hover { background-color: #ba6a35; }
.actividades-slide .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 15px 0px 0px; }
.actividades-slide .swiper-pagination-bullets .swiper-pagination-bullet:last-child { margin: 0px;}

.actividades-slide .swiper-button{ width: 82px; height: 44px; bottom: auto; align-items: center; justify-content: space-between; position: relative; left: 0px; margin-top: 35px; display: flex; column-gap: 10px; background: rgba(185,107,51, 0.14); 
border: 2px solid rgba(185,107,51, 0.33); border-radius: 50px; padding: 0px 15px; }
.actividades-slide .swiper-button-prev-exp{background: url("../images/arrow-left-b.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease;}
.actividades-slide .swiper-button-next-exp{background: url("../images/arrow-right-b.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; }
.actividades-slide .swiper-button-prev-exp:hover, .actividades-slide .swiper-button-next-exp:hover{opacity: 0.7; } 

.descubre-sec { float: left; width: 100%; padding: 90px 0px 100px; background: #fff; }
.title-div { float: left; width: 100%; text-align: center; padding: 0px 15%; } 
.title-div h2 { color:#4F3C2E; font-size:65px; line-height:66px; margin-bottom: 25px; font-family: 'PlayfairDisplay-Medium'; }
.title-div h2 span { font-family: 'PlayfairDisplay-Bold'; }
.title-div p { color:#766E67; font-size:18px; line-height:28px; font-family: 'Poppins-Light'; letter-spacing: -0.33px; margin-bottom: 35px; }
a.saber-btn{ width: 170px; height: 51px; border-radius: 26px; background: #31638E; display: inline-flex; align-items: center; justify-content: center;
font-size: 16px; line-height: 16px; color: #fff; font-family: 'PlayfairDisplay-ExtraBoldItalic'; letter-spacing: 1px; transition: all 0.5s ease; }
a.saber-btn:hover { background: #69ADD0; }

.descubre-lst { float: left; width: 100%; margin-top: 50px; }
.descubre-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;}
.descubre-lst ul li { display: flex; flex-wrap: wrap; border-radius: 10px; position: relative; overflow: hidden;}
.descubre-lst ul li a { float: left; width: 100%;}
.descubre-lst ul li.tall { grid-row: span 2;}
.descubre-lst ul li.wide { grid-column: span 2;}
.descubre-lst ul li .descubre-img { float: left; width: 100%; height: 100%; position: relative; border-radius: 10px; overflow: hidden;}
.descubre-lst ul li .descubre-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) 50%,rgba(0,0,0,.3) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.3)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.3) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.3) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.3) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0); transition: all 0.5s ease;}
.descubre-lst ul li .descubre-img img { float: left; width: 100%; height: 100%; transition:all .5s ease;}
.descubre-lst ul li .descubre-cnt { float: left; width: 100%; position: absolute; bottom: 0; left: 0; padding: 0 25px 25px; z-index: 2;}
.descubre-lst ul li .descubre-cnt h2 {color: #FFFFFF; font-size: 30px; line-height: 50px; font-family: 'Poppins-SemiBold'; }
.descubre-lst ul li:hover .descubre-img img { transform: scale(1.1);}

.hm-evento-sec { float: left; width: 100%; padding: 75px 0px 85px; background: url("../images/bg-01.jpg") no-repeat scroll 0 0; background-size: cover; }
.hm-evento-sec .hm-evento-div h2 { color: #4F3C2E; font-size:65px; line-height:66px; font-family: 'PlayfairDisplay-Regular'; margin-bottom: 35px; }
.hm-evento-sec .hm-evento-div h2 span { font-family: 'PlayfairDisplay-Bold'; }
.hm-evento-div { float: left; width: 100%; position: relative;}
.eventos-slide { float: left; width: 100%; position: relative;}
.eventos-slide .swiper-slide .evento-img { width: 100%; float: left; border-radius: 8px; overflow: hidden; position: relative; }
.eventos-slide .swiper-slide .evento-img img { float: left; width: 100%; transition:all .5s ease; }
.eventos-slide .swiper-slide .evento-txt { width: 100%; float: left; padding-top: 20px; }
.eventos-slide .swiper-slide .evento-txt h3 { font-size: 30px; line-height: 35px; color: #4F3C2E; font-family: 'PlayfairDisplay-Bold'; margin-bottom: 12px; transition: all 0.5s ease; }
.eventos-slide .swiper-slide .evento-txt h3 a { color: #4F3C2E; }
.eventos-slide .swiper-slide:hover .evento-txt h3 a{ color: #31638E; }
.eventos-slide .swiper-slide .evento-txt p { color: #766E67; font-size: 18px; line-height: 25px; font-family: 'Poppins-Light'; letter-spacing: -0.2px; margin-bottom: 18px;}
.eventos-slide .swiper-slide .evento-txt h5 { font-size: 22px; line-height: 30px; color: #B96B33; font-family: 'PlayfairDisplay-Bold'; letter-spacing: 0.2px;}
.eventos-slide .swiper-slide .evento-txt h5 span { font-family: 'Poppins-Light'; }
.eventos-slide .swiper-slide .evento-img a.wish-ico { left: 16px; bottom: 16px; top:auto; }
.evento-img span.cat { position: absolute; z-index: 1; left: 16px; top:16px; background: #5B824D; height: 26px; border-radius: 15px; display: inline-flex; align-items: center; 
padding: 0px 10px; color: #fff; font-size: 14px; line-height: 24px; font-family: 'PlayfairDisplay-BoldItalic'; letter-spacing: 0.5px; }
.eventos-slide .swiper-slide:hover .evento-img img { transform: scale(1.03); }

.eventos-slide .swiper-pagination-bullets{ display: none; width: auto; bottom: auto; text-align: right; justify-content: left; position: absolute; right: 15px; left: 0; top:auto; bottom: 12px; }
.eventos-slide .swiper-pagination-bullet { background-color:  #f0e0d3; border: none; width: 8px; height: 8px; opacity: 1;transition:all .5s ease; border-radius: 25px;}
.eventos-slide .swiper-pagination-bullet-active, .eventos-slide .swiper-pagination-bullet:hover { background-color: #ba6a35; }
.eventos-slide .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 15px 0px 0px; }
.eventos-slide .swiper-pagination-bullets .swiper-pagination-bullet:last-child { margin: 0px;}

.eventos-slide .swiper-button{ width: 82px; height: 44px; bottom: auto; align-items: center; justify-content: space-between; position: relative; left: 0px; margin-top: 25px; display: flex; column-gap: 10px; background: rgba(185,107,51, 0.14); 
border: 2px solid rgba(185,107,51, 0.33); border-radius: 50px; padding: 0px 15px; display: none;}
.eventos-slide .swiper-button-prev-eve{background: url("../images/arrow-left-b.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease;}
.eventos-slide .swiper-button-next-eve{background: url("../images/arrow-right-b.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; }
.eventos-slide .swiper-button-prev-eve:hover, .eventos-slide .swiper-button-next-eve:hover{opacity: 0.7; } 
.hm-evento-div .btn-div-abs { position: absolute; top: 12px; right: 0px;}

.hm-pierdas-sec { float: left; width: 100%; padding: 100px 0px;}
.hm-pierdas-div { float: left; width: 100%; padding-left: calc((100% - 1170px) / 2); }
.hm-pierdas-div h2 { color: #4F3C2E; font-size:65px; line-height:66px; font-family: 'PlayfairDisplay-Regular'; margin-bottom: 35px; }
.hm-pierdas-div h2 span { font-family: 'PlayfairDisplay-Bold'; }

.pierdas-slide { float: left; width: 100%; position: relative;}
.pierdas-slide .swiper-slide { width: 280px; transition: all 0.5s ease;} 
.pierdas-slide .swiper-slide.swiper-slide-active { width: 575px;}
.pierdas-slide .swiper-slide .pierdas-img { width: 100%; float: left; border-radius: 8px; overflow: hidden; position: relative; height: 448px; }
.pierdas-slide .swiper-slide .pierdas-img img { float: left; width: 100%; height: 100%; object-fit: cover; transition:all .5s ease; }
.pierdas-slide .swiper-slide .pierdas-txt { width: 100%; float: left; position: absolute; bottom: 30px; left: 0px; padding: 0px 25px 0px 25px; }
.pierdas-slide .swiper-slide .pierdas-txt h3 { font-size: 25px; line-height: 30px; color: #fff; font-family: 'Poppins-Regular'; transition: all 0.5s ease; }
.pierdas-slide .swiper-slide .pierdas-txt h3 a { color: #fff; }
.pierdas-slide .swiper-slide .pierdas-img a.wish-ico { left: auto; right: 25px; bottom: 30px; top:auto;  display: none;}
.pierdas-slide .swiper-slide .pierdas-img a.wish-ico img { width: auto; height: auto; object-fit: inherit;}
.pierdas-img span.cat { position: absolute; z-index: 1; left: 16px; top:16px; background: #5B824D; height: 26px; border-radius: 15px; display: inline-flex; align-items: center; 
padding: 0px 10px; color: #fff; font-size: 14px; line-height: 24px; font-family: 'PlayfairDisplay-BoldItalic'; letter-spacing: 0.5px; }
.pierdas-slide .swiper-slide:hover .pierdas-img img { transform: scale(1.03); }
.pierdas-slide .swiper-slide.swiper-slide-active .pierdas-txt { padding: 0px 120px 0px 32px;}
.pierdas-slide .swiper-slide.swiper-slide-active .pierdas-img a.wish-ico { display: block;}
.pierdas-slide .swiper-slide.swiper-slide-active .pierdas-txt h3 { font-size: 30px; line-height: 35px; font-family: 'Poppins-Bold'; }

.pierdas-slide .swiper-pagination-bullets{ width: auto; bottom: auto; text-align: right; justify-content: left; position: absolute; position: absolute;  right: calc((100% - 1170px) / 2); left: 0; top: -68px; margin-right: 125px;}
.pierdas-slide .swiper-pagination-bullet { background-color:  #f0e0d3; border: none; width: 8px; height: 8px; opacity: 1;transition:all .5s ease; border-radius: 25px;}
.pierdas-slide .swiper-pagination-bullet-active, .pierdas-slide .swiper-pagination-bullet:hover { background-color: #ba6a35; }
.pierdas-slide .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 15px 0px 0px; }
.pierdas-slide .swiper-pagination-bullets .swiper-pagination-bullet:last-child { margin: 0px;}

.pierdas-slide .swiper-button{ position: absolute; right: calc((100% - 1170px) / 2); top: -80px; width: 82px; height: 44px; bottom: auto; align-items: center; justify-content: space-between;display: flex; column-gap: 10px; background: rgba(185,107,51, 0.14); 
border: 2px solid rgba(185,107,51, 0.33); border-radius: 50px; padding: 0px 15px; }
.pierdas-slide .swiper-button-prev-pierdas{background: url("../images/arrow-left-b.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease;}
.pierdas-slide .swiper-button-next-pierdas{background: url("../images/arrow-right-b.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; }
.pierdas-slide .swiper-button-prev-pierdas:hover, .pierdas-slide .swiper-button-next-pierdas:hover{opacity: 0.7; } 

.hm-planificia-sec { float: left; width: 100%; position: relative;}
.hm-planificia-sec img { float: left; width: 100%; height: 655px; object-fit: cover;}
.planificia-div{ float: left; width: 100%; position: absolute; top:90px; left: 0px; }
.planificia-txt { float: left; padding-left: 90px;}
.planificia-txt h2 { color: #4F3C2E; font-size:85px; line-height:85px; font-family: 'PlayfairDisplay-Bold'; margin-bottom: 18px; }
.planificia-txt p { color: #4F3C2E; font-size:18px; line-height:26px; font-family: 'Poppins-Light'; margin-bottom: 35px; }
.planificia-txt a.saber-btn { width: auto; padding: 0px 30px;}
.hm-planificia-lst { float: left; width: 100%; position: relative;}
.hm-planificia-lst .row { width: 1440px;}
ul.plan-lst {  width: 100%; display: flex; flex-wrap: wrap; column-gap: 1%; margin-top: -140px; }
ul.plan-lst li { flex: 0 1 19.2%; border-radius: 6px; overflow: hidden;}
ul.plan-lst li .plan-div { width: 100%; height: 275px; padding: 0px 40px; display: flex; flex-direction: column; row-gap: 50px; align-items: center; justify-content: center; text-align: center; transition: all 0.5s ease;}
ul.plan-lst li .plan-div .ico-div { height: 50px; display: flex; align-items: center;}
ul.plan-lst li .plan-div h2 { min-height: 75px; display: flex; align-items: center; color: #fff; font-size:30px; line-height:34px; font-family: 'PlayfairDisplay-SemiBold'; }
ul.plan-lst li.bg1 { background: url("../images/planificia-bg1.png") no-repeat 0 0;background-size: cover; }
ul.plan-lst li.bg2 { background: url("../images/planificia-bg2.png") no-repeat 0 0;background-size: cover; }
ul.plan-lst li.bg3 { background: url("../images/planificia-bg3.png") no-repeat 0 0;background-size: cover; }
ul.plan-lst li.bg4 { background: url("../images/planificia-bg4.png") no-repeat 0 0;background-size: cover; }
ul.plan-lst li.bg5 { background: url("../images/planificia-bg5.png") no-repeat 0 0;background-size: cover; }
ul.plan-lst li.bg2 .plan-div h2 { color:#1D3B55;  }
ul.plan-lst li.bg5 .plan-div h2 { color:#4F3C2E;  }
ul.plan-lst li:hover .plan-div { opacity: 0.7;}

.hm-blog-sec { float: left; width: 100%; padding: 110px 0px;}
.hm-blog-div h2 { color: #4F3C2E; font-size:65px; line-height:66px; font-family: 'PlayfairDisplay-Regular'; margin-bottom: 35px; text-align: center; }
.hm-blog-div { float: left; width: 100%; position: relative;}
.blog-slide { float: left; width: 100%; position: relative;}
.blog-slide .swiper-slide .blog-img { width: 100%; float: left; border-radius: 8px; overflow: hidden; position: relative; }
.blog-slide .swiper-slide .blog-img img { float: left; width: 100%; transition:all .5s ease; }
.blog-slide .swiper-slide .blog-txt { width: 100%; float: left; padding-top: 20px; padding-right: 10px;}
.blog-slide .swiper-slide .blog-txt h3 { font-size: 30px; line-height: 35px; color: #4F3C2E; font-family: 'PlayfairDisplay-Bold'; margin-top: 12px; transition: all 0.5s ease; }
.blog-slide .swiper-slide .blog-txt h3 a { color: #4F3C2E; }
.blog-slide .swiper-slide:hover .blog-txt h3 a{ color: #31638E; }
.blog-slide .swiper-slide .blog-txt h5 { font-size:18px; line-height: 30px; color: #4F3C2E; font-family: 'Poppins-Bold'; letter-spacing: 0.2px; }
.blog-slide .swiper-slide .blog-txt h5 span { font-family: 'Poppins-Light'; }
.blog-slide .swiper-slide .blog-img a.wish-ico { left: 16px; bottom: 16px; top:auto; }
.blog-img span.cat { position: absolute; z-index: 1; left: 16px; top:16px; background: #5B824D; height: 26px; border-radius: 15px; display: inline-flex; align-items: center; 
padding: 0px 10px; color: #fff; font-size: 14px; line-height: 24px; font-family: 'PlayfairDisplay-BoldItalic'; letter-spacing: 0.5px; }
.blog-slide .swiper-slide:hover .blog-img img { transform: scale(1.03); }

.blog-slide .swiper-pagination-bullets{ display: none; padding-right: 15px; width: auto; bottom: auto; text-align: right; justify-content: left; position: absolute; right: 0px; left: 0; top:auto; bottom: 12px; }
.blog-slide .swiper-pagination-bullet { background-color:  #f0e0d3; border: none; width: 8px; height: 8px; opacity: 1;transition:all .5s ease; border-radius: 25px;}
.blog-slide .swiper-pagination-bullet-active, .blog-slide .swiper-pagination-bullet:hover { background-color: #ba6a35; }
.blog-slide .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 15px 0px 0px; }
.blog-slide .swiper-pagination-bullets .swiper-pagination-bullet:last-child { margin: 0px;}

.blog-slide .swiper-button{ width: 82px; height: 44px; bottom: auto; align-items: center; justify-content: space-between; position: relative; left: 0px; margin-top: 35px; display: flex; column-gap: 10px; background: rgba(185,107,51, 0.14); 
border: 2px solid rgba(185,107,51, 0.33); border-radius: 50px; padding: 0px 15px; display: none;}
.blog-slide .swiper-button-prev-blog{background: url("../images/arrow-left-b.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease;}
.blog-slide .swiper-button-next-blog{background: url("../images/arrow-right-b.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; }
.blog-slide .swiper-button-prev-blog:hover, .blog-slide .swiper-button-next-blog:hover{opacity: 0.7; } 
.hm-btn-div { float: left; width: 100%; display: flex; justify-content: center; margin-top: 45px; }

.hm-area-ban { float: left; width: 100%; position: relative;}
.hm-area-ban img { float: left; width: 100%; }
.hm-area-cont { position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); }
.ban-content { float: left; width: 100%; max-width: 630px; }
.ban-content h3 { color: #fff; font-size: 70px; line-height: 75px; letter-spacing: -0.25px; font-family: 'PlayfairDisplay-Bold'; margin-bottom: 20px;}
.ban-content p { color: #fff; font-size: 16px; line-height: 26px; letter-spacing: -0.5px; font-family: 'Poppins-Light'; margin-bottom: 35px;}
.ban-content a { width: 142px; height: 51px; border-radius: 26px; background: none; border: 1px solid #fff; display: inline-flex; align-items: center; justify-content: center;
font-size: 16px; line-height: 16px; color: #fff; font-family: 'PlayfairDisplay-ExtraBoldItalic'; letter-spacing: 1px; transition: all 0.5s ease; }
.ban-content a:hover { background: #fff; color: #31638E; }

.siguenos-sec { float:left; width:100%; background:#fff; padding:85px 0px 100px; position:relative; }
.siguenos-sec h2 { font-size:60px; color:#4F3C2E; line-height:70px; font-family: 'PlayfairDisplay-Regular'; margin-bottom: 35px; letter-spacing: 1px; display:block; text-align: center;}
.siguenos-sec h2 span { font-family: 'PlayfairDisplay-Bold'; }
.siguenos-inst ul { float: left; width: 100%; display: flex; flex-wrap: wrap; }
.siguenos-inst ul > li { flex: 0 1 25%; overflow:hidden; position:relative;}    
.siguenos-inst ul > li img { float:left; width:100%; transition:all .5s ease;}
.siguenos-inst ul > li:hover img  { transform:scale(1.05);}
.siguenos-inst ul > li a span { position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); }
.siguenos-inst ul > li:hover a span img { transform: none;}

.share-links { float: left; width: 100%; padding-top: 50px; }
.share-links ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 13%; justify-content: center;}
.share-links ul li { flex: 0 1 auto; }
.share-links li a{ padding-left: 28px; color: #4F3C2E; font-size: 20px; line-height: 30px; font-family: 'PlayfairDisplay-Regular'; letter-spacing: 0.5px; transition:all .5s ease;}
.share-links li a:hover { opacity: 0.6;}
.share-links li a.fb { background:url('../images/fb.svg') no-repeat left top 5px; padding-left: 20px; }
.share-links li a.ig { background:url('../images/ig.svg') no-repeat left top 6px;}
.share-links li a.yt { background:url('../images/yt.svg') no-repeat left top 8px;}
.share-links li a:hover { opacity: 0.7;}

/* footer */
footer { float: left; width: 100%; padding: 0px 0px; }
.row-foot { width: 1250px; margin: auto; padding: 0px 0px; }
.footer-top-sec { float: left; width: 100%; background: url("../images/bg-newsletter.jpg") no-repeat scroll 0 0; background-size: cover; }
.foot-top { float: left; width: 100%; padding:75px 0px 90px; }
.newsletter-box { float: left; width: 100%; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; }
.news-lft { flex: 0 1 50%; display: flex; column-gap: 32px; align-items: last baseline; } 
.news-lft h2 { font-size:50px; color:#fff; line-height:44px; font-family: 'PlayfairDisplay-Medium'; letter-spacing: 0.5px; }
.news-lft h2 span { display: block; font-size:35px; color: rgba(255, 255, 255, 0.7); letter-spacing: -0.4px;}
.news-lft p { font-size:16px; line-height:24px; color: rgba(255, 255, 255, 0.85); font-family: 'Poppins-Light'; letter-spacing: -0.2px;}
.news-rht { flex: 0 1 42%; display: flex; align-items: flex-end; column-gap: 45px; }
.news-box { float: left; width: 100%; position: relative; }
.news-box-out { flex: 0 1 325px;}
.news-box input[type="text"] { border: none; background: none; border-bottom: 1px solid rgba(255, 255, 255, 1); width: 100%; color: #fff; font-size: 15px; height: 48px; line-height: 48px; font-family: 'Poppins-Light'; }
.news-rht button { width: 120px; height: 50px; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer;background: #fff; color: #4F3C2E; font-size: 16px; letter-spacing: 1px; font-family: 'PlayfairDisplay-ExtraBoldItalic'; border-radius: 25px; transition:all .5s ease; } 
.news-rht button:hover { background: #4F3C2E; color: #fff; }
.news-rht .frm-input.checkbox { float: left; width: 100%; margin-top: 15px; } 
.news-rht .frm-input.checkbox input { height: 1px; left: 0; position: absolute; top: 0; visibility: hidden; width: 1px;}
.news-rht .frm-input.checkbox label {color:#fff;cursor: pointer;font-size: 12px;padding-left: 24px;position: relative;float: left;width: auto;line-height:20px;text-align:left;font-family: 'Poppins-Light'; letter-spacing: -0.2px;}
.news-rht .frm-input.checkbox label::before { background: transparent; content: ""; height: 15px; left: 0; position: absolute; top: 3px; transition: all 0.3s ease-in-out 0s; width: 15px; border-radius: 3px; }
.news-rht .frm-input.checkbox label::after {background: transparent none repeat scroll 0 0;border: 1px solid #F9F9F9;content: "";height: 15px;left: 0;position: absolute;top: 3px;width: 15px; border-radius: 3px; }
.news-rht .frm-input.checkbox input:checked + label::before {background: #ffffff;} 
.news-rht .frm-input.checkbox input:checked + label::after {border-color: #ffffff;} 
.news-rht .frm-input.checkbox:last-child label { padding-bottom: 0; margin-bottom: 0;}
.news-rht .frm-input.checkbox a {color:#fff;text-decoration:underline;transition:all .5s ease;font-family: 'Poppins-Medium';}
.news-rht .frm-input.checkbox a:hover { opacity: 0.7;}

.footer-mid-sec { float: left; width: 100%; position: relative; background: url("../images/bg-footer.jpg") no-repeat scroll 0 0; background-size: cover; }
.foot-mid-top { float: left; width: 100%; padding: 65px 40px 45px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.foot-logo-lft { flex: 0 1 auto; }
.foot-logo-lft img { float: left; transition:all .5s ease; }
.foot-logo-lft a:hover img { opacity: 0.7; }
.foot-logo-rgt { flex: 0 1 auto; }
ul.social-list { float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center; column-gap: 10px; }
ul.social-list li { flex: 0 1 auto;}
ul.social-list li a { float: left; width: 40px;height:40px; border: 1px solid rgba(255,225,255, 0.50); border-radius: 20px; transition:all .5s ease;}
ul.social-list li a.fb-foot {background: url(../images/header-fb-w.svg) no-repeat center center;}
ul.social-list li a.in-foot {background: url(../images/header-ig-w.svg) no-repeat center center;}
ul.social-list li a.tw-foot {background: url(../images/header-x-w.svg) no-repeat center center;}
ul.social-list li a.yt-foot {background: url(../images/header-yt-w.svg) no-repeat center center;}
ul.social-list li a.trip-foot {background: url(../images/tripadvisor-w.svg) no-repeat center center;}
ul.social-list li a:hover { opacity: 0.7;}

.foot-mid-btm { float: left; width: 100%; padding: 45px 40px; display: flex; flex-wrap: wrap; border-top: 1px solid rgba(255,225,255, 0.30); border-bottom: 1px solid rgba(255,225,255, 0.30); }
.foot-mid-btm ul.foot-menu { width: 100%; display: flex; flex-wrap: wrap; column-gap: 50px;}
.foot-mid-btm ul.foot-menu li { flex: 0 1 auto;}
.foot-mid-btm ul.foot-menu li a { color: #fff; font-size: 18px; line-height: 30px; font-family: 'Poppins-Regular'; letter-spacing: 0.4px; transition:all .5s ease;}
.foot-mid-btm ul.foot-menu li a:hover { opacity: 0.7; }
.foot-mid-btm ul.social-list { display: none; justify-content: center;  margin-top: 50px; }

.foot-mid-lst { float: left; width: 100%; padding: 50px 40px 75px; }
.foot-btm { float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
ul.ftr-btm-menu{width: 100%; display: flex; flex-wrap: wrap; column-gap: 22px; margin-bottom: 5px;}
ul.ftr-btm-menu li { flex: 0 1 auto;}
ul.ftr-btm-menu li a { color: rgba(255, 255, 255, 1); font-size: 12px; line-height: 20px; font-family: 'Poppins-Regular'; transition:all .5s ease; letter-spacing: 0.5px;}
ul.ftr-btm-menu li a:hover { opacity: 0.7; }
.foot-btm p { color: rgba(255, 255, 255, 0.5); font-size: 12px; line-height: 20px; font-family: 'Poppins-Regular'; letter-spacing: 0.5px;}

.foot-btm-rht ul { display: flex; flex-wrap: wrap; column-gap: 15px; align-items: center; }
.foot-btm-rht ul li a { transition:all .5s ease; }
.foot-btm-rht ul li a:hover { opacity: 0.7; }

/* inner page */
.inner-header .head-top { box-shadow: none;  }
.inner-header .head-top::after { content: ""; position: absolute; width: 95%; bottom: 0px; left: 0px; right: 0px; margin: 0px auto; border-bottom: 1px solid rgba(0,0,0, 0.25); }
.is-sticky .inner-header .head-top::after { border-bottom: none; }
.hide-scroll .inner-header .head-top::after { border-bottom: 1px solid rgba(219, 238, 244, 0.6); }
.hide-scroll .is-sticky .inner-header .head-top::after { border-bottom: 1px solid rgba(219, 238, 244, 0.6); }

/* bredcum css */
.breadcrum {float: left; width: 100%; position: relative; }
.breadcrum ul { float: left; width: 100%; padding: 30px 0px; display: flex; flex-wrap: nowrap; }
.breadcrum ul li { flex: 0 1 auto; color: #616161; font-size: 14px; line-height: 24px; position: relative; font-family: 'Poppins-Medium'; letter-spacing: 0.5px;}
.breadcrum ul li:not(:last-child) { padding-right: 8px; margin-right: 8px; }
.breadcrum ul li a { float: left; font-size: 14px; color: #616161; line-height: 24px; transition:all .5s ease; letter-spacing: 0.5px; font-family: 'Poppins-Light';}
.breadcrum ul li a:hover { color: #4F3C2E; }

.resultado-sec { float: left; width: 100%; padding: 10px 0px 80px; }
.buscador-cnt { float: left; width: 100%; display: flex; justify-content: center; }
.search-div { float: left; width: 100%; max-width: 600px; text-align: center; }
.search-div h2 { color: #4F3C2E; font-size: 80px; line-height: 92px; font-family: 'PlayfairDisplay-Bold'; margin-bottom: 35px; }
.search-box { float: left; width: 100%; position: relative;}
.search-box input[type="text"] { border: 1px solid #B3B3B3; width: 100%; font-size: 16px; line-height: 20px; font-family: 'Poppins-SemiBold'; color: #4F3C2E; padding: 0 75px 0 30px; height: 70px;border-radius: 70px;box-shadow: 0px 0px 36px rgba(0,0,0,0.1); }
.search-box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #4F3C2E;}
.search-box input[type="text"]::-moz-placeholder { /* Firefox 19+ */  color: #4F3C2E;}
.search-box input[type="text"]:-ms-input-placeholder { /* IE 10+ */  color: #4F3C2E;}
.search-box input[type="text"]:-moz-placeholder { /* Firefox 18- */ color: #4F3C2E;}
.search-box button { position: absolute; border: none; background: #31638E url(../images/search-w.svg) no-repeat center center; width: 62px; height: 62px; right: 5px; top: 4px; cursor: pointer; border-radius: 100%;}

.filter-list-sec {float: left;width: 100%;padding: 0px 0px; margin-top: 80px; margin-bottom: 35px; }
.filter-list-sec .row { width: 1270px; }
.filter-list-sec ul {float: left;width: 100%;column-gap: 70px;border-bottom: 1px solid rgba(51, 51, 51, 0.2);display: flex;align-items: center;justify-content: center;}
.filter-list-sec ul li {flex: 0 1 auto;}   
.filter-list-sec ul li a {float: left;font-family: 'Poppins-Regular';color: #838383;font-size: 16px;line-height: 26px;letter-spacing: 0.2px;padding-bottom: 20px;transition:all .5s ease;position: relative;}
.filter-list-sec ul li a span {margin-left: 5px;background: #838383;border-radius: 3px;padding: 2px 5px;font-family: 'Poppins-Medium';color: #fff;font-size: 12px;letter-spacing: 0.2px;transition:all .5s ease;}
.filter-list-sec ul li a.current {color: #31638E;font-family: 'Poppins-Bold';} 
.filter-list-sec ul li a.current span {background: #31638E;color: #FFFFFF;font-family: 'Poppins-Bold';}
.filter-list-sec ul li a:after{position: absolute;width: 0%;bottom: 0px;height: 3px;background: #31638E;content: "";left: 0;transition: all 0.5s ease;}
.filter-list-sec ul li a.current:after{width: 100%;}
.filter-list-sec ul li a:hover:after{width: 100%;}
.filter-list-sec ul li a:hover {color: #31638E;} 
.filter-list-sec ul li a:hover span {background: #31638E;color: #FFFFFF;}
.buscaresult {float: left;width: 100%;}
.buscaresult-out { float: left;width: 100%; padding:0px 75px; }
.buscaresult h4 {font-family: 'Poppins-Light';font-size: 14px;letter-spacing: 0.2px;text-align: left;color: #242424;margin-bottom: 35px;line-height: 22px;}
.buscaresult h4 span {font-family: 'Poppins-Bold';}
.buscaresult-list {float: left;width: 100%;}
.buscaresult-list ul {float: left;width: 100%;display: flex;flex-wrap: wrap;row-gap: 35px;}
.buscaresult-list ul li {flex: 0 1 100%;}
.buscaresult-list ul li a {display: flex;flex-wrap: wrap;column-gap: 40px;}
.busca-img {flex: 0 1 375px;overflow: hidden;border-radius: 8px;}
.busca-img img { float: left; width: 100%;height: 100%; object-fit: cover; transition: all 0.5s ease; }
.busca-cnt {flex: 0 1 calc(100% - 415px);margin-top: 10px;}
.busca-cnt span {font-size: 14px;line-height: 20px;font-family: 'PlayfairDisplay-BoldItalic';float: left;margin-bottom: 20px;color: #fff;border-radius: 25px;padding: 2px 12px; background: #5B824D; letter-spacing: 1px;}
.busca-cnt h3 {float: left;width: 100%;font-size: 30px;line-height: 35px;font-family: 'PlayfairDisplay-Bold';color: #4F3C2E;margin-bottom: 15px; transition: all 0.5s ease;}
.busca-cnt p {width: 100%;float: left;font-size: 18px;line-height: 25px;color: #444444; font-family: 'Poppins-Light'; letter-spacing: -0.2px;}
.buscaresult-list ul li:hover .busca-cnt h3 { color: #31638E;}
.buscaresult-list ul li:hover .busca-img img { transform: scale(1.05);}

.pagination { float: left; width: 100%; display: flex; margin-top: 95px; align-items: center; justify-content: center; column-gap: 25px;}  
.pagination ul { float: left; width: auto; display: flex; column-gap: 2px; row-gap: 0; justify-content: center;}
.pagination ul li { flex: 0 1 auto;}  
.pagination ul li a { color:#282828;display:flex;align-items: center;justify-content: center; width:35px; height:35px; border-radius: 100%;font-size: 16px; font-family: 'Poppins-Light'; transition: all .5s ease;}
.pagination ul li a.active { background: #31638E;color: #fff;font-family: 'Poppins-Bold';} 
.pagination ul li a.active:hover { background: #31638E;} 
.pagination ul li a:hover{ background: #31638E;color: #fff;} 
a.next-arw {float: left;width:auto; padding-right: 18px; background: url("../images/dble-right-arr.svg") no-repeat scroll right top 6px;font-size:16px;line-height: 19px;color:#282828; font-family: 'PlayfairDisplay-Regular'; position: relative; transition: all 0.5s ease;}
a.next-arw:hover{opacity: .5;}
a.prev-arw {float: left;width:auto; padding-left: 18px; background: url("../images/dble-left-arr.svg") no-repeat scroll left top 6px;  font-size:16px;line-height: 19px; color:#282828; font-family: 'PlayfairDisplay-Regular'; position: relative; transition: all 0.5s ease;}
a.prev-arw:hover{opacity: .5;}
a.unactive{opacity: 0.3;}

/* como llegar page */
.como-llegar-sec { float: left; width: 100%; padding: 25px 0px 125px; }
.search-como-map { float: left; width: 100%; }
.search-como-map h2 { color: #4F3C2E; font-size: 80px; line-height: 80px; font-family: 'PlayfairDisplay-SemiBold'; letter-spacing: -0.2px; margin-bottom: 40px; text-align: center; }
.search-map { float: left; width: 100%; position: relative;}
.loc-search { float: left; width: 100%; position: absolute; bottom: 30px; left: 0px; padding: 0px 70px;}
.search-input { float: left; width: 100%; position: relative; }
.search-input input[type="text"] { border: none; width: 100%; font-size: 14px; line-height: 20px; font-family: 'Poppins-Regular'; color: #525252; padding: 0 235px 0 50px; height: 70px;border-radius: 70px;box-shadow: 0px 11px 23px rgba(0,0,0,0.1); }
.search-input input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #525252;}
.search-input input[type="text"]::-moz-placeholder { /* Firefox 19+ */  color: #525252;}
.search-input input[type="text"]:-ms-input-placeholder { /* IE 10+ */  color: #525252;}
.search-input input[type="text"]:-moz-placeholder { /* Firefox 18- */ color: #525252;}
.search-input button { position: absolute; border: none; background: #31638E; width: auto; padding: 0px 35px; height: 54px; right: 8px; top: 8px; cursor: pointer; border-radius: 30px;
font-size: 18px; font-family: 'PlayfairDisplay-ExtraBoldItalic'; color: #fff; display: flex; align-items: center; column-gap: 25px; letter-spacing: 0.2px; transition: all .5s ease; }
.search-input button span { font-family: 'Poppins-Bold'; }
.search-input button:hover { background: #69ADD0; }
#map { float: left; width: 100%; height:555px; border-radius: 13px; overflow: hidden; border: 3px solid #e8e8e8;}
.search-como-lst { float: left; width: 100%; margin-top: 65px; }
.search-como-lst ul {float: left;width: 100%;display: flex;flex-wrap: wrap;row-gap: 35px;}
.search-como-lst ul li {flex: 0 1 100%; display: flex;flex-wrap: wrap;column-gap: 40px; align-items: flex-start;}
.como-img {flex: 0 1 370px;overflow: hidden;border-radius: 6px;}
.como-img img { float: left; width: 100%;height: 100%; object-fit: cover; transition: all 0.5s ease; }
.como-cnt {flex: 0 1 calc(100% - 410px);}
.como-cnt h3 {float: left;width: 100%;font-size: 30px;line-height: 30px;font-family: 'PlayfairDisplay-Bold';color: #4F3C2E;margin-bottom: 22px; transition: all 0.5s ease;}
.como-cnt p {width: 100%;float: left;font-size: 16px;line-height: 24px;color: #262626; font-family: 'Poppins-Light'; letter-spacing: -0.2px;}
.como-cnt ul { margin-top: 25px; row-gap: 2px;}
.como-cnt ul li { padding:6px 0px 6px 38px; }
.como-cnt ul li a { color: #69ADD0; font-size: 16px;line-height: 24px; font-family: 'Poppins-SemiBold'; text-decoration: underline;}
.como-cnt ul li a:hover { text-decoration: none; }
.como-cnt ul.avion li { background: url("../images/avion.svg") no-repeat scroll left top 6px; }
.como-cnt ul.barco li { background: url("../images/barco.svg") no-repeat scroll left top 6px; padding-left: 35px;}
.como-cnt ul.tren li { background: url("../images/tren.svg") no-repeat scroll left top 9px; padding-left: 32px;}
.como-cnt ul.bus li { background: url("../images/bus.svg") no-repeat scroll left top 9px; padding-left: 32px;}
.como-cnt ul.coche li { background: url("../images/coche.svg") no-repeat scroll left top 12px; padding-left: 32px;}
.search-como-lst ul li:hover .como-cnt h3 { color: #31638E;}
.search-como-lst ul li:hover .como-img img { transform: scale(1.05);}

/* como llegar page */
.inner-page .head-top { box-shadow: none; position: fixed; top:0px; left: 0px;  }
.inner-page .head-top::after { border-bottom: none; }
.inner-page .head-top .desk-logo { display: none;}
.inner-page .head-top .stick-logo { display: block;}
.is-sticky .inner-page  .head-top .desk-logo { display: block;}
.is-sticky .inner-page  .head-top .stick-logo { display: none;}
.hide-scroll .is-sticky .inner-page  .head-top .desk-logo { display: none;}
.hide-scroll .is-sticky .inner-page  .head-top .stick-logo { display: block;}
.hide-scroll .inner-page .head-top::after { border-bottom: 1px solid rgba(219, 238, 244, 0.6); }
.hide-scroll .is-sticky .inner-page .head-top::after { border-bottom: 1px solid rgba(219, 238, 244, 0.6); }

.inner-page .cbp-hrmenu > ul > li > a, .inner-page .cbp-hrmenu > ul > li > a.active { color: #fff; }
.inner-page .is-sticky .cbp-hrmenu > ul > li > a.active { color: #fff; }
.inner-page .scl-links ul li a.fb {background: url(../images/header-fb-w.svg) no-repeat;}
.inner-page .scl-links ul li a.in {background: url(../images/header-ig-w.svg) no-repeat;}
.inner-page .scl-links ul li a.tw {background: url(../images/header-x-w.svg) no-repeat;}
.inner-page .scl-links ul li a.yt {background: url(../images/header-yt-w.svg) no-repeat;}
.inner-page .hdr-links ul li a.heart {background: url(../images/header-fav-w.svg) no-repeat 0 0;}
.inner-page .hdr-links ul li a.search {background: url(../images/header-search-w.svg) no-repeat;}
.inner-page .select-lang .nice-select { color: #fff; }
.inner-page .nice-select::after { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }

.is-sticky .inner-page .cbp-hrmenu > ul > li > a, .is-sticky .inner-page .cbp-hrmenu > ul > li > a.active { color: #4F3C2E; }
.is-sticky .inner-page .is-sticky .cbp-hrmenu > ul > li > a.active { color: #4F3C2E; }
.is-sticky .inner-page .scl-links ul li a.fb {background: url(../images/header-facebook.svg) no-repeat;}
.is-sticky .inner-page .scl-links ul li a.in {background: url(../images/header-instagram.svg) no-repeat;}
.is-sticky .inner-page .scl-links ul li a.tw {background: url(../images/header-x.svg) no-repeat;}
.is-sticky .inner-page .scl-links ul li a.yt {background: url(../images/header-youtube.svg) no-repeat;}
.is-sticky .inner-page .hdr-links ul li a.heart {background: url(../images/header-fav.svg) no-repeat 0 0;}
.is-sticky .inner-page .hdr-links ul li a.search {background: url(../images/header-serach.svg) no-repeat;}
.is-sticky .inner-page .select-lang .nice-select { color: #31638E; }
.is-sticky .inner-page .nice-select::after { border-bottom: 2px solid #31638E; border-right: 2px solid #31638E; }

.hide-scroll .inner-page .cbp-hrmenu > ul > li > a, .hide-scroll .inner-page .cbp-hrmenu > ul > li > a.active { color: #fff; }
.hide-scroll .inner-page .is-sticky .cbp-hrmenu > ul > li > a.active { color: #fff; }
.hide-scroll .inner-page .scl-links ul li a.fb {background: url(../images/header-fb-w.svg) no-repeat;}
.hide-scroll .inner-page .scl-links ul li a.in {background: url(../images/header-ig-w.svg) no-repeat;}
.hide-scroll .inner-page .scl-links ul li a.tw {background: url(../images/header-x-w.svg) no-repeat;}
.hide-scroll .inner-page .scl-links ul li a.yt {background: url(../images/header-yt-w.svg) no-repeat;}
.hide-scroll .inner-page .hdr-links ul li a.heart {background: url(../images/header-fav-w.svg) no-repeat 0 0;}
.hide-scroll .inner-page .hdr-links ul li a.search {background: url(../images/header-search-w.svg) no-repeat;}
.hide-scroll .inner-page .select-lang .nice-select { color: #fff; }
.hide-scroll .inner-page .nice-select::after { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }

.inner-banner { float: left; width: 100%; position: relative;}
.inner-banner img { float: left; width: 100%; height: 475px; object-fit: cover; }
.inner-ban-caption { position: absolute; left: 0px; bottom: 140px; width: 100%;}
.in-ban-lft { float: left; width: 100%; }
.in-ban-lft h1 { color: #fff; font-size: 80px; line-height: 92px; font-family: 'PlayfairDisplay-Bold'; }
.inner-banner .breadcrum {position: absolute; top: 20%; }
.inner-banner .breadcrum ul { padding: 20px 0px; }
.inner-banner .breadcrum ul li { color: #fff; }
.inner-banner .breadcrum ul li a { color: #fff; }
.inner-banner .breadcrum ul li a:hover { opacity: 0.7; }

.sub-title-sec { float: left; width: 100%; padding: 55px 0px; background: #F7F7F7; }
.title-cont { float: left; width: 90%; }
.title-cont h2 { color: #4F3C2E; font-size: 48px; line-height: 58px; font-family: 'PlayfairDisplay-Bold'; margin-bottom: 20px; }
.title-cont p { color: #262626; font-size: 16px; line-height: 24px; font-family: 'Poppins-Light'; letter-spacing: -0.2px; }

.ceramica-sec { float: left; width: 100%; padding: 80px 0px 55px; }
.ceramica-lst { float: left; width: 100%; }
.ceramica-lst ul {float: left;width: 100%;display: flex;flex-wrap: wrap;row-gap: 75px; column-gap: 2%;}
.ceramica-lst ul li {flex: 0 1 32%; }
.ceramica-img {flex: 0 1 100%;overflow: hidden;border-radius: 6px; position: relative;}
.ceramica-img img {float: left; width: 100%; transition: all 0.5s ease; }
a.wish-ico { position: absolute; left: 6px; top:6px; z-index: 1;}
a.wish-ico img { float: left; transform: none !important;}
.ceramica-cnt {flex: 0 1 100%; padding-top: 18px; }
.ceramica-cnt h3 {font-size: 30px;line-height: 35px;font-family: 'PlayfairDisplay-SemiBold';color: #4F3C2E;margin-bottom: 20px; transition: all 0.5s ease;}
.ceramica-cnt h3 a { color: #4F3C2E; transition: all 0.5s ease; }
.ceramica-cnt p {font-size: 16px;line-height: 24px;color: #262626; font-family: 'Poppins-Light'; letter-spacing: -0.2px;}
.ceramica-lst ul li:hover .ceramica-cnt h3 a { color: #31638E;}
.ceramica-lst ul li:hover .ceramica-img img { transform: scale(1.05);}

/* contact page */
.contact-sec { float: left; width: 100%; padding: 65px 0px 85px;}
.contact-left { float: left; width: 47%; padding-top: 25px; padding-right: 75px; }
ul.contact-lst { width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px; }
ul.contact-lst li { flex: 0 1 100%; display: flex; color: #313131; font-size: 16px; line-height: 24px; font-family: 'Poppins-Regular'; padding-left: 30px; }
ul.contact-lst li .con-left { width: 45%; font-family: 'Poppins-SemiBold'; }
ul.contact-lst li .con-right { width: 55%; }
ul.contact-lst li a { color: #5B824D; font-family: 'Poppins-SemiBold'; text-decoration: underline; transition: all 0.5s ease; }
ul.contact-lst li a:hover { color: #31638E; }
ul.contact-lst li.loc { background: url(../images/location.svg) no-repeat left 0 top 3px; }
ul.contact-lst li.mail { background: url(../images/email.svg) no-repeat left 0 top 2px; }
ul.contact-lst li.phn { background: url(../images/phone.svg) no-repeat left 0 top 2px; }
ul.contact-lst li.social { background: url(../images/redes.svg) no-repeat left 0 top 2px; }
ul.con-social { width: 100%; display: flex; flex-wrap: wrap; column-gap: 25px; align-items: center; }
ul.con-social li { flex: 0 1 auto; padding-left: 0px;}
ul.con-social li a img { float: left; transition: all 0.5s ease; }
ul.con-social li a:hover img { opacity: 0.7; }
.contact-right { float: left; width: 53%; }
.contact-right img { float: left; width: 100%;}

.contact-form-sec { float: left; width: 100%; padding: 65px 0px 125px; background: url(../images/bg-01.jpg) no-repeat 0 0; background-size: cover;}
.contact-inn { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0px 60px; }
.contact-lft { flex: 0 1 30%;}
.contact-lft h2 { font-size: 50px; line-height: 55px; color: #4F3C2E; letter-spacing: -2px; font-family: 'PlayfairDisplay-Medium'; margin-bottom: 25px;}
.contact-lft p { font-size: 20px; line-height: 30px;font-family: 'Poppins-Regular'; color: #000; letter-spacing: 0.2px;}
.contact-rht { flex: 0 1 60%;}
.contact-form { float: left; width: 100%; }
.contact-form .form-box .frm-input { float: left; width: 100%; margin-bottom: 14px; position: relative;}
.contact-form .form-box .frm-input .floating-label-group { float: left; width: 100%; position: relative;}
.contact-form .form-box input[type="text"], .form-box textarea { width:100%; color:#000; font-family: 'Poppins-Regular'; padding: 10px 20px 10px; height: 55px; border-radius: 6px; border: 0px solid #DDDDDD; font-size:18px; transition: all .5s ease; background:#FFFFFF; }
.contact-form .form-box input[type="text"]:focus, .contact-form .form-box textarea:focus { border: 1px solid #000;}
.contact-form .form-box textarea { resize:none; height:145px; line-height:22px; padding: 15px 20px 10px; font-family: 'Poppins-Regular'; color:#000;}
.contact-form .form-box .frm-input.checkbox { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 12px; margin-bottom: 0;}
.contact-form .form-box .frm-input.checkbox > div { flex: 0 1 100%;}
.contact-form .form-box .frm-input.checkbox input {  height: 1px; left: 0; position: absolute; top: 0; visibility: hidden; width: 1px;}
.contact-form .form-box .frm-input .floating-label { color: #000; cursor: pointer; font-size: 18px; line-height:24px; font-family: 'Poppins-Regular'; width: auto; letter-spacing: 0px; display: inline-block; }
.contact-form .form-box .frm-input .floating-label span { color: #000;}
.contact-form .form-box .frm-input.checkbox label { color: #000; cursor: pointer; letter-spacing: 0px; font-family: 'Poppins-Regular'; font-size: 14px; padding-left: 35px; position: relative; float: left; width: auto; line-height:20px; margin-bottom:0px; text-align:left;}
.contact-form .form-box .frm-input.checkbox label::before {  background: none; content: ""; height: 20px; left: 0; position: absolute; top: 0px; transition: all 0.3s ease-in-out 0s; width: 20px; border-radius: 50px; z-index: 9; }
.contact-form .form-box .frm-input.checkbox label::after { background: #FFFFFF; content: ""; width: 20px; height: 20px;left: 0; position: absolute; top: 0px; border-radius: 50px; border: 1px solid #ECECEC;}
.contact-form .form-box .frm-input.checkbox input:checked + label::before {background: #31638E none repeat scroll 0 0; }
.contact-form .form-box .frm-input.checkbox:last-child label { padding-bottom: 0;}
.contact-form .form-box .frm-input.checkbox span { font-size:14px; color: #31638E; float: none; width:100%; font-family: 'Poppins-Regular'; line-height:16px;}
.contact-form .form-box .frm-input.checkbox span a {color: #31638E; text-decoration:underline; transition:all .5s ease;}
.contact-form .form-box .frm-input.checkbox span a:hover { color:#013e33;}
.contact-form .form-box .frm-input:last-child { margin-bottom: 0; margin-top: 10px;}
.contact-form .form-box .frm-input.checkbox label a { text-decoration: underline; color: #31638E; font-family: 'Poppins-SemiBold'; transition:all .5s ease;}
.contact-form .form-box .frm-input.checkbox label a:hover { color: #4F3C2E;}
.contact-form .btn-ctr { float: left; width: 100%; margin-top: 15px;}
.contact-form .form-box button { display: inline-flex; align-items: center; justify-content: center; column-gap: 20px; cursor: pointer; height: 52px; font-family: 'PlayfairDisplay-BoldItalic'; background: #31638E; border: none; color: #FFFFFF; font-size: 16px; line-height: 16px; padding: 0 25px;border-radius: 26px 26px; transition:all .5s ease; }
.contact-form .form-box button span { float: left; font-family: 'Poppins-Bold'; }
.contact-form .form-box button:hover { background: #69ADD0; }
.contact-form .floating-label { position: relative;}
.contact-form .floating-label { position: absolute; pointer-events: none; top: 15px; left: 15px; transition: all 0.5s ease;}
.contact-form input:focus ~ .floating-label, .contact-form input:not(:focus):valid ~ .floating-label, 
.contact-form textarea:focus ~ .floating-label, .contact-form textarea:not(:focus):valid ~ .floating-label { top: 2px; bottom: 0px; left: 20px; font-size: 10px !important; opacity: 1; text-transform: uppercase; color: #31638E !important; font-family: 'Poppins-Bold' !important; letter-spacing: 0.5px !important;}

.map-section { float: left; width: 100%; }
.map-section #map { height:525px; border-radius: 0px; overflow: hidden; border: none;}

/* publicaciones page */
.sub-title-sec.page-menu { padding: 40px 0px; }
ul.page-links { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; column-gap: 30px; }
ul.page-links li { flex: 0 1 auto; }
ul.page-links li a { display: inline-flex; align-items: center; justify-content: center; width: 190px; height: 50px; border-radius: 25px; border: 2px solid #31638E; color: #31638E; 
font-size: 14px; line-height: 24px; font-family: 'Poppins-Medium'; letter-spacing: 0.2px; transition: all 0.5s ease; }
ul.page-links li a:hover { background: #31638E; color: #fff; }
ul.page-links li a.active { background: #31638E; color: #fff; }
.publicacion-sec { float: left; width: 100%; padding: 50px 0px 75px; }
ul.publicacion-lst { width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 75px; }
ul.publicacion-lst li {flex: 0 1 23.5%; }
.publicacion-img {flex: 0 1 100%;overflow: hidden;border-radius: 6px; position: relative;}
.publicacion-img img {float: left; width: 100%; transition: all 0.5s ease; }
.publicacion-cnt {flex: 0 1 100%; padding-top: 18px; }
.publicacion-cnt h3 {font-size: 25px;line-height: 32px;font-family: 'PlayfairDisplay-Medium';color: #4F3C2E;margin-bottom: 18px; transition: all 0.5s ease;}
.publicacion-cnt h3 a { color: #4F3C2E; transition: all 0.5s ease; }
.publicacion-cnt span.cat { display: inline-flex; height: 26px; background: #B96B33; border-radius: 15px; padding: 0px 10px; font-size: 14px;line-height: 24px;color: #fff; font-family: 'Poppins-SemiBold'; letter-spacing: 0.2px;}
ul.publicacion-lst li:hover .publicacion-cnt h3 a { color: #5B824D; }
ul.publicacion-lst li:hover .publicacion-img img { transform: scale(1.05);}
ul.publicacion-lst li .publicacion-cnt ul { display: flex; flex-wrap: wrap; margin-top: 22px; row-gap: 8px; }
ul.publicacion-lst li .publicacion-cnt ul li { flex: 0 1 100%; padding-left: 25px; background: url(../images/pdf.svg) no-repeat left 0px top 3px; }
ul.publicacion-lst li .publicacion-cnt ul li a { color: #2F2F2F; font-size: 16px; line-height: 24px; font-family: 'Poppins-SemiBold'; letter-spacing: 0.2px; transition: all 0.5s ease; text-decoration: underline; }
ul.publicacion-lst li .publicacion-cnt ul li a:hover { color: #B96B33; }

/* alojamiento-listado page */
.ban-out { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; column-gap: 2%;}
.ban-out .in-ban-lft { width: 58%;}
.ban-out .in-ban-rgt { width: 40%; text-align: right;}
a.down-btn { display: inline-flex; align-items: center; column-gap: 25px; height: 50px; border: 1px solid #fff; padding: 0px 25px; background: rgba(0, 0, 0, 0.3); border-radius: 26px; 
color: #fff; font-size: 16px; line-height: 16px; font-family: 'Poppins-Bold'; transition: all 0.5s ease; }
a.down-btn span { display: inline-block; width: 18px; height: 18px; background: url(../images/download.svg) no-repeat left 0px top 0px; }
a.down-btn:hover { background: rgba(0, 0, 0, 0.7); }
ul.aloj-filter-lst { width: 100%; display: flex; flex-wrap: wrap; align-items: center; column-gap: 35px; }
ul.aloj-filter-lst li { flex: 0 1 370px; }
ul.aloj-filter-lst li:nth-child(2) { flex: 0 1 650px; display: flex; flex-wrap: nowrap; column-gap: 12px; }
ul.aloj-filter-lst li:last-child { flex: 0 1 80px; }
ul.aloj-filter-lst li .search-box input[type="text"] { height: 50px; border: 2px solid #d9d9d9; font-family: 'Poppins-Regular'; padding: 0 55px 0 20px; color: #525252; } 
ul.aloj-filter-lst li .search-box input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #525252;}
ul.aloj-filter-lst li .search-box input[type="text"]::-moz-placeholder { /* Firefox 19+ */  color: #525252;}
ul.aloj-filter-lst li .search-box input[type="text"]:-ms-input-placeholder { /* IE 10+ */  color: #525252;}
ul.aloj-filter-lst li .search-box input[type="text"]:-moz-placeholder { /* Firefox 18- */ color: #525252;}
ul.aloj-filter-lst li .search-box button { width: 42px; height: 42px; background-size: 20px; }

ul.aloj-filter-lst li .select_box { display: inline-flex; align-items: center; background:#fff; width:100%; padding:0px 35px 0px 22px;border: 2px solid #d9d9d9; border-radius: 26px 26px; color: #696969;
height:50px; font-size:14px; font-family: 'Poppins-Medium'; letter-spacing: 0.5px; }
ul.aloj-filter-lst li .select_box.open { color:#31638E; border: solid 2px #31638E; }
ul.aloj-filter-lst li .nice-select::after { right: 15px; border-bottom: 2px solid #2E3A59; border-right: 2px solid #2E3A59;}
ul.aloj-filter-lst li .nice-select.open::after {border-bottom: 2px solid #31638E;border-right: 2px solid #31638E;}
ul.aloj-filter-lst li .nice-select .list { width: 100%; border-radius: 0px; row-gap: inherit; left: 0;}
ul.aloj-filter-lst li .nice-select .list li { width: 100% !important; margin: 0px 0px; text-align: left; font-family: 'Poppins-Regular'; font-size:14px; padding:2px 12px !important; color: #000;}
ul.aloj-filter-lst li .nice-select .option:hover { color: #ffffff; background: #31638E;}
ul.aloj-filter-lst li .nice-select:hover::after { border-bottom: 2px solid #2E3A59;border-right: 2px solid #2E3A59;}

.view-tab { float: left; width: auto;}
.view-tab ul.tab-list { float: right; width: auto; display: flex; align-items: center; column-gap: 15px; cursor: pointer;}
.view-tab ul.tab-list li { flex: 0 1 auto;}
.view-tab ul.tab-list li span { float: left; width: auto;}
.view-tab ul.tab-list li span.grid-list { background: url("../images/grid-grey.svg") no-repeat scroll 0 0; width: 25px; height: 25px;}
.view-tab ul.tab-list li.current span.grid-list { background: url("../images/grid-blue.svg") no-repeat scroll 0 0;}
.view-tab ul.tab-list li span.map-list { background: url("../images/geolocated-grey.svg") no-repeat scroll 0 0; width: 29px; height: 25px;}
.view-tab ul.tab-list li.current span.map-list { background: url("../images/geolocated-blue.svg") no-repeat scroll 0 0;}
.view-tab ul.tab-list li span.line-list { background: url("../images/menu-hamburger.svg") no-repeat scroll 0 0; width: 16px; height: 16px;}
.view-tab ul.tab-list li.current span.line-list { background: url("../images/menu-hamburger-blue.svg") no-repeat scroll 0 0;}
.agenda-tit-rgt .view-tab ul.tab-list li span.grid-list { background: url("../images/grid-lgt-grey.svg") no-repeat scroll 0 0; width: 16px; height: 16px;}
.agenda-tit-rgt .view-tab ul.tab-list li.current span.grid-list { background: url("../images/grid-lgt-blu.svg") no-repeat scroll 0 0;}
.agenda-tit-rgt .view-tab ul.tab-list { column-gap: 12px;}

.alojamiento-sec { float: left; width: 100%; padding: 50px 0px 75px; }
ul.alojamiento-lst { width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 65px; }
ul.alojamiento-lst li {flex: 0 1 32%; }
.alojamiento-img {flex: 0 1 100%;overflow: hidden;border-radius: 6px; position: relative;}
.alojamiento-img img {float: left; width: 100%; transition: all 0.5s ease; }
.alojamiento-cnt {flex: 0 1 100%; padding-top: 25px; }
.alojamiento-cnt h3 {font-size: 30px;line-height: 35px;font-family: 'PlayfairDisplay-SemiBold';color: #4F3C2E;margin-bottom: 15px; transition: all 0.5s ease;}
.alojamiento-cnt h3 a { color: #4F3C2E; transition: all 0.5s ease; }
.alojamiento-cnt p { font-size: 16px;line-height: 24px;color: #4A4A4A; font-family: 'Poppins-Medium'; letter-spacing: 0.2px; margin-bottom: 8px;}
.alojamiento-cnt p sup { position: absolute; margin-left: 5px; }
.alojamiento-cnt p a { font-size: 16px;line-height: 24px;color: #5B824D; font-family: 'Poppins-Bold'; letter-spacing: 0.2px; text-decoration: underline;transition: all 0.5s ease; }
.alojamiento-cnt p a:hover { color: #31638E; }
ul.alojamiento-lst li:hover .alojamiento-cnt h3 a { color: #31638E; }
ul.alojamiento-lst li:hover .alojamiento-img img { transform: scale(1.05);}

/* alojamiento-mapa page */
.alojamiento-mapa { padding: 50px 0px; }
#aloj-map { float: left; width: 100%; height: 875px; border-radius: 12px; border: 3px solid #e9e7e8; overflow: hidden; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.13);}

/* noticia page */
.page-title-sec { float: left; width: 100%; padding: 25px 0px 35px; }
.page-title-sec h2 { color: #4F3C2E; font-size: 80px; line-height: 80px; font-family: 'PlayfairDisplay-SemiBold'; }
.noticias-filter ul.aloj-filter-lst li:last-child {flex: 0 1 370px;}
ul.noticias-lst { width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 50px; }
ul.noticias-lst li {flex: 0 1 32%; }
.noticias-img {flex: 0 1 100%;overflow: hidden;border-radius: 6px; position: relative;}
.noticias-img img {float: left; width: 100%; transition: all 0.5s ease; }
.date-div { position: absolute; left: 0px; bottom: 0px; background: #5B824D; width: 106px; height: 106px; border-radius: 0px 6px 0px 6px; text-align: center; 
display: flex; align-items: center; justify-content: center; }
.date-div h4 { display: flex;flex-wrap: wrap; align-items: center; flex-direction: column; font-size: 50px; line-height: 50px; color: #fff; font-family: 'Poppins-Medium'; }
.date-div h4 span { font-size: 22px; line-height: 30px; font-family: 'Poppins-Regular'; }
.noticias-cnt {flex: 0 1 100%; padding-top: 20px; }
.noticias-cnt h3 {font-size: 25px;line-height: 33px;font-family: 'PlayfairDisplay-SemiBold';color: #4F3C2E;margin-bottom: 12px; letter-spacing: 0.2px; transition: all 0.5s ease;}
.noticias-cnt p { font-size: 16px;line-height: 24px;color: #818181; font-family: 'Poppins-Medium'; letter-spacing: 0.2px;}
ul.noticias-lst li:hover .noticias-cnt h3 { color: #31638E; }
ul.noticias-lst li:hover .noticias-img img { transform: scale(1.05);}

/* acciones page */
.accion-tab-out { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; }
.accion-tab-out .title-cont { width: 77%; }
.acciones-mapa { padding: 65px 0px 75px; }
.accion-actual { float: left; width: 100%; margin-top: 65px; }
.accion-actual h2 { color: #4F3C2E; font-size: 40px; line-height: 65px; font-family: 'PlayfairDisplay-SemiBold'; margin-bottom: 30px; }
ul.accion-lst { width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 60px; }
ul.accion-lst li {flex: 0 1 32%; }
.accion-img {flex: 0 1 100%;overflow: hidden;border-radius: 6px; position: relative;}
.accion-img img {float: left; width: 100%; transition: all 0.5s ease; }
.accion-cnt {flex: 0 1 100%; padding-top: 20px; }
.accion-cnt h3 {font-size: 30px;line-height: 35px;font-family: 'PlayfairDisplay-SemiBold';color: #4F3C2E;margin-bottom: 12px; transition: all 0.5s ease;}
.accion-cnt h3 a { color: #4F3C2E; transition: all 0.5s ease; }
.accion-cnt p { font-size: 16px;line-height: 24px;color: #4A4A4A; font-family: 'Poppins-Medium'; letter-spacing: 0.2px; }
ul.accion-lst li:hover .accion-cnt h3 a { color: #31638E; }
ul.accion-lst li:hover .accion-img img { transform: scale(1.05);}

/* planifica page */
.planifica-sec { float: left; width: 100%; padding: 0px 0px 100px; background: #B96B33; }
.planifica-tab { float: left; width: 100%; margin-bottom: 65px; }
.planifica-tab .row { width: 1270px;}
.planifica-tab ul { width: 100%; display: flex; flex-wrap: wrap; border-bottom: 1px solid rgba(255,255,255,0.3); position: relative;}
.planifica-tab ul li { flex: 1 1 auto; }
.planifica-tab ul li a { position: relative; display: inline-block; width:100%; text-align: center; padding: 20px 42px; font-size: 16px;line-height: 24px;color: rgba(255,255,255,0.55); font-family: 'Poppins-Medium'; }
.planifica-tab ul li a.active { color: rgba(255,255,255,1); }
.progress-line {position: absolute;bottom: -1px; left: 0; width: 100%; height: 3px; background: none;}
.progress-line span {display: block;height: 100%;width: 0%;background: #fff;transition: width 0.4s ease; position: relative; width: 12.5%;}
.progress-line span .dot {position: absolute;right: 0;top: 50%;transform: translate(50%, -50%);width: 10px;height: 10px;background: #fff; border-radius: 50%;}
.progress-line span .dot::after { content: ""; position: absolute; top: -4px; left: -4px; width: 18px; height: 18px; border-radius: 16px; border: 3px solid #fff;}
.planifica-cont { float: left; width: 100%; }
.plan-title { float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center; flex-direction: column; row-gap: 15px; margin-bottom: 55px; text-align: center; }
.plan-title h3 { color: #fff; font-size: 45px;line-height: 48px; font-family: 'PlayfairDisplay-Bold'; }
.plan-title p { color: #fff; font-size: 16px;line-height: 26px; font-family: 'Poppins-Light'; letter-spacing: 0.2px; }

ul.config-image-list { float: left; width: 100%; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center; column-gap: 2%; row-gap: 20px; }
ul.config-image-list li { flex: 0 1 32%; transition: all 0.3s ease; }
ul.config-image-list li .img-div { transition: all 0.3s ease; float: left; width: 100%; position: relative; border-radius: 10px; overflow: hidden; border: 3px solid transparent; opacity: 0.7; }
ul.config-image-list li.de-act { opacity: 1;}
ul.config-image-list li.de-act.active { opacity: 1;}
ul.config-image-list li .img-div img { float: left; width: 100%; transition: all .5s ease; }
ul.config-image-list li .img-div label { position: absolute; top:0px; left: 0px; width: 100%; height: 100%; cursor: pointer; z-index: 9; }
ul.config-image-list li .config-img-cont { float: left; width: 100%; padding: 0px 25px; position: absolute; bottom: 20px; display: flex;
align-items: center; justify-content: space-between;}
ul.config-image-list li .config-img-cont h2 { font-size: 26px; line-height: 30px; color: #fff; font-family: 'Poppins-Medium'; width: calc(100% - 25px); }
ul.config-image-list li .config-img-cont span.dot::after { opacity: 0; position: absolute; content: ""; width: 10px; height: 10px; border-radius: 25px; background: #fff; left: 0px; right: 0; bottom: 0; top: 0; margin: auto;}
ul.config-image-list li .config-img-cont span.dot { position: relative; left: 0px; top:0px; width: 18px; height: 18px; border: 2px solid #fff; border-radius: 25px; display: block;  }
ul.config-image-list li .img-div::before { position: absolute; content: ""; left: 0px; bottom: 0px; width: 100%; height: 100%; background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(34,34,34,0.5) 100%); }
ul.config-image-list li.active .img-div { opacity: 1; border: 3px solid #fff;}
ul.config-image-list li.active .config-img-cont span.dot::after { opacity: 1; }
ul.config-image-list li .img-div input[type="checkbox"]{display:none; margin:0; }

.buttons-list { float: left; width: 100%; margin-top: 100px;}
.buttons-list ul { display: flex; flex-wrap: wrap; justify-content: center; column-gap: 2%;}
.buttons-list ul li { flex: 0 1 150px;}
.buttons-list ul li a { display: flex; flex-wrap: wrap; column-gap: 12px; justify-content: right; height: 50px; background: none; border: 2px solid rgba(255, 255, 255, 1); color: #fff;
font-size: 16px; font-family: 'PlayfairDisplay-BoldItalic'; text-align: center; padding: 11px 18px; border-radius: 26px; }
.buttons-list ul li:first-child a { justify-content: left;}
.buttons-list ul li a span { float: left;}
.buttons-list ul li a:hover { background: #fff; color: #4F3C2E; }
.buttons-list ul li a:hover img { filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(10deg) saturate(600%) brightness(0.9); } 

ul.config-image-list.image-list-4 { column-gap: 1.6%; }
ul.config-image-list.image-list-4 li { flex: 0 1 23.8%; }
ul.config-image-list.image-list-4 li .config-img-cont h2 { font-size: 24px; }

/* agenda page */
.agenda-main-list { float: left; width: 100%; padding: 20px 0px 75px;}
.agenda-title-div { float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: last baseline; justify-content: space-between; margin-bottom: 45px;}
.agenda-tit-lft h1 { color: #4F3C2E; font-size: 80px; line-height: 92px; font-family: 'PlayfairDisplay-Bold'; }
.agenda-tit-rgt { display: flex; column-gap: 55px; align-items: center;}
.switch-container { display: flex; align-items: center; gap: 10px;}
.switch-label { font-size: 14px; line-height: 21px; color: #636363; font-family: 'Poppins-Medium'; }
.switch {position: relative; display: inline-block; width: 42px;height: 24px; border: 4px solid #EBEBEB; border-radius: 20px;}
.switch input { opacity: 0; width: 0;height: 0;}
.slider-btn { position: absolute; cursor: pointer; top: 0; left: 0;right: 0;bottom: 0;background-color: #ccc;transition: 0.4s;border-radius: 34px;}
.slider-btn:before {position: absolute;content: "";height: 16px;width: 16px;left: 0px;bottom: 0px;background-color: white;transition: 0.4s;border-radius: 50%;}
input:checked + .slider-btn {background-color: #69ADD0;}
input:checked + .slider-btn:before {transform: translateX(18px);}
.agenda-main-lft { float: left; width: 370px; display: flex; flex-wrap: wrap; row-gap: 30px;}
.agenda-main-rgt { float: left; width: calc(100% - 370px); padding-left: 42px;}

.srch-bx-lst { float: left; width: 100%;}
.srch-bx-lst { float: left; width: 100%; position: relative;}
.srch-bx-lst input[type="text"] { float: left; width: 100%; border: 2px solid #c6c6c6; border-radius: 25px; padding: 6px 50px 6px 15px; height: 50px; font-size: 14px; color: #525252; font-family: 'Poppins-Regular'; }
.srch-bx-lst button.srch-btn { position: absolute; right: 5px; top: 4px; cursor: pointer; width: 42px; height: 42px; border: none; float: left; background: #31638E; border-radius: 25px; transition: all .5s ease;}
.srch-bx-lst button.srch-btn:hover {background: #69ADD0;}
.srch-bx-lst button.srch-btn img { width: 18px;}
.srch-bx-lst input[type="text"]::placeholder { color: #525252; opacity: 1;}
.srch-bx-lst input[type="text"]::-ms-input-placeholder { color: #525252;}

.cal-bx-lst { float: left; width: 100%; background: #F3F3F3; border: none; padding: 20px; border-radius: 7px;}

.filter-btns { float: left; width: 100%;}
.filter-btns ul.cer-filter-lst { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 15px;}
.filter-btns ul.cer-filter-lst li { flex: 0 1 100%;}
.filter-btns .custom-select { position: relative; width: 100%; border: 2px solid #c6c6c6; border-radius: 25px; padding: 0; cursor: pointer; background: #fff; list-style: none; overflow: hidden;}
.filter-btns .custom-select .select-header { padding: 12px 25px; height: 50px; line-height: 26px; font-size: 14px; color: #465359; font-family: 'Poppins-Regular';}
.filter-btns .custom-select .select-option { padding: 12px 25px; border-top: 1px solid #eee; font-size: 14px; font-family: 'Poppins-Regular'; display: none; transition: all .5s ease;}
.filter-btns .custom-select .select-option:hover { background: #31638E; color: #FFFFFF;}
.filter-btns .custom-select::after { content: ''; position: absolute; right: 25px; top: 18px; width: 8px; height: 8px; border-bottom: 2px solid #2E3A59; border-right: 2px solid #2E3A59; transform: rotate(45deg); pointer-events: none;}
.filter-btns .custom-select.open::after { top: 23px; transform: rotate(-135deg); border-bottom: 2px solid #2E3A59; border-right: 2px solid #2E3A59;}
.filter-btns .custom-select.open .select-option { display: block;}
.filter-btns .custom-select.open .select-option.selected { background: #F4F4F4; color: #31638E;}

.inner-agenda-list { float: left; width: 100%;}
.inner-agenda-list ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 55px;}
.inner-agenda-list ul li { flex: 0 1 49%;}
.inner-agenda-main { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px;}
.inner-agenda-img { float: left; width: 100%; position: relative; border-radius: 6px; overflow: hidden;}
.inner-agenda-img img { float: left; width: 100%; transition: all 0.5s ease;}
.inner-agenda-img span.cat { position: absolute; top:20px; left: 20px; display: inline-flex; align-items: center; background: #B96B33; height: 26px; border-radius: 15px; padding: 0px 10px; 
font-size: 14px; line-height: 20px; color: #fff; font-family: 'Poppins-SemiBold'; }
.inner-agenda-cnt { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 18px;}
.inner-agenda-cnt h4 { float: left; width: 100%; color: #B96B33; font-size: 22px; line-height: 24px; font-family: 'PlayfairDisplay-Bold'; letter-spacing: 1px; }
.inner-agenda-cnt h3 { float: left; width: 100%; font-family: 'PlayfairDisplay-SemiBold'; color: #4F3C2E; font-size: 25px; line-height: 32px; padding-right: 25px; transition: all 0.5s ease;}
.inner-agenda-cnt p { color: #818181; font-size: 16px; line-height: 24px; font-family: 'Poppins-Medium'; background: url("../images/location-2.svg") no-repeat scroll top 4px left; padding-left: 22px; letter-spacing: 0.5px; }
.inner-agenda-main:hover .inner-agenda-img img { transform: scale(1.03);}
.inner-agenda-main:hover .inner-agenda-cnt h3 { color: #31638E;}

.agenda-main-rgt .pagination { justify-content: left; }

/* noticia ampliada page */
.news-detail-sec { float: left; width: 100%; padding: 25px 0px 45px; }
.news-detail-out { float: left; width: 100%; padding: 0px 100px; }
.news-detail-out h2 { font-family: 'PlayfairDisplay-Bold'; color: #4F3C2E; font-size: 48px; line-height: 55px; letter-spacing: -1px; margin-bottom: 22px; text-align: center; }
.news-detail-out h5.date { color: #B96B33; font-family: 'PlayfairDisplay-SemiBold'; font-size: 22px; line-height: 24px; letter-spacing: 0.5px; text-align: center;}
.news-detail-out h5.date span { color: #3B3B3B; font-size: 18px; line-height: 24px; font-family: 'Poppins-Regular'; display: inline-flex; align-items: center; justify-content: center; column-gap: 6px; margin-left: 5px;}
.news-det-img { float: left; width: 100%; border-radius: 8px; margin-top: 35px; }
.news-det-img img { float: left; width: 100%; }
.news-det-cont { float: left; width: 100%; padding: 40px 70px; }
.news-det-cont h6 { color: #262626; font-size: 18px; line-height: 28px; font-family: 'Poppins-Bold'; letter-spacing: -0.1px; margin-bottom: 22px;}
.news-det-cont p { color: #262626; font-size: 16px; line-height: 26px; font-family: 'Poppins-Light'; margin-bottom: 12px;}
.video-sec { float: left; width: 100%;}
.videoWrapper { position: relative; width: 100%; height: 0; background-color: #000000;}
.videoIframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-color: transparent;}
.videoPoster { position: absolute; top: 0; right: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; cursor: pointer; border: 0; outline: none;  background-position: 50% 50%; background-size: 100% 100%; background-size: cover; text-indent: -999em; overflow: hidden; opacity: 1; -webkit-transition: opacity 800ms, height 0s; -moz-transition: opacity 800ms, height 0s; transition: opacity 800ms, height 0s; -webkit-transition-delay: 0s, 0s; -moz-transition-delay: 0s, 0s; transition-delay: 0s, 0s;}
.videoPoster:after { content: '';position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 70px; right: 0; margin: 0 auto; height: 70px; background:url(../images/play-button.svg) no-repeat scroll center center; }
.videoWrapperActive .videoPoster { opacity: 0; height: 0; -webkit-transition-delay: 0s, 800ms; -moz-transition-delay: 0s, 800ms; transition-delay: 0s, 800ms;}

.noticias-video-sec { border-radius: 8px; overflow: hidden; margin-top: 30px;}
.videoWrapper169 { padding-top: 56%;}
.videoPoster::before { position: absolute; content: ""; background: rgba(0, 0, 0, 0.19); top:0; left: 0; width: 100%; height: 100%;}

.compar-div { float: left; width: 100%; padding: 30px 0px 0px; border-top: 3px solid rgba(0, 0, 0, 0.35); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } 
.compar-social { display: flex; flex-wrap: wrap; align-items: center; column-gap: 18px; }
.compar-social h4 { color: #343B4B; font-size: 12px; line-height: 12px; font-family: 'Poppins-Bold'; letter-spacing: 0.2px; text-transform: uppercase; }
.compar-social ul { display: flex; flex-wrap: wrap; align-items: center; column-gap: 5px; }
.compar-social ul li a { transition: all 0.5s ease; }
.compar-social ul li a:hover { opacity: 0.7;}
a.print-btn { display: inline-flex; align-items: center; align-items: center; justify-content: center; column-gap: 10px; height: 40px; width: 125px; background: #fff; border: 2px solid #d7d8dc; 
border-radius: 8px; color: #585858; font-size: 12px; line-height: 12px; font-family: 'Poppins-Bold'; letter-spacing: 0.2px; transition: all 0.5s ease; } 
a.print-btn span.ico { display: inline-block; width: 16px; height: 15px; background: url("../images/print.svg") no-repeat scroll 0px 0px; }
a.print-btn:hover { background: #31638E; border: 2px solid #31638E; color: #fff; }
a.print-btn:hover span.ico { background: url("../images/print-w.svg") no-repeat scroll 0px 0px; }

.otros-slider .swiper-slide:hover .noticias-cnt h3 { color: #31638E; }
.otros-slider .swiper-slide:hover .noticias-img img { transform: scale(1.05);}

/* alojmiento ficha page */
.alojment-detail-sec { float: left; width: 100%; padding: 0px 0px 75px; }
.ficha-slider { float: left; width: 100%; }
.ficha-slider .swiper-slide .img-div { float: left; width: 100%; border-radius: 10px; overflow: hidden;}
.ficha-slider .swiper-slide img {float: left;width: 100%;}
.ficha-slider .swiper-container-horizontal > .swiper-pagination-bullets { width: 100%; padding-left: 60px; bottom: 40px; justify-content: left; }
.ficha-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 16px 0px 0px; }
.ficha-slider .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(255,255,255,0.45); }
.ficha-slider .swiper-pagination-bullet-active { background: #fff;}
.ficha-slider .swiper-button{ z-index: 10; width: 84px; height: 44px; align-items: center; justify-content: space-between; position: absolute; right: 60px; left: auto; bottom:22px; display: flex; column-gap: 10px; background: rgba(0,0,0, 0.33); 
border: 2px solid rgba(255,225,255, 0.30); border-radius: 50px; padding: 0px 15px; }
.ficha-slider .swiper-button-prev-ficha{background: url("../images/arrow-left.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: auto; top: auto; left: 2px; margin: 0px; }
.ficha-slider .swiper-button-next-ficha{background: url("../images/arrow-right.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: 2px; top: auto; margin: 0px; }
.ficha-slider .swiper-button-prev-ficha:hover, .ficha-slider .swiper-button-next-ficha:hover{opacity: 0.7; } 

.ficha-det-cont { float: left; width: 100%; margin-top: 45px; }
.ficha-title { width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; padding-bottom: 32px; border-bottom: 1px solid rgba(0, 0, 0, 0.35); margin-bottom: 35px; }
.ficha-title h2 { font-family: 'PlayfairDisplay-Bold'; color: #4F3C2E; font-size: 65px; line-height: 65px; }
.ficha-cont-lft { float: left; width: 40%; }
.ficha-cont-lft h3 { font-family: 'PlayfairDisplay-Medium'; color: #4F3C2E; font-size: 40px; line-height: 48px; margin-bottom: 20px; }
.ficha-cont-lft h5 span.ficha-cat { display: inline-flex; height: 26px; align-items: center; border-radius: 15px; background: #B96B33; padding: 0px 15px; color: #fff; font-size: 14px; line-height: 24px; font-family: 'PlayfairDisplay-BoldItalic'; letter-spacing: 0.2px; }
.ficha-cont-rgt { float: left; width: 60%; }
.ficha-cont-rgt p { color: #262626; font-size: 16px; line-height: 24px; font-family: 'Poppins-Light'; letter-spacing: -0.2px; margin-bottom: 12px; }
ul.ficha-contact-lst { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px; margin: 35px 0px 80px; }
ul.ficha-contact-lst li { flex: 0 1 100%; color: #4F3C2E; font-size: 18px; line-height: 28px; font-family: 'Poppins-Medium'; padding-left: 40px; letter-spacing: 0.2px; } 
ul.ficha-contact-lst li { flex: 0 1 100%; display: flex;  }
ul.ficha-contact-lst li a { color: #5B824D; font-family: 'Poppins-Bold'; text-decoration: underline; transition: all 0.5s ease; }
ul.ficha-contact-lst li a:hover { color: #31638E; }
ul.ficha-contact-lst li.loc { background: url(../images/location.svg) no-repeat left 0 top 6px; }
ul.ficha-contact-lst li.mail { background: url(../images/email.svg) no-repeat left 0 top 5px; }
ul.ficha-contact-lst li.phn { background: url(../images/phone.svg) no-repeat left 0 top 5px; }
ul.ficha-contact-lst li.link { background: url(../images/link.svg) no-repeat left 0 top 5px; }
a.reservar-btn { display: inline-flex; align-items: center; column-gap: 45px; padding: 0px 32px; background: #31638E; height: 51px; border-radius: 26px; 
font-family: 'PlayfairDisplay-BoldItalic'; color: #fff; font-size: 16px; line-height: 16px; transition: all .5s ease;}
a.reservar-btn span { font-family: 'Poppins-Bold'; }
a.reservar-btn:hover { background: #69ADD0; }
#ficha-map { float: left; width: 100%; height:285px; border-radius: 0px; overflow: hidden; border: 1px solid #D8D8D8; margin: 10px 0px;}
a.mapa-link { color: #0072B9; font-size: 12px; line-height: 22px; font-family: 'Poppins-Bold'; letter-spacing: 0.2px; text-decoration: underline; transition: all 0.5s ease; }
a.mapa-link:hover {color: #5B824D;}
.ficha-service-sec { float: left; width: 100%; padding: 45px 0px 75px; background: url("../images/bg-01.jpg") no-repeat 0 0; background-size: cover; }
.ficha-service-lft { float: left; width: 25%; }
.ficha-service-lft h2 { font-family: 'PlayfairDisplay-SemiBold'; color: #4F3C2E; font-size: 40px; line-height: 48px; }
.ficha-service-rgt { float: left; width: 75%; display: flex; flex-wrap: wrap; column-gap: 2%; }
ul.ficha-service-lst { width: 100%; display: flex; flex-wrap: wrap; row-gap: 15px; }
ul.ficha-service-lst li { flex: 0 1 100%; color: #4F3C2E; font-size: 15px; line-height: 26px; font-family: 'Poppins-Regular'; letter-spacing: 0.1px; display: flex; align-items: center; column-gap: 10px;}
ul.ficha-service-lst li span { width: 20px;}
ul.ficha-service-lst li span img { float: left; }
.ficha-service-rgt .service-div1 { flex: 0 1 30%; }
.ficha-service-rgt .service-div2 { flex: 0 1 30%; }
.ficha-service-rgt .service-div3 { flex: 0 1 36%; }
.gallery-sec { float: left; width: 100%; padding: 45px 0px; }
.gallery-sec h2 { font-family: 'PlayfairDisplay-SemiBold'; color: #4F3C2E; font-size: 40px; line-height: 50px; }

.galeria-list { float: left ;width: 100%; position: relative; margin: 35px 0px 65px;}
.galeria-list ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 2%; row-gap: 20px;}
.galeria-list ul li {flex: 0 1 32%;}
.gallery-div ul li:hover .galeria-img img { transform: scale(1.02);}
.galeria-list ul li .galeria-img {float: left;width: 100%;overflow: hidden;border-radius: 6px;position: relative; left: 0;}
.galeria-list ul li .galeria-img img {float: left;width: 100%; transition:all .5s ease;}
.galeria-list ul li .galeria-img::after { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: rgba(91, 130, 77, 0.85);opacity: 0; transition: all .5s ease;}
.galeria-list ul li:hover .galeria-img::after {opacity: 1;}
.galeria-list ul li .galeria-img::before {position: absolute;content: ""; background: url(../images/zoom.svg) no-repeat 0 0; width: 50px; height: 50px; background-size: cover;left: 0px;right: 0px;top: 50%; transform: translateY(-50%); display: flex;align-items: center;justify-content: center;z-index: 99;opacity: 0;transition:all .5s ease; margin: 0px auto;}
.galeria-list ul li:hover .galeria-img::before {opacity: 1;}

.gallery-car { float: left ; width: calc(100% + 15px); margin: 20px 0px 40px; display: none;}
.gallery-car .swiper-slide .gal-img { float: left; width: 100%;}
.gallery-car .swiper-slide:hover .galeria-img img { transform: scale(1.02);}
.gallery-car .swiper-slide .galeria-img {float: left;width: 100%;overflow: hidden;border-radius: 6px;position: relative; left: 0;}
.gallery-car .swiper-slide .galeria-img img {float: left;width: 100%; transition:all .5s ease;}
.gallery-car .swiper-slide .galeria-img::after { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: rgba(91, 130, 77, 0.85);opacity: 0; transition: all .5s ease;}
.gallery-car .swiper-slide:hover .galeria-img::after {opacity: 1;}
.gallery-car .swiper-slide .galeria-img::before {position: absolute;content: ""; background: url(../images/zoom.svg) no-repeat 0 0; width: 50px; height: 50px; background-size: cover;left: 0px;right: 0px;top: 50%; transform: translateY(-50%); display: flex;align-items: center;justify-content: center;z-index: 99;opacity: 0;transition:all .5s ease; margin: 0px auto;}
.gallery-car .swiper-slide:hover .galeria-img::before {opacity: 1;}

.gallery-car .swiper-container-horizontal > .swiper-pagination-bullets { display: none; padding-right: 15px; width: auto; bottom: auto; text-align: left; justify-content: left;
position: absolute; right: 0px; left: 0; top: auto; bottom: 12px; }
.gallery-car .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 12px 0px 0px; }
.gallery-car .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child { margin-right: 0px;}
.gallery-car .swiper-pagination-bullet { width: 8px; height: 8px; background: #f0e0d3; }
.gallery-car .swiper-pagination-bullet-active { background: #ba6a35;}
.gallery-car .swiper-button{ float: right; z-index: 10; width: 82px;height: 44px; bottom: auto; align-items: center; justify-content: space-between; position: relative; right: 15px;
margin-top: 25px; display: flex; column-gap: 10px; background: rgba(185,107,51, 0.14); border: 2px solid rgba(185,107,51, 0.33); border-radius: 50px;padding: 0px 15px; display: none;}
.gallery-car .swiper-button-prev-gal{background: url("../images/arrow-left-b.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: auto; top: auto; left: 2px; margin: 0px; }
.gallery-car .swiper-button-next-gal{background: url("../images/arrow-right-b.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: 2px; top: auto; margin: 0px; }
.gallery-car .swiper-button-prev-gal:hover, .gallery-car .swiper-button-next-gal:hover{opacity: 0.7; }

.otros-sec { float: left; width: 100%; padding: 65px 0px 75px; background: url("../images/bg-01.jpg") no-repeat 0 0; background-size: cover; }
.otros-sec h2 { font-family: 'PlayfairDisplay-SemiBold'; color: #4F3C2E; font-size: 40px; line-height: 65px; margin-bottom: 30px; }
.otras-out { float: left; width: 100%; position: relative; }
.otros-slider { float: left; width: 100%; }
.otros-slider .swiper-slide:hover .alojamiento-cnt h3 a { color: #31638E; }
.otros-slider .swiper-slide:hover .alojamiento-img img { transform: scale(1.05);}

.otros-slider .swiper-container-horizontal > .swiper-pagination-bullets { display: none; padding-right: 15px; width: auto; bottom: auto; text-align: right; justify-content: left;
position: absolute; right: 0px; left: 0; top: auto; bottom: 12px; }
.otros-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 15px 0px 0px; }
.otros-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child { margin-right: 0px;}
.otros-slider .swiper-pagination-bullet { width: 8px; height: 8px; background: #f0e0d3; }
.otros-slider .swiper-pagination-bullet-active { background: #ba6a35;}
.otros-slider .swiper-button{ z-index: 10; width: 82px;height: 44px; bottom: auto; align-items: center; justify-content: space-between; position: relative; left: 0px;
margin-top: 25px; display: flex; column-gap: 10px; background: rgba(185,107,51, 0.14); border: 2px solid rgba(185,107,51, 0.33); border-radius: 50px;padding: 0px 15px; display: none;}
.otros-slider .swiper-button-prev-otros{background: url("../images/arrow-left-b.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: auto; top: auto; left: 2px; margin: 0px; }
.otros-slider .swiper-button-next-otros{background: url("../images/arrow-right-b.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: 2px; top: auto; margin: 0px; }
.otros-slider .swiper-button-prev-otros:hover, .otros-slider .swiper-button-next-otros:hover{opacity: 0.7; }

.more-btn-div { position: absolute; top:30px; right: 0px; }
a.todos-btn { color: #69ADD0; font-size: 16px; line-height: 16px; font-family: 'Poppins-Bold'; display: flex; align-items: center; column-gap: 5px; position: relative; padding-bottom: 4px; transition:all .5s ease; }
a.todos-btn::after { content: ""; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 1px; border-bottom: 1px solid #69ADD0; transition:all .5s ease; }
a.todos-btn:hover { color: #31638E; }
a.todos-btn:hover::after { border-bottom: 1px solid #31638E; }

/* agenda evento */
.agenda-detail-sec { float: left; width: 100%; padding: 25px 0px 50px; }
.agenda-det-out { float: left; width: 100%; margin-bottom: 105px; }
.agenda-det-lft { float: left; width: 43%; }
.agenda-det-lft h2 { font-family: 'PlayfairDisplay-Bold'; color: #4F3C2E; font-size: 48px; line-height: 55px; margin-bottom: 30px; letter-spacing: -0.2px; }
.agenda-det-lft p { color: #262626; font-size: 16px; line-height: 24px; font-family: 'Poppins-Light'; letter-spacing: -0.2px; margin-bottom: 25px; }
ul.cat-lst { width: 100%; display: flex; flex-wrap: wrap; column-gap: 8px; }
ul.cat-lst li span { display: inline-flex; align-items: center; background: #B96B33; height: 26px; border-radius: 15px; padding: 0px 8px; 
color: #fff; font-size: 14px; line-height: 24px; font-family: 'Poppins-SemiBold'; letter-spacing: 0.2px;}
ul.event-det-lst { width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px; margin: 30px 0px; }
ul.event-det-lst li {  flex: 0 1 100%; padding-left: 40px; }
ul.event-det-lst li.date { background: url("../images/calendar-ico.png") no-repeat left 0 top 5px; font-size: 22px; line-height: 24px; color: #B96B33; font-family: 'PlayfairDisplay-SemiBold'; letter-spacing: 0.2px;}
ul.event-det-lst li.date span { color: #3B3B3B;}
ul.event-det-lst li.loc { background: url("../images/location-ico.png") no-repeat left 0 top 1px; color: #333333; font-size: 16px; line-height: 24px; font-family: 'Poppins-Medium'; }
ul.btn-lst {  width: 100%; display: flex; flex-wrap: wrap; row-gap: 10px; }
ul.btn-lst li { flex: 0 1 100%; }
a.ins-btn { width: 260px; display: inline-flex; align-items: center; justify-content: space-between; column-gap: 10px; padding: 0px 24px; background: #31638E; height: 51px; border-radius: 26px; 
font-family: 'PlayfairDisplay-ExtraBoldItalic'; color: #fff; font-size: 16px; line-height: 16px; transition: all .5s ease;}
a.ins-btn span { font-family: 'Poppins-Bold'; }
a.ins-btn:hover { background: #69ADD0; }
a.descar-btn { width: 260px; display: inline-flex; align-items: center; justify-content: space-between; column-gap: 10px; height: 51px; border: 1px solid #31638E; padding: 0px 25px; background: #fff; border-radius: 26px; 
color: #31638E; font-size: 16px; line-height: 16px; font-family: 'PlayfairDisplay-ExtraBoldItalic'; transition: all 0.5s ease; }
a.descar-btn span { display: inline-block; width: 18px; height: 18px; background: url(../images/download-blue.svg) no-repeat left 0px top 0px; }
a.descar-btn:hover { background: #31638E; color: #fff; }
a.descar-btn:hover span { background: url(../images/download.svg) no-repeat left 0px top 0px; }

.agenda-det-rgt { float: right; width: 49%; }
.evento-slider { float: left; width: 100%; }
.evento-slider .swiper-container { padding-bottom: 20px; }
.evento-slider .swiper-slide .img-div { float: left; width: 100%; border-radius: 6px; overflow: hidden;}
.evento-slider .swiper-slide img {float: left;width: 100%;}
.evento-slider .swiper-container-horizontal > .swiper-pagination-bullets { position: relative; width: 100%; bottom: auto; justify-content: left; margin-top: 40px; }
.evento-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 16px 0px 0px; }
.evento-slider .swiper-pagination-bullet { width: 8px; height: 8px; background: #f0e0d3; }
.evento-slider .swiper-pagination-bullet-active { background: #ba6a35; }
.evento-slider .swiper-button{ z-index: 10; width: 84px; height: 44px; align-items: center; justify-content: space-between; position: absolute; right: 0px; left: auto; bottom:0px; display: flex; column-gap: 10px; background: rgba(185,107,51, 0.14); 
border: 2px solid rgba(185,107,51, 0.33); border-radius: 50px; padding: 0px 15px; }
.evento-slider .swiper-button-prev-event{background: url("../images/arrow-left-b.svg") no-repeat 0 0; background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: auto; top: auto; left: 2px; margin: 0px; }
.evento-slider .swiper-button-next-event{background: url("../images/arrow-right-b.svg") no-repeat 0 0;background-size: cover; width: 16px; height: 16px; cursor: pointer; transition:all .5s ease; position: relative; right: 2px; top: auto; margin: 0px; }
.evento-slider .swiper-button-prev-event:hover, .evento-slider .swiper-button-next-event:hover{opacity: 0.7; } 

.otros-slider .swiper-slide .inner-agenda-cnt h4 { font-family: 'Poppins-SemiBold'; }
.otros-slider .swiper-slide .inner-agenda-cnt h4 span { font-family: 'Poppins-Light'; }

/* accion detalle */
.accion-detail-sec { float: left; width: 100%; padding: 10px 0px 50px; }
.accion-det-out { float: left; width: 100%; padding: 0px 95px; }
.accion-det-out h1 { color: #4F3C2E; font-size: 80px; line-height: 60px; font-family: 'PlayfairDisplay-SemiBold'; margin-bottom: 50px; letter-spacing: -0.2px; text-align: center;}
.accion-content { float: left; width: 100%; padding: 0px 70px; margin: 80px 0px 50px; }
.accion-content h5 { color: #262626; font-size: 18px; line-height: 28px; font-family: 'Poppins-Bold'; letter-spacing: -0.2px; margin-bottom: 25px; }
.accion-content p { color: #262626; font-size: 16px; line-height: 26px; font-family: 'Poppins-Light'; letter-spacing: -0.2px; }

.accion-map-div { float: left; width: 100%; position: relative; }
#accion-map { float: left; width: 100%; height:460px; border-radius: 12px; overflow: hidden; border: 3px solid #e9e9e9; }
.map-address { position: absolute; left: 75px; bottom: 100px; width: 255px; padding: 30px 25px; background: #fff; border-radius: 10px; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); }
.map-address h4 { color: #151515; font-size: 25px; line-height: 30px; font-family: 'PlayfairDisplay-SemiBold'; margin-bottom: 15px; letter-spacing: -0.2px; }
.map-address p { color: #4A4A4A; font-size: 16px; line-height: 24px; font-family: 'Poppins-Medium'; margin-bottom: 30px; letter-spacing: 0.5px; }
.map-address a.ins-btn { width: 185px; }

.download-btn-div { float: left; width: 100%; margin: 55px 0px; padding-left: 75px; }
a.download-btn { width: 230px; display: inline-flex; align-items: center; justify-content: space-between; column-gap: 10px; height: 51px; padding: 0px 25px; background: #31638E; border-radius: 26px; 
color: #fff; font-size: 16px; line-height: 16px; font-family: 'PlayfairDisplay-ExtraBoldItalic'; transition: all 0.5s ease; }
a.download-btn span { display: inline-block; width: 18px; height: 18px; background: url(../images/download.svg) no-repeat left 0px top 0px; }
a.download-btn:hover { background: #69ADD0; }

.otros-slider .swiper-slide:hover .accion-cnt h3 a { color: #31638E; }
.otros-slider .swiper-slide:hover .accion-img img { transform: scale(1.05);}
