@import url("https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Smooch Sans", sans-serif;
}

body {
  background-image: url(../assets/fondorecreativo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-size: Smooch Sans;
}

.datos-main .datos-cultivo, .nosotros-main .sobre-nosotros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}

main .titulo-carrito, main .tienda, .datos-main .datos-cultivo .box-datos .datos, .nosotros-main .sobre-nosotros .box-nosotros .nosotros {
  background-color: rgb(120, 78, 126);
  width: 100%;
  height: 10vh;
  text-align: center;
}

.datos-main .datos-cultivo .box-datos, .nosotros-main .sobre-nosotros .box-nosotros {
  display: block;
  border: 5px solid rgb(120, 78, 126);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  margin: 3vh auto;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
}

.datos-main .datos-cultivo .box-datos .texto, .nosotros-main .sobre-nosotros .box-nosotros .texto {
  text-align: center;
  font-size: 1.5rem;
  color: rgb(51, 50, 50);
  font-weight: 500;
  width: 90%;
  height: auto;
  margin: 0 auto;
  line-height: 1.6;
}

@keyframes button-hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
}
header {
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 2;
}
header .navbar {
  background-image: url(../assets/fondo-historia2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 15vh;
}
header .navbar .logorecreativo-grow {
  height: 20vh;
  width: auto;
  margin: -3vh;
  padding-left: 20vw;
}
header .navbar .logorecreativo-grow a {
  text-decoration: none;
}
header .navbar .navbar-brand h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
header .navbar .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header .navbar .navbar-nav .carrito-de-compras {
  height: 3vh;
  width: auto;
}
header .navbar .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(141, 77, 150) !important;
  background-color: rgb(141, 77, 150) !important;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8) !important;
  padding: 10px !important;
  border-radius: 20px;
  transition: 0.3s;
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-link:hover {
  background-color: rgb(121, 0, 151) !important;
  border: 2px solid rgb(121, 0, 151) !important;
  color: rgb(255, 255, 255);
  animation: button-hover 2s ease-in-out;
}
header .navbar .navbar-toggler {
  border: none;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFDE59' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
@media (max-width: 425px) {
  header {
    height: auto;
  }
  header .navbar .logorecreativo-grow {
    height: 17vh;
    width: auto;
    margin: -2vh;
    padding-left: 29vw;
  }
  header .navbar ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}

footer .redes-sociales {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 10px;
}
footer .redes-sociales .contactanos {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  margin: 0vh 0;
  text-align: left;
  bottom: 20px;
  font-weight: bold;
}
footer .redes-sociales .facebook,
footer .redes-sociales .instagram,
footer .redes-sociales .whatsapp {
  width: 6vh;
  height: auto;
  margin: 0 5px;
}
footer .redes-sociales .facebook:hover,
footer .redes-sociales .instagram:hover,
footer .redes-sociales .whatsapp:hover {
  width: 7vh;
  animation: button-hover 2s ease-in-out;
}
footer .medios-de-pago1 {
  text-align: right;
  justify-items: right;
  padding: 10px;
}
footer .medios-de-pago1 .medios-de-pago {
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  margin: 0vh 0;
  text-align: center;
  font-weight: bold;
}
footer .medios-de-pago1 .visa {
  width: 6vh;
  height: auto;
  margin: 1vh 0;
}
footer .medios-de-pago1 .mastercard {
  width: 5vh;
  height: auto;
}

.home {
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, minmax(120px, auto));
  align-items: center;
  justify-items: center;
}
.home .img {
  width: 90%;
  height: 90%;
}
.home .img img {
  width: 90%;
  height: auto;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-items: center;
}
.home .sustrato {
  grid-column: 4/7;
  grid-row: 2/3;
}
.home .spyder {
  grid-column: 4/7;
  grid-row: 1/2;
}
.home .new-coco {
  grid-column: 4/7;
  grid-row: 3/4;
}
.home .logoindex {
  grid-column: 1/4;
  grid-row: 1/4;
}
.home .ofertas {
  grid-column: 1/7;
  grid-row: 4/5;
  display: flex;
  text-align: center;
  background-color: rgb(120, 78, 126);
  border-radius: 15px;
  width: 90%;
  height: 10vh;
  align-items: center;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  margin-top: 5vh;
}
.home .ofertas .ofertas-titulo {
  text-align: center;
  width: 100%;
  font-size: 2rem;
  color: rgb(29, 29, 29);
  font-weight: 600;
}
.home .ofertas-section {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  grid-column: 1/7;
  grid-row: 5/6;
  max-width: 98vw;
}
.home .ofertas-section .card {
  width: 20vw;
  height: auto;
  margin: 5px;
  background-color: rgba(151, 99, 147, 0.8);
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home .ofertas-section .card .card-img-top {
  width: 10vw;
  height: auto;
  border-radius: 15px 15px 15px 15px;
  margin: 3px;
}
.home .ofertas-section .card .card-title {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  margin: 10px 0;
}
.home .ofertas-section .card .card-text {
  font-size: 2rem;
  color: rgb(59, 59, 59);
  margin: 0;
  font-weight: 600;
}
.home .ofertas-section .card .btn {
  background-color: rgb(141, 77, 150);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  cursor: pointer;
}
.home .ofertas-section .card .btn:hover {
  background-color: rgb(121, 0, 151);
  color: rgb(255, 255, 255);
  animation: button-hover 2s ease-in-out;
}
@media (max-width: 425px) {
  .home {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, minmax(120px, auto));
  }
  .home .sustrato {
    grid-column: 1/3;
    grid-row: 5/6;
    display: flex;
    justify-content: center;
  }
  .home .spyder {
    grid-column: 1/3;
    grid-row: 4/5;
    display: flex;
    justify-content: center;
  }
  .home .new-coco {
    grid-column: 1/3;
    grid-row: 6/7;
    display: flex;
    justify-content: center;
  }
  .home .logoindex {
    grid-column: 1/3;
    grid-row: 1/4;
    width: 350px;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .home .ofertas {
    grid-column: 1/3;
    grid-row: 7/8;
  }
  .home .ofertas-section {
    grid-column: 1/3;
    grid-row: 8/9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home .ofertas-section .card {
    width: 80%;
    height: auto;
    margin: 5px;
  }
  .home .ofertas-section .card .card-img-top {
    width: 40%;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    margin: 3px;
  }
}

.nosotros-main {
  justify-items: center;
}
.nosotros-main .sobre-nosotros .box-nosotros .nosotros {
  font-weight: 600;
}
@media (max-width: 425px) {
  .nosotros-main .sobre-nosotros .box-nosotros {
    width: 90%;
    height: auto;
    margin: 10px auto;
  }
  .nosotros-main .sobre-nosotros .box-nosotros .nosotros {
    width: 100%;
    height: 10vh;
    padding: 1vh 0;
  }
  .nosotros-main .sobre-nosotros .box-nosotros .texto {
    font-size: 1.2rem;
  }
}

.datos-main {
  justify-items: center;
}
.datos-main .datos-cultivo .box-datos .datos {
  font-weight: 600;
}
@media (max-width: 425px) {
  .datos-main .datos-cultivo .box-datos {
    width: 90%;
    height: auto;
    margin: 10px auto;
  }
  .datos-main .datos-cultivo .box-datos .datos {
    width: 100%;
    height: 10vh;
    padding: 1vh 0;
  }
  .datos-main .datos-cultivo .box-datos .texto {
    font-size: 1.2rem;
  }
}

main .tienda {
  margin: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  width: auto;
  height: 10vh;
  font-weight: 600;
}
main .productos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px;
  padding: 20px;
}
main .productos .card {
  width: 20vw;
  height: auto;
  margin: 5px;
  background-color: rgba(151, 99, 147, 0.8);
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main .productos .card .card-img-top {
  width: 10vw;
  height: auto;
  border-radius: 15px 15px 15px 15px;
  margin: 3px;
}
main .productos .card .card-title {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  margin: 10px 0;
}
main .productos .card .card-text {
  font-size: 2rem;
  color: rgb(59, 59, 59);
  margin: 0;
  font-weight: 600;
}
main .productos .card .btn {
  background-color: rgb(141, 77, 150);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  cursor: pointer;
}
main .productos .card .btn:hover {
  background-color: rgb(121, 0, 151);
  color: rgb(255, 255, 255);
  animation: button-hover 2s ease-in-out;
}
@media (max-width: 425px) {
  main .productos {
    display: flex;
    flex-direction: column;
  }
  main .productos .card {
    width: 80%;
    height: auto;
    margin: 5px;
  }
  main .productos .card .card-img-top {
    width: 40%;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    margin: 3px;
  }
}

main .titulo-carrito {
  width: auto;
  height: 10vh;
  margin: 15px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  color: rgb(29, 29, 29);
  font-weight: 600;
  border-radius: 15px;
}
main .card {
  width: 20vw;
  height: auto;
  margin: 5px;
  background-color: rgba(151, 99, 147, 0.8);
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main .card .card-img-top {
  width: 10vw;
  height: auto;
  border-radius: 15px 15px 15px 15px;
  margin: 3px;
}
main .card .card-title {
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  margin: 10px 0;
}
main .card .card-text {
  font-size: 2rem;
  color: rgb(59, 59, 59);
  margin: 0;
  font-weight: 600;
}
main .card .btn {
  background-color: rgb(141, 77, 150);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  cursor: pointer;
}
main .card .btn:hover {
  background-color: rgb(121, 0, 151);
  color: rgb(255, 255, 255);
  animation: button-hover 2s ease-in-out;
}
main .envios {
  max-width: 350px;
  margin: 50px auto;
  padding: 30px;
  background-color: rgba(120, 78, 126, 0.8);
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  border-radius: 15px;
}
main .envios h2 {
  text-align: center;
  margin-bottom: 20px;
  color: rgb(29, 29, 29);
  font-weight: 600;
}
main .envios label {
  text-align: center;
  margin-bottom: 20px;
  color: rgb(29, 29, 29);
  font-size: 1.5rem;
  margin: 10px 0;
  font-weight: 500;
}
main .envios input, main .envios textarea, main .envios select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
main .envios input:focus, main .envios textarea:focus, main .envios select:focus {
  border-color: rgb(141, 77, 150);
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
}
main .envios button {
  width: 100%;
  padding: 12px;
  background-color: rgb(151, 99, 147);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  cursor: pointer;
}
main .envios button:hover {
  background-color: rgb(121, 0, 151);
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.8);
  animation: button-hover 2s ease-in-out;
}
@media (max-width: 425px) {
  main .card {
    width: 80%;
    height: auto;
    margin: 5px;
  }
  main .card .card-img-top {
    width: 40%;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    margin: 3px;
  }
  main .envios {
    max-width: 80%;
    margin: 20px auto;
    padding: 20px;
  }
  main .envios h2 {
    font-size: 1.5rem;
  }
  main .envios label {
    font-size: 1.2rem;
  }
  main .envios input, main .envios textarea, main .envios select {
    font-size: 1.2rem;
  }
  main .envios button {
    font-size: 1.2rem;
  }
}

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