/* Structure
-
-----------------------------------------*/
* {
  padding: 0;
}
.fa-shopping-cart {color:#fff}

body {
	margin:0;
	height: 100%;
font-family: 'Muli', sans-serif;
	color:#6a7884;
	text-align: justify;
	font-size:14px;
}

.breadcrumb {
      height:6px;
      margin-left:40px;
  margin-top: 138px;
}
.breadcrumb li {
     float: left;
     margin-right:15px;
     list-style-type: none;
     text-transform: capitalize;
}
.breadcrumb li.active {background:none; color:#000;}
.breadcrumb li.active:after { content: none;}

.accordion:after.accordion:after{ content: none;}

.customLineHeight {
    display: block;
    margin-bottom: 4px !important;
    font-size:4px !important;
    line-height: 4px !important;
}
.item-page, #cart-view{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}



/***************/
.accordion {
    background-color: #eee;
    color: #4e2200;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
}
.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796";
}
.active, .demo:hover {
    opacity: 1;
}

.active {
    color: #fff;
    background: #000;
}
.accordion:hover {
    background-color: #ccc;
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p {text-align:left;}
/***************************************/
.producto {
      background-color: #fff;
    width: 300px;
    margin: 7px;
    float: left;
    border: 1px solid #000;

}

#cols, .item {
    float: left;
    margin: 5px;
    width: 19%;
    border: solid 1px #ccc;
    list-style: none;
}
.item img {
    width: 100%;
}

.vm-details-button, .vm3pr-0  {
  display:none;
}


.spacer.product-container {
    padding: 0px !important;
    background: #fff;
    border: 1px solid #000;
}




.display-mobile{display:none;}
.display-desktop{display:block;}



/************Encabezado *********/
#header {    
    top: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
#header:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: calc(100% + 28px);
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .4s ease,background-color .4s ease;
}
#top {
    width: 80%;
    height: 90px;
    padding-top: 15px;
    margin: 0 auto;
    border-bottom: 1px #ccc;
    border-bottom-style: solid;
}
.logo {
  width: 98px;
    margin: 0 auto;
}

#booking {
    float: right;
    position: relative;
    z-index: 999;
    top: -2px;
    margin-right: 20px;
    width: 291px;
}
#colorletra {color: #000;}
/**************FOOTER *********/
#footer-wrapper {
    position: relative;
    background: #131413;
    line-height: 1.5;
}
#footer-content>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 auto;
}
#footer-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 1280px;
    color: #fff;
}
#footer-content a {color:#fff;}
#footer-content .scroll-top {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 5;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#footer-content .scroll-top:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid #fff;
    height: 60px;
    opacity: .4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#footer-content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
    padding: 40px 0;
    width: 100%;
    max-width: 1340px;
  text-align: center;
}
#footer-content .address, #footer-content .contact {
  opacity: .4;
  width:30%;
}
#footer-content .connect-us {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 940px;
}
#footer-content .connect-us .text {
    margin-bottom: 15px;
    opacity: .4;
    letter-spacing: 1px;
}
#footer-content .e-newsletter, #footer-content .hash-tags, #footer-content .social-media {
    max-width: 100%;
    margin-bottom: 40px;
}
.social-media a:first-child {margin-left: 0;}

.social-media a {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}
.social-media a:hover {opacity:.4;}

#footer-content .references {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
   opacity:.4;
}
#footer-content .references .other-url ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer-content .references .other-url li {
    position: relative;
    border-right: 1px solid rgba(255,255,255,.4);
    padding: 0 10px;
    margin-left:0px;
}
#footer-content .references .other-url li:last-child {
    border-right: 0;
}
.custom-footer {
    background: #131413 !important;
    position:sticky;
    z-index:999;
}

/*************Contenido ***********/
#contenido {
    background-color:#fff;
    min-height: 100%;
    position: relative;
  /**  margin-top:100vh;*/
    z-index:999;
    display:flow-root;
  padding-bottom: 60px;
}



/**************** MENU ***************/
#myBtn {
float: left;
    margin-top: 4px;
    cursor: pointer;
    margin-left: 20px;
}
#myModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}

.overlay {
/*    height: 100%;
    width: 720px;
    position: fixed;
    top: 0;
	left: 0;
	background-color:#fff !important;
	opacity:.97;
    overflow-x: hidden; 
    transition: 0.5s;*/
  height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff !important;
    opacity: .97;
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay a {
      color: #000;
    display: block;
    font-size: 27px;
    padding: 10px 0px !important;
    font-weight: 500;
/*
    color: #013a80;
    display: block;
    font-size:27px;
    padding: 10px 0px;*/
}

.overlay a:hover, .overlay a:focus {
  color:#959066;

}
.overlay #closebtn:hover {color:#959066;}
.overlay #closebtn {
  position: absolute;
    top: 18px;
    left: 207px;
    font-size: 42px;
    position: fixed;
    color: #013a80;
    cursor: pointer;
  /*
    position: absolute;
    top: 22px;
    left: 640px;
    font-size: 42px;
    position: fixed;
    color: #013a80;
    cursor: pointer;*/
}

.overlay-content {
	position: relative;
    top: 50%;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -376px;
}

#menu-izq p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 4px;
}


  .menu-box {
    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) 1.2s both;
    animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) 1.3s both;
    width: 49.9%;
    float: left;
    margin-top:50px;
}

.menu-box figure {text-align:center;}
.menu-box p {
    font-size: 13px;
    line-height: 24px;
}
.menu-box:last-of-type {
    border-left: solid 1px rgba(0, 0, 0, .2);
}

.social {
    clear: both;
    width: 222px;
    margin: 0 auto;
}
.social li {
	list-style:none;
	float:left;
}
.social .fa {
    color: #01204e;
    font-size: 46px;
	float:left;
    margin:20px;
}
.social .fa:hover {color: #959066;}




/*************** Slider *************/
.slider {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cover-banner-inner {

    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    position:fixed;
    z-index:99 !important;
    width:100%;
}
.cover-banner-inner .inner-box {
    text-align: center;
    margin-bottom: 100px;

}
.cover-banner-inner * {
    color: #fff;
}
.inner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:600px
}
.inner-box h1 {text-align:center;}
.inner-box1 {
    top: 50%;
    left: 50%;
}
.cover-banner-inner .flex {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-box h1 {
    color: #fff;
    font-size: 50px;
    padding: 0px 0 15px;
	line-height:initial;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.55);
}
.inner-box h6 {
    font-size: 18px;
    padding-top: 0px;
}
.slider-mobile {
    display: none;
}
/***********************************************/





.mod-languages {
float: right;
    position: fixed;
    margin-top: 36px;
    right: 54px;
    z-index: 999;
}

div.mod-languages a {
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}




.breadcumb p{
	font-size:12px;
	text-align:left;
}


.breadcumb a {
	color:#959066;
}


/********************* CATEGORY VIEW ***********/

.product-container {
    margin: 5px !important;
      padding-bottom: 40px;
}

.vm-product-descr-container-0, .vm-product-descr-container-1 {min-height: auto;}

.vm-product-descr-container-0 > h2, .vm-product-descr-container-1 > h2 {
    font-family: 'Muli', sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    height: auto;
    margin: 24px 0px;
    padding: 0px;
}
.product-price { 
  min-height: auto !important;
  text-align: center;
  float: none;
}

span.vm-price-desc {
	display:none;
}
.PricesalesPrice {
    font-size: 20px !important;
    text-align: center;
    font-weight: bold;
    color: #000 !important;
}

.vm-product-media-container img {

}

.addtocart-button {margin-top:5px;}


/********************************/
  
  
nav,
.nav ul {
	list-style: none;
}
 .nav {
	float: right;
}
 .nav > li {
	float: left;
	list-style-type:none;
	}

 .nav li a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 0.8em;
	text-decoration: none;
}
 .nav ul {
	position: absolute;
	display: none;
	z-index: 999;
}
 .nav ul li a {
	height:30px;
	line-height:22px;
}
 .nav li:hover ul.noJS {
	display: block; 
}
/* Menu  Top
------------------------------------------*/

#-top {
    margin-top: 17px;
    text-transform: capitalize;
    padding-left: 902px;
    position: absolute;
}


.tiva-cart-summary-wrap {
	float:right;
}

.tiva-cart-summary {
	font-size:17px;
	margin-top:5px;
}
.tiva-dropdown-cart {
    margin-top: 6px;
    position: fixed;
    right: 17px;
    z-index: 9999;
}
.tiva-cart-icon {
    float: left;
    position: relative;
    margin-top: 7px;
}
.tiva-cart-title {
	font-size:14px;
}
.tiva-cart-image {display:none;}
.tiva-cart-header, .tiva-cart-icon i {
    color: #000 !important; 
}
#cart{width: 80%; margin: 0 auto;}
.tiva-dropdown-cart {position: relative;}
  
.quantity-box .quantity-input, .cart-summary .quantity-input {width:77px;}
#menu1 li.current a {
      color: #000 !important;
}#menu2 li.active a {
      color: #000 !important;
}
.dropbtn {
    display: inline-block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover, .item-101:hover .dropbtn {
}

.item-101 {
    display: inline-block;
}

 .nav-child {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

 .nav-child a {
    color: #f78a39;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

 .nav-child a:hover {background-color: #f1f1f1}





/* Main menu
------------------------------------------*/

 .nav {
	color:  #f78a39;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	height:36px;
	font-size:15px;
	margin-top:20px;
	margin-bottom:0px;
	float:left;
}
 .nav > li > a {
	color:  #f78a39;
}
 .nav > li:hover > a {
	color: #000;
}

 .nav > li.active a {
	color: #000;
}
/* Submenu
------------------------------------------*/
#menu2 > li > a {
		color:#083a81;
}
#menu2{
}
#menu2 li{ 
	list-style-type:none;
}
.nav.menu-menu2 {
	text-transform:none;
	margin-top:13px;
	margin-right:106px;
	float:right;
}


 .nav ul {
}
 .nav ul li a {
	color: #000;
}
 .nav ul li:hover a {
	color: #000;
}
 .nav .derecha { 
	float:right;
	padding-right:15px;
	}
 .nav .derecha1 { 
	float:right;

	}
	
li {  
    text-align: left;
    font-size: 18px;
    margin-left: 53px;
   color:#000;
}	
li.accordion-item:nth-child(odd) {
	background:#013a80;
	padding-right:35px;
}
li.accordion-item:nth-child(even) {
	margin-left:35px;
}
li.accordion-item:nth-child(odd) img {
	float:left;
	padding-right:35px;
}
li.accordion-item:nth-child(even) img {
	float:right;
	padding-left:35px;
}


.fancypantsaccordionholder .accordion li.accordion-item.acc-open .headerlink {
/*	text-indent: -9999px;  */
}
.fancypantsaccordionholder .accordion li.accordion-item:nth-child(odd) .headerlink {
	color:#fff;
}
li.accordion-item:nth-child(odd) p {
	color:#fff;
}
li.accordion-item{ height:100px;}

.fancypantsaccordionholder .accordion li.accordion-item:nth-child(even) .headerlink span{
	background:url(../../../modules/mod_fancypantsaccordion/assets/img/down1.png) no-repeat center;
}

.accordion-item a:hover {
      color: #f78a39 !important;
}
li.accordion-item.acc-open a {
      color: #000;
}



p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
li p {
    font-size: 21px;
    font-weight: bold;
}
img {
	vertical-align:middle;
}
h1 {
font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    color: #000;
    text-align: center;
    font-size: 67px;
    font-weight: bold;
}
h2 {
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 32px;
      margin-top: 20px;
}
h3 {
font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0px !important;
    padding-top: 7px;
    margin-bottom: 20px;
    color: #666;
    text-align: center;
    font-size: 30px;
    line-height: normal;
}
h4 {
    font-family: 'Open Sans Condensed', sans-serif;
	margin-top:28px !important;
	padding-top:10px; 
	color:#013a80;
	text-align:center;
	font-size: 25px;
    line-height: normal;
	margin-bottom:9px;
	
}
.breadcumb p{
	font-size:12px;
	text-align:left;
}
.products {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:35px;
}
.products p{
	font-size:13px;
	    margin-top: 8px;
    margin-bottom: 8px;
	margin-right: 30px;
	color:#fff;
}
.products h4 {
	font-size:24px;
	margin-top:0px !important;
	padding-top:0px !important;
	margin-bottom:8px;
	color:#f78a39;
}
.accordion h4 {
	margin-bottom:25px;
	padding-top:33px;
}
.accordion h5 {
	margin-bottom:25px;
	padding-top:33px;
}
.accordion p {
	font-size:13px;
}
.products h5, h5 {
	font-size:24px;
	font-weight:100;
	margin-top:0px !important;
	padding-top:20px; 
	margin-bottom:8px;
	color:#013a80;
}
.products h3 {
	font-size:14px;
	font-style:italic;
	font-weight:100;
	margin-top:8px;
	margin-bottom:8px;
}

.products img {
}

li.accordion-item.acc-open {
	min-height:393px !important;
}
li.accordion-item.acc-open(odd) {
	padding-right:35px;
}

.bannerportada {
	padding-top:50px;
	padding-bottom:30px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}
.treatments {
    width:100%;
	display:inline-block;
	background-repeat:no-repeat;
	background-size: auto;
	color: #fff;
}
.treatments h2 {
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 100;
    -webkit-font-smoothing:antialiased;
	color:  #fff;
	font-size:56px;
}
.treatments a {
	text-decoration: none;
    color: #fff;
}
.treatments a:hover {
	color:#000;
}
.customrigth{
	text-align:right;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.testimonials {
    width:100%;
	display:inline-block;
	background-repeat:no-repeat;
	background-size: auto;
}
.testimonials h2 {
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 100;
    -webkit-font-smoothing:antialiased;
	color:  #f78a39;
	text-align:center;
	font-size:56px;
	float: right;
    margin-right: 130px;
	margin-top:60px;
}


/* Footer
------------------------------------------*/

#footer {
	padding-top:19px;
	padding-bottom:24px;
	color:#FFF;
	background-color:#005983;
	border-top: #8ed9fc;
    border-top-style: double;
	margin-left:auto;
	margin-right:auto;
    font-family: 'Open Sans Condensed', sans-serif;
	height:192px;
}
#footer a {
	color:#8ed9fc;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer h3 {
    font-weight: lighter;
    padding-bottom: 25px;
    margin-top: -12px;
    font-size: 24px;
    color: #fff;
    text-align: left;
}
#footer p {
	margin-bottom:0px;
	margin-top:15px;
	text-align:center;
	color:#fff;
	font-size:19px;
}
#CYCLE-SETTING3{
	clear:both;
    height: 230px;
    text-align: center;
    font-style: italic;
    width: 400px;
    float: right;
	margin-right:50px;
}

.specials{
	font-family:Verdana, Geneva, sans-serif;
	color:#6b7881;
	text-align: justify;
	font-size:14px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.specials h2 {
    font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 100;
    -webkit-font-smoothing:antialiased;
	color:  #f78a39;
	text-align:center;
	font-size:56px;
}
#specials-paquetes {
	width:960px;
	height:460px;
	margin-right:auto;
	margin-left:auto;
	
}

a {
	text-decoration:none;
	color:#005983;
  font-weight: bold;
}
.breadcumb a {
	color:#000;
}
.button {
  display: inline-block;
  background-color:#000;
  border-style: solid;
  border-width:thin;
  border-color:#005983;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 217px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button:hover {
  display: inline-block;
  background-color:#005983;
  border-style: solid;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 217px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

a.button.active  {
  display: inline-block;
  background-color:#005983;
  border-style: solid;
  border-width:thin;
  border-color:#fff;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 217px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button1 {
  display: inline-block;
  background-color:#009466;
  border-style: solid;
  border-width:thin;
  border-color:#6781a6;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 145px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
a.button1 {
	font-size:13px;
}
a.button1:hover {
	color:#000;
}
.button1:hover {
  display: inline-block;
  background-color:#005983 !important;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 145px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
a.button1.active {
  display: inline-block;
  background-color:#005983;
  border-style: solid;
  border-width:thin;
  border-color:#fff;
  color: #FFFFFF !important;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 145px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color:#fff;
}
.button a {
	text-decoration:none;
	color:#fff !important;
}

.button1 a {
	text-decoration:none;
	color:#fff !important;
}
.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#005983;
}

.button:hover span {
  padding-right: 25px;
  color:#005983;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
#cols {
	float:left;
	margin-right:20px;
	width:380px;
}
#col1 {
	float:left;
	margin-left:20px;
	width:560px;
}

#col2 {
	float:left;
	margin-right:30px;
	width:380px;
}
#col3 {
	float:left;
	width:380px;
}

#col1 p, #col2 p, #col3 p {
	text-align:center;
}


.accordionLayout .bt-inner .bt-title {
	text-transform: none !important;
    padding: 17px 15px 0px !important;
    font-size: 16px;
    color: #005983;
    background: rgba(255, 255, 255, 0.9);
    height: 29px;
    margin-top: -10px;
}
.accordionLayout .bt-inner {
	border:1px solid  #005983;
	margin-bottom:20px;
	padding-bottom:0px;
	background:#005983;
}

.accordionLayout .bt-inner .bt-inner-wrapper img {
	width:50% !important;
	border:none !important;
	padding:0px !important;
	margin-top: -40px;
	float:left;
	margin-right:25px;
}
.accordionLayout .bt-inner .bt-introtext{
	    margin: 40px 20px 21px 40px;
}
.accordionLayout .bt-row-last .bt-inner {
	border-bottom:1px solid  #005983 !important;
}

.accordionLayout .bt-viewdetails, .accordionLayout span.addtocart-button input.addtocart-button {
	    display: inline-block;
    background-color: #d3af6f;
    border-style: solid;
    border-width: thin;
    border-color: #6781a6;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    width: 170px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
	border-radius:0px;
}
.accordionLayout .bt-viewdetails:hover,
.accordionLayout .bt-addtocart:hover {
	display: inline-block;
    background-color: #959066 !important;
    border-style: solid;
    border-width: thin;
    border-color: #6781a6;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    width: 170px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
	border-radius:0px;
}

table { margin:0 auto !important;}


/***** descripcion producto ************/
.vm-product-container {
	width:92%;
	margin:0 auto;
   max-width:1200px;
}

input { height:20px;}
.inline-control-group { min-width:55px !important;}
input.vmcustom-textinput { 
  max-width: 500px;
  width: 100%;

}
input#btnAddCart.addtocart-button {
	padding:7px 10px 23px 10px;
}



/****** carrito de compras *****/



.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {width:100%;}
.vm-product-descr-container-0 > a {
	font-family: 'Arial, Helvetica, sans-serif' ;
	font-size:18px;
	color:#000;
}
.cf_li_clear {
	display:none !important;
}
.filtros {
	    width: 1055px;
    margin: 0 auto;
	margin-top:50px;
}
.cf_flt_header {
	display:none;
}

.cf_filters_list li {
    display: inline-block;
    margin-left: 18px;
	margin-bottom:32px
	}
.cf_filters_list li .cf_option {
    display: inline;
    background: #d3af6f;
	color:#005983;
	border:#005983 solid 1px;
    padding: 10px 30px 10px 30px;
}

.cf_filters_list li .cf_sel_opt {
	font-weight: normal;
    background: #005983 !important;
    color: #fff !important;
}
.main-image img {max-height:380px;}

.product-container h1 {
	text-transform:none;
	font-size:44px;
}
.main-image {padding-bottom:27px;}

.product-neighbours, .icons, .product-short-description, .ratingbox, .customer-reviews {
	display:none;
}
.back-to-category {float:none; padding-top:20px; display:none;}

.product-description {
	width:1100px;
	margin-left:auto !important;
	margin-right:auto !important;
    margin-top: 45px !important;
}
.product-description p {
   text-align: left;
	margin: 5px !important;
   font-size:18px;
}

div.product-field.product-field-type-M {
	text-align: center;
    font-weight: bold;
    font-size: large;
}
div.product-field.product-field-type-M img {
	margin-top:20px;
	float:none;
	display: inline;
}
h7 {
    font-style: italic;
    font-weight: bold;
}
#com-form-login, #userForm.form-validate {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
.product-description .title {
	font-weight:bold;
	font-size:26px !important;
}
span.vm-price-desc {
	display:none;
}

.product-field {
	margin-bottom:14px !important;
}
.vm-customfields-wrap {padding-top:8px;}
.inline-control-group {
	margin-bottom: 5px;
    min-width: 86px;
    float: left;
    margin-right: 4px;
}

.product-description p { margin:15px;}

#ProOPC {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.proopc-shipments, .proopc-st-address {
	display:none;
}
.proopc-payments { margin-top:0px !important;}

.proopc-continue-link {display:none;}

.vp-thankyou-container {
	    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.category-view {
	max-width:1200px;
	margin: 0 auto;
}
.orderby-displaynumber {
	display:none;}
.product

/****** factura *****/
.continue_link {
	background-color: #d3af6f;
    color: #fff;
    padding: 15px;
    text-decoration: none;
}
.vm-cart-header {
	display:none;
}
.vm-cart-header-container {
	margin-top:70px;
}
#com-form-login {
	display:none;
}
#checkoutForm {
	margin-top:60px;
}
div.cart.customer-note {
	text-align:left;
}
#reg_text {
	float:none !important;
	margin-bottom:10px;
}
.control-buttons {
	height:120px;
}
.vm-button-correct {
	float:left;
	width:280px;
}
button.default {
	float:left;
	display: inline-block;
    background-color: #d3af6f !important;
    border-style: solid;
    border-width: thin;
    border-color: #6781a6;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
#menu_mobile {
	display:none;
}
#footer-mobile {
	display:none;
}
.flexslider {
	z-index:-1;
}

li.accordion-item acc-open {
	height:393px !important;
}
#display-mobile {
	display:none;
}
.image_mobile {
	display:none;
}







@media only screen and (max-width: 1199px) {
.image_pc{
   display:none !important;
}

}

@media only screen and (max-width: 791px) {

.logo1 {margin-top: 13px; margin-left: 10px;}
  .breadcrumb { margin-top: 35px;}
#display-pc, .display-pc, #booking, .logo {
	display:none;
}
  .display-mobile {display:block; }
#contenido {
	 width:100%;
	 margin-top:50px;
 }
.flex-direction-nav, .flex-control-nav {
	display:none;
}
.product-description {
	width:90%;
}
input.vmcustom-textinput {
	width:90%;
}
.addtocart-area {
	text-align:left !important;
	margin-left:35px;
}
.product-price {
	    margin-left: auto;
    margin-right: auto;
    width: 100%;
	text-align:center;
}
#logo {
	margin-top: -62px;
    height: 53px;
    position: relative;
}
#logo img {
	width:154px;
	display: block;
    margin: auto;
}
.tiva-dropdown-cart {
    margin-top: 14px; 
    margin-right: 25px;
    position: inherit;
    float: right;
}
.tiva-cart-icon .fa {font-size:33px; color:#005983 !important;}
.tiva-cart-count {background:#005983 !important; top:3px; right:25px;}
.tiva-cart-icon .fa {
    font-size: 33px;
    color: #fff !important;
  }
.filtros{width:100%;}
.cf_filters_list li {
	display: grid;
    margin-left: 18px;
    width: 265px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
}
.cf_filters_list li {display:grid;}
	
#menu2 {
	display:none;
}

h1 {font-size:53px; font-weight:bold;}
#footer-mobile a {font-size:13px;}
#footer-mobile h3 {font-size:20px;}
#footer-mobile p {font-size:14px;}
.accordionLayout .bt-inner .bt-title {font-size:13px;}
.accordionLayout .bt-inner .bt-inner-wrapper img {width:100% !important; margin-bottom:24px;}
.accordionLayout .bt-productslider {z-index:0;}
.productdetails-view, .productdetails {width:100%;}


.specials {
 display:none;
}
.image_pc{
   display:none !important;
  }

#header {height:70px;}

#menu_mobile {
	display:inline-block;
    margin-top: 13px;
    margin-left: 14px;
    position: relative;
    z-index: 1;
}
.dl-menuwrapper button {background:#005983;}
#encabezado1 {
	margin-right:6px;
}
.dl-menuwrapper {
	margin-right:0px !important;
}
.dl-menu {
	width:200px !important;
}
.image_mobile{
   display: inline;
   width:100%;
   height:auto;
}





  .product-field {
    margin-bottom: 0px !important;
}
  .vm3pr-4 .vm-customfields-wrap { margin-bottom:20px !important; min-height: auto;}

.vm-product-media-container {
	width:100% !important;
}
.vm-product-details-container {width:100% !important;}
.addtocart-area {margin-left: inherit;}
.product-description p {text-align:left; margin:7px;}

.vm-product-descr-container-0 {

	min-height:70px;
}
.vm3pr-2 .product-price {min-height:inherit;}

.vm-product-descr-container-0 > h2 {
	height:5px;
}
.product-price {width: auto;}
span.vm-price-desc {color:#F00 !important;}



.item-page, #header, .bannerportada {
	width:100%;
}

	
.item-page div[itemprop="articleBody"], .specials  {
	width:90%;	
    margin-left: auto;
    margin-right: auto;
}	
.customrigth {
	width:90%;
	text-align:center;
}
#col1, #col2, #col3, #cols {
	width:100%;
	margin-right:0px;
}


a.button1 { width:70px;}
.product-container h1 {font-size: 33px; margin-top: 29px;}




.accordionLayout .bt-inner {margin-left:0px;}
.bt-introtext p { margin-right:0px;}
.bt-introtext {     margin: 40px 20px 21px 20px !important;}
.accordion h4 {
	text-align:center;
	color:#013a80;
}
li.accordion-item {
	height:650px; 
}
	
li.accordion-item:nth-child(odd) {
	background:#fff;
	padding-right:0px;
}
li.accordion-item:nth-child(odd) p {
	color:#6a7884 !important;
}
li.accordion-item:nth-child(even) {
	margin-left:0px;
}
li.accordion-item:nth-child(odd) img {
	width:100%;
	padding-right:0px;
	padding-bottom:15px;
}
li.accordion-item:nth-child(even) img {
	width:100%;
	padding-left:0px;
	padding-bottom:15px;
	}


li.accordion-amenities-item {
	height:650px; 
}
	
li.accordion-amenities-item:nth-child(odd) {
	background:#fff;
	padding-right:0px;
}
li.accordion-amenities-item:nth-child(odd) p {
	color:#6a7884 !important;
}
li.accordion-amenities-item:nth-child(even) {
	margin-left:0px;
}
li.accordion-amenities-item:nth-child(odd) img {
	width:100%;
	padding-right:0px;
	padding-bottom:15px;
}
li.accordion-amenities-item:nth-child(even) img {
	width:100%;
	padding-left:0px;
	padding-bottom:15px;
	}


  
div.product {
    width: 90% !important;
    margin-bottom: 3%;
}
  .vm-product-descr-container-0 > h2 {
    margin: 0px;
  }
  
  .vm-product-media-container img {
    width: 100% !important;
    max-height: none;
    height: 100% !important;
}
  
  
  


.products, .vapempblock, form#vapsersearchform, form#vappayform, .vaporderpagediv, .vaporder-backbox, #vap-pay-box {
	width:90%;
	z-index:-10;
}

#CYCLE-SETTING3 {
	float:none;
	margin-right:auto;
	margin-left:auto;
	width:90%;
	height:190px;
	color:#000;
}
.custom-footer {display:none}


a {
		text-decoration:none;
	}
#top {
	width:100%;
	position:fixed;
	background:#fff;
	top:0;
	z-index:999;
}

#logo {
   position:relative;
   top:0;

}
#logo img {
	width:110px;
}

#top {
	width: 100%;
    position: fixed;
    background: #eee;
    bottom: 0;
    z-index: 999;
    height: 85px;
   top:auto;
   padding-left:60px;
}

.breadcumb {
    margin-left: 20px;
  }

#header {
    height: 70px;
  background: #000 !important;
    position: fixed;
}

/********************* MENU ***********/
  #myBtn {
background: #000;
    height: 58px;
    width: 58px;
    position: relative;
    border-radius: 8px;
    margin-top: -1px;
    left: 15px;
    z-index: 999;
    margin-left: 10px;
  }
  #myModal { padding-top:0px; }
  .overlay {
    height: -webkit-fill-available;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff !important;
    opacity: .97;
    overflow-x: hidden;
    transition: 0.5s;
    margin-bottom:84px;
}
.overlay a { font-size:20px;}
.overlay-content {
    position: relative;
    bottom: 0px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    top:40px;
  }
 .overlay #closebtn {
    position: absolute;
    top: -10px;
    font-size: 60px;
    position: fixed;
    color: #013a80;
    cursor: pointer;
  }
  #menu-izq p { line-height:10px;}
  .menu-box { display:none !important;}
  .social {width: 187px;}
  .social .fa {font-size: 30px;
  }
  
/*******************************/  
.app {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}

.app > * {
  grid-column: 2 / -2;
}

/**.app > .full {
  grid-column: 1 / -1;
}
**/
.hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 10px;
  grid-template-rows: minmax(150px, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: 77%;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.25 * var(--gutter));
}

.hs:before,
.hs:after {
  content: '';
  width: 10px;
}


/* Demo styles */



ul {
  list-style: none;
  padding: 0;
}

h3 {
  margin: 0;
}
.item h3 { padding-bottom:20px;}
.app {
  width: 100%;
  /*height: 460px;*/
  overflow-y: scroll;
  padding-top:0px;
}

.hs > li,
.item {
  scroll-snap-align: center;
  /*padding: calc(var(--gutter) / 2 * 1.5);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;

}

#cols, .item { width: auto ;}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
  /******************************/
.mod-languages {
    width: 58px;
    height: 58px;
    text-align: center;
    position: absolute;
    margin-top: 11px;
    right: 115px;
    background: #013a80;
    border-radius: 8px;
  }
  
  div.mod-languages a { color: #fff; line-height:58px;}
}