:root {
  --colp: #8c6234;
  --cols: #0b0b0b;
}

body {
  font-family: "Unna", serif;
  color: white !important;
  position: relative;
  background-color: #1b1b1b;
}

body::-webkit-scrollbar {
  width: 1rem;
  background-color: #212121;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--colp);
}

img {
  width: 100%;
}

a {
  color: white;
  transition: 0.3s ease all;
  text-decoration: none;
}

a:hover {
  color: var(--colp);
}

h1,
h2,
h3 {
  font-weight: 700 !important;
  color: var(--colp);
  text-transform: uppercase;
  letter-spacing: 0.8rem;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

/* Globales */
.navbar {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}

.navbar a {
  color: white !important;
}

.nav-item {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  text-align: center;
}

.text-primary {
  color: var(--colp) !important;
}

.text-secondary {
  color: var(--cols) !important;
}

.bg-primary {
  background-color: var(--colp) !important;
}
.bg-black {
  background-color: black !important;
}

.text-shadow {
  text-shadow: -2px 2px 2px #212121ad;
}

.isologo-header {
  width: 20vw;
}

.logo-header {
  width: 50vw;
}

@media (min-width: 768px) {
  .isologo-header {
    width: 7rem;
  }

  .logo-header {
    width: 12rem;
  }
}

.btn,
.btn-lg {
  border: none;
  border-radius: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  transition: 0.3s ease all !important;
}

.btn-primary {
  background-color: var(--colp) !important;
}
.btn-primary:hover {
  background-color: white !important;
  color: var(--colp);
  font-weight: bold;
}

.btn:focus {
  color: #fff;
  background-color: var(--cols);
  border-color: var(--colp);
}

.btn-super {
  padding: 1.2rem 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3rem;
  background-color: var(--colp);
}

.btn-super:hover {
  background-color: white !important;
  color: var(--colp) !important;
}

.hp {
  background-color: rgba(0, 0, 0, 0.8);
}

.hover-white {
  color: white;
}

/* Body */
.nav-link {
  color: black !important;
}

.nav-link:hover {
  color: var(--colp) !important;
}

.footer-copy {
  background-color: black;
  color: white;
}

.card-body i {
  color: var(--colp);
}

.hero {
  height: 50vh;
  background-color: black;
  color: white !important;
}

/*
========================
=======  SPECIALES  =======
========================
*/

.parallax {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.section {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat !important;
  height: 100vh;
}
.comillas {
  width: 100px;
}

.row-flex {
  height: 100% !important;
  display: flex;
  align-items: center;
}

.loader {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 999999;
}

.loader img {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loader 2s infinite;
}

@keyframes loader {
  0% {
    transform: translate(-55%, -50%) scale(1);
  }
  50% {
    transform: translate(-55%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-55%, -50%) scale(1);
  }
}

.navbar-toggler i {
  color: var(--colp);
  font-size: 1.5rem;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: none;
}

.owl-stage-outer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wave-index {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  z-index: -1;
}

.image-hand {
  width: 60vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
}

@media (min-width: 480px) {
  .image-hand {
    width: 42vw;
    position: absolute;
    bottom: 0;
    left: 75%;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1000px) {
  .image-hand {
    width: 35vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .image-hand {
    width: 25vw;
    position: absolute;
    bottom: 0;
    right: 20%;
  }
}

.contacto-container i {
  font-size: 3rem;
  color: var(--colp);
  padding: 1rem;
}
.contacto-container a {
  display: block;
  padding: 0.1rem;
  font-size: 1.2rem;
}
.contacto-container a:hover {
  color: var(--colp);
}

.logo-bodegas {
  height: 30vh;
  width: auto;
  padding: 2rem;
}

#bodega {
  background-color: black;
}
#bodega .card-producto {
  background-image: url("../img/body/back-productos.webp");
  background-size: cover;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #bodega {
    background-image: url("../img/body/back-productos.webp");
    background-position: center;
    background-color: black;
  }
  #bodega .card-producto {
    background-image: none;
  }
}

#bodega .producto {
  padding: 2rem;
}
#bodega .producto {
  max-height: 80vh;
  width: auto;
}
