body {
	background-color: #ede9d9;
}
.food-title {
	color: #5a6230;
	font-family: "Dynalight", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 29px;

}

.borde-blanco {

	padding: 10px;
	background-color: #fff;
}

.menu-text {
font-weight: bold;
}

.bg-body-tertiary {
	background-color: rgba(255, 203, 5, 1.0) !important;
}
.icono-navbar {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
}

.google-maps {
	width: 50%;
    height: 650 !important;
}

.fondo-location {
	background-image: url(../img/fondos/fondo-location.png); background-size: 100%;
}

.nav-item {
	padding-right: 30px;
	padding-left: 30px;
}

.botones-home {
	width: 25%;
	padding: 10px;
	margin-top: 60px;
	background-color: #fff;
}
.carrusel-home {
	width: 30%;
	padding: 10px;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #fff;
}

.footer {
	background-color: background-color: rgba(206, 76, 23, 1.0) !important; ;
}
.footer-list {
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.footer-list li {
	margin: 0 50px;
	margin-top: 10px;
}
.footer-list li a{
	text-decoration: none;
	color: #fff;
	padding: 10px;

}


.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffcb05;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #000;
    text-align: left;
    background-color: #ffcb0585;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

@media (max-width: 30em){ 

	.icono-navbar {
	position: absolute;
	top: 10px;
	left: 10 px;

}

.carrusel-home {
	width: 80%;
	padding: 20px;
	padding-top: 10px;
}

.footer-list {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.botones-home {
	width: 80%;
	padding-top: 18px;

}

.direction-title {
	font-size: 25px;
}

.google-maps {
	width: 80%;
	height: 500 !important;
}

.fondo-location {
	background-image: url(../img/fondos/fondo-location.png); background-size: 430%; background-repeat: no-repeat;
}


}

@media (max-width: 820px){ 

	.icono-navbar {
	position: absolute;
	top: 10px;
	left: 10px;

}

.carrusel-home {
	width: 80%;
	padding: 20px;
	padding-top: 10px;
}


}

@media (max-width: 430px){ 

	.icono-navbar {
	position: absolute;
	top: 10px;
	left: 10px;

}

.carrusel-home {
	width: 80%;
	padding: 20px;
	padding-top: 10px;
}


}

@media (max-width: 375px){ 

	.icono-navbar {
	position: absolute;
	top: 10px;
	left: 10px;

}

.carrusel-home {
	width: 80%;
	padding: 20px;
	padding-top: 10px;
}



}