@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Dancing+Script&display=swap");

body {
  font-family: "Coming Soon", cursive;
  font-family: "Dancing Script", cursive;
}

.loader {
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #96CA54;
  border-bottom: 16px solid #96CA54;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





.btn-cafeterias {
  background-color: #F37B55 !important;
  color: white !important;
  outline: 1px solid #F37B55;
}

.text-naranja {
  color: #F37B55 !important;
}

.text-cafe {
  color: #64462E !important;
}

.text-cafe2 {
  color: #61544D !important;
}

.text-verde {
  color: #4CB856 !important;
}