/* Color palette */

:root {
  --color-dorado: #D4A373;
  --color-dorado-oscuro: #B08968;
  --color-verde-principal: #0B6E4F;
  --color-verde-secundario: #2E8B57;
  --color-verde-nav: rgba(11, 110, 79, 0.95);
}

body {
  font-family: 'Lora';
  background: linear-gradient(
    rgba(180, 194, 189, 0.8),
    rgba(245, 241, 232, 0.85)
  ),
  url("../img/bg_new3.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

/* ENCABEZADO */

.site-heading-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 3rem;
}

.site-heading-logo {
  height: 200px;
  width: auto;
  flex-shrink: 0;
}

.site-heading {
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
  text-align: left;
  margin: 0;
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #D4A373;
}

.site-heading .site-heading-lower {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 3.5rem;
  color: #0B6E4F;
}

/* ENCABEZADO MÓVIL */

.site-heading-wrapper-mobile {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-heading-logo-mobile {
  height: 90px;
  width: auto;
}

.site-heading-mobile {
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Raleway';
}

.site-heading-upper-mobile {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-heading-lower-mobile {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  color: #0B6E4F;
  background-color: rgba(255,255,255,0.85);
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
}

/* NAVBAR */

#mainNav {
  background-color: rgba(11, 110, 79, 0.95);
  font-family: 'Raleway';
  height: 75px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
    height: 55px !important;
    width: auto;
    position: static;
}

.navbar-brand {
    width: auto;
    height: auto;
}

#mainNav .navbar-brand {
  color: #D4A373;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255,255,255,0.90);
  font-weight: 700;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #D4A373;
}

@media (min-width: 992px) {

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.95rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #D4A373;
  }

  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #D4A373;
  }
}

/* Dropdown "Conócenos" - abrir con hover solo en escritorio */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar-nav .dropdown-toggle::after {
    vertical-align: 0.15em;
  }
}

.dropdown-menu {
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  background-color: rgba(11, 110, 79, 0.98);
  padding: 0.5rem 0;
}

.dropdown-item {
  color: rgba(255,255,255,0.90);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0.6rem 1.5rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(255,255,255,0.1);
  color: #D4A373;
}

.dropdown-divider {
  border-top: 1px solid rgba(255,255,255,0.2);
}

/* SECCIONES*/

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  padding-bottom: .5rem;
  color: #2E8B57;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #0B6E4F;
}

.section-heading .section-heading-under {
  display: block;
  font-size: 1rem;
  text-transform: none;
  font-weight: 300;
  margin-top: .5rem;
}

.bg-faded {
  background-color: rgba(255,255,255,0.92);
}

/* BOTONES*/

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33,37,41,0.1);
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-primary {
  background-color: #D4A373;
  border-color: #D4A373;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #B08968;
  border-color: #B08968;
}

.login-btn {
  border-radius: 20px;
  padding: 0.4rem 1.3rem !important;
  color: #0B6E4F !important;
  box-shadow: none;
}

.login-btn:hover {
  background-color: #B08968;
  border-color: #B08968;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .login-btn {
    margin-left: 0.5rem;
  }
}

.btn-verde {
  background-color: #0B6E4F;
  border-color: #0B6E4F;
  color: #ffffff;
}

.btn-verde:hover,
.btn-verde:focus,
.btn-verde:active {
  background-color: #094f39;
  border-color: #094f39;
  color: #ffffff;
}

/* INTRO */

.intro {
  position: relative;
}

@media (min-width: 992px) {

  .intro .intro-img {
    width: 75%;
    float: right;
  }

  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }

  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

/* CTA */

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(11,110,79,0.90);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255,255,255,0.95);
  border-radius: 10px;
}

.cta .cta-inner:before {
  border-radius: 10px;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255,255,255,0.95);
}

.cta .cta-innerv {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255,255,255,0.95);
}

/* ABOUT */

@media (min-width: 992px) {

  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }

  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

/* PRODUCTOS */

@media (min-width: 992px) {

  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }

  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }

  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

/* HORARIOS */

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(212,163,115,0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #D4A373;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

/* FOOTER */

.footer {
  background-color: rgba(11,110,79,0.95);
}

.address strong {
  font-size: 1.2rem;
}

/* UTILIDADES */

.text-primary {
  color: #D4A373 !important;
}

.bg-primary {
  background-color: #D4A373 !important;
}

.font-weight-light {
  font-weight: 100 !important;
}

.mbtm {
  padding-top: 5rem;
}

.mbt {
  padding-top: 2rem;
}

.mbt1 {
  padding-top: 1.25rem;
}

a.link {
  color: #B08968;
}

a.link:hover {
  text-decoration: none;
  color: #D4A373 !important;
}

.section-content {
  font-family: 'Lora' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

ul.errorlist {
  padding-top: .75rem;
  font-style: italic;
  color: red;
}

.about-heading-img {
    width: 800px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: auto;
}