@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.pie {
  background-color: #333;
  color: #fff;
  padding: 20px;
  width: 100%;
  min-height: 37px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.pie .footer-left {
  justify-self: start;
  font-size: 15px;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
}
.pie .footer-left p {
  margin: 0 !important;
}
.pie .footer-text {
  justify-self: center;
  font-size: 15px;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
}
.pie .footer-text p {
  margin: 0 !important;
}
.pie .redes-sociales-container {
  justify-self: end;
  display: flex;
  gap: 10px;
}
.pie .redes-sociales-container a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  transition: 0.5s;
}
.pie .redes-sociales-container a:hover {
  color: rgb(228, 181, 119);
}

header .bg-body-tertiary {
  background-color: rgb(228, 181, 119) !important;
  /*letras en negro*/
  color: black !important;
  font-weight: 600;
}
header .nav-link:hover {
  color: white !important;
  transition: 0.5s;
}
header div .logo {
  width: 70px;
  /* ajustá el tamaño del logo*/
  height: auto;
}
header div .carrito {
  /*ajusta el tamaño del carrito*/
  width: 30px;
  height: auto;
  cursor: pointer;
}

.ofertas-destacados .contenedor-ofertas div {
  border: solid;
  /* borde rojo*/
  width: 300px;
  height: 325px;
  margin: 15px;
  text-align: center;
  background-image: url("../imagenes/card-fondo.jpg");
  background-size: cover;
  /* imagen como fondo */
  background-repeat: no-repeat;
  /* no se repite la imagen */
  background-position: center;
  /* centra la imagen */
  transition: 1s;
}

.ofertas-destacados .contenedor-ofertas div:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.titulo-principal {
  text-align: center;
  font-size: 45px;
  color: white;
  background-color: black;
  margin: 10px;
  padding: 10px;
}

.ofertas-destacados h3 {
  margin: 5px;
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.ofertas-destacados div img {
  width: 250px;
  height: 250px;
  margin-top: 5px;
  object-fit: contain;
  /* ajusta el tamaño */
}

.ofertas-destacados div a:hover {
  background-color: rgb(255, 255, 255);
  color: black;
  /*cambia el color del boton al pasar el mouse*/
}

.titulo-rosa {
  text-align: center;
  font-size: 35px;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 0, 208);
  margin: 10px;
  padding: 10px;
}

.pink-background {
  background-color: rgba(255, 0, 208, 0.537);
}

.carousel-inner h5 {
  color: rgb(255, 255, 255) !important;
}

.carousel-inner p {
  color: rgb(255, 255, 255) !important;
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  /* distancia desde el borde inferior */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  color: white;
  /* asegurate de que el texto sea visible sobre la imagen */
  background-color: rgba(0, 0, 0, 0.232);
  /* opcional: fondo semitransparente para mejor legibilidad */
  padding: 10px;
  border-radius: 5px;
}

.usados-luthier-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columnas, de 1fr. 2 columnas iguales */
  justify-items: center;
  /* centra los contenidos en la celda */
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  /*espacio entre los elementos*/
  padding: 20px;
}

.usados-luthier-padre h3 {
  text-align: center;
  font-size: 35px;
  color: white;
  background-color: black;
  margin: 10px;
  padding: 10px;
}

.usados-luthier-padre p {
  text-align: center;
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.421);
}

.usados,
.luthier {
  /*background: #f5f5f5; /* opcional, para ver las cajas */
  /*padding: 15px;*/
  border-radius: 10px;
  /* esquinas redondeadas */
  text-align: center;
  /* centra el texto e imagen */
  width: 100%;
}

.usados-item,
.luthier-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.novedades-section {
  /*background-color: white;*/
  background-image: url("../imagenes/novedades-fondo.jpg");
  background-size: cover;
  /* imagen como fondo */
  background-repeat: no-repeat;
  /* no se repite la imagen */
  background-position: center;
  /* centra la imagen */
}

.novedades-padre {
  display: flex;
  flex-direction: column;
  /*para que los elementos se muestren en una sola columna*/
  align-items: center;
  /*centra los elementos*/
  border: 2px rgb(0, 0, 0) solid;
  /*borde rojo*/
}

.novedades-section h1 {
  text-align: center;
  color: rgb(255, 255, 255);
}

.novedades-section p {
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.novedades-img {
  width: 100%;
  height: 67%;
  display: block;
  margin: 0 auto;
  max-height: 215px;
  cursor: pointer;
}

.guitarras-destacados .titulo-gb {
  text-align: center;
  font-size: 45px;
  color: white;
  background-color: rgba(0, 0, 0, 0.63);
  margin: 10px auto; /*el auto lo centra*/
  padding: 10px;
  width: fit-content;
}
.guitarras-destacados h2 {
  text-align: center;
  font-size: 35px;
  color: rgb(255, 255, 255);
  background-color: black;
  margin: 10px;
  padding: 10px;
}
.guitarras-destacados h3 {
  margin: 5px;
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.guitarras-destacados .contenedor-guitarras {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.guitarras-destacados .contenedor-guitarras div {
  border: solid;
  width: 300px;
  height: 325px;
  margin: 50px;
  text-align: center;
  background-image: url("../imagenes/card-fondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 1s;
}
.guitarras-destacados .contenedor-guitarras div:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.guitarras-destacados .contenedor-guitarras div img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  margin-top: 5px;
}
.guitarras-destacados .contenedor-guitarras div a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: black;
  padding: 5px;
  transition: 1s;
}
.guitarras-destacados .contenedor-guitarras div a:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}

.bajos-destacados h2 {
  text-align: center;
  font-size: 35px;
  color: rgb(255, 255, 255);
  background-color: black;
  margin: 10px;
  padding: 10px;
}
.bajos-destacados h3 {
  margin: 5px;
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.bajos-destacados .contenedor-bajos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.bajos-destacados .contenedor-bajos div {
  border: solid;
  width: 300px;
  height: 325px;
  margin: 50px;
  text-align: center;
  background-image: url("../imagenes/card-fondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 1s;
}
.bajos-destacados .contenedor-bajos div:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.bajos-destacados .contenedor-bajos div img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  margin-top: 5px;
}
.bajos-destacados .contenedor-bajos div a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: black;
  padding: 5px;
  transition: 1s;
}
.bajos-destacados .contenedor-bajos div a:hover {
  background-color: rgb(255, 255, 255);
  color: black;
}

.titulo-custom {
  text-align: center;
  font-size: 45px;
  color: white;
  background-color: black;
  margin: 10px;
  padding: 10px;
}

.banner-section {
  background-image: url("../imagenes/shop.png");
  background-size: cover;
  /* imagen como fondo */
  background-repeat: no-repeat;
  /* no se repite la imagen */
  background-position: center;
  /* centra la imagen */
}

.banner-padre {
  display: flex;
  flex-direction: column;
  /*para que los elementos se muestren en una sola columna*/
  align-items: center;
  /*centra los elementos*/
  border: 2px rgb(0, 0, 0) solid;
  /*borde rojo*/
}

.banner-section h2 {
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 10px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.467);
}

.banner-section p {
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding: 10px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.488);
}

.banner-img {
  width: 100%;
  height: 67%;
  display: block;
  margin: 0 auto;
  max-height: 215px;
  cursor: pointer;
}

.how-section h2 {
  text-align: center;
  font-size: 35px;
  color: white;
  background-color: black;
  margin: 10px;
  padding: 10px;
}

.how-container {
  background-image: url("../imagenes/how.jpg");
  background-size: cover;
  /* imagen como fondo */
  background-repeat: no-repeat;
  /* no se repite la imagen */
  background-position: center;
  /* centra la imagen */
  margin-bottom: 10px;
}

.how-steps {
  width: 100%;
}

.how-container p {
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding: 10px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.488);
}

.white-background {
  background-color: rgba(255, 255, 255, 0.537);
}

.favs-container img {
  width: 100%; /* La imagen ocupa todo el ancho de la columna */
  margin-bottom: 10px; /* Separación entre imágenes */
  margin-top: 10px;
  border-radius: 8px; /* Bordes redondeados opcional */
  object-fit: cover; /* Ajusta la imagen dentro del contenedor */
}

.seccion-nosotros .titulo-historia {
  text-align: center;
  font-size: 45px;
  color: rgb(255, 255, 255);
  background-color: black;
  margin: 10px;
  padding: 10px;
}
.seccion-nosotros p {
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.421);
}

section .titulo-sobre-nosotros {
  text-align: center;
  font-size: 35px;
  color: white;
  background-color: black;
  margin: 10px;
  padding: 10px;
}
section .grilla-ubi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px;
}
section .grilla-ubi .item {
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  background-image: url("../imagenes/card-fondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section .grilla-ubi .item h3 {
  margin: 0 0 8px; /* top right-left bottom */
  font-size: 18px;
  color: white;
}
section .grilla-ubi .item iframe {
  width: 100%;
  height: 250px;
  display: block;
}
@media (max-width: 1000px) {
  section .grilla-ubi {
    grid-template-columns: 1fr;
  }
}

.titulo-accesorios {
  text-align: center;
  font-size: 45px;
  color: white;
  background-color: black;
  margin: 10px;
  padding: 10px;
}

.grid-accesorios {
  margin: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 10px;
  cursor: pointer;
}

.grid-item {
  border: solid;
  margin: 20px;
  background-image: url("../imagenes/card-fondo.jpg");
  transition: 1s;
}
.grid-item:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ajusta el tamaño de la imagen */
  cursor: pointer;
}

.img4 {
  grid-column: span 2;
  /* ocupa 2 columnas */
}

.img6 {
  grid-row: span 2;
  /* ocupa 2 columnas */
}

.img8 {
  grid-row: span 2;
  /* ocupa 2 columnas */
}

.grid-item {
  position: relative;
  /*un elemento absoluto no puede salir*/
}

.grid-item h3 {
  position: absolute;
  /*posiciona el elemento respecto a su contenedor*/
  bottom: 0;
  /*lo posiciona abajo*/
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.648);
  padding: 10px;
}

/***fuentes**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url("../imagenes/fondo.jpg");
  background-size: cover;
  /* imagen como fondo */
  background-repeat: no-repeat;
  /* no se repite la imagen */
  background-position: center;
  /* centra la imagen */
}

h1 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: normal;
}

h2 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: normal;
}

h3 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: normal;
}

h5 {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: normal;
}

p {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: normal;
}

a {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 250;
  font-style: normal;
}

/***************************Variables****************************/
.titulo-rosa {
  font-style: normal;
}

/***********************Lista de colores**************************/
/*espacios entre los colores para que funcione*/
.ofertas-destacados h2 {
  color: white;
  background-color: black;
}

/***************************Extend****************************/
.ofertas-destacados div a {
  text-decoration: none;
  /*quita el subrayado*/
  color: white;
  background-color: black;
  padding: 5px;
  transition: 1s;
}

/***************************Mixin****************************/
.contenedor-ofertas {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

/***************************animaciones****************************/
.titulo-rosa {
  animation-name: slidein;
  /* Nombre de la animación que quieres aplicar. */
  animation-duration: 2s;
  /* Duración total de la animación.*/
  animation-timing-function: ease-in-out;
  /* Controla la velocidad del cambio durante la animación. */
  animation-direction: initial;
  /* Define en qué dirección corre la animación. */
  animation-delay: 1s;
  /* Retraso antes de que la animación empiece. */
}

/**********************keyframes**************************/
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
/**********************media query 1000px grilla usados luthier *********************/
@media (max-width: 1000px) {
  .usados-luthier-container {
    grid-template-columns: 1fr;
    /* 1 columna */
    grid-auto-rows: auto;
  }
  .usados,
  .luthier {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .usados-item,
  .luthier-item {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}
/********************** media query 1000px grilla sobre nosotros *********************/
@media (max-width: 1000px) {
  .grilla-ubi {
    grid-template-columns: 1fr;
    /* 1 columna (items apilados) */
  }
}
/**********************media query 940px grilla accesorios *********************/
@media (max-width: 940px) {
  .grid-accesorios {
    margin: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 10px;
  }
  .grid-item {
    grid-column: span 1;
    grid-row: span 1;
  }
  .img9 {
    grid-column: span 2;
  }
}
/*****************custom-shop how 768****************************/
@media (max-width: 768px) {
  .favs-container .row {
    display: flex;
    flex-direction: column;
    /* Apilar columnas verticalmente */
    align-items: center;
    /* Centrar contenido horizontalmente */
  }
  .favs-container .col-1 {
    display: none;
    /* Ocultar las columnas vacías */
  }
  .columna-imagenes {
    width: 100%;
    /* Cada columna ocupa todo el ancho */
    margin-bottom: 20px;
  }
}
/**********************h1 fuente mobile*********************/
@media (max-width: 600px) {
  .titulo-principal {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .guitarras-destacados .titulo-gb {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .titulo-custom {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .titulo-custom {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .titulo-accesorios {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .seccion-nosotros .titulo-historia {
    font-size: 28px;
  }
}
/*rompe how entre 1000 y 800*/
/*mostrar mas imagen en how*/
/*los carruseles cambian el color de letra por igual*/
/*media query carrusel custom 760 no muestra textos*/
/*agregar h2 accecsorios*/
/*estilos para h2 en generales?*/
/*grilla luthier usados p dentro del item*/
/*achicar carrussel sin romper responsive*/
/*logo fender responsive*/
/*aspect ratio en la imagen custom banner*/
/*margin top banner custom*/
/*arreglar margins en custom shop*/
/*arreglar how container*/
/*Como hago para que un padding no ocupe todo el ancho y solo los bordes*/
/*en estilos.scss pasar de @import a @use?*/
/*html h1 titulo-custom no esta dentro de la seccion porque estira la imagen ojo media query h1*/
/*margin top en accesorios grid item*/
/*SEO sitemaps xml, robots.txt*/
/*palabras clave google keywords planner*/
/*meta descripcion*/
/*Contacto en sobre nosotros*/

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