@charset "utf-8";


:root {
  --blue1: rgb(19, 66, 107);
  --cpbluehover: rgb(0,160,227);
  --white1: #fff;
  --gray2:rgb(19, 66, 107);
  --bodergris1: rgb(198, 206, 218);
  --font101: FuturaMedium;
  --font102: SofiaPro;
  --font103: 'Montserrat', sans-serif;;
  --backgray101:#f5f5f5;
  --backblue102:#298499;
  --backwhite101:#FFFFFF;
  --backblue103: rgba(0, 70, 99, 1.00);
  --black101:#000;
  --black102: #333;
  --maxw: 1800px;
  --maxw100: 100%;
  --orange101:rgb(255, 152, 3);
  --bluelogo: rgb(74, 46, 135);
  --ctxt101:rgb(35, 49, 134);
  --ctxt102:rgb(0, 0, 0);
  --ctxt103:rgb(0, 0, 0);
  --linetit102:rgba(0, 70, 99, 1.00);
  --linetit101:rgb(0,160,227);
  --bodergray101:#d9d9d9;
  --colorGray101:#5c5c5c;
  --backred1:#c22424;
  
} 

body{
  background-color: var(--white1);
}




.h_slider_blankv2{
  margin:0 auto;
	padding: 0;
	width:100%;
	height:100px;
	z-index:2200;
	text-align:center;
	/*background-image:url(../images/sl1.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position: relative;
}


.v2_h_top{
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 2310;
  background-color: rgb(255, 255, 255);
  /*
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.6166841736694677) 0%, rgba(113,113,113,0.6194852941176471) 60%, rgba(0,0,0,0) 100%);
  */
  transition: all .25s ease-in-out;
}
.v2_h_top_fix{
  background-color: var(--backblue102) !important;
  transition: all .25s ease-in-out;
  background-color: var(--white1) !important;
}
.v2_d_top{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  z-index: 2300;
}
.v2_d_top_m0{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 35px;
  text-align: left;
  z-index: 2300;
  box-sizing: border-box;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: flex-end;
  padding: 5px 5px 0px 0px;
  transition: all .25s ease-in-out;
}
.v2_d_top_m0_fix{
  display: none;
  transition: all .25s ease-in-out;
}
.v2_d_top_m1{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: 100%;
  text-align: left;
  z-index: 2300;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
   align-items: center;
   box-sizing: border-box;
   padding: 10px 0px;
}
.v2_d_top_m1_logo{
  position: relative;
  width: 170px;
  height: 80px;
  z-index: 2300;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .25s ease-in-out;
}
.v2_d_top_m1_logo_fix{
  height: 40px;
  transition: all .25s ease-in-out;
}
.v2_d_top_m1_menu{
  position: relative;
  width: auto;
  height: 100%;
  z-index: 2300;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;  
}
.v2_d_top_m1_menu_mv{
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 2300;
  box-sizing: border-box;
  right: 10px;
}
.v2_d_top_m1_menu_lang{
  position: absolute;
  width: auto;
  height: 34px;
  z-index: 2300;
  box-sizing: border-box;
  right: 100px;
  display: flex;
  align-items: center;
}

.v2_d_top_m1_menu_cart{
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 2300;
  box-sizing: border-box;
  right: 80px;
  color: #009de4;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2_d_top_m1_menu_cart > a{
  color:inherit;
  text-decoration: none;
}
.v2_d_top_m1_menu_cart_hover{
  position: absolute;
  top:-4px;
  right:-4px;
  width: auto;
  height: auto;
  min-height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #001c76;
  color: #fff;
  font-family: var(--font101);
  font-size: 0.6rem;
  padding: 3px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*menu lang*/
.d_top_menulang_el00, .d_top_menulang_el00_vl{
  position: relative;
  width: auto;
  height: auto;
  color:rgb(0, 0, 0);
  cursor: pointer;
  margin: 0px 20px 0px 7px;
  border-radius: 5px;
  font-family: "Open Sans",sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  
  
}
.d_top_menulang_el00:hover{
  animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.d_top_menulang_el0{
  position: absolute;
  width: 15px;
  height: 15px;
  color:rgb(255, 255, 255);
  border-radius: 100%;
  cursor: pointer;
  border-radius: 5px;
}
.d_top_menulang_el101{
  position: absolute;
  width: auto;
  height: auto;
	background-color: rgb(255, 255, 255);
  border: 1px solid rgba(191, 191, 191, 1);
  z-index: 6000;
  margin-top: 10px;
  display: none;
  transition: all .3s ease;
}
.d_top_menulang_el102_ul{
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.d_top_menulang_el102{
  position: relative;
  width:auto;
  height: auto;
  font-family: var(--font101);
	letter-spacing: 0.12rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  padding: 10px;
  list-style-type:none;
}
.d_top_menulang_el102:hover{
  color: var(--cpbluehover);
  text-decoration: underline;
}
.d_top_menulang_el00:hover::before{
	content: "";
	position: absolute;
	top: 20px;
	margin-left: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 20px 100px;
	border-color: transparent transparent #fff transparent;
	opacity: 0;
}
.d_top_menulang_el00:hover .d_top_menulang_el101 {
	display: flex !important;
  transition: all .3s ease;
  flex-direction: column !important;
}
.d_top_menulang_el101:hover{
	display:flex !important;
  transition: all .3s ease;
  
}
.d_top_menulang_el102 >a{
  color:inherit;
  text-decoration: none;
}

/*end menu lang*/

/*menu mv*/
.d_top_m_mv{
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.top_menu_bar{
  float: left;
  width: 100%;
  height: 2px;
  background-color: #000000 !important;
  margin: 4px 0;
  transition: .4s;
}
.top_menu_bar_black{
  background-color: #000 !important;
}



.h_menu_mv{
  margin:0 auto;
	padding: 0;
  width: 0px;
  max-width: 300px;
  height: 100%;
  background-color: var(--white1);
  position: fixed;
  right: 0;
  left: calc((1800/2) + 0px);
  z-index: 2290;
  overflow: hidden;
  /*overflow-y: scroll;*/
}
.d_menu_mv{
  margin:0 auto;
	padding: 0;
  width: 100%;
  height: auto;
  margin-top: 110px;
  padding: 1.5rem;
  box-sizing: border-box;
}
.nav_mv{
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Nunito Sans', sans-serif;
  padding: 0;
  margin: 0;
  color:var(--ahbrown);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  text-align: left;
  border-top: 1px solid var(--gray2);
}
.nav_mv_el{
  list-style-type: none;
  padding: 0;
  padding: 15px 7px;
  transition: all .2s ease;
  border-bottom: 1px solid var(--gray2);
}
.nav_mv_el_row{
  list-style-type: none;
  padding: 0;
  padding: 15px 7px;
  transition: all .2s ease;
  border-bottom: 1px solid var(--gray2);
  width: 20px;
}
/*menu mv end*/



/*menu inicio*/
.v2_menu_arrow1{
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 25px;
  display: none;
}
.v2_menu_arrow2{
  position: absolute;
  width: 40px;
  height: 30px;
  right: 0px;
  top: 25px;
  display: none;
}
.linkrow{
  color: var(--backblue103);
  background-color: #fff;
  font-size: 1rem;
  padding: 2px;
  cursor: pointer;
  z-index: 2000;
}
.linkrow:hover{
  color: var(--cpbluehover);
}

::-webkit-scrollbar {
  height: 4px;              /* height of horizontal scrollbar ← You're missing this */
  
  border: 0px solid #d5d5d5;
}
.nav2{
  font-family: FuturaMedium;
  font-size: 1rem;
  letter-spacing: .05em;
  font-style: normal;
  font-weight: 500;
  color: var(--black101);
  padding: 0;
  margin: 0;
  padding-left: 0rem;
  text-transform: uppercase;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.nav1{
  font-weight: 400;
  line-height: 1.5;
  font-family: FuturaMedium;
  font-style: normal;
  color: var(--black101);
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
}
.nav1_el{
  display: inline-flex;
  padding: 0;
  transition: all .2s ease;
}

.nav1_el>a{
  padding: 25px 10px;
  color: inherit;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
.nav1_el>a:hover{
  color: var(--ahbrownhover);
  background-color: var(--backgray101);
}
/*menu final*/


/*book bar*/
.h_book_bar{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  z-index: 2200;
  top:-70px
}
.d_book_bar{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  height: 80px;
  z-index: 2200;
  background-color: rgba(255, 255, 255, 0.521);
  box-sizing: border-box;
  border-radius: 20px 20px 0px 0px;
}

/*book bar end*/

/*barra rooms*/
.h_bv2_rooms{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--backwhite101);
  padding: 10px 5px 0px 5px;
  box-sizing: border-box;
  margin-top: 0px;
}
.d_bv2_rooms{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.d_bv2_rooms_0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 300px;
  height: auto;
  display: flex;
  flex: 0 1 20%;
  flex-direction: column;
  box-shadow: none;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 10px 5px;
  overflow: hidden;
}
.d_bv2_rooms_0>a{
  text-decoration: none;
}
.d_bv2_rooms_0_50{
  flex: 0 1 50%;
}
.d_bv2_rooms_0_holder{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.d_bv2_rooms_1_holder{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  /*border-radius: 12px 12px 12px 12px;*/
  border: 1px solid var(--bodergray101);
}
.d_bv2_rooms_1_holder>a{
  color: inherit;
  text-decoration: inherit;
}
.d_bv2_rooms_1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height:150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
/*
.d_bv2_rooms_0_holder:hover  .d_bv2_rooms_1{
  scale: 1.1;
  transition: all 0.5s ease-in-out;
}
*/


.d_bv2_rooms_0_holder:hover  .d_bv2_rooms_4 {
  background-color: #233186;
  transition: all 0.5s ease-in-out;
}
.d_bv2_rooms_0_holder:hover  .d_bv2_rooms_1_x2_hover {
  background-color: var(--backblue102);
  transition: all 0.5s ease-in-out;
}


.d_bv2_rooms_2{
  position: absolute;
  margin: 0 auto;
  z-index: 2220;
  box-sizing: border-box;
  width: 100%;
  max-width: 50%;
  height: auto;
  display: flex;
  top:-20px;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  background-color: var(--backgray101);
  padding: 10px 0px;
  border-radius: 0px 0px 40px 40px;
}
.d_bv2_rooms_1_x2_hover{
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2210;
  bottom: 20px;
  padding: 10px 5px;
  font-family: var(--font101);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--white1);
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
.d_bv2_rooms_1_x2_hover2{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 92px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 2210;
  padding: 10px 5px;
  font-family: var(--font101);
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: .02em;
  color: var(--black101);
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d_bv2_rooms_1_x2_line{
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f0f0f0
}
.d_bv2_rooms_1_x2_icons{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  font-family: var(--font103);
  font-size: 0.975rem;
  line-height: 2.0rem;
  color: var(--colorGray101);
  text-align: left;
}


.d_bv2_rooms_3{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
}
.d_bv2_rooms_4{
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  z-index: 2200;
  background-color: var(--backblue102);
  border-radius: 0px 0px 40px 40px;
  transition: all 0.5s ease-in-out;
}
.d_bv2_rooms_5{
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: var(--font101);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: .02em;
  color: var(--white1);
  }
/*end barra rooms*/





/*barraf1*/
.h_bv2_f1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--backgray101);
}
.d_bv2_f1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw100);
  height: 400px;
  background-color: #298499;
  background-image: url(https://webtest.casaspepe.com/files/sliders/20191021-163959-4825_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 51.196%;
  background-size: cover;
  box-sizing: border-box;
}
.d_bv2_f1_c0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: 400px;
  box-sizing: border-box;
}
.d_bv2_f1_c1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  float: left;
  width: 60%;
  height: 400px;
  box-sizing: border-box;
}
.d_bv2_f1_c2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  float: left;
  width: 40%;
  height: 400px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  /*background-color: rgba(41, 132, 153, 0.533);*/
  font-family: var(--font101);
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
  letter-spacing: .02em;
  color: var(--white1);
  padding: 20px;
}
.d_bv2_f1_c2_1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.d_bv2_f1_c2_2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font102);
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-align: left;
  letter-spacing: .02em;
  color: var(--white);
}
/*barraf1 end*/


/*barraf2*/
.h_bv2_f2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--backgray101);
}
.d_bv2_f2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  display: flex;
  flex-direction: row;
}

.d_bv2_f2_c1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: auto;
  top:0;
  bottom:0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.d_bv2_f2_c1_logo{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: 100px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.d_bv2_f2_c2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: auto;
  box-sizing: border-box;
  background-color: var(--backblue102);
  /*background-color: rgba(41, 132, 153, 0.533);*/
  font-family: var(--font101);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
  letter-spacing: .02em;
  color: var(--white1);
  padding: 20px;
}
/*barra f2 end*/



/*barra f3*/
.h_bv2_f3{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--backgray101);
}
.d_bv2_f3{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw100);
  height: 400px;
  display: flex;
  flex-direction: row;
  background-image: url(../files/sliders/20191021-163959-4825_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 51.196%;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.d_bv2_f3_2{
  background-image: url(../images/backmaspa.jpg);
}
.d_bv2_f3_c1_logo{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: 100px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(12px 8px 5px #ffffff);
}
/*barra f3 end*/

/*barra f4*/
.h_bv2_f4{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--backgray101);
}
.d_bv2_f4{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: 350px;
  box-sizing: border-box;
}

/*barra f4 end*/


/*hoverslider2*/
.d_hoversliderv25_0{
  position: absolute;
  position: relative;
  margin: 0 auto;
  bottom: 200px;
  width: 100%;
  height: 0;
  z-index: 2205;
  overflow: visible;
  transition: all .2s ease;
}
.d_hoversliderv25_0_scroll{
  bottom:0;
  top:61px;
  position: fixed;
  transition: all .2s ease;
}
.d_hoversliderv2_1_x1_scroll{
  margin-bottom: 0px !important;
}
.d_hoverslider_el_titz0_scroll{
  font-size: 1.4rem !important;
  display:none;
}
.d_hoversliderv26_0{
  position: absolute;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 2205;
  overflow: visible;
  transition: all .2s ease;
  margin-bottom: 20px;
}
.d_hs_x1{
  bottom: 0px;
  height: auto;
  margin-top: 30px;
}

.d_hoversliderv2_0{
  position: absolute;
  position: relative;
  margin: 0 auto;
  bottom: 110px;
  width: 100%;
  height: 0;
  z-index: 2205;
  overflow: visible;
  display: none;
  
  position: fixed;
  height: 100%;
  bottom: 0;
  z-index: 3000;
  justify-content: flex-end;
  
}
.tog_flex{
  display: flex;
}
.d_hoversliderv2_1_close{
  position:absolute;
  top:15px;
  right: 15px;
  font-size: 2.2rem;
  color: var(--black101);
  display: none;
}
.d_hoversliderv2_1{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  z-index: 2205;
  background-color: rgba(255, 255, 255, 1);
  display: inline-flex;
  flex-direction: column;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 20px 10px 10px 10px;
  /*
  flex-direction: column;
  height: 100%;
  margin: 0 0 ;
  border: 0px;
  border-radius: 0px;
  padding-top: 100px;
  float: right;
  */
}
.d_hoversliderv2_1mv{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  z-index: 2205;
  background-color: rgba(255, 255, 255, 1);
  display: inline-flex;
  flex-direction: column;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 20px 10px 10px 10px;
  
  flex-direction: column;
  height: 100%;
  margin: 0 0 ;
  border: 0px;
  border-radius: 0px;
  padding-top: 100px;
  float: right;
  
}
.d_bsliderv2{
  border: 0px solid #fff;
  background-color: rgba(0, 0, 0, 0.7);
  background-color: rgba(3,36,123, 0.7);
  border-radius: 0px;  
}
.d_hoversliderv2_1_x1{
  position: relative;
  /*margin: 0 auto;*/
  width: auto;
  height: auto;
  z-index: 2205;
  display: inline-flex;
  flex-direction: row;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.d_hoversliderv2_1_x2{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  z-index: 2205;
  display: inline-flex;
  flex-direction: row;
  border-radius: 10px;
  box-sizing: border-box;
}


.s_bookv2_2{
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid var(--bodergris1);
  box-shadow: 0 7px 30px -10px rgba(150,170,180,.5);
  flex-direction: row !important;
  float:none !important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 10px 0px 10px !important;
}
.d_hoverslider_el_titz0{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  z-index: 2205;
  font-size: 2.5rem;
  text-align: left;
  padding-left: 15px;
  font-family: var(--font101);
  color: var(--white1);
  text-transform: uppercase;
}
.d_hoverslider_el0{
  position: relative;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: auto;
  min-height: 40px;
  z-index: 2205;
  background-color: var(--white1);
  background-color: transparent;
  margin: 0px 5px;
}
.d_hoverslider_el0_hov1{
  z-index: 2210;
}
.d_hoverslider_el0_wmin{
  min-width: none;
}
.d_hoverslider_el0_wrapper {
  position: relative;
}
.d_hoverslider_el0_btn0{
  position: relative; 
  padding: 10px;
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.d_hoverslider_el0_btn1{
  position: relative; 
  width: auto;
  height: auto;
  padding: 10px 18px;
  background-color: var(--linetit101);
  font-family: var(--font101);
  color: #fff;
  font-size: 1.0rem;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all .25s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.d_hoverslider_el0_btn1:hover{
  background-color: var(--linetit102);
}
.s_center{
  text-align: center !important;
}
.d_hoverslider_el0_input{
  border: 1px solid #ffffff;
  border-radius: 6px;
  border-radius: 0px;
  position: relative;
  width: 200px;
  margin: 10px;
  line-height: 6ex;
  cursor: pointer;
  font-family: var(--font101);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}
.inputbookv2{
  background-color: var(--backgray101);
}
.hovsld_left{
  text-align: left;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0px 10px;
}
.hovsld_left2{
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0px 10px;
}
.hovsld_center{
  text-align: center !important;
}
.d_hoverslider_el0_label {
  position: absolute;
  top: 0.2ex;
  z-index: 1;
  left: 2em;
  /*background-color: var(--white1);*/
  padding: 0 5px;
  font-family: var(--font101);
  font-size: 0.8rem;
  box-sizing: border-box;
  top: -1.3ex;
  /*background-color: transparent;*/
  color: var(--black101);
  font-size: 0.8rem;
  /*font-weight: bold;*/
  left: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  width: 100%;
  left: 0;
}
.s_bookv2_label{
  color: var(--black101);
}
.s_bookv2_labelw{
  color: var(--white1);
}

.d_hoverslider_hov_0{
  position:absolute;
  width: 200px;
  height: auto;
  background-color: var(--white1);
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 8px;
  border: 2px solid #e4e7ed;
  display: none;
}
.d_hoverslider_hov_0:before{
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 12px;
  border-bottom-color: #fff;
  top: -11px;
  right: 50%;
  z-index: 2021;
}
.d_hoverslider_hov_0:after{ 
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 12px;
  border-bottom-color: #e4e7ed;
  top: -13px;
  right: 50%;
  z-index: 1;
}
.d_hoverslider_hov_1{
  position:relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.d_hoverslider_hov_2{
  position:relative;
  width: 100%;
  height: auto; 
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 0.9rem;
  font-weight: normal;
  text-align: left;
  color:var(--black101);
}
.d_hoverslider_hov_2_txtm1{
  position: relative;
  margin: 0 auto;
  font-family: var(--font101);
  font-size: 0.8rem;
  font-weight: normal;
  color: #242424;
  background-color:  #feffaf;
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.icon_infod1{
	padding-right: 5px;
	vertical-align: middle;
}
/*hoverslider2 end*/

/*barra menu bajo slider*/
.h_mbslider{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--white1);
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
}
.d_mbslider{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  padding:0px 0px;
}
.h_mbslider_fix{
  position: fixed;
  top:60px;
  z-index: 2300;
}
/*end menu slider*/




/*barra ventajas*/
.h_ventv2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--backgray101);
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
}
.d_ventv2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  padding:50px 0px;
}
.d_ventv2_tit1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 2.2rem;
  color:#233186;
}
.d_ventv2_tit2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 1.0rem;
  color:#000000;
}
.d_ventv2_tit2line{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: 100px;
  height: 3px;
  box-sizing: border-box;
  background-color: var(--linetit101);
  margin-top: 10px;
}
.d_ventv2_hcirc{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.d_ventv2_hcirc_0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 10rem;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
}
.d_ventv2_hcirc_1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #4296cc;
  color: var(--white1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
}
.d_ventv2_hcirc_2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  font-family: var(--font101);
  font-size: 0.975rem;
  color:#000000;
  padding-top: 10px;
}
/*end barra ventajas*/

/*barra welcome*/
.h_welc1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--white1);
  padding: 0px 5px 20px 5px;
  box-sizing: border-box;
  margin-top: 50px;
}
.d_welc1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  display: flex;
  flex-direction: row;
  min-height: 350px;
}
.d_welc1_c1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: auto;
  top:0;
  bottom:0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px;
}
.d_welc1_c2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: auto;
  top:0;
  bottom:0;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: left;
  letter-spacing: .02em;
  padding: 10px;
}
.d_welc1_c2_t1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  top:0;
  bottom:0;
  box-sizing: border-box;
  font-family: var(--font103);
  font-size: 1.9rem;
  /*font-weight: bold;*/
  text-align: center;
  letter-spacing: .02em;
  color:var(--ctxt102);
  line-height: 2.5rem;
}
.d_welc1_c2_t2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: 100px;
  height: 3px;
  box-sizing: border-box;
  background-color: var(--linetit101);
  margin-top: 10px;
}
.d_welc1_c2_t3{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  top:0;
  bottom:0;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
.d_welc1_c2_f1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 5px;
  background-repeat:no-repeat;
	background-size:contain;
  background-size:cover;
}
.d_welc1_c2_f2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 5px;
}
.d_welc1_c2_f2_1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.d_welc1_c2_f2_2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  padding-top: 3px;
}
.d_welc1_c2_f2_img{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*end barra ventajas*/


/*barra titulo universal*/
.d_titu1v2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  padding:20px 0px;
}
.d_titu1v2_tit1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font103);
  font-size: 1.9rem;
  color:var(--ctxt102);
  letter-spacing: .02em;
  line-height: 2.5rem;
}
.tit1_left{
  text-align: left;
}
.d_titu1v2_tit2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 1.0rem;
  color:#000000;
}
.d_titu1v2_tit2line{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: 100px;
  height: 3px;
  box-sizing: border-box;
  background-color: var(--linetit101);
  margin-top: 10px;
}
/*end barra titulo universal*/

/*wserviciosP*/
.h_wserviciosP{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--white1);
  padding: 0px 5px 20px 5px;
  box-sizing: border-box;
  margin-top: 50px;
}
.d_wserviciosP{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  display: flex;
  flex-direction: row;
}
.d_wserviciosP0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 25%;
  height: 450px;
  padding: 3px;
  float: left;
}
.d_wserviciosP1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.d_wserviciosP1_hover{
  position: absolute;
  margin: 0 auto;
  z-index: 2240;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  top:-20px;
  right: -30px;
  color:var(--white1);
  font-size: 1.8rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: 18px;
}
.d_wserviciosP1_501{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 50%;
  overflow: hidden;
  padding-bottom: 6px;
  box-sizing: border-box;
}
.d_wserviciosP1_502{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 50%;
  overflow: hidden;
  padding-top: 6px;
  box-sizing: border-box;
}
.d_wserviciosP22{
  position: absolute;
  margin: 0 auto;
  z-index: 2205;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease-in-out;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.d_wserviciosP2_txt0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: auto;
  height: auto;
}
.d_wserviciosP2_txt1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 1px #000, 5px 4px 0px rgba(0,0,0,1.15);
  text-transform: uppercase;
}
.d_wserviciosP2_txt2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: 100px;
  height: 3px;
  box-sizing: border-box;
  background-color: var(--backblue102);
  margin-top: 10px;
}
.d_wserviciosP2{
  position: relative;
  margin: 0 auto;
  z-index: 2201;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer; 
  transition: all .25s ease-in-out;
}
.d_wserviciosP2inner{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all .25s ease-in-out;
}
.d_wserviciosP22:hover ~ .d_wserviciosP2>.d_wserviciosP2inner{
  /*.d_wservicios2:hover{*/
    /*opacity: 0.8;*/
    transform: scale(1.2);
    overflow: hidden;
  }
/*end wservicios2*/



/*wservicios*/
.h_wservicios{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  background-color: var(--backgray101);
  padding: 0px 5px 20px 5px;
  box-sizing: border-box;
}
.d_wservicios{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  display: flex;
  flex-direction: row;
}
.d_wservicios0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 25%;
  height: 450px;
  padding: 10px;
  float: left;
}
.d_wservicios1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.d_wservicios22{
  position: absolute;
  margin: 0 auto;
  z-index: 2205;
  width: 100%;
  height: 90%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease-in-out;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.d_wservicios2{
  position: relative;
  margin: 0 auto;
  z-index: 2201;
  width: 100%;
  height: 90%;
  overflow: hidden;
  cursor: pointer; 
  transition: all .25s ease-in-out;
}
.d_wservicios2inner{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all .25s ease-in-out;
}
.d_wservicios22:hover ~ .d_wservicios2>.d_wservicios2inner{
/*.d_wservicios2:hover{*/
  /*opacity: 0.8;*/
  transform: scale(1.2);
  overflow: hidden;
}
/*
.d_wservicios2:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
*/



.d_wservicios1_bottom{
  display: flex;
  align-items: flex-end;
}
.d_wservicios2_txt0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: auto;
  height: auto;
}
.d_wservicios2_txt1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 1px #000, 5px 4px 0px rgba(0,0,0,1.15);
}
.d_wservicios2_txt2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: 100px;
  height: 3px;
  box-sizing: border-box;
  background-color: var(--backblue102);
  margin-top: 10px;
}
/*end wservicios*/

/*book v2*/
.h_bookv2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: var(--white1);
  padding: 0px 10px;
}
.d_bookv2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  box-sizing: border-box;
}
.d_bookv2_e0{
  position: relative;
  padding: 0;
  width: 62%;
  min-height: 1000px;
  z-index: 2220;
  margin-right: 8%;
  box-sizing: border-box;
  padding: 0.2rem;
}
.d_bookv2_e0_est0{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
  background-color: var(--white1);
  border-radius: 10px 10px 0px 0px;
  border: 1px solid var(--bodergris1);
  padding-bottom: 0.4rem;
  margin-bottom: 20px;  
  box-shadow: 0 7px 30px -10px rgba(150,170,180,.5);
}
.d_bookv2_e0_est1{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
  overflow: auto;
}
.d_bookv2_e0_est1_1{
  position: relative;
  padding: 0;
  float: left;
  width: 40%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
}
.d_bookv2_e0_est1_1_img0{
  position: relative;
  padding: 0;
  width: 100%;
  height: 210px;
  z-index: 2220;
  box-sizing: border-box;
	border-radius: 10px 0px 0px 0px;
  cursor: pointer;
  overflow: hidden;
}
.d_bookv2_e0_est1_1_img{
  position: relative;
  padding: 0;
  width: 100%;
  height: 210px;
  z-index: 2220;
  box-sizing: border-box;
	background-image:url(https://webtest.casaspepe.com/files/habitaciones/20230417-162404-2489_th.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
  border-radius: 10px 0px 0px 0px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.d_bookv2_e0_est1_1_img:hover{
  scale: 1.1;
  transition: all 0.2s ease-in-out;
}
.d_bookv2_e0_est1_2{
  position: relative;
  padding: 0;
  float: left;
  width: 60%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
  padding: 0.5rem;
}
.d_bookv2_e0_est1_2_txt1{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
}
.d_bookv2_e0_est1_2_txt2{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 0.875rem;
  text-align: left;
  padding-bottom: 12px;
}
.dtxt2_nopadding{
  padding-bottom: 0px;
}
.ds_descripcion2{
  display: none;
}
.pclaves_mas{
  cursor: pointer;
}
.pclaves_dos{
  /*display: none;*/
  cursor: pointer;
}
.pclaves_show{
  display: inline;
}
.pclaves_hide{
  display: none;
}


.d_bookv2_e0_est2{/*tarifas*/
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 80px;
  z-index: 2220;
  box-sizing: border-box;
  border-top:1px solid var(--bodergris1);  
  padding: 8px;
}
.d_bookv2_e0_est2_nb{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 80px;
  z-index: 2220;
  box-sizing: border-box;
  border-top:1px solid var(--bodergris1);  
  padding: 8px;
}
.d_bookv2_e0_est2_titl{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
  font-family: var(--font101);
  color: var(--black101d_bookv2_e1);
  font-size: 0.875rem;
  text-align: left;
  padding-bottom: 10px;
}

.d_bookv2_e0_est2_titl_sincupo{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  z-index: 2220;
  box-sizing: border-box;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 0.875rem;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 10px;
}
.d_bookv2_e0_est2_f0{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  z-index: 2220;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 0.875rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.d_bookv2_e0_est2_f1{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.d_bookv2_e0_est2_f2{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.d_bookv2_e0_est2_ftxt{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 0px;
  text-align: left;
  text-transform: none;
}
.d_bookv2_e0_est2_ftxt_promo{
  background-color: var(--backblue102);
  color:var(--backwhite101);
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 0.7rem;
}
.d_bookv2_e0_est2_ftxt2{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 0px;
  text-align: right;
}
.d_bookv2_bookprice_0{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-end;
}
.d_bookv2_bookprice_1{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  margin-right: 15px;
}
.d_bookv2_bookprice_2{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  text-align: center;
}
.d_bookv2_e0_est2_titl_df{
  display: flex;
  flex-direction: row;
 justify-content: space-between;
 }
 .d_bookv2_e0_est2_titl_5050{
  text-align: center;
}


.d_bookv2_e1{
  margin: 0 auto;
  position: absolute;
  padding: 0;
  width: 36%;
  z-index: 2200;
  right: 0;
  bottom: 0;
  top: 3px;

}
.d_bookv2_e1_0{
  position: sticky;
  top: 68px;
  margin-bottom: 20px;
  box-shadow: 0 7px 30px -10px rgba(150,170,180,.5);
}
.d_bookv2_e1_1{
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  border: 1px solid var(--bodergris1);
  box-sizing: border-box;
  padding: 20px;
  background-color: var(--white1);
  border-radius: 10px 10px 0px 0px;
}
.d_bookv2_e1_totxt1{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px 0px;
  text-align: right;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 1.25rem;
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bodergris1);
  margin-bottom: 20px;
}
.d_bookv2_e1_totxt_holder{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bodergris1);
  margin-bottom: 20px;
}
.d_bookv2_e1_totxt_holder_100{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  padding-bottom: 1px;
}
.d_bookv2_e1_totxt_d1{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.8rem;
  font-size: 0.875rem;
 }
 .d_bookv2_e1_totxt_d2{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  text-align: right;
  min-width: 50px;
 }
 .d_e1_txtbold{
  font-weight: bold;
 }
 .d_e1_txticon{
  font-size: 1.2rem;
 }
 .d_e1_noborder{
  padding-bottom: 10px;
  border-bottom: 0px solid var(--bodergris1);
  margin-bottom: 0px;
 }
 .d_e1_mtopbtn{
  margin-top: 20px;
  margin-bottom: 20px;
 }
 .cartv2_loading{
  /*opacity: 0.5;*/
 }
 .cartv2_loading_hover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #001c76;
  z-index: 3200;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
 }
/*book v2 end*/


/*resbot*/
.h_resbot{
  position: fixed;
  margin: 0 auto;
  z-index: 2900;
  width: 100%;
  height: auto;
  bottom: 0px;
  box-sizing: border-box;
  background-color: var(--white1);
  margin-top: 0px;
  box-sizing: border-box;
  border-top: 1px solid var(--backgreen1);
  display: none;
}
.ds_marginb{
   margin-bottom: 10px !important;
}
.ds_marginb2{
  padding-bottom: 10px !important;
}
.d_resbot{
  position: relative;
  margin: 0 auto;
  z-index: 2900;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  box-sizing: border-box;
  background-color: #ffffff;
}
.d_resbot_d0{
  position: relative;
  margin: 0 auto;
  z-index: 2900;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.d_resbot_d1{
  position: relative;
  margin: 0 auto;
  z-index: 2900;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px;
  font-family: var(--font101);
  color: var(--black101);
  font-weight: bold;
  font-size: 1.0rem;
}
.d_resbot_d2{
  position: relative;
  margin: 0 auto;
  z-index: 2900;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-family: var(--font101);
  color: var(--black101);
  font-weight: bold;
  font-size: 1.0rem;
  padding: 5px;  
  border-radius: 5px;
  border-top: 2px solid var(--backblue102);
}
/*resbot*/

/*xresbot*/
.h_xresbot{
  position: fixed;
  margin: 0 auto;
  z-index: 2910;
  width: 100%;
  height: 100%;
  top: 0px;
  box-sizing: border-box;
  background-color: var(--backwhite101);
  overflow-y: scroll;
  display: none;
}
.d_xresbot{
  position: relative;
  margin: 0 auto;
  z-index: 2910;
  width: 100%;
  max-width: var(--maxw);
  height: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.d_xresbot_close{
  position: fixed;
  width: 100%;
  height: auto;
  top:0px;
  padding-top: 10px;
  right:10px;
  text-align: right;
  font-size: 2rem;
  z-index: 2980;
  background-color: var(--cblanco1);
}
/*end xresbot*/


/*title*/
.d_titlev2_101{
  position: relative;
  width: 100%;
  height: auto;
  font-family: var(--font101);
  color: var(--black101);
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}



/*databook*/
.h_databookv2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: var(--white1);
  margin-top: 30px;
}
.d_databookv2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: var(--maxw);
  height: auto;
  box-sizing: border-box;
}
.d_databookv2_ed0{
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 2220;
  margin-right: 8%;
  box-sizing: border-box;
  font-family: var(--font101);
  color: var(--cnegro1);
  margin-bottom: 80px;
}
.d_databookv2_ed0 > a{
  text-decoration: none;
  color: inherit;
}
.d_databookv2_e0{
  position: relative;
  padding: 0;
  width: 62%;
  z-index: 2220;
  margin-right: 8%;
  box-sizing: border-box;
  padding: 0.2rem;
  font-family: var(--font101);
  margin-bottom: 30px;
}
.d_databookv2_e0>a{
  text-decoration: none;
  color:inherit;
}
.d_dataform_t1_hn0{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.d_dataform_t1_hn1{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex: 0 1 50%;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
.d_dataform_t1_hn1_100{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  box-sizing: border-box;
}
.d_dataform_t1_hn2{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: var(--font101);
  color: var(--cnegro1);
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 5px 2px 5px;
  box-sizing: border-box;
}
.d_dataform_t1_hn3{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px 5px 10px 5px;  
}
.c_hn3_left{
  text-align: left;
}
.c_hn3_w100{
  width: 100%;
}
.dobl_form{
  display: inline;
}
.d_dataform_t0{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  color: var(--cnegro1);
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 1.8rem;
}
.d_dataform_t0_gap1{
  margin-top: 25px;
}
.d_dataform_t0_gap2{
  margin-top: 20px;
}
.d_dataform_t1{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: var(--font101);
  color: var(--cnegro1);
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.8rem;
  display: flex;
  box-sizing: border-box;
  padding: 0px 5px 0px 5px;
}
.d_dataform_t1noflex{
  display: block;
}
.d_dataform_t1_cond{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: var(--font101);
  color: var(--cnegro1);
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.8rem;
  display: flex;
}
.d_dataform_t1_aviso{
  margin:0 auto;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: left;
  font-family: var(--font101);
  color: var(--cnegro1);
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.8rem;
  display: flex;
  padding: 16px 7px 7px 7px;
  box-sizing: border-box;
  background-color: rgb(255, 248, 154);
  border-radius: 5px;
  margin-bottom: 30px;
}
.d_dataform_t1_aviso_hover{
  position: absolute;
  width: auto;
  height: auto;
  box-sizing: border-box;
  margin: -19px 0px 0px -4px;
  font-size: 1rem;
  color: var(--backred1);
}

.d_dataform_t0_cerror{
  margin: 0 auto;
  padding: 0;
  font-family: var(--font101);
  color: var(--cblanco1);
  background-color: #ac0000;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.d_dataform_t0_loading{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
/*end databook*/


/*infotarifa*/
.d_pg1_txt_texto_h0{
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: rgb(235, 235, 235);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font101);
  color: #000;
  font-size: 1rem;
  padding-bottom: 20px;
}
.d_pg1_txt_texto_h1{
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 50%;
  height: auto;
  
}
.d_pg1_txt_texto_center{
  text-align: center !important;
}
/*end infotarifa*/










/*forms book*/
.text_res{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  padding: 8px 8px;
  outline: none;
  font-family: var(--font101);
  font-weight: normal;
  color: var(--cnegro1);
  text-align: left;
  font-size: 1.0rem;
  line-height: 1.5em;
  border: 0px solid var(--cnegro1);
  border-radius: 5px;
  background-color: var(--backgris1);
  border: 1px solid #CBD5E0;
}
input[type="checkbox"]{
  width: 25px;
  height: 25px;
	vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.checkbox_label{
  cursor: pointer;
}
.radiopay{
  margin: 0;
  padding: 0;
  margin-right: 7px;
}
.labelpay{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fnoerror{
  background-color: var(--backVerde);
  color: var(--colorBlanco1);
}
.ferror{
  background-color: var(--backRojo);
}
.ferrorcheck{
  color: var(--backred1);
}
/*end form books*/


/*ofertas tienda*/
#d_ofertav2_holder{
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	display: flex;
  flex-wrap: wrap;
}
#d_ofertav2_holder_x2{
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#d_ofertav2_0{
	margin:0 auto;
	padding: 0;
	width:auto;
	height:auto;
	/*background-color: #D8FC36;*/
	padding: 0px;
	display: inline-block;
	vertical-align: top;
  flex:0 1 20%
}
#d_ofertav2_00{
	margin:0 auto;
	padding: 0;
	width:auto;
	height:auto;
	background-color: #cccccc;
	background-color:rgba(106,106,106,0.10);
	padding: 3px;
	position: relative;
	display: inline-block;
  margin: 5px 5px 20px 5px;
}
#d_ofertav2_00:hover  #d_ofertav2_1_d1img{
  scale: 1.1;
  transition: all 0.2s ease-in-out;
}
#d_ofertav2_1_d1{
	float: left;
	width: 100%;
	height:150px;
	/*background-image:url(../images/210.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position: relative;
	overflow: hidden;
}
#d_ofertav2_1_d1img{
  position: absolute;
	width: 100%;
	height:100%;
	/*background-image:url(../images/210.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position: relative;
	overflow: hidden;
  transition: all 0.2s ease-in-out;
}
/*ofertas tienda end*/



.link_v21{
  text-decoration: none;
  color:inherit;
}
.link_v21:hover{
  color: var(--cpbluehover);
  text-decoration: underline;
}

/*links inicio*/
.link_v2{
  color: inherit;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
.link_v2_row{
  width: 25px;
}
/*
.link_v2:hover{
  color: var(--cpbluehover);
  text-decoration: underline;
}
*/
/*
.link_line:after {
  content: " ";
  position: absolute;
  top: calc(50% + 1.15em);
  left: 0;
  width: 100%;
  border-top-style: solid;
  transform: scaleX(1);
  transition: transform .2s ease-in-out;
  border-top: 2px solid #FFFFFF;
  box-shadow: 1px 1px 3px 1px #757575;
}
.link_line:hover:after{
  transform: scaleX(1);
}
*/
/*links final*/



/*icons*/
.icons_1{
  padding-right: 5px;
}
.icons_2{
  font-size: 0.92rem;
}
.icons_bookv2{
  font-size: 0.92rem;
  margin-right: 5px;
  color: var(--backblue102);
}
.icon_room{
  margin-right: 5px;
  color: var(--linetit101) !important;
}
.icons_pie{
  padding-right: 10px;
  font-size: 1.2rem;
}
.icons_piesocial{
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.8rem;
}
.icondelcartv2{
  cursor: pointer;
}
.icon_avisored{
  font-size: 1.875rem;
  color:var(--backred1);
  margin-right: 10px;
}
.icons_rowup{
  padding-left: 5px;
  padding-right: 5px;
}
/*icons end*/


/*estilos*/
.es_bold{
  font-weight: bold !important;
}
.es_pricebook{
  font-size: 0.9rem;
}
.es_pricesales{
  font-size: 0.8rem;
  text-decoration: line-through;
  color: var(--colorGray101);
}
.es_pricesales2{
  font-size: 0.8rem;
  color: var(--colorGray101);
}
.underl{
  text-decoration: none;
}
/*end estilos*/



/*botones*/
.d_btnv2_0{
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  background-color: var(--backblue102);
  color: #f5f5f5;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: var(--font101);
  padding: 8px 16px;
  border-radius: 4px;
  transition: all .25s ease-in-out;
  cursor:pointer;
  box-sizing: border-box;
}
.btn_inline{
  display: inline;
}
.d_btnv2_0:hover{
  background-color: var(--backblue103);
}
.d_btnv2_0_100{
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: var(--backblue102);
  color: #f5f5f5;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: var(--font101);
  padding: 8px 16px;
  border-radius: 4px;
  transition: all .25s ease-in-out;
  cursor:pointer;
  box-sizing: border-box;
}
.d_btnv2_0_100:hover{
  background-color: var(--backblue103);
}
.d_btnv2_0_100_off{
  background-color: #a7a7a7;
}
.d_btnv2_0_100_off:hover{
  background-color: #a7a7a7;
}
/*end botones*/



/*sobre los anteriores*/
#h_slider_offset{
  height: 100px;
}
/*end anteriores*/



/*servicios*/
.h_serv2_0{
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*max-width: 1100px;*/
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 15px;
}
.d_serv2_1{
  position: relative;
  /*margin: 0 auto;*/
  width: auto;
  height: auto;
  /*flex: 0 1 20%;*/
  display: flex;
  justify-content: center;
}
.d_serv2_2{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  border: 1px solid #d9d9d9;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 10px;
  min-width: 200px;
  max-width: 200px;
}
.d_serv2_3{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%; 
}
.d_serv2_4{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  box-sizing: border-box;
  font-size: 2.0rem;
  color:#298499;
}
.d_serv2_4_img{
  position: relative;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.d_serv2_5{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family: 'Noto Serif', serif;
  font-size: 0.975rem;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d_servc_1{
  position: relative;
  /*margin: 0 auto;*/
  width: auto;
  height: auto;
  /*flex: 0 1 20%;*/
  display: flex;
  justify-content: center;
}
.d_servc_1_int{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 10px;
}
.d_servc_2{
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
  border: 1px solid #d9d9d9;
  padding: 0px;
  box-sizing: border-box;
  /*margin: 10px 10px;*/
  min-width: 280px;
  max-width: 320px;
  height: 200px;
  /*height: auto;*/
  overflow: hidden;
}
.d_servc_2_inner{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
  background-image:url(../images/sl1.jpg);
  transition: all .25s ease-in-out;
  /*height: 150px;*/
}
.d_servc_2_txt{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  /*background-color: #009de4;*/
  font-family: 'Noto Serif', serif;
  font-size: 0.8rem;
}
.d_servc_P22{
  position: absolute;
  margin: 0 auto;
  z-index: 2205;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  transition: all .25s ease-in-out;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
.d_servc_P22_txt0{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: auto;
  height: auto;
}
.d_servc_P22_txt1{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-family: var(--font101);
  font-size: 1.0rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 1px #000, 5px 4px 0px rgba(0,0,0,1.15);
  text-transform: uppercase;
}
.d_servc_P22_txt2{
  position: relative;
  margin: 0 auto;
  z-index: 2200;
  width: 100%;
  max-width: 100px;
  height: 3px;
  box-sizing: border-box;
  background-color: var(--backblue102);
  margin-top: 10px;
}
.d_servc_P22:hover ~ .d_servc_2>.d_servc_2_inner{
  transform: scale(1.2);
  overflow: hidden;
}
.fancybox-caption {
  font-family: var(--font101);
  font-size: 1.0rem !important;
}
/*end servivios*/








/*
letter-spacing: .05em;
    font-family: FuturaMedium;
    font-style: normal;
    font-weight: 500;
*/

/*start effects*/
@-webkit-keyframes buttonMoveIconLeftToRight{
  0%{background-position-x:center}to{background-position-x:64px}
}
@keyframes buttonMoveIconLeftToRight{
  0%{background-position-x:center}to{background-position-x:64px}
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
/*end effects*/



/*webkit inicio*/
@-webkit-keyframes rotate {
  0% {
    background-position: 28% 50%; }
  100% {
    background-position: 238% 50%; } }
@-moz-keyframes rotate {
  0% {
    background-position: 28% 50%; }
  100% {
    background-position: 238% 50%; } }
@-o-keyframes rotate {
  0% {
    background-position: 28% 50%; }
  100% {
    background-position: 238% 50%; } }
@keyframes rotate {
  0% {
    background-position: 28% 50%; }
  100% {
    background-position: 238% 50%; } }
/*/*webkit final*/




/*links*/
.linkn1{
  text-decoration: none;
  color:inherit;
}

.c_if_bold{
  font-weight: bold;
}








/*media*/
@media  (min-width:1300px){
  .d_bv2_rooms_1{
    height: 250px !important;
  }
  .d_bookv2_e0_est1_1_img0{
    height: 300px;
  }
  .d_wserviciosP0{
    height:600px
  }
}  
@media (max-width:970px) and (min-width:526px){
  .v2_d_top_m0{
    display: none;
  }
  /*bookmenu*/
  .d_hoversliderv25_0{
    display: none;
  }
  .d_hoversliderv2_0{
    /*display: none;*/
    position: fixed;
    height: 100%;
    bottom: 0;
    z-index: 3000;
    /*visibility: visible;*/
    justify-content: flex-end;
  }
  .d_hoversliderv2_1{
    flex-direction: column;
    height: 100%;
    margin: 0 0 ;
    border: 0px;
    border-radius: 0px;
    padding-top: 100px;
    float: right;
  }
  .d_hoversliderv2_1_close{
    display:block;
  }
  .d_hoverslider_el0_btn1 {
    text-align: center;
  }
  .d_hoverslider_el0_wrapper{
    margin-bottom: 10px;
  }
  /*bookmenu*/
  #h_bookmv_1{
    display: flex;
    background-color: var(--ctxt101);
  }
  #h_ayuda_1{
    margin-bottom: 10px;
  }
  .d_bv2_f3_2, .d_bv2_f3{
    background-size:auto;
  }
}
@media (max-width:525px) and (min-width:0px){
  .d_hoversliderv2_1mv{
    width: 100%;
  }
  .d_bookv2_e0_est1_1{
    width: 100%;
  }
  .d_bookv2_e0_est1_2{
    width: 100%;
  }
  .d_serv2_2{
    min-width: 1px;
    border: 0px solid #d9d9d9;
  }
  .d_serv2_1{
    flex:0 1 50%;
  }
  #h_bookmv_1{
    display: flex;
    background-color: var(--ctxt101);
  }
  #d_bookmv_1{
    font-size: 100%;
  }
  #h_ayuda_1{
    margin-bottom: 10px;
  }
  #h_bookmv_1{
    margin-bottom: 30px;
  }
  /*
  .v2_h_top{
    display: none;
  }
  */
  .v2_d_top_m0{
    display: none;
  }
  #h_slider_offset{
    height: 100px;
  }
  .v2_h_top{
    background-color: var(--white1);
  }
  .top_menu_bar{
    background-color: #000 !important;
  }
  

  /*bookmenu*/
  .d_hoversliderv25_0{
    display: none;
  }
  .d_hoversliderv2_0{
    /*display: none;*/
    position: fixed;
    height: 100%;
    bottom: 0;
    z-index: 3000;
    /*visibility: visible;*/
    justify-content: flex-end;
  }
  .d_hoversliderv2_1{
    flex-direction: column;
    height: 100%;
    margin: 0 0 ;
    border: 0px;
    border-radius: 0px;
    padding-top: 100px;
    float: right;
  }
  .d_hoversliderv2_1_close{
    display:block;
  }
  .d_hoverslider_el0_btn1 {
    text-align: center !important;
  }
  .d_hoverslider_el0_wrapper{
    margin-bottom: 10px;
  }
  /*bookmenu*/






  .d_ventv2_hcirc_0{
    flex: 0 1 50%;
  }
  .d_welc1{
    display: flex;
    flex-direction: column-reverse;
  }
  .d_welc1_c1{
    width: 100%;
    height: 300px;
  }
  .d_welc1_c2{
    width: 100%;
  }
  .d_bv2_rooms_0{
    flex: 0 1 50%;
  }
  .d_bv2_rooms_0_50{
    flex: 0 1 100% !important; 
  }
  
  .d_wservicios{
    flex-wrap: wrap;
  }
  .d_wservicios0{
    flex: 0 1 45%;
    padding: 0;
    flex-wrap: nowrap;
  }
  .d_wservicios2_txt1, .d_bv2_rooms_1_x2_hover{
    font-size: 100%;
  }
  .d_bv2_f3_2, .d_bv2_f3{
    background-size:auto;
  }
  .d_v2_pie_wh_00{
    float:none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}/*medioa 525*/



@media (max-width:700px) and (min-width:0px){
  .d_bookv2_e0{
    width: 100%;
    margin-right: 0%;
    padding: 0px 10px;
  }
  .d_bookv2_e1{
    display:none;
  }
  .h_resbot{
    display: block;
  }
  .d_bookv2_e0_est2_f0{
    flex-direction: column;
  }
  .d_bookv2_e0_est2_f1{
    width: 100%;
  }
  .ds_descripcion1{
    display: none;
  }
  .ds_descripcion2{
    display: block;
    width: 100%;
    padding-top: 0px;
  }
  .d_pg1_txt_texto_h0{
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
  }
  .d_pg1_txt_texto_h1{
    width: 100%;
  }
  .btnvv{
    display: none;
  }
  .d_wserviciosP0{
    flex:0 1 50%;
    padding: 0;
    margin-bottom: 10px;
  }
  .d_wserviciosP{
    flex-wrap: wrap;
  }
  
}/*media 700*/

@media (max-width:1100px) and (min-width:0px){
  .h_menu_mv{
    right: 0;
    left: auto;
  }
}


@media (max-width:970px) and (min-width:501px){

}
@media (max-width:500px) and (min-width:0px){

}
/*media end*/

.rsArrowIcn{
  background-color: rgb(0 157 228) !important;
}