* {margin:0; padding: 0;}
header, footer{
    height: 130px;
}
main{
    min-height: 500px;
}
/*
.alert-danger{
    border: 1px solid #d00;
}
*/
#logo {
	height: 50px;
	/*border-radius: 50%; */
	/*border: 1px solid violet; */
	padding: 0px;
}
.parallax {
  /* The image used */
  background-image: url("imagenes/Completo.jpg");

  /* Set a specific height */
  min-height: 350px;   
  /*width: 100%;*/

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
.fotoNegocio {
  background-color: white; 
  width: 100%;  
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  opacity: 0.8;
}
.datosNegocio {
  position: absolute; 
  background-color: white;
  color: black; 
  font-weight: bold; 
  opacity: 0.8; 
  margin: 5px; 
  padding: 5px;
}
.nav-link:link{
  color:red;
}
.nav-link:hover{
  color:darkred;
}
.nav-link:visited{
  color:red; 
}
:root {		/* pseudoelemento que representa el documento html */
	scroll-behavior: smooth;	/* hace el scroll suave cuando me muevo con href="#escribinos" */
}
.datosNodo {
  color: black; 
  font-weight: bold;
  font-size: 18px;   
  /*line-height: 60px;*/
  opacity: 0.8; 
  margin: 5px; 
  padding: 5px;
}
.linkNodo:link, .linkNodo:visited {
  text-decoration: none;
  color: darkred;  
  font-size: 20px;   
  /*line-height: 120px;*/
  margin: 3px; 
  margin-left:100px;
  padding: 3px;
}
.linkNodo:hover {
  text-decoration: none;
  color: black;
}
.mapa {
   display: none;
}
@media (min-width: 540px) {
}
@media (min-width: 768px) {
	/* puntos de venta foto-mapa lado a lado */
  .fotoNegocio{    
    max-width: 50%;
    float: left;
  }
  .mapa{
    max-width: 50%;
    float: right;
    display: inline;
  }
  .botonLocal {
    display: none;
  }
}
@media (min-width: 1024px) {
	/* recetas y carrousel */
	.fotoReceta {
		max-width: 900px;
    margin: auto;
	}
  .textoReceta {
    max-width: 800px;
    margin: auto; 
  }
  #carouselExampleControls {
    max-width: 900px;
    margin: auto; 
  }
}
@media (min-width: 1200px) {
}

#carrito-flotante {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f1f1f;
    color: white;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
}

#carrito-contenido {
    max-width: 900px;
    margin: auto;
}

#items-carrito {
    max-height: 120px;
    overflow-y: auto;
    font-size: 14px;
}

#total-carrito {
    font-size: 18px;
    margin-top: 5px;
}

/* Para que no tape el contenido */
body {
    padding-bottom: 180px;
}


