/* colours */
:root{
  --primary: #ca5527;
  --secondary: #F8AC1B;
  --title: #f2f2f2;
}

/* layout styles */
footer {
  position:fixed;
  left:0px;
  bottom:0px;
  height:50px;
  width:100%;
  background:var(--primary);
  border-top:var(--secondary) solid 2px;
}
footer i{
  padding-top: 5%;
 
}

/* IE 6 */
* html footer {
  position:absolute;
  top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px')
}
.margenPie {
  margin-top: 5px;
} 
.material-icons {  
  font-size: 28px;
}
.primario{
  color: var(--primary);
}
.secundario{
  color:  #424342;
}

h5 {
  font-weight: bold;
  color: #424342;
}
nav{
  background: var(--primary);
  border-bottom: 5px solid var(--secondary);
}
nav a{
  text-transform: uppercase;
  color: var(--title);
  font-size: 16px;
}
nav a span{
  font-weight: bold;
  font-size: 16px;
}
nav .sidenav-trigger{
  margin: 0;
  color: var(--title);
}

nav img {
  max-height: 40px;
  margin-top: 4px;
  padding-right: 5px;
}

/* recipe styles */
.recipes{
  margin-top: 20px;
}
.card-panel.recipe{
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 1px 3px rgba(90,90,90,0.1);  
  position: relative;
}
.recipe img{
  max-width: 60px;
}
.recipe-details{
  margin-top: 5px;
  font-size: 1.2rem;
}
.recipe-price{
  font-weight: bold;
}
.recipes p{
  margin: 0;
  font-weight: 500;
  color: #424342;
}
.recipe-title{
  font-weight: bold;
}
.recipe-ingredients{
  font-size: 0.8em;
}

/* form-styles */
.row .col {
  padding: 0 5px;
}
.card{
  margin-bottom: 0;
  z-index: 0;
}
.card .card-content{
  padding: 12px 5px;
  text-align: center;   
}
.card .card-image img{
  z-index: 0; 
}
.box{
  height: 150px;  
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.card-a{
  display: inline-block;
  height: 100%;
  width: 80%;
}
.card-b{
  display: inline-block;
  height: 100%;
  width: 80%;
}
.card-c{
  display: inline-block;
  height: 100%;
  width: 80%;
}
.bold{
  font-weight: bold;
}

.card .card-title{
  font-size: 32px;
  font-weight: bolder;
  border-color: #404041;
}
.ejec {
  background-color: var(--primary);
  color: white;
  font-size: 32px;
  padding: 0 5px;
}
a{
  color:#757575;
}
input{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.side-form button{
  background: var(--title);
  box-shadow: 1px 1px 3px rgba(90,90,90,0.2);
}
form .input-field{
  margin-top: 30px;
}
.google-maps {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.btnWaze {  
  margin-top: 20px;
}

.tabs .tab a{
  color:#000;
} /*Black color to the text*/

.tabs .tab a:hover {
  background-color:#eee;
  color:#000;
} /*Text color on hover*/

.tabs .tab a.active {
  background-color:#fff;
  color:#000;
} /*Background and text color when a tab is active*/

.tabs .indicator {
  background-color:var(--secondary);
} /*Color of underline*/
.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: transparent; 
  outline: none;
}
.margenAbajo{
  margin-bottom: 50px;
}
.margenArriba{
  margin-top: 10px;
}
.collection .collection-item.avatar {
  min-height: 65px;
}
.peq-wa{
  font-size: .8rem;
  width: 100%;
  color: forestgreen;
  text-align: center;
}
.peq-fb{
  font-size: .8rem;
  width: 100%;
  color: rgb(59, 0, 155);
  text-align: center;
}
.peq-ig{
  font-size: .8rem;
  width: 100%;
  color: #C42C66;
  text-align: center;
}
.img-peq{
   width: 100%;
}
.whatsapp{
  width: 30%;
}
.dropdown-content{
  min-width: 80px;  
  z-index: 999;
  background-color: #fff;
  margin: 0;
  display: none;  
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 28px;
  top: 40px;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.atras {
  z-index: 0;
}

.btnLink {
  width: 80%;
}
.margen{
  margin: 0;
}
.btnWaze {
max-width: 60%;
}
.texto {
  font-weight: bolder;
  font-size: 1.2em;
  letter-spacing: 6px;  
  text-align: center;
  color: var(--secondary);
  
}
.borde{
  border-top: #F8AC1B dashed 1px; 
  margin: -5px 0 5px 0;
}
.flow-text{
  margin-top: 10px;
}
