/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 95vw;
  margin: 0 auto;
  padding: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: black;
}

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

input {
  border: none;
}

.main {
  padding-top: 190px;
}

.header {
  position: fixed;
  width: 100%;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: inset rgba(0, 88, 153, 0.8) 0.5rem;
  z-index: 1000;
}
.header_principal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header_principal_logo {
  padding: 13px 15px;
  height: 85px;
}
.header_principal_nav_ul {
  display: none;
  margin: 1rem 0;
  justify-content: center;
  flex-direction: column;
  grid-gap: 0.5rem;
}
.header_filtros {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.6rem;
  margin-bottom: 1rem;
  background-color: rgba(245, 245, 245, 0.9);
}

.boton-mostrar {
  cursor: pointer;
}
.boton-mostrar_filtros {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  font-size: 12px;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  transition: 0.5s;
}
.boton-mostrar_nav {
  position: absolute;
  top: 1.7rem;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: solid #fff 2px;
  border-radius: 0.5rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0.5rem;
  grid-gap: 0.5rem;
}
.boton-mostrar_nav_linea {
  margin: 0;
  padding: 0;
  width: 80%;
  height: 2px;
  background-color: #fff;
}

.button_nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  border-bottom: 4px solid #f5f5f5;
  padding: 18px 22px;
  background-color: rgba(29, 29, 29, 0.7);
  transition: 0.2s;
}
.button_nav--selected {
  color: #3878bd;
}
.button_nav:hover {
  background-color: rgba(29, 29, 29, 0.5);
}
.button_nav_icono {
  display: block;
  margin-top: -0.3rem;
  margin-left: 0.8rem;
}

.filtros {
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-gap: 0.5rem;
}
.filtros_desplegable {
  display: none;
}

.filtro {
  display: flex;
  flex-direction: column;
}
.filtro_opcion {
  position: relative;
  font-size: 12px;
  margin: 0;
  display: inline-block;
  width: 90%;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  border-bottom: solid rgba(207, 207, 207, 0.5) 0.2rem;
}
.filtro_opcion .icono {
  position: absolute;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  right: 0;
}
.filtro_opcion .icono--desplegado {
  margin-top: 0.8rem;
}
.filtro_opcion--hover {
  border-bottom: solid #f5f5f5 0.1rem;
}
.filtro_opcion--hover .selected {
  color: #3878bd;
}
.filtro_opcion--hover .selected:hover {
  color: #fff;
}
.filtro_opcion--hover:hover {
  color: #fff;
  background-color: #3878bd;
}
.filtro_desplegable {
  display: flex;
  flex-direction: column;
  background-color: whitesmoke;
}

.buscar {
  margin-top: 0.5rem;
  position: relative;
  min-height: 2.2rem;
  width: 100%;
}
.buscar_input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 0.5rem;
}
.buscar_icono {
  position: absolute;
  margin-top: 0.6rem;
  margin-left: 0.5rem;
  left: 0;
}
.buscar_borrar {
  position: absolute;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
  right: 0;
  cursor: pointer;
}

.producto_tarjeta {
  position: relative;
  min-width: 265px;
  max-width: 300px;
  height: 340px;
  background-color: #fff;
  padding: 1rem;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.producto_tarjeta_imagen {
  position: relative;
  width: 100%;
  height: 278px;
  margin: 0;
}
.producto_tarjeta_imagen_img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.producto_tarjeta_novedad {
  position: absolute;
  z-index: 2;
  padding-top: 50%;
  width: 100%;
  background-image: url("../img/productos/lancamento.png");
  background-repeat: no-repeat;
  display: none;
}
.producto_tarjeta_novedad--activa {
  display: inline-block;
}
.producto_tarjeta_hover {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
  background-color: rgba(29, 29, 29, 0.7);
  opacity: 0;
}
.producto_tarjeta_hover_icono {
  background-color: #3878bd;
  margin: auto;
  padding: 1rem;
  border-radius: 50%;
  color: rgba(29, 29, 29, 0.7);
  font-size: 1rem;
}
.producto_tarjeta_hover_icono:hover {
  color: #fff;
}
.producto_tarjeta_hover:hover {
  opacity: 100%;
}
.producto_tarjeta_resumen {
  box-sizing: border-box;
  width: 100%;
  height: 73px;
  padding: 10px;
}
.producto_tarjeta_nombre {
  margin-top: 0.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 600;
  color: #333333;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.producto_tarjeta_medida {
  color: #777777;
  font-size: 12px;
  margin: 10px 0 0 0;
}

.producto_ficha_exterior {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.producto_ficha_interior {
  position: relative;
  display: flex;
  grid-gap: 2rem;
  width: 75vw;
  height: 75vh;
  background-color: #f5f5f5;
  padding: 1rem;
  z-index: 2000;
  flex-direction: column;
  width: 100%;
  overflow: scroll;
}
.producto_ficha_imagen {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.producto_ficha_imagen_img {
  display: inline-block;
  width: 100%;
}
.producto_ficha_miniatura {
  width: 4rem;
  cursor: pointer;
}

.favoritos_modal_exterior {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.favoritos_modal_interior {
  position: relative;
  display: flex;
  grid-gap: 0;
  width: 75vw;
  height: 75vh;
  background-color: #f5f5f5;
  padding: 1rem;
  z-index: 2000;
  width: 100%;
  flex-direction: column;
}
.favoritos_modal_logo {
  display: none;
  width: 15rem;
}
.favoritos_modal_titulo {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.2rem;
}
.favoritos_modal_ul {
  overflow: scroll;
  padding: 0 12%;
}
.favoritos_modal_producto {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 2rem;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
.favoritos_modal_producto_imagen {
  height: 12rem;
}
.favoritos_modal_producto_imagen_img {
  width: auto;
  height: 100%;
}
.favoritos_modal_producto_ficha {
  width: 60%;
}
.favoritos_modal_producto_ficha_nombre {
  margin-bottom: 1.5rem;
}
.favoritos_modal_producto_ficha_nombre:hover {
  text-decoration: underline;
}
.favoritos_modal_producto_ficha_texto {
  font-size: 1rem;
}
.favoritos_modal_producto_borrar {
  font-size: 3rem;
  transition: 0.5s;
  cursor: pointer;
  color: #3878bd;
}

.boton_cerrar {
  position: absolute;
  font-size: 1.5rem;
  top: 1rem;
  right: 1.5rem;
  cursor: pointer;
}

.favoritos_boton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  font-size: 12px;
  margin: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  cursor: pointer;
  transition: 0.5s;
}
.favoritos_boton_numero {
  font-weight: bold;
}
.favoritos_boton:hover {
  background-color: #3878bd;
  color: #fff;
}
.favoritos_favorito {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #444444;
}
.favoritos_favorito_ficha {
  top: 2rem;
  left: 2rem;
  bottom: unset;
  right: unset;
  font-size: 1.5rem;
}
.favoritos_favorito:hover {
  color: #3878bd;
}
.favoritos_favorito--activo {
  color: #3878bd;
}

.tienda {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tienda_productos {
  margin-top: 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 1rem;
  padding: 1rem;
  min-width: 100%;
}

.activo {
  display: flex;
}

.overlaya {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.95);
  overflow-y: scroll;
  transition: 0.5s;
}

.overlaya-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlaya-content2 {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.overlaya-content img {
	vertical-align:bottom !important;
	width: 150px !important;
}

.overlaya a {
  padding: 10px;
  text-decoration: none;
  font-size: 1.7em;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlaya a:hover, .overlaya a:focus {
  color: #3878bd;
}

.overlaya .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* Tooltip container */
.tooltip {
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 6px 8px;
    position: absolute;
    z-index: 1;
    /* Cambios para posicionar debajo del botón */
    top: 125%; /* Cambiado de bottom a top */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Modificar la flecha para que apunte hacia arriba */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%; /* Cambiado de top a bottom */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    /* Invertir los colores de borde para que la flecha apunte hacia arriba */
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

/* Mostrar tooltip al hover */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* LOADING*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) 50% 50% no-repeat rgb(255,255,255);
}   

.simplescrollup__button {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	transition: 1s all;
	z-index: 10000;
  color: #3878bd;
  font-size: 45px;
  
}

.simplescrollup__button--show {
	transform: translateX(0);
}
.simplescrollup__button--hide {
	transform: translateX(100px);
}
.producto_ficha_miniatura img.activa {
  opacity: 1;
  padding: 0px 0px 3px 0px;
  border-bottom: 3px solid #727272;
}

.producto_ficha_miniatura img {
  cursor: pointer;
  transition: all 0.3s ease;
}

.producto_ficha_miniatura img:hover {
  opacity: 0.8;
}
.boton_compartir {
   position: absolute;
    right: 23px;
    top: 45px;
    font-size: 25px;
    color: #333;
    z-index: 5;
    transition: color 0.3s ease;
    cursor: pointer;
}

.boton_compartir:hover {
    color: #ff3700;
}
/* Estilos para el Toast Notification */
.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.toast {
  display: flex;
  align-items: center;
  background-color: #333;
  color: white;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.3s, fadeOut 0.5s 3.5s forwards;
  max-width: 400px;
  opacity: 0.95;
}

.toast.success {
  background-color: #4CAF50;
  border-left: 6px solid #2E7D32;
}

.toast.info {
  background-color: #2196F3;
  border-left: 6px solid #0D47A1;
}

.toast-icon {
  margin-right: 12px;
  font-size: 20px;
}

.toast-message {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  flex-grow: 1;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 0.95;
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
/*# sourceMappingURL=mobile.css.map */