/* ========================================= 
========================================= 

Bootstrapious Boilerplate Template

========================================= 
========================================= */

/* =====================
GENERAL
===================== */

html {
  height: 100%;
  font-size: 15px;
}

body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden !important;
  font-size: 15px;
}

header {
  z-index: 1000;
}

section {
  position: relative;
  padding-bottom: 3px;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif !important;
}

a, button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a i.fa, button i.fa {
  margin: 0 5px;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

/* ==========================================
   DATE PICKER STYLE
   ========================================== */

/* ==========================================
   GENERAL STYLES
   ========================================== */

input, textarea {
  outline: none;
}

.has-border, section.menu .tab-pane .menu-item.recommended {
  position: relative;
  z-index: 1;
}

.has-border::before, section.menu .tab-pane .menu-item.recommended::before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  z-index: -1;
}

section header {
  margin-bottom: 50px;
}

section h2 {
  font-size: 4rem;
  color: #111;
}

section h4 {
  margin-bottom: 10px !important;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

section h4 + p {
  line-height: 1.8rem;
  font-size: 1rem;
  color: #777;
}

/* NOSOTROS */

/* ==========================================
   FORM COMPONENTS
   ========================================== */

form button {
  margin-top: 20px;
  outline: none;
  min-width: 150px;
  font-size: 1.1rem !important;
}

/* ==========================================
   Media Queries General
========================================== */

/* ==========================================
   NAVBAR
   ========================================== */

nav.navbar {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 9998;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

nav.navbar .nav-link {
  color: #333;
  letter-spacing: 0.08rem;
  font-size: 1.55rem;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid transparent;
}

nav.navbar .nav-link.active {
  color: #2a4272;
  border-color: #2a4272;
}

nav.navbar .navbar-toggler {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  outline: none;
}

@media (max-width: 991.98px) {
  nav.navbar {
    padding-top: 15px;
  }
}

@media (max-width: 991.98px) {
  nav.navbar .nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: none;
  }
}

/* ==========================================
   HERO
   ========================================== */

/* ==========================================
   Details Section
   ========================================== */

/* ==========================================
   About Section
   ========================================== */

@media (max-width: 767.98px) {
  .services div[class*='col-'] {
    margin-bottom: 0 !important;
  }
}

section.services {
  background-color: #ffffff;
  margin-top: 3rem;
}

section.services h4 {
  color: #2f2f2f;
  font-size: 1.3em;
}

/* ==========================================
   App Section
   ========================================== */

/* ==========================================
   Dishes Section
   ========================================== */

/* ==========================================
   Offers Section
   ========================================== */

.text-large {
  color: #fff;
}

.item i {
  color: #fff;
  font-size: 1.5rem;
}

.text-large {
  color: #fff;
}

.text h3, h1, h4 {
  color: #fff;
}

.text p {
  font-family: "Montserrat", sans-serif !important;
}

/* ==========================================
   Menu Section
   ========================================== */

section.menu ul.nav-tabs {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: none;
}

section.menu ul.nav-tabs li.nav-item {
  float: none;
  display: inline-block;
}

section.menu ul.nav-tabs li.nav-item a.nav-link {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #333;
  background: none;
  border: none;
}

section.menu ul.nav-tabs li.nav-item a.nav-link.active {
  color: #2a4272;
  background: none;
}

section.menu .tab-pane .menu-item {
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

section.menu .tab-pane .menu-item h5 {
  font-size: 0.8rem;
  color: #333;
  font-weight: 400;
  margin-top: 0;
}

section.menu .tab-pane .menu-item p {
  font-size: 0.85rem;
  color: #999;
  margin-top: 5px;
}

section.menu .tab-pane .menu-item .item-price {
  color: #2a4272;
}

section.menu .tab-pane .menu-item .item-price strong {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}

section.menu .tab-pane .menu-item.recommended {
  border-bottom: none;
  background: #2a4272;
  padding: 0 20px;
}

section.menu .tab-pane .menu-item.recommended .item-details {
  padding: 1rem 0;
}

section.menu .tab-pane .menu-item.recommended h5, section.menu .tab-pane .menu-item.recommended p {
  color: #fff;
  margin-bottom: 0;
}

section.menu .tab-pane .menu-item.recommended .item-price {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 20px;
}

section.menu .tab-pane .menu-item.clearfix .item-price {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 20px;
}

section.menu .tab-pane .menu-item.recommended .item-price strong {
  color: #fff !important;
}

section.menu .tab-pane .menu-item.recommended .item-price span {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
}

@media (max-width: 767.98px) {
  section.menu .nav-link {
    font-size: 0.85rem !important;
  }
}

@media (max-width: 767.98px) {
  section.menu div[class*='col-']:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.clearfix .item-price i {
  color: #2a4272;
  display: block;
  text-align: center;
  font-size: 20px;
}

.recommended .item-price i {
  color: #fff !important;
  display: block;
  text-align: center;
  font-size: 20px;
}

/* ==========================================
   Events Section
   ========================================== */

/* ==========================================
   Gallery Section
   ========================================== */

/* ==========================================
   Booking Section
   ========================================== */

/* ==========================================
   CONTACT SECTION
   ========================================== */

.contact-clean {
  padding: 7rem;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
    width: 90%;
  }
}

.contact-clean form {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
    margin-top: 10px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}

/* ==========================================
   Footer
   ========================================== */

footer {
  background: #282d32;
  padding: 50px 0 0;
}

footer p {
  color: #fff;
}

/* ==========================================
   SCROLL TOP BUTTON
   ========================================== */

/* ==========================================
   RESERVATION POP UP
   ========================================== */

/* ==========================================
   KEYFRAMES
   ========================================== */

/* =====================
STYLE SWITCHER FOR DEMO
===================== */

/* ========================================= 
   THEMING OF BOOTSTRAP COMPONENTS           
   ========================================= */

/* * 1. NAVBAR */

.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding: 0.3125rem;
  margin-right: 1rem;
  margin-left: 0.5rem;
  font-size: 1.25rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* * 2. BUTTONS */

.btn {
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.25);
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #2a4272;
  border-color: #2a4272;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #bd2130;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.5);
}

/* * 3. TYPE */

body {
  font-family: "PT Serif", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

a {
  color: #2a4272;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 3.5rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.2rem;
}

h4, .h4 {
  font-size: 1.8rem;
}

h5, .h5 {
  font-size: 1rem;
}

small, .small {
  font-size: 80%;
  font-weight: 400;
}

/* * 4. PAGINATION */

/* * 5. UTILITIES */

.text-danger {
  color: #dc3545 !important;
}

/* * 6. FORMS */

.form-control {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c3fe37;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(127, 180, 1, 0.25);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* * 7.CODE */

/* * 8. NAV */

.nav-link {
  padding: 0.5rem 1rem;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
}

/* * 9. CARD */

