.noto-serif-tbm {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body, html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #5C5C5C;
}

.footer_1 {
  background-color: #F5F5F5;
  border-radius: 30px;
  margin-top: 30px;
}

ul {
  list-style: none;
}
ul li {
  display: list-item;
}
ul li h3 {
  text-transform: none;
  text-align: left;
}

.footer_2 {
  font-size: smaller;
  margin-top: 5px;
  height: 35px;
  align-items: center;
  vertical-align: text-bottom;
}

.btn {
  height: 54px;
  padding: 12px 30px;
  border-radius: 4px 15px 4px 15px;
  font-family: "David Libre", serif;
  font-size: 20px;
}
.btn:active, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  border-color: #005100;
  background-color: #4CAF50;
  color: #333333;
  padding-top: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 6px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
.btn.btn-primary:hover {
  border-color: #e68900;
  background-color: #c36e00;
}

.img-fluid, .card-img-top {
  border-width: 1px;
  border-style: dashed;
  border-color: #FF9800;
  border-radius: 30px 15px 30px 15px;
}

H1 {
  font-size: 6rem;
  color: #8F3D00;
  text-align: center;
}

H2 {
  font-size: 2rem;
  text-align: center;
  color: #333333;
}

H3 {
  font-size: 1.5rem;
  text-align: center;
  color: #5C5C5C;
}

.precio {
  text-align: center;
  color: #005100;
  font-weight: 500;
  font-size: x-large;
}

.social_media_logo {
  max-height: 30px;
  margin-left: 50px;
  height: 30px;
  margin-bottom: 30px;
}

a {
  color: #8F3D00;
}

.lead {
  color: #DC7C00;
}

/* Remove the navbar background override to allow Bootstrap classes to work properly */
/* .navbar {
  background-color: rgba(255, 152, 0, 0.4);
} */

.nav-item a {
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.7);
}
.nav-item a:hover {
  color: #333333;
}

/* Fix for dropdown menus */
.dropdown-menu {
  position: absolute !important;
  z-index: 1021;
}

.navbar .dropdown {
  position: relative;
}

.navbar .nav-item.dropdown .dropdown-menu {
  margin-top: 0;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/*# sourceMappingURL=main.css.map */