#food-services {
  background: #344e41;
}

form#food-service-form {
  font-size: 1rem;
}
form#food-service-form label {
  font-weight: 700;
}

#food-banner {
  width: 100%;
  min-height: 100vh;
  position: relative;
  color: #344e41;
  background-image: url("/assets/images/foodservice.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80%;
}
@media only screen and (min-width: 768px) {
  #food-banner {
    background-position: right;
  }
}

.light-background {
  background: rgba(205, 220, 179, 0.35);
}

.banner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.list-service {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.list-service p {
  width: 80%;
  margin-top: -10px;
}
@media only screen and (max-width: 576px) {
  .list-service p {
    margin-top: 0px;
  }
}

.food-1 {
  position: absolute;
  left: 15%;
  bottom: 5%;
}
@media only screen and (max-width: 812px) {
  .food-1 {
    width: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .food-1 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 414px) {
  .food-1 {
    width: 60px;
    left: 0;
  }
}

.food-2 {
  position: absolute;
  right: -4%;
  bottom: -70%;
}
@media only screen and (max-width: 812px) {
  .food-2 {
    width: 60px;
    bottom: -50%;
  }
}
@media only screen and (max-width: 414px) {
  .food-2 {
    width: 40px;
    bottom: -10%;
    right: 4%;
  }
}

.food-3 {
  position: absolute;
  left: 0%;
  top: 5%;
}
@media only screen and (max-width: 812px) {
  .food-3 {
    width: 60px;
    left: -3%;
    top: 1%;
  }
}
@media only screen and (max-width: 576px) {
  .food-3 {
    left: 0%;
  }
}
@media only screen and (max-width: 414px) {
  .food-3 {
    width: 40px;
  }
}

.food-4 {
  position: absolute;
  right: 0%;
  top: 5%;
}
@media only screen and (max-width: 812px) {
  .food-4 {
    width: 60px;
    right: -2%;
    top: 1%;
  }
}
@media only screen and (max-width: 576px) {
  .food-4 {
    right: 0%;
  }
}
@media only screen and (max-width: 414px) {
  .food-4 {
    width: 40px;
  }
}

.food-5 {
  position: absolute;
  left: 30%;
  bottom: 15%;
  width: 90px;
}
@media only screen and (max-width: 812px) {
  .food-5 {
    width: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .food-5 {
    width: 40px;
  }
}

.modal-content {
  background-color: transparent !important;
  border: none !important;
}
.modal-content .modal-foodservices {
  background-image: url("/assets/images/modal-foodservices.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 42px;
  height: 500px;
  padding: 0 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .modal-content .modal-foodservices {
    border-radius: 30px;
    padding: 0 10px;
  }
}
.modal-content .modal-foodservices .title-modal {
  font-size: 54px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal-content .modal-foodservices .title-modal {
    font-size: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .modal-content .modal-foodservices .title-modal {
    font-size: 40px;
    padding: 0 10px;
  }
}

/*# sourceMappingURL=food-services.css.map */
