/**
* Template Name: Delivery
* Author: Paulo Courinha
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
}

.navbar {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

}

a {
  color: #2e2c2c;
}

a:hover {
  color: #80716f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

.quantidade {
	width: 100px;
}	

.home1 {
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto;

}


.parallax {
  /* The image used */
  background-image: url("paralax.jpg");

  /* Set a specific height */
  /* height: 50vh !important; */

  height: 90vh !important;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top center !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  perspective: 0px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--back {
  transform: translateZ(-1px);
}

.pequeno {
	  font-size: 12px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #8d8685;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e6573f;
  color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid #e96b56;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header .logo .txt {
    color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.np, .np * {
  margin: 0;
  margin-right: 10px;

  padding: 0;
  list-style: none;
  text-decoration: none;

}

.np a {
  list-style: none;
  text-decoration: none;

  color: #545454;
  padding: 15px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 30px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.home{
  padding-top: 20px;
}

.home .content ul {
  list-style: none;
  padding: 0;
}

.home .content ul li {
  padding-bottom: 10px;
}

.home .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.home .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
.about{
  padding-top: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.about .content p:last-child {
  margin-bottom: 0;
}
--------------------------------------------------------------*/

.error-message,.success-message{font-size:15px;color:#fff;border-radius:5px;width:100%;padding:10px}
.success-message{background-color:#89ba73}
.error-message{background-color:#af5b5b}
.errors{margin-bottom:10px;}
#floating-panel {
        position: relative;
        top: 10px;
        left: 25%;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 10px;
      }
	
/*--------------------------------------------------------------
# login
--------------------------------------------------------------*/
.login {
	padding-top: 20px;
}


/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.menu {
	padding-top: 20px;
}

.menu a {
	margin-top: 20px;
}

.menu .barra {
	margin-bottom:10px;
}

.menu .cliente {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
	margin-bottom:10px;
}

.menu .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
}

.menu .mapa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	position:relative;
	
}

.menu .mapa .map{
	height: 400px;
	width:100%;
}

/*--------------------------------------------------------------
# carrinho
--------------------------------------------------------------*/
.carrinho {
	padding-top: 20px;
}

.carrinho .linha {
	margin-bottom:10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 3px;
}

.carrinho .total {
	margin-bottom:10px;
	border-top: 1px solid black;
	padding: 3px;
}

.carrinho a {
	margin-top: 20px;
}

.carrinho .barra {
	margin-bottom:10px;
}

.carrinho .cliente {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
	margin-bottom:10px;
}

.carrinho .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
}

.carrinho .mapa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	margin-bottom:10px;
	position:relative;
	
}

.carrinho .mapa .map{
	height: 400px;
	width:100%;
}

/*--------------------------------------------------------------
# checkout
--------------------------------------------------------------*/
.checkout {
	padding-top: 20px;
}

.checkout .entregas {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 3px;
	margin:10px;
	margin-top:20px;

}

.checkout .notas {
	padding: 3px;
	margin-top:20px;
	margin-bottom:20px;
}
.checkout .linha {
	margin-bottom:10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 3px;
}

.checkout .total {
	margin-bottom:10px;
	border-top: 1px solid black;
	padding: 3px;
}

.checkout a {
	margin-top: 20px;
}

.checkout .barra {
	margin-bottom:10px;
}

.checkout .cliente {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
	margin-bottom:10px;
}

.checkout .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
}

.checkout .mapa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	margin-bottom:20px;
	position:relative;
	padding:10px;
	
}

.checkout .mapa .map{
	height: 400px;
	width:100%;
}

.checkout .caixa{
	padding: 10px;
  border: 1px dotted black;
  margin-top: 7px;
}

.checkout .tipo-entrega{
	font-weight: bold;
  font-size: 14px;
  color:black;
}

.checkout .titulo{
	font-weight: bold;
  font-size: 21px;
  color:tomato;
}


.checkout .nome{
  padding: 10px;
	font-size: 21px;
}

.checkout .enderecos{
  padding: 10px;
	font-size: 17px;
}
/*--------------------------------------------------------------
# minha-conta
--------------------------------------------------------------*/
.minha-conta {
	padding-top: 20px;
}

.minha-conta .foto {
	max-height:100px;
}

.minha-conta .barra {
	margin-bottom:10px;
}

.minha-conta .cliente {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
	margin-bottom:10px;
}

.minha-conta .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 7px;
}

.minha-conta .mapa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	margin-bottom:20px;
	padding:10px;
	
}

.minha-conta .mapa .map{
	height: 400px;
	width:100%;
}

.minha-conta .cima{
  margin-bottom: 20px;
}

.minha-conta .botoes{
  margin: 10px;
}


/*--------------------------------------------------------------
# minha-contap
--------------------------------------------------------------*/
.minha-contap {
	padding-top: 20px;
}

.minha-contap .entregas {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 3px;
	margin:10px;
	margin-top:20px;

}

.minha-contap .notas {
	padding: 3px;
	margin-top:20px;
	margin-bottom:20px;
}
.minha-contap .linha {
	margin-bottom:10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 3px;
}

.minha-contap .linha-completa {
	margin-bottom:10px;
	padding: 10px;
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);

}

.minha-contap .total {
	margin-bottom:10px;
	border-top: 1px solid black;
	padding: 3px;
}

.minha-contap a {
	margin-top: 20px;
}

.minha-contap .barra {
	margin-bottom:10px;
}

.minha-contap .cliente {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
	margin-bottom:10px;
}

.minha-contap .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
}

.minha-contap .mapa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	margin-bottom:20px;
	padding:10px;
	
}

.minha-contap .mapa .map{
	height: 400px;
	width:100%;
}

/*--------------------------------------------------------------
# ver-encomenda
--------------------------------------------------------------*/
.ver-encomenda {
	padding-top: 20px;
}

.ver-encomenda .entregas {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 3px;
	margin:10px;
	margin-top:20px;

}

.ver-encomenda .notas {
	padding: 3px;
	margin-top:20px;
	margin-bottom:20px;
}
.ver-encomenda .linha {
	margin-bottom:10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 3px;
}

.ver-encomenda .linha-completa {
	margin-bottom:10px;
	padding: 10px;
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);

}

.ver-encomenda .total {
	margin-bottom:10px;
	border-top: 1px solid black;
	padding: 3px;
}

.ver-encomenda a {
	margin-top: 20px;
}

.ver-encomenda .barra {
	margin-bottom:10px;
}

.ver-encomenda .cliente {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
	margin-bottom:10px;
}

.ver-encomenda .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
}

.ver-encomenda .mapa {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.ver-encomenda .mapa .map{
	height: 400px;
	width:100%;
}

.ver-encomenda .status {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 10px;
	margin: 10px;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
}

.ver-encomenda .status_pendente {
  color: orange;
}

.ver-encomenda .status_preparacao {
  color: fuchsia;
}

.ver-encomenda .status_transito {
  color: cadetblue;
}

.ver-encomenda .status_levantamento {
  color: darkcyan;
}

.ver-encomenda .status_entregue {
  color: green;
}

.ver-encomenda .status_cancelada {
  color: red;
}


.ver-encomenda .statusok {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	background-image: url("../img/ok.png");
	background-repeat: no-repeat;
	background-position: left; /* Center the image */
    background-size: contain; /* Resize the background image to cover the entire container */
}

.ver-encomenda .statusno {
	border-radius: 7%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 10px;
	margin: 10px;
	font-size: 12px;
	background-image: url("../img/no.png");
	background-repeat: no-repeat;
	background-position: left; /* Center the image */
	background-size: contain; /* Resize the background image to cover the entire container */
}

.ver-encomenda .km {
	font-size: 21px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;


}
/*--------------------------------------------------------------
# minhas-encomendas
--------------------------------------------------------------*/
.minhas-encomendas {
	padding-top: 20px;
}

.minhas-encomendas img {
	max-height:150px;
}

.minhas-encomendas .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
}
/*--------------------------------------------------------------
# ementa
--------------------------------------------------------------*/
.ementa {
	padding-top: 20px;
}

.ementa .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
  height: 199px;
  width: 100%;

}

.ementa .member img {
  max-height: 80%;
  border-radius: 0%;
  margin: 0 0 10px 0;
}

.ementa .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.ementa .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.ementa .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.ementa .member .social {
  margin-top: 15px;
}

.ementa a {
  color: #000000;
  transition: 0.3s;
}

.ementa a:hover {
  color: #919191;
}

.ementa .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# pagina
--------------------------------------------------------------*/
.pagina {
	padding-top: 20px;
}

.pagina .linha-completa {
	margin-bottom:10px;
	padding: 10px;
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);

}

/*--------------------------------------------------------------
# TRACKING
--------------------------------------------------------------*/
.tracking {
	padding-top: 20px;
}

.tracking .enc {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
}

.tracking .enc .cab {
	color: #ffffff;
	font-weight: 700;
	background: #ed3c0d;
}

.tracking .enc .lin {
	font-weight: 700;
	padding: 3px 0 3px 0;
}

.tracking .member img {
  max-height: 80%;
  border-radius: 0%;
  margin: 0 0 10px 0;
}

.tracking .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.tracking .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.tracking .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.tracking .member .social {
  margin-top: 15px;
}

.tracking a {
  color: #000000;
  transition: 0.3s;
}

.tracking a:hover {
  color: #919191;
}

.tracking .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# pagina
--------------------------------------------------------------*/
.pagina {
	padding-top: 20px;
}

.pagina .linha-completa {
	margin-bottom:10px;
	padding: 10px;
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);

}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.box-shadow, .paralax-mf, .service-box, .work-box, .card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}

.blog-mf {
	padding-top: 20px;
}

.card-img {
  max-height: 200px;
  border-radius: 0%;
  margin: 0 0 10px 0;
  overflow-y: hidden;
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .diz {
  margin-bottom: 10px;
}

#footer .footer-top {
  background: #000000;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 20px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e96b56;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74707f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-bottom:30px;
}

.conta_produtos {
	position: relative;
	padding: 2px 7px 2px 7px;
	background-color: black;
	border-radius: 5px;
	color: white;

}

table.dataTable tbody td {
  vertical-align: center;
}

.entrega-titulo {
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	color: Tomato;
}

.entrega-caixa {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.entrega-linha {
	margin: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
  padding: 10px;
  border: 1px solid #c9c4c4;
  border-radius: 5px;
  color: gray;
  cursor: pointer;
}

.entrega-tipo {
	margin: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
  padding: 10px;
  border: 1px solid #c9c4c4;
  border-radius: 5px;
  color: gray;
  cursor: pointer;
}

.entrega-tipo:hover {
  background-color: black;
  color: white;
}
.entrega-linha:hover{
  background-color: lightcyan;
}

.entrega-ativa {
  border: 3px solid black;
}

.entrega-pin {
  color:#a7a9ac;
  margin-right: 14px;
}

.mapa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	position:relative;
  padding:7px;
  margin: 0px 0px 10px 0px;
	
}

.mapa .map{
	height: 400px;
	width:100%;
}

div.pac-container {
  z-index: 99999999999 !important;
}

.pac-container {
  z-index: 1051 !important;
}

/*--------------------------------------------------------------
# restaurante
--------------------------------------------------------------*/
.restaurante {
	padding-top: 20px;
}

.restaurante .barra {
	margin-bottom:10px;
}

.sombra {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 20px;
}

.restaurante .meia-caixa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
  margin:10px;
  background:  rgba(255, 255, 255, 0.8);
  color: #3d3c3c;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.restaurante .titulo {
  font-size: 17px;
  color: #000000;
}



.restaurante .categoria {
  padding-top: 15px;
  font-size: 21px;
  color: #000000;
}

.restaurante .categoria-tradicional {
  padding-top: 26px;
  font-size: 21px;
  color: tomato;
}
.restaurante .subcategoria {
  padding-top: 10px;
  font-size: 16px;
  color: tomato;
}

.restaurante .linha-produto {
  margin-top:10px;
  margin-bottom:10px;

  padding-top:20px;
  padding-bottom:20px;

  font-size: 17px;
  color: #000000;
  border: 1px dotted #e96b56;
}

.restaurante .linha-produto-tradicional {
  margin-top:5px;
  margin-bottom:5px;
  padding-top:10px;
  padding-bottom:10px;
  font-size: 14px;
  color: #000000;
  border-bottom: 1px dotted #e96b56;
}

.restaurante .linha-produto-tradicional .nome {
  font-size: 14px;
  color: #000000;
}

.restaurante .linha-produto-tradicional .preco {
  font-size: 14px;
  color: #000000;
}


.restaurante .linha-produto-tradicional .descricao {
  font-size: 10px;
  color: gray;
}

.restaurante .linha-produto-destaque {
  margin-top:26px;
  margin-bottom:10px;

  padding-top:20px;
  padding-bottom:20px;

  font-size: 17px;
  color: #000000;
  border: 5px dotted #e96b56;

  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  position: relative;

}

.restaurante .novidade {
  padding:5px;

  font-size: 17px;
  color: #000000;
  border: 3px solid #e96b56;

  color: #e96b56;
  position:absolute;
  top: -25px;
  right: 10px;
  background-color: #ffffff;

}

.restaurante .linha-produto .nome {
  font-size: 21px;
  color: #000000;

}

.restaurante .linha-produto .preco {
  font-size: 21px;
  color: #000000;

}


.restaurante .linha-produto .descricao {
  font-size: 17px;
  color: gray;

}
.restaurante .caixa {
  margin:10px;
  color: white;
}

.restaurante .botoes {
  margin: 3px 3px 3px 3px;
  text-align: center;
}

.restaurante .botoes-destaque {
  margin: 3px 3px 3px 3px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  background-color: #e96b56;
}

.restaurante .botoes-destaque:hover {
  background-color: #000000;
}

.restaurante .dados {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 21px;
}

.restaurante .mapa {
	border-radius: 0%;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	margin-bottom:10px;
	position:relative;
	
}

.restaurante .mapa .map{
	height: 400px;
	width:100%;
}

.ppp img {
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
      max-width: 100%;
}

.ppp:hover img {
  -webkit-transform:scale(1.25); /* Safari and Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* IE 9 */
  -o-transform:scale(1.25); /* Opera */
   transform:scale(1.25);
}

.ppp {
width:100%;
height: 100px;
overflow: hidden;
}

.pppp {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  }

.foto-lista {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%;
    max-height: 100px;
}

.img-hover img {
  -webkit-transition: all .3s ease; /* Safari and Chrome */
  -moz-transition: all .3s ease; /* Firefox */
  -o-transition: all .3s ease; /* IE 9 */
  -ms-transition: all .3s ease; /* Opera */
  transition: all .3s ease;
  position:relative;
  overflow: hidden;
  width:100%;
  max-height: 140px;
}

.img-hover img:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
  -moz-transform:scale(1.20); /* Firefox */
  -ms-transform:scale(1.20); /* IE 9 */
  -o-transform:translatZ(0) scale(1.20); /* Opera */
  transform:translatZ(0) scale(1.20);
}

.foto-home {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 140px;
}
.foto-produto {
  max-height: 300px;
}

.riscado {
	color: red;
	text-decoration: line-through;
	text-decoration-style: solid;
	padding-right: 20px;
}


.barra-scroll {
  margin-bottom: 10px;
  padding-bottom: 7px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.leaflet-map-pane {
  z-index: 2 !important;
}

.leaflet-google-layer {
  z-index: 1 !important;
}

.sheetA4 {
  width: 210mm;
  height: 296mm;
  padding: 10mm;
  background-color: white;
}

.sheetA4landscape {
  width: 290mm;
  height: 210mm;
  padding: 10mm;
  background-color: white;
}


.sheetA4long {
  width: 210mm;
  padding: 10mm;
  background-color: white;
}

.sheetA5 {
  width: 148mm;
  height: 209mm;
  padding: 10mm;
  background-color: white;
}

.sheetTalao {
  width: 90mm;
  padding: 10mm;
  background-color: white;
}

.border1 {

  border: 1px solid grey;

}

hr {
  margin: 7px 0;
}

.linha_encomenda {
  padding: 4px;
  background-color: rgb(243, 243, 243);
  margin-bottom: 4px;
}

.ver-encomendabox {
  width: 210mm;
}

.ver-encomendatitulo {
  background-color: rgba(24, 106, 112, 0.8);
  margin-top: -70px;
  padding: 10px;
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.grey {
  background-color: rgb(232, 233, 233);
}

.scrollToTop{
  width:100px; 
  height:100px;
  padding:10px; 
  text-align:center; 
  font-weight: bold;
  text-decoration: none;
  position:fixed;
  bottom:10px;
  right:10px;
  display:none;
}
.scrollToTop:hover{
  text-decoration:none;
}

.linha-carrinho {
  font-size: 12px;
  cursor: pointer;
}

.mymenu {
  font-weight: bold;
  color: #000000 !important;
}

.tabela12 {
  font-size: 12px;
}

.titulo-home {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}