@font-face {
    font-family: Bungee Shade;
    src: url(../fonts/Bungee-Shade.otf);
}
@font-face {
  font-family: 'vaso-kw';
  src:  url('../fonts/vaso-kw.eot?nesy86');
  src:  url('../fonts/vaso-kw.eot?nesy86#iefix') format('embedded-opentype'),
    url('../fonts/vaso-kw.ttf?nesy86') format('truetype'),
    url('../fonts/vaso-kw.woff?nesy86') format('woff'),
    url('../fonts/vaso-kw.svg?nesy86#vaso-kw') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="kw-"], [class*=" kw-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vaso-kw' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kw-vaso-kw:before {
  content: "\e900";
}

:root {
  /*--color-principal: #A0C98F;*/
  --color-principal: #A0C9A1;
  --color-secundario: #a1c88f;
  
}

header{
	background-color: #F7F7F7;
	/*position: fixed;
	width: 100%;
	z-index: 1;*/
}
a {
	color: black;
}
a:hover {
	color: #3a3a3a;
}
/*ALGUNAS CLASES*/
.font-bungee{
  font-family: 'Bungee Shade', cursive;
}
.color-principal{
  color: var(--color-principal); 
}
.bg-gray{
  background-color: #F7F7F7;
}
.bg-green{
  background-color: var(--color-principal) !important;
}
.bg-darkgreen{
  background-color: var(--color-secundario) !important;
}
.bg-orange{
  background-color: #faa41d !important;
}
.show-grid{
    margin-bottom: 15px;
}
.text-green{
  color: #A0C9A1;
}
.text-black{
  color: #262626;
}
.text-orange{
  color: #faa41d;
}
.text-color-marca{
  color: #ABC790;
}
.bloq-oscuro{
  display:none;
  width: 100%;
  height: 150%;
  position: absolute;
  z-index: 99999;
  background-color: rgba(33, 36, 44, 0.4);
  background: rgba(33, 36, 44, 0.4);
  color: rgba(33, 36, 44, 0.4);
}
.bloq-oscuro .msn-popup{
  top: 22%;
  width: 300px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff; 
  /*background-image: url('../image/felicidades.png');*/
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloq-oscuro .msn-popup h1{
  padding: 5px;
  color: var(--color-principal);
  text-align: center;
  font-size: 25px;
  }
.bloq-oscuro .msn-popup div.msn-text{
  padding: 10px;
  color: #222222;
  font-size: 14px;
  /*margin-bottom: 50px;*/
  height: 100px;
  }
.bloq-oscuro .msn-popup div.msn-extra-text{
  padding-top: 5px;
  font-size: 12px;
  width: 250px;
  margin: 0 auto;
  border-top: 1px solid #A6A7AB;
  color: #222222;
  }
.bloq-oscuro .msn-popup div.msn-extra-text a{
  color: #222222;
  font-weight: bold;
  }
.loader {
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader.small{
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #212529; /* Blue */
  width: 35px;
  height: 35px;
}
.text-decoration-none:hover{
  text-decoration: none;
}
.input-focus-none:focus{
  text-decoration: none;
  box-shadow: none;
}
/*FIN ALGUNAS CLASES*/

/**ICONS**/
.fab.icon36{
	font-size: 36px;
}
.fab.icon26{
  font-size: 26px;
}
.fas.icon26{
  font-size: 26px;
}
.fas.icon36{
	font-size: 36px;
}
/**FIN ICONS**/


/***HEADER***/
.top-navbar{
  height: 4px;
  width: 100%;
  margin-left: 0px;
  background-color: #A0C9A1;
}
.navbar{
	padding: 0 !important;
}
.navbar .navbar-logo{
	position: absolute;
	top: 2;
}
.navbar-nav a{
  padding: 15px !important;
	color: #262626 !important;
}
.navbar-nav a:hover{
    color: #fff !important;
}
.navbar-nav .nav-item.active{
	color:#fff;
  background-color: #262626;
}
.navbar-nav .nav-item.active a{
  color:#fff !important;
}
.navbar-nav .nav-item:hover{
  color:#fff;
	background-color: #262626;
	-webkit-transition: all .5s; /* Safari */
  transition: all .5s;
}

.navbar .navbar-logo-resp{
  display: none;
}
/*******/

/*.navbar-nav .nav-item .nav-link:hover{
  color: #262626;
  -webkit-transition: color .4s; 
  transition: color .4s;
}*/
/***FIN HEADER***/

/**MAIN**/
.position-middle-center {
    position: absolute;
    left: 38%;
    top: 47%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
section{
	margin-bottom: 30px;
}
.sec-banner{
	width: 100%;
	height: 700px;
	webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: 0 0;
  background: url(../img/ks-1.jpg) no-repeat center center;
}
section#trabaja-con-nosotros{
  background-color: #1C1C1C;
  color: #fff;
}
section#trabaja-con-nosotros a{
  color: #fff;
  text-decoration: none;
}
section#trabaja-con-nosotros a:hover{
  text-decoration: underline;
}
/**FIN MAIN**/

/**BOTON UP**/

.ui-to-top:focus {
  color: #101010;
  text-decoration: none;
}

.ui-to-top:hover {
  text-decoration: none;
  color: #FFF;
  background: #030303;
}
.ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}
@media (min-width: 480px){
	.ui-to-top {
	    right: 40px;
	    bottom: 40px;
	}
}
.ui-to-top{
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #101010;
    background: #fff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .3s all ease;
    box-shadow: 1px 1px 10px -1px rgba(16, 16, 16, 0.2);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

/**FIN BOTON TOP**/

/**FOOTER**/
footer{
  background-color: #F7F7F7;
}
/**FIN FOOTER**/



/*MENU*/
#content-menu h2{
  color: var(--color-principal); 
}
#content-menu ul {
  padding: 0;
}
#content-menu ul li{
  list-style: none;
}
#content-menu ul li a{
  text-decoration: none;
  color: var(--color-principal);
}
#content-menu ul li a:hover{
  background-color: var(--color-principal);
  color: #fff;
  -webkit-transition: all .3s; /* Safari */
  transition: all .3s;
}
/*FIN MENU*/

/*FRAPPES*/
#content-frappes .list-frappes p{
  font-size: 13px;
}
/*FIN FRAPPE*/

/*TIENDAS*/
.title-tienda span{
  color: var(--color-principal); 
}
.shop-legend-icons>li:first-child {
  padding: 0 5px;
}
.shop-legend-icons>li+li {
    /*padding: 0 5px;
    color: #ccc;
    content: "/\00a0";*/
    border-left: 1px solid #ccc;
    padding: 0 6px;
}
.shop-legend-icons{
  width: 574px;
  font-size: 12px;
  float: right;
  position: relative;
  top: 7px;
}
.shop-legend-icons .icon25{
  display: block;
  width: 25px;
  height: 25px;
}
.shop-legend-icons i{
  float: left;
  margin-top: -6px;
  margin-right: 5px;
}
.shop-legend-icons .icon25.icon-frappe{
    background-image: url(../img/icon-frappe.png);
}
.shop-legend-icons .icon25.icon-dona {
    background-image: url(../img/icon-dona.png);
}
.shop-legend-icons .icon25.icon-sandwich {
    background-image: url(../img/icon-sandwich.png);
}
.shop-legend-icons .icon25.icon-plato {
    background-image: url(../img/icon-plato.png);
}
.shop-legend-icons .icon25.icon-wifi {
    background-image: url(../img/icon-wifi.png);
}
.shop-legend-icons .icon25.icon-delivery {
    background-image: url(../img/icon-delivery.png);
}
.grip-shop-btnmap{
  position: relative;
  top: -5px;
  background-color: var(--color-principal); 
  color: #fff !important;
  font-size: 12px;
}
/*FIN TIENDAS*/

/*PROMOCIONES*/
.prom-select-tiendas{
  background-color: transparent;
  color: #262626;
}
.prom-select-tiendas:hover{
  background-color: #262626;
  color: #fff;
}
.prom-select-tiendas:focus{
  background-color: #262626;
  color: #fff;
}

.prom-select-tiendas-menu a:focus{
  background-color: #262626;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .prom-tien.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #262626;
    border-color: #4e555b;
}

.prom-prodpt .img-prom-prodpt img{
  width: 100%;
}

/*FIN PROMOCIONES*/

/*PUNTOS KW*/
.nav-puntoskw{
  width: 323px;
  font-size: 16px;
  float: right;
  position: relative;
  top: 16px;
}
.nav-puntoskw li .nav-link.active{
  background-color: var(--color-principal); 
  color: #FFF !important;
}
.icon-big {
    display: block;
    width: 55px;
    height: 55px;
}
.icon-big.icon-sol {
    background-image: url(../img/icon-sol.png);
}
.ptkw-numeric{
  padding-top: 6px;
  padding-left: 20px;
}
.ptkw-simbol{
  padding-top: 11px;
  padding-left: 12px;
}
.form-ptkw-reg{
  display: inline-table;
}
.form-ptkw-reg legend{
  font-size: 18px;
}
.form-ptkw-reg input[type="text"], .form-ptkw-reg input[type="date"], .form-ptkw-reg  input[type="email"], .form-ptkw-reg  input[type="password"], .form-ptkw-reg  input[type="number"]  {
    margin-bottom: 15px;
    width: 250px;
    height: 30px;
    border: none;
    border-bottom: 1px solid #A9A9A9;
    color: #000;
}
.form-ptkw-reg #select-form-reg {
    margin-bottom: 15px;
    width: 250px;
    height: 30px;
    border: none;
    border-bottom: 1px solid #A9A9A9;
    color: #000;
}
.form-ptkw-reg #select-form-reg:focus{
  outline: none;
}



.form-ptkw-reg input[type="text"]:focus, .form-ptkw-reg input[type="date"]:focus, .form-ptkw-reg input[type="email"]:focus, .form-ptkw-reg input[type="password"]:focus, .form-ptkw-reg  input[type="number"]:focus {
  outline: none;
}
.form-consul-pt input[type="text"], .form-consul-pt  input[type="date"], .form-consul-pt  input[type="email"], .form-consul-pt  input[type="password"] , .form-ptkw-reg  input[type="number"] {
    margin-bottom: 15px;
    width: 250px;
    height: 30px;
    border: none;
    border-bottom: 1px solid #A9A9A9;
    color: #000;
}
.form-consul-pt input[type="text"]:focus, .form-consul-pt  input[type="date"]:focus, .form-consul-pt  input[type="email"]:focus, .form-consul-pt input[type="password"]:focus, .form-ptkw-reg  input[type="number"]:focus {
  outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }
.bloq-tarjt {
  width: 400px;
  height: 210px;
  background-color: #A0C98F;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 13px 16px -8px rgba(115,115,115,0.76);
  -moz-box-shadow: 0px 13px 16px -8px rgba(115,115,115,0.76);
  box-shadow: 0px 13px 16px -8px rgba(115,115,115,0.76);
}
.bloq-tarjt .trj-title {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 14px;
    width: 200px;
    height: 60px;
    margin: 0 auto;
}
.bloq-tarjt .show-pt {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #222222;
    padding-top: 7px;
    position: relative;
    top: 65px;
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
}
.activecatpt{
  background-color: #F7F7F7;
}
/*FIN PUNTOS KW*/

/*TRABAJA CON NOSOTROS*/
/*.work-select-kw:focus{
  box-shadow: none;
  border: 1px solid var(--color-principal);
}
.work-select-kw .work-option-select-kw:hover{
  background-color: var(--color-principal) !important; 
}*/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  padding: 0px;
  width: 100% !important;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #fff;
  /*color: #212529;*/
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #212529;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.select-selected {
  color: #ffffff !important;
  background-color: #212529 !important;

}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #212529;
  color: #ffffff !important;
}
#exampleFormControlFile1{
  border: 1px solid #ced4da;
}
/*FIN TRABAJ CON NOSOTROS*/

/*DELIVERY*/

/*FIN DELIVERY*/

/*==========
  RESPONSIVE
============*/


@media (max-width: 991px){
  .title-tienda{
    font-size: 26px;
  }
  .cmt-5{
    margin-top: 15px;
  }

/*===INICIO===*/
  .img-home img{
    width: 100%;
  }
/*===FIN INICIO===*/

/*===HEADER===*/
  .header-container{
    padding: 10px 0px 10px 0px;
  }
  .navbar .navbar-logo {
      display: none;
  }
  .navbar .navbar-logo-resp{
    display: block;
    text-decoration: none;
  }
  .navbar .navbar-logo-resp span{
    position:relative;
    top:-5px
  }

/*===FIN HEADER===*/

/*===TIENDAS===*/  
  .shop-legend-icons {
    width: 345px;
  }
  .shop-legend-icons li{
    margin-bottom: 6px;
  }
  .grip-shop-btnmap {
    top: 0px;
    margin-top: 15px;
  }
/*===FIN TIENDAS===*/



/*===NOSOTROS===*/
  
/*===FIN NOSOTROS===*/

/*===PUNTOS KW===*/
  .nav-puntoskw {
    font-size: 13px;
    top: 0px;
  }
  .img-trj-kw{
    width: 335px;
  }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .prom-tien.show > .btn-secondary.dropdown-toggle {
    float: left !important;
  }
  .bloq-tarjt{
    /*width: 338px;*/
    width: 100%;
  }
  .list-cat-prodpt.mr-5{
    margin-right: 0px !important;
  }
/*===FIN PUNTOS KW===*/
}
/*==============
  FIN RESPONSIVE
================*/


