@charset "UTF-8";
section.restaurant-that-serve {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 624px;
  justify-content: center;
  text-align: center;
  position: relative; }
  section.restaurant-that-serve h1 {
    color: #fff;
    font-size: 80px;
    line-height: 1.4;
    text-align: center; }
  section.restaurant-that-serve button {
    background: #f5df2f;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    margin: 30px auto;
    padding: 15px 50px; }
  section.restaurant-that-serve p {
    color: #ffff;
    font-size: 20px;
    font-family: "clearsans"; }

section.spam-in-menu {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 520px;
  justify-content: center;
  text-align: center; }
  section.spam-in-menu h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.4;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
  section.spam-in-menu button {
    background: #f5df2f;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    margin: 30px auto;
    padding: 15px 50px; }

.form-restaurants h1 {
  font-size: 80px;
  color: #001641; }

.form-restaurants p {
  font-family: "ClearSans-Bold";
  font-size: 20px;
  margin: 0 auto; }

.form-restaurants .required {
  color: red; }

.form-restaurants .form-control {
  border-radius: 10px;
  border: solid 1px #707070;
  padding: 23px 15px; }

.form-restaurants .form-button-restaurants {
  text-align: center;
  margin: 64px auto; }
  .form-restaurants .form-button-restaurants .btn {
    background: #ffe539;
    border: none;
    font-family: "ClearSans-Bold";
    font-size: 18px;
    padding: 19px 59px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #001641; }

.filter-restaurant h2 {
  color: #001641;
  font-size: 60px; }

.filter-restaurant .card {
  border: 0; }

.filter-restaurant .card-body {
  border-radius: 0 0 10px 10px;
  border: none; }
  .filter-restaurant .card-body h5 {
    color: #001641;
    font-size: 22px;
    text-transform: capitalize; }

.filter-restaurant .pagination {
  display: flex;
  justify-content: center;
  margin: 60px 0 0 0; }
  .filter-restaurant .pagination .icon-prev-search {
    background-image: url(../../../img/icons/icon-prev.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    right: 90px;
    width: 20px;
    top: 3px; }
  .filter-restaurant .pagination .icon-next-search {
    background-image: url(../../../img/icons/icon-next.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
    left: 5px;
    top: 3px; }
  .filter-restaurant .pagination .page-numbers {
    padding: 0 5px;
    color: #001641; }
  .filter-restaurant .pagination .page-numbers.current {
    color: #0cd3f5 !important; }
  .filter-restaurant .pagination a.page-numbers:hover {
    color: #0cd3f5; }

section.recipes-inspired {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 624px;
  justify-content: center;
  text-align: center;
  position: relative; }
  section.recipes-inspired h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1.4;
    text-align: center;
    width: 70%;
    margin: 0 auto; }
  section.recipes-inspired button {
    background: #f5df2f;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    margin: 30px auto;
    padding: 15px 50px; }

section.state-search h3 {
  color: #ffff;
  padding: 38px 0px 38px 56px;
  font-family: "ClearSans-Medium";
  font-size: 50px; }

section.state-search h4 {
  color: #001641;
  padding: 38px;
  font-family: "ClearSans-Medium";
  font-size: 50px;
  margin: 20px auto;
  text-align: center; }

section.state-search button {
  color: #001641;
  padding: 0;
  font-family: "ClearSans-Medium";
  font-size: 50px;
  width: 100%;
  background: #f5df2f; }

section.state-search .dropdown {
  width: 100% !important;
  padding: 35px 45px; }
  section.state-search .dropdown .show > .btn-light.dropdown-toggle {
    color: #001641;
    background-color: #053673;
    border-color: #053673; }
  section.state-search .dropdown .dropdown-toggle::after {
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    background-image: url("../../../img/icons/arrow-down-sign-to-navigate.svg");
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: cover; }
  section.state-search .dropdown .dropdown-menu {
    background: #043673; }
  section.state-search .dropdown .dropdown-menu.show {
    top: 22% !important;
    left: -4% !important;
    width: 101% !important;
    padding: 0; }
  section.state-search .dropdown .btn-secondary:not(:disabled):not(.disabled):active,
  section.state-search .dropdown .btn-secondary:not(:disabled):not(.disabled).active,
  section.state-search .dropdown .show > .btn-secondary.dropdown-toggle {
    background-color: #053673; }
  section.state-search .dropdown .dropdown-item.state-item {
    background-color: #001641; }
  section.state-search .dropdown .dropdown-item:hover,
  section.state-search .dropdown .dropdown-item:focus {
    background-color: #043673; }
  section.state-search .dropdown button.btn.dropdown-toggle.btn-light {
    background-color: #001641;
    color: white; }
  section.state-search .dropdown button {
    align-items: center;
    background-color: #043673;
    border: none;
    color: white;
    display: flex;
    font-size: 50px;
    justify-content: space-between;
    width: 100%; }
  section.state-search .dropdown .dropdown-menu.show {
    background-color: #001641;
    font-size: 35px;
    left: -8px;
    top: -4px;
    width: 100%;
    height: 505px;
    overflow: scroll; }
  section.state-search .dropdown .dropdown-item {
    border: 0;
    padding: 33px 60px;
    color: #fff; }

section.state-search .button-container {
  display: flex;
  justify-content: center;
  align-items: center; }

section.state-search .button-states {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center; }

section.state-search .button-states:focus {
  outline: none; }

@media (max-width: 1200px) {
  section.restaurant-that-serve {
    height: 450px; }
    section.restaurant-that-serve h1 {
      font-size: 40px; }
  .filter-restaurant h2 {
    font-size: 30px; }
  .filter-restaurant .card {
    margin: 20px auto 0; }
  .filter-restaurant .card-body {
    padding: 15px 12px 0px; }
    .filter-restaurant .card-body h5 {
      font-size: 11px; }
  section.state-search h4 {
    font-size: 26px;
    padding: 13px; }
  section.state-search .dropdown {
    padding: 0; }
    section.state-search .dropdown .dropdown-menu.show {
      top: 0% !important;
      left: -5px !important;
      width: 100% !important; }
    section.state-search .dropdown button {
      font-size: 26px;
      padding: 30px 35px; }
    section.state-search .dropdown .show > .btn-secondary.dropdown-toggle {
      background-color: #001641;
      border-color: #001641; }
  section.spam-in-menu h2 {
    font-size: 30px;
    width: 55%;
    margin: 0 auto; }
  section.spam-in-menu button {
    margin: 15px auto;
    padding: 10px 30px; }
  section.recipes-inspired {
    height: 335px; }
    section.recipes-inspired h2 {
      font-size: 40px; } }

@media (max-width: 992px) {
  section.restaurant-that-serve {
    height: 312px; }
    section.restaurant-that-serve h1 {
      font-size: 30px; }
    section.restaurant-that-serve p  {
      font-size: 20px; }
  section.spam-in-menu {
    height: 280px; }
    section.spam-in-menu h2 {
      width: 70%; }
    section.spam-in-menu button {
      padding: 15px 30px; }
  section.recipes-inspired h2 {
    font-size: 28px; }
  section.recipes-inspired button {
    padding: 20px 50px; } }

@media (max-width: 767px) {
  section.restaurant-that-serve {
    font-size: 16px; }
  section.state-search h4 {
    font-size: 20px;
    padding: 0; }
  section.state-search .dropdown button {
    font-size: 20px;
    padding: 22px 35px; }
  section.spam-in-menu h2 {
    width: 100%;
    font-size: 20px; }
  section.spam-in-menu button {
    padding: 10px 15px;
    font-size: 16px; }
  section.recipes-inspired h2 {
    font-size: 20px; }
  section.recipes-inspired button {
    padding: 15px 15px;
    font-size: 16px; } }
