/* Sass Document */
* {
  box-sizing: border-box; }
  *::selection {
    background: #000;
    color: #dddada; }

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0B1946; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #0B1946; }
  a:hover {
    text-decoration: none;
    color: #0B1946; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html, body {
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    html, body {
      overflow-x: initial; } }

.border {
  border-radius: 10px; }

/*------------------------------------base------------------------------------- */
.negro {
  color: #222; }

.bg-negro {
  background: #222; }

.blanco {
  color: #fff; }

.bg-blanco {
  background: #fff; }

.azul {
  color: #0B1946; }

.bg-azul {
  background: #0B1946; }

.rojo {
  color: #ed0b0b; }

.bold {
  font-weight: 800;
  font-style: normal; }

.titulo {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal; }

.italic {
  font-weight: 200;
  font-style: italic; }

.container-fluid {
  padding: 0 2rem; }

.espacio {
  padding: 11% 0; }

/*------------------------------------fin base------------------------------------- */
.wrapper {
  background: url(../images/bg.jpg) no-repeat center/cover;
  height: 100vh; }
  @media (max-width: 900px) {
    .wrapper {
      height: auto; } }

.zonas-map {
  background: #0B1946;
  border: 1px solid #0B1946;
  padding: 2rem 0;
  border-radius: 8px;
  margin: 0 0.5rem;
  width: 200px;
  transition: all 0.3s ease; }
  @media (max-width: 900px) {
    .zonas-map {
      width: 310px; } }

.zonas a {
  color: #fff; }

.zonas .verzonas {
  color: #fff;
  font-size: 13px;
  opacity: 0.7;
  border: 0;
  background: transparent; }

.zonas-w a:hover .zonas-map {
  border: 1px solid #693DFF; }

/* Cuando alguna .zonas-w tiene hover */
.zonas:has(.zonas-map:hover) .zonas-map {
  opacity: 0.6;
  transition: opacity 0.3s; }

/* La que tiene hover se mantiene normal */
.zonas .zonas-w:hover .zonas-map {
  opacity: 1; }

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px; }

.modal-content {
  border-radius: 20px !important; }

.select select {
  background: #0B1946;
  color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px; }

.marcas {
  margin: 0 2rem;
  height: calc(100vh - 450px);
  position: absolute;
  width: 96%;
  bottom: 2rem; }
  @media (max-width: 900px) {
    .marcas {
      height: 800px;
      width: 96%;
      position: relative;
      margin: 2%; } }
  .marcas--uno {
    background: #ddd;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .marcas--uno img {
      position: relative;
      z-index: 3; }
  .marcas a:hover .overlay {
    background: rgba(0, 0, 0, 0.2); }
  .marcas--cashel {
    background: url(../images/bg-cashel.png) no-repeat center/cover; }
  .marcas--equine {
    background: url(../images/bg-equine.png) no-repeat center/cover; }
  .marcas--classic {
    background: url(../images/bg-classic.png) no-repeat center/cover; }
  .marcas--martin {
    background: url(../images/bg-martin.png) no-repeat center/cover; }
  .marcas--rattler {
    background: url(../images/bg-rattler.png) no-repeat center/cover; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  transition: all 0.3s ease;
  z-index: 2; }

.banner {
  height: 700px;
  background: #ccc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  .banner img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .banner .overlay {
    background: rgba(0, 0, 0, 0.4); }
  .banner .textura {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
    z-index: 3; }
  .banner .frase {
    position: absolute;
    z-index: 5;
    color: #fff; }
    .banner .frase h1 {
      font-size: 4rem; }
    .banner .frase p {
      font-size: 2rem; }
  .banner.interna {
    height: 300px; }
    .banner.interna .frase {
      display: none; }

.navbar.fijo {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  background: rgba(11, 25, 70, 0);
  transition: all 0.3s ease; }
  .navbar.fijo .logo img {
    width: 200px;
    transition: all 0.3s ease; }
  .navbar.fijo .select select {
    background: #fff;
    color: #0B1946;
    border: 0;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px; }
  .navbar.fijo svg path {
    fill: #fff; }
  .navbar.fijo.nav-scroll {
    background: rgba(11, 25, 70, 0.8);
    backdrop-filter: blur(15px);
    padding: 15px 0; }
    .navbar.fijo.nav-scroll .logo img {
      width: 160px; }

.numero {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -8px;
  animation: pulse 1.5s infinite ease-out; }

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.grupo-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: row; }

.card_producto {
  background: #ccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex: 1;
  max-width: 33%;
  text-align: center; }
  .card_producto h3 {
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 20px;
    color: #fff; }
  .card_producto .portada {
    position: relative;
    z-index: 1; }
    .card_producto .portada img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .card_producto .arrow {
    position: absolute;
    z-index: 3;
    width: 30px;
    bottom: 20px;
    left: 20px; }

@media (max-width: 768px) {
  .card_producto {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start; }

  .grupo-cards {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory; } }
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px; } }
.carousel-indicators {
  bottom: -35px; }
  .carousel-indicators button {
    width: 10px;
    height: 10px;
    border: 0;
    background: #b7b7b7;
    border-radius: 10px;
    margin: 0 5px; }
    .carousel-indicators button.active {
      background: #0B1946; }

.marc {
  background: #F8F5F1; }

footer {
  color: #fff; }
  footer a {
    color: #fff; }

.footer--nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer--nav a {
    color: #fff; }

.bb-1 {
  border-bottom: 1px solid #f1f1f2; }

.filtro-boton {
  background: transparent;
  border: 0;
  color: #0B1946;
  font-size: 20px;
  font-weight: 800; }

.prod {
  position: relative; }
  .prod--a {
    display: block;
    color: inherit;
    text-decoration: none;
    z-index: 1; }
  .prod--precio {
    color: #7B2E22; }
  .prod--add a {
    background: #0B1946;
    width: 50px;
    padding: 15px;
    border-radius: 13px;
    transform: scale(1); }
    .prod--add a:hover {
      transform: scale(1.1); }

.page-item.active .page-link {
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
  color: #444; }

.precio {
  color: #7B2E22; }

.descripcion {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }

.qty-form {
  display: flex;
  align-items: center;
  gap: 8px; }

.qty-btn {
  width: 45px;
  height: 45px;
  font-size: 20px;
  border: none;
  border-radius: 6px;
  background: #eee;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .qty-btn:hover {
    background: #ddd; }

.qty-input {
  width: 90px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 10px; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.btn {
  background: #0B1946;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  width: 100%; }
  .btn:hover {
    background: #7B2E22;
    color: #fff; }

.gale .carousel-indicators button {
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #ccc; }
  .gale .carousel-indicators button.active {
    border: 2px solid #0B1946; }

.gale--foto {
  height: 500px; }
  @media (max-width: 900px) {
    .gale--foto {
      height: 270px; } }
  .gale--foto img {
    object-fit: contain;
    height: 100%; }

.sticky {
  position: sticky;
  top: 120px; }

.agotado {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
  margin-top: 25px; }

.resumen {
  border-bottom: 1px dotted #ccc;
  padding: 15px 0; }
  .resumen.total {
    background: #F8F5F1;
    border-radius: 15px; }

.input {
  width: 100%;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid #ccc; }

.canti {
  background: #0B1946;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 11px; }

.resumen-contacto {
  background: #F8F5F1;
  padding: 20px;
  border-radius: 15px; }

.bg-primary {
  background: #0B1946 !important; }

.bg-secondary {
  background: #ccc !important; }

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