/*
** FUENTES
*/
@font-face {
	font-family: 'Gotham-Thin';
	src: url('fonts/Gotham-Thin.eot');
	src: local('☺'), url('fonts/Gotham-Thin.woff') format('woff'), url('fonts/Gotham-Thin.ttf') format('truetype'), url('fonts/Gotham-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GothamLight';
	src: url('fonts/GothamLight.eot');
	src: local('☺'), url('fonts/GothamLight.woff') format('woff'), url('fonts/GothamLight.ttf') format('truetype'), url('fonts/GothamLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GothamBook';
	src: url('fonts/GothamBook.eot');
	src: local('☺'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/GothamMedium.eot');
	src: local('☺'), url('fonts/GothamMedium.woff') format('woff'), url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**********************************************/
@font-face {
	font-family: 'Helvetica-normal';
	src: url('fonts/HelveticaNeueLTStd-Roman.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-bold';
	src: url('fonts/HelveticaNeueLTStd-Bd.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Bd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-900';
	src: url('fonts/HelveticaNeueLTStd-Blk.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-Blk.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Blk.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Blk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sabon';
	src: url('fonts/SabonLTStd-Bold.eot');
	src: local('☺'), url('fonts/SabonLTStd-Bold.woff') format('woff'), url('fonts/SabonLTStd-Bold.ttf') format('truetype'), url('fonts/SabonLTStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
** GENERAL
*/
html {
  scroll-behavior: smooth;
}

* {
  font-family: 'Conv_GothamLight';
  font-style: normal;
}

.helvetica-900 {
  font-family: 'GothamMedium';
  font-weight: 900;
  font-style: normal;
}

.helvetica {
  font-family: 'Conv_GothamLight';
  font-style: normal;
}

.sabon {
  font-family: 'GothamMedium';
  font-weight: 600;
}

/*
** OCULTA EL LOGO DE GOOGLE RECAPTCHA
*/
.grecaptcha-badge {
  display: none;
}

/*
** CLASES BASICAS
*/

.container-main, .container-main-local {
  padding-bottom: 30px;
}
.error {
  color: rgb(155, 20, 20);
}

label.error {
  max-width: 100%;
  padding: 2px;
  font-weight: bold;
}

.primary-color {
  color: #267700;
}

.secondary-color {
  color: #002B3B;
}

.tertiary-color {
  color: #000000;
}

.primary-background {
  background-color: #267700;
}

.secondary-background {
  background-color: #008381;
}

.clickable {
  cursor: pointer;
}

/*
** FULL RESPONSIVE BACKGROUND
*/
.img-background, .img-background-b, .imagen-noticia {
  background-color: #d7d0b7;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

@supports ( -webkit-touch-callout : none) {
  .img-background, .img-background-b {
  background-attachment:scroll
  }
  }

  @supports not ( -webkit-touch-callout : none) {
    .img-background, .img-background-b {
  background-attachment: fixed;
  }
}

.img-background {
  background-image: url("../img/background.jpg");
  /*background-position-y: 80px;*/
}

@media (max-width: 720px) {
  .img-background {
    background-image: url("../img/background_mobile.jpg");
    background-position-y: 0px;
  }
}

.img-background-b {
  background-image: url("../img/background_b.jpg");
}

.background-dark {
  background-color: #f4f4f4;
}

/*
** NAVBAR
*/
nav.navbar {
  padding-top: 20px;
}
a.navbar-brand, .cart-container {
  width: 15%;
}
ul.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -10px;
  min-height: 108px;
}

a.nav-link {
  font-size: 1rem;
}

#cart i {
  color: #FFFFFF;
  font-size: x-large;
}

#cart i:hover {
  color: rgba(255, 255, 255, .5);
  font-size: x-large;
}

#cart span {
  font-size: x-small;
}

.nav-item .nav-link {
  color: #FFFFFF !important;
}

.nav-item .nav-link:hover {
  color: rgba(255, 255, 255, .5) !important;
}

/*
** FOOTER
*/


.foot-title {
  font-family: 'GothamMedium';
}

.foot-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.foot-list-item {
  font-family: 'Helvetica-normal';
  font-weight: 200;
}

.foot-app-logo {
  width: 40%;
  max-width: 128px;
}


.footer-block {
  text-align: center;
}

/*
** BOTONES
*/
.primary-btn, .primary-btn:hover, .primary-btn:active {
  font-family: "Conv_GothamLight";
  font-weight: 600;
  background-color: #267700;
  color: #FFFFFF;
  border: none;
  border-radius: 30px;
  font-size: x-large;
  padding: 10px 20px;
  min-width: 80%;
}

.primary-btn:hover, .secondary-btn:hover {
  opacity: 0.8;
  /* box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2); */
}

.primary-btn:active {
  opacity: 1;
  /* box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1); */
  color: #002B3B;
}

.secondary-btn, .secondary-btn:hover, .secondary-btn:active {
  background-color: #002B3B;
  color: #FFFFFF;
  border-color: transparent;
  border-radius: 30px;
  font-size: large;
  padding: 10px 20px;
  min-width: 70%;
}

.secondary-btn:active {
  opacity: 1;
  /* box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1); */
  color: #cfa53a;
}

.tertiary-btn {
  background-color: #FFFFFF;
  color: #002B3B;
  border-radius: 15px;
  min-width: 50%;
  font-size: large;
  padding: 5px 20px;
}

/*
** ENLACES
*/
a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  color: #f3e36a;
}

a.normal {
  color: #000;
}



/*
** FORMULARIOS
*/
input.primary {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 6px;
  border: none;
  line-height: 2.5em;
}

input.secondary {
  width: 80%;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #002B3B;
  line-height: 2.5em;
}

.password, .repite-password {
  position: relative;
}

.password label, .repite-password label {
  width: 100%;
}

.password input, .repite-password input {
  width: 100%;
}

.password span, .repite-password span {
  position: absolute;
  right: 5px;
  top: 6px;
  cursor: pointer;
  padding: 2px 7px;
  background-color: #002B3B;
  opacity: 0.6;
}



/*
** CABECERA
*/
/* .navbar {
  z-index: 5000;
} */

.dropdown-menu {
  background-color: #002B3B;
}

.lang-img {
  margin-bottom: 14px;
}

.lang-text {
  display: inline-block;
  padding-top: 18px;
  padding-left: 4px;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .lang-text {
    display: none;
  }
  .lang-img {
    margin-bottom: 0;
  }
}


/*
** MAPA
*/
#mapid, #map_coord, #minimap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#mapid, #map_coord {
  margin-top: 126px;
}


.leaflet-popup-content-wrapper {
  border: none;
  width: 200px;
  height: 110px;
  border-radius: 10 !important;
  border-top-left-radius: 0;
  box-shadow: 7px 7px 7px #002b3b80;
}


.leaflet-popup {
  margin: 0 !important;
}

.leaflet-popup-close-button, .leaflet-popup-tip {
  display: none;
}

.leaflet-popup-content {
  margin: 5px;
}

.leaflet-popup-content p {
  margin: 0;
}

.leaflet-control-zoom a, .leaflet-control-attribution a, .leaflet-popup-content a {
  color: #002B3B;
}

.leaflet-popup-container {
  width: 100%;
  height: 105px;
  position: relative;
}

.leaflet-popup-footer {
  width: 100%;
  position: absolute;
  bottom: 5px;
}
/*
** TABLA LISTA LOCALES
*/

.cambiar-vista-container img {
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
}


.local-card {
  position: relative;
  height: 200px;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
  border-radius: 12px;
  min-width: 280px;
}

.info-local {
  height: 160px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  border-radius: 0 10px 0 0 ;
}

.overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 160px;
  border-radius: 0 10px 0 0;
  background-color: #002B3B;
  opacity: .4;
}

.icono-local {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
}

.img-icono {
  width: 80px;
}

.img-icono-local {
  width: 80px;
}

.info-local .nombre-local, .info-local .cat-local {
  position: absolute;
  color: #FFFFFF;
  font-size: x-large;
  font-weight: bold;
}

.info-local .cat-local {
  font-size: 1rem;
  top: 90px;
  display: none;
}

.nombre-local h4 {
  font-family: "GothamMedium";
}

.data-local {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}


.data-local .nombre-local, .data-local .categoria-local {
  color: #ffffff;
  text-shadow: 0 1px 4px rgb(0 0 0 / 60%);
}

.data-local .categoria-local {
  margin-bottom: 0;
}

.detalles-local {
  background-color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  font-size: small;
}


.lista-locales{
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0 15px;
  cursor: pointer;
}

.lista-locales tr td {
  background-color: #267700;
  text-align: left;
  padding: 0;
  margin: 0;
}

.lista-locales tr td:first-child {
  background-color: #ffffff;
  text-align: center;
  width: 80px;
}

.lista-locales tr td:nth-child(2) {
  padding-left: 20px;
}


.lista-locales tr td:last-child {
  vertical-align: middle;
  width: 15%;
  text-align: right;
  padding-right: 10px;
}
.lista-locales .nombre-local {
  font-family: "Conv_GothamLight";
  font-size: x-large;
  font-weight: bold;
}

.lista-locales .direccion-local {
  font-size: small;
}

.horario-local-est {
  display: inline-block;
  font-size: xx-small;
}

/*
** VISTA CARTA LOCAL
*/
.local-header {
  height: 20vh;
  min-height: 160px;
  /* background: url(../../imgs/destacadas/back_local.jpg);
  background-size: cover; */
}

.carta-header {
  margin-top: -150px;
}

.local-icono img {
  height: 80px;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
}

.carta-header .local-data {
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
  border-radius: 10px;
}
/* .nombre-local {
  font-family: "GothamMedium";
  font-size: xx-large;
} */

.direccion-local {
  font-size: small;
}

.local-data {
  background-color: #FFFFFF;
}

.local-data-name .nombre-local {
  font-size: x-large;
}

/*
** TABLA CARTA PRODUCTOS
*/

.carta-local, .cart-items {
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: left;
  border-collapse: initial;
}

.producto td:first-child{
  padding-left: 15px;
}

.categoria-carta, .cart-th, .ticket-head {
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
  border-radius: 10px;
  background-color: #FFFFFF;
  font-size: x-large;
  border-bottom: .5rem solid #FFFFFF;
  border-top: .5rem solid #FFFFFF;
  border-radius: 10px;
}

.producto {
  font-size: larger;
}

.carta-alert-title {
  font-size: xx-large;
}

/*
** MODAL AÑADIR PRODUCTO AL CARRITO
*/

/*
** MODAL AÑADIR PRODUCTO AL CARRITO
*/

#mostrar {
  height: 100%;
}

#imagen_producto {
  width: 40%;
  float: left;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#carrito {
  width: 60%;
  float: right;
  height: 100%;
}

#detalles, #detalles_small {
  position: relative;
  width: 100%;
  height: 80%;
  padding: 20px 20px 10px;
}

#detalles_small {
  height: 100%;
}

#formulario {
  width: 100%;
  height: 20%;
}

.modal-content-400 {
  height: 400px;
}

#datos_producto {
  position: absolute;
}

#datos_producto > div {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 8px;
}

#precio_producto {
  font-weight: bolder;
}

#peso_producto {
  font-style: italic;
}

#cantidad_producto {
  height: 100%;
}

@media (min-width: 577px) {
  .product-small {
    display: none;
  }

  #datos_producto {
    bottom: 20px;
  }
}

@media (max-width: 576px) {
  .lista-title {
    font-size: 1.4rem;
  }

  .detalles-local {
    font-size: small;
  }

  .modal-content-400 {
    height: 90vh;
    max-height: 700px !important;
    max-width: 400px;
    /* bottom: -8vh; */
  }
}

@media (min-width: 991px) {
  .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
  }
}




/*
** CARRITO
*/

.local-header-plain {
  height: 25vh;
  min-height: 160px;
  background-image: unset;
  background-color: #267700;
}

.cart-th-cols th, .cart-th-cols-small th {
  border-bottom: 2px solid #267700;
  padding: 10px 0;
}

.cart-item td, .cart-items th {
  font-family: "Sabon";
  padding: 10px 0;
  /* font-size: x-large; */
}

.cart-items tfoot th {
  border-top: 2px solid #267700;
  border-bottom: 2px solid #267700;
  padding: 10px 0;
}

.total-a-pagar {
  display: block;
  font-size: 4rem;
}

.small-alert {
  font-size: small;
}

/*
** CHECKOUT
*/

.client-data p {
  margin-bottom: 0.3rem;
}

.data-barco, .entrega {
  margin: auto;
  width: 400px;
  max-width: 80%;
  height: 40px;
}

.data-barco input, #hora_entrega {
  text-align: center;
  font-size: 20px;
  color: rgb(146, 145, 145)
}

.pagos-container {
  width: 400px;
  min-width: 300px;
}

.pagos-btn {
  width: 40%;
  background-color: #267700;
  height: 50px;
  border-radius: 30px;
  font-size: 1.3rem;
  height: 35px;
  border: none;
}


/*
** TABLAS PEDIDOS
*/

.pedido {
  width: 100%;
  table-layout: fixed;
}

.pedido thead {
  border-bottom: 4px solid #267700;
}

.pedido thead th {
  padding-bottom: 15px;
}

h3.mes {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

h3.mes span {
  background:#002B3B;
  padding:0 10px;
}

.fila-pedido {
  background-color: #FFFFFF;
  margin-bottom: 10px;
}

.fila-pedido td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 0;
}

.fila-pedido  td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.fila-pedido td:nth-child(2) {
  padding: 0 0.2em;
  background:
    linear-gradient(to bottom,
      white 1px,
      transparent 1px,
      transparent calc(100% - 4px),
      white calc(100% - 4px)
    ),
    linear-gradient(to right,
      #002B3B 1px,
      transparent 1px,
      transparent calc(100% - 1px),
      #002B3B calc(100% - 1px)
    );
  background-size: 95% 100%, 100% 60%;
  background-repeat: no-repeat;
  background-position: center;
}

tr.spacer {
  height: 20px;
}

img.drone_prim {
  width: 100px;
  max-width: 80%;
  padding-bottom: 20px;
}

.local-tlf{
  font-size: x-small;
}


#detalles_carta {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

/*
** Banners
*/
.banner-container {
  max-width: 800px;
}

.banner-container img {
  width: 100%;
}


/*
** PAGES
*/

.page-title h2 {
  font-size: xx-large;
}

.page-subtitle h3 {
  font-size: x-large;
}

.page-img img {
  width: 100%;
}

@media (min-width: 992px) {
  ul.navbar-nav li {
    padding: .2rem;
  }

  a.nav-link {
    margin-top: 25px;
  }

  .cart-container {
    text-align: center;
  }

  .cambiar-vista-container {
    display: none;
  }
}

@media (max-width: 991px) {
  #mapid, #map_coord {
    margin-top: 96px;
  }
}


@media (max-width: 767px) {
  .overlay, .info-local {
    border-radius: 10px 10px 0 0 ;
  }

  .info-local .cat-local {
    display: block;
  }

  .lista-locales tr td:first-child {
    width: 60px;
  }

  .lista-locales tr td:first-child>div {
    flex-direction: column;
  }

  .lista-locales .nombre-local {
    font-size: large;
  }

  .lista-locales .direccion-local {
    font-size: x-small;
  }



  .local-data-phone {
    font-size: x-small;
  }

  .producto {
    font-size: small;
  }

  .container-producto #descripcion_producto {
    font-size: small;
  }

  .container-producto #datos_producto {
    font-size: small;
  }

  .container-producto #datos_producto > div {
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 3px 4px;
  }

  .local-icons {
    height: 60px;
  }

}

@media (max-width: 420px) {
  /* .lista-title {
    font-size: .85rem;
  } */
}

/* .float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	left:40px;
	background-color: #267700;
	color:#002B3B;
	border-radius:10px;
	text-align:center;
  font-size: 1.75rem;
	box-shadow: 2px 2px 3px #002B3B;
  opacity: .5;
  z-index: 500;
} */



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(141, 133, 135);
  font-size: .8rem;
  font-style: italic;
  opacity: .5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(141, 133, 135);
  font-size: .8rem;
  font-style: italic;
  opacity: .5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(141, 133, 135);
  font-size: .8rem;
  font-style: italic;
  opacity: .5;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(141, 133, 135);
  font-size: .8rem;
  font-style: italic;
  opacity: .5;
}
