body {
		font-family: "Century Gothic", 'Lato', sans-serif;
}
.tab-flautas#et-slider{
    padding: 1px;
    margin: 0%;
}
body {
      background-color: #fff8e1;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu-section {
    background-color: #fefae0;
    border-left: 10px solid #ff69b4;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}
h1, h2 {
    color: #ff69b4;
    font-weight: bold;
}
.price {
    float: right;
    color: #3c3c3c;
}
.menu-item {
    padding: 0.3rem 0;
    border-bottom: 1px dotted #ccc;
}
.menu-item:last-child {
    border-bottom: none;
}
.navbar {
    background-color: #ffe082;
}
footer {
    background-color: #81d4fa;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin-top: 3rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

#logo{
    width: fit-content;
}

a {
	text-decoration: none;
}

.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    position: relative;
    background: #eee;
		text-align: center;
		padding: 0 1em;
    h1 {
        font-size: 2rem;
        margin: 0;
        letter-spacing: 1rem;
    }
    h3 {
        font-size: 1rem;
        letter-spacing: 0.3rem;
        opacity: 0.6;
    }
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px #ff69b4;
    background: #fff;
    z-index: 10;
    &--top {
        position: fixed;
        top: 0;
    }
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
		transition: all 0.5s ease;
		font-size: 0.8rem;
	  &:hover {
			color:white;
      background: rgba(102,177,241,0.8);
			transition: all 0.5s ease;
    }
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
}

@media (min-width: 800px) {
	.et-hero-tabs,
	.et-slide {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1rem;
    }
	}
	.et-hero-tab {
		font-size: 1rem;
	}


}
