/* Structure
-
-----------------------------------------*/
* {
  padding: 0;
}
.display-mobile { display:none;}
body {
	margin:0;
	height: 100%;
    font-family: 'Muli', sans-serif;
	color:#6a7884;
	text-align: justify;
	font-size:14px;
}
#menu {
      width: 500px;
    float: left;
    position: fixed;
  z-index:999999;
}
.vaptimeline {color:red;}
a { 
	text-decoration:none;
   color: #013a80;
}
li { float:left;}
h1 {
	color: #959066;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    font-size: 44px;
    font-weight: normal;
    line-height: normal;
    padding: 23px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    max-width: 1160px;
    padding: 20px 0px;
}
h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: -22px !important;
    padding-top: 10px;
    color: #013a80;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 9px;
}
h7 {
	font-weight: bold;
    font-style: italic;
}
p {font-size:16px;}
#contenido {width:1200px; padding-top:100px; margin:0 auto; max-width:90%;}

/********************************/
.vapserblock {width:285px;}
.vapserimage {height:auto;}

/************Encabezado *********/
#header {display:none;}
#top {
    top:0;
    height: 106px;
    position: fixed;
    z-index: 99;
    width: 100%;
}
#logo{
	top:0;
	position:fixed;
    z-index:999;
}
/*************************/

/**************** MENU ***************/
#myBtn {
    float: right;
    margin-top: 23px;
    cursor: pointer;
    margin-right: 15px;
}
#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;
	right: 0;
	background-color:#fff !important;
	opacity:.97;
    overflow-x: hidden; 
    transition: 0.5s;
}
.overlay a {
    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: 22px;
    right: 19px;
    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: 16px;
}


  .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;
    color:#013a80;
}
.menu-box:last-of-type {
    border-left: solid 1px rgba(0, 0, 0, .2);
}

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


/***********************************************/

/************ Language *********/


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

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

/**********************************/
/**** Tiva Cart ******/
.tiva-dropdown-cart {
    margin-top: 15px;
    position: fixed;
    right: 17px;
    z-index: 9999;
}
/********breadcrumb **********/
.breadcrumb { margin-left:40px; }
.breadcrumb li {
     float: left;
     margin-right:15px;
     list-style-type: none;
     text-transform: capitalize;
}

.breadcumb a {
	color:#959066;
}




/************* articles ********/
.menu-list__description {
    width: 380px;
    float: left;
  margin:10px;
}
.menu-list__description img {
	width:380px;
}
.menu-list__description h3 {
    margin-top: 10px;
    padding-top: 0px;
    margin-bottom: 14px;
    position: relative;
    font-size: 19px;
	text-align:center;
	color:#01204e;
}
.menu-list__description p {
    color: #000;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 13px;
    margin-top: -2px;
}
.button2 {
    display: inline-block;
    background-color: #01204e;
    border-style: solid;
    border-width: thin;
    border-color: #6781a6;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 14px;
    padding: 1px;
    width: 105px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}


/********************** Category View ***********/
.category-view {
	width:100%;
	max-width:1200px;
	margin:auto;

}
.orderby-displaynumber { display:none;}
.row img {
	width:100%;
    height:120px !important;
	/*opacity: .3;*/
}

.vm-product-descr-container-0 > h2 {
    /*margin-top: -151px !important;*/
    /*font-size: 24px;*/
    font-size:17px;
    color: #000;
}
.vm-details-button, .vm3pr-0, .vm3pr-1 {display:none;}
.spacer.product-container {border:none;}
/*.vm-product-media-container {margin-bottom:39px;}*/
.horizontal-separator {background:none; display:none;}
.product-price {
	width:100%;
	text-align:center;
}
.vm-product-descr-container-0 {margin-bottom:0px;}

.PricesalesPrice {
	font-size: 20px !important;
   color: #000 !important;
    font-weight: bold;
}

.productdetails-view, .productdetails {
	width:90%;
	max-width:1200px;
	margin:auto;
}
.vm-product-media-container { width:100% !important;}
.vm-product-details-container {
    width: 68% !important;
    margin: 0 auto;
    float: none;
}
.product-description { width:930px; margin:auto !important; margin-top:70px !important;}
.product-description .title {
	text-align: center;
    font-size: x-large !important;
    font-weight: bold;
}

.chzn-container-single, .chzn-drop  { width:500px !important;}

/************** Call center *********/
.accordion {
	width:858px;
	margin:0 auto;
}
li.accordion-item {
	height:565px;
	list-style:none;
}
li.accordion-item:nth-child(odd) {background: #013a80;}

tr {
    color: #000;
}
li.accordion-item.acc-open a {
    color: #000;
	font-size:12px;

}
.button {
    display: inline-block;
    background-color: #01204e;
    border-style: solid;
    border-width: thin;
    border-color: #6781a6;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 180px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
li.accordion-item:nth-child(odd) p {
    color: #fff;
}
.accordion p {
    font-size: 13px;
	text-align:center;
}
li.accordion-item img {
    float: left;
}
/****************** Footer ****************/

#footer {
	clear:both;
	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;
}
#footer a {
	color:#8ed9fc;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer p { text-align:center;}


/***********mobile************/
@media only screen and (max-width: 400px) {

.vapserblock {width:285px;}
}
 @media only screen and (max-width: 791px)
 {
.display-mobile { display:block;}
.display-pc, .image_pc, #footer {display:none !important;} 
a {	text-decoration:none;}
 .spacer {
    /* padding: 14px !important; */
   padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 18px !important;
}	 
.horizontal-separator { display:none;}	 
h1 {
	font-size:35px;
	font-weight:900;
  line-height: 32px;
}
h3 { font-size:24px;}
p {
    font-size: 14px;
    line-height: 20px;
}
.breadcrumb {
    height: auto;
    margin-left: 6px;
	margin-top:30px;
	padding-bottom:1px;
}
.breadcrumb li {margin-top:0px;}

#logo {position: relative;}
#logo img {
	width:110px;
	display: block;
}
.tiva-dropdown-cart {
    margin-top: -32px; 
    margin-right: 10px;
    position: inherit;
    float: right;
}
.tiva-cart-icon .fa {font-size:33px; color:#005983 !important;}
.tiva-cart-count {background:#005983 !important; top:-14px; right:-14px;}

#menu_mobile {
	display:inline-block;
    margin-top: 13px;
    margin-left: 14px;
    position: relative;
    z-index: 1;
}

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

#header {
    height: 70px;
}
#contenido {
 	width: 90%;
    margin: 16px auto;
    padding-bottom: 76px;
  padding-top:20px;
 }
   
/********************* MENU ***********/
  #myBtn {
background: #005983;
    height: 58px;
    position: relative;
    border-radius: 8px;
    margin-top: 11px;
    margin-right: 42px;
    z-index: 999;
  }
  #myModal { padding-top:0px; }
  .overlay {
    height: 85%;
    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: 23px;
    margin: 2px;
}
  .menu-box { display:none !important;}
  .social {width: 187px;}
  .social .fa {font-size: 30px;
  }
  
/*******************************/  
  
.mod-languages {
    width: 58px;
    height: 58px;
    text-align: center;
    position: absolute;
    margin-top: 11px;
    right: 115px;
    background: #005983;
    border-radius: 8px;
  }
  
  div.mod-languages a { color: #fff; line-height:58px;}

.menu-list__description {
    width: 100%;
	margin:auto;
   height:auto !important;
  margin-bottom:16px;
}

.menu-list__description img {
    position: relative;
    opacity: .5;
    width: 100%;
}
.letrero {    margin-top: -113px !important;}
.menu-list__description h3 {
    margin-top: -85px;
    font-size: 22px;
    position: absolute;
    width: 90%;
    text-align: center;
}
.vm-product-descr-container-0 > h2 {
    position: absolute;
    width: 100%;
    margin-top: -122px !important;
    font-size: 17px;

}
.vm-product-descr-container-0 {
    min-height: auto;
}
.vm-product-details-container, .product-description, .product-description img {width: 100% !important;}














   .vm-product-media-container {margin-bottom:18px;}
div.product {
 /*width:90% !important;*/
 /* margin-bottom:3%;*/
  }
  .vm-product-media-container img {
    width: 100% !important;
    max-height: none;
    height: 100% !important;
}

.product-container { height: auto;}  
.vm3pr-1{
   clear:both;
   width:100%;
    position: absolute;
    margin-top: -90px;
}
  
span.PricesalesPrice {line-height:40px;}  

.productdetails-view, .productdetails { width: 100%;}

.vm-product-container {
    width: 92%;
    margin: 0 auto;
}
.vm-product-container .vm-product-media-container {
    float: left;
    width: 100%;
}
.addtocart-area {text-align: left !important;}





:root {
  --gutter: 20px;
}

.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;
}
.menu-container {
     position: absolute;
     top: 20px;
     right: 20px;
   }
   /* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
}