body {
    font-family: "Autour One", "Fascinate Inline", Gabarito, Gruppo, Lora, "Abril Fatface", Tangerine, Parisienne, Inconsolata, Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #fffbf6; /* #fff4e4; */
    /*display: flex;*/ 
    /*justify-content: center;*/
}
.autour-one-regular {
  font-family: "Autour One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.imperial-script-regular {
  font-family: "Imperial Script", cursive;
  font-weight: 500;
  font-style: normal;
  color: black;
}
.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}
.parisienne-regular {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}
.gruppo-regular {
  font-family: "Gruppo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.gabarito-bp {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.lora-bp {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.economy {
    color: white;
    background-color: #43aa8b;
}
.first-class {
    color: white;
    background-color: #277da1;
}
.reduced {
    color: white;
    background-color: #f8961e;
}
#dtpick{
    
    /*background: #f1f1f1;*/
    /*border: 1px solid #555;*/
    /*color: #EEE;*/
}

.bayang { 
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5);
    display: block;
}

.field_set{ border: 1px #F00 solid; }

.modal {
  border-radius: 7px;
  overflow: hidden;
  background-color: transparent; }
  .modal .logo a img {
    width: 30px; }
  .modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; }
    .modal .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      color: #fff;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
      .modal .modal-content .modal-body h2 {
        font-size: 18px; }
      .modal .modal-content .modal-body p {
        color: #777;
        font-size: 14px; }
      .modal .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }
      .modal .modal-content .modal-body .close-btn {
        color: #000; }
      .modal .modal-content .modal-body .promo-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; }
  .modal .main-content {
    padding-left: 20px;
    padding-right: 20px; }
  .modal .coupon {
    padding: 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 2px dashed #6c757d;
    margin-bottom: 10px; }
  .modal .cancel {
    color: gray;
    font-size: 14px; }
    
.modal-dialog {
  max-width: 600px; /* Custom width for default modal */
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }


.bg-4 {
  background: #fff4e4; }

.btn-outline-brown:not(:disabled):not(.disabled).active, .btn-outline-brown:not(:disabled):not(.disabled):active, .show>.btn-outline-brown.dropdown-toggle {
    color: #fff;
    background-color: #a29b64;
    border-color: #a29b64;
}
.bg-brown, .btn-outline-brown {
    color: #73670a;
    background-color: transparent;
    background-image: none;
    border-color: #73670a;
}
.btn-brown {
    color: #fff;
    background-color: #a29b64;
    border-color: #a29b64;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fffbf6; /* #fff4e4; */
}

.first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  border: 1px solid #333;
  box-sizing: border-box;
}

input:invalid {
  box-shadow: 0 0 5px 1px red;
}

input:focus:invalid {
  box-shadow: none;
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 740px;
    }
}
