@charset "UTF-8";
/*! 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 */
  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;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1b1b1b;
  font-size: 2rem;
}

p {
  color: #1b1b1b;
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
  font-weight: 900;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5rem;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.6rem;
}

h3 {
  font-size: 6rem;
  text-align: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

body > section {
  padding: 10rem 0;
}

/* .seccion {
    margin-top: calc(v.$separacion / 2);
    margin-bottom: calc(v.$separacion / 2);
}
.contenido-centrado {
    max-width: 800px;
}
 */
.header {
  background-color: #468faf;
}
@media (min-width: 768px) {
  .header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0.1rem 0.2rem 0.3rem #333;
    z-index: 1000;
  }
}
.header .contenido-header {
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .header .contenido-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header h1 {
  text-align: center;
  font-size: 4rem;
  color: #f0f0f0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .header h1 {
    margin: 0;
  }
}

.navegacion-principal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .navegacion-principal {
    flex-direction: row;
  }
}
.navegacion-principal a {
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 2rem;
}
.navegacion-principal a:hover {
  color: #3d4551;
}

.video {
  position: relative;
  min-height: 30rem;
  max-height: 50rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .video {
    max-height: 62rem;
  }
}
.video .overlay {
  position: absolute;
  background: linear-gradient(270deg, rgba(169, 174, 177, 0.2), rgba(169, 174, 177, 0.4));
  inset: 0;
  display: flex;
  align-items: center;
}
.video video {
  display: block;
  width: auto;
}
@media (min-width: 1024px) {
  .video video {
    width: 100%;
  }
}

.contenido-video {
  z-index: 10;
}
.contenido-video .icono-botella {
  /*  margin: 0 auto 1rem; */
  filter: brightness(0) invert(1);
  width: 15rem;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}
@media (min-width: 768px) {
  .contenido-video .icono-botella {
    width: 27rem;
  }
}
.contenido-video h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 4rem;
  margin: 0 0 2rem 0;
  /*  margin: 0; */
}
@media (min-width: 768px) {
  .contenido-video h2 {
    font-size: 7rem;
  }
}
.contenido-video p {
  color: #FFFFFF;
  background-color: #3d4551;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  border-radius: 1rem;
}

.sobre-perfumes {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .sobre-perfumes {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sobre-perfumes .imagen {
  height: 60rem;
  overflow: hidden;
}
.sobre-perfumes .imagen img {
  margin-top: 0;
  width: 100%;
  border-radius: 1.5rem;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (min-width: 768px) {
  .sobre-perfumes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

.contenido-perfumes h2 {
  text-align: center;
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contenido-perfumes h2 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .contenido-perfumes h2 {
    text-align: left;
  }
}
.contenido-perfumes h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.contenido-perfumes p {
  font-size: 2.2rem;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Georgia", serif;
  margin-bottom: 4rem;
  color: #3d4551;
  text-align: center;
}
@media (min-width: 768px) {
  .contenido-perfumes p {
    text-align: justify;
    line-height: 1.8;
  }
}
.contenido-perfumes p:last-child {
  margin-bottom: 0;
}

.banner-perfumes {
  width: 100%;
  background-color: #dfe1e2;
  padding: 0 1rem;
}
.banner-perfumes .banner-contenedor {
  position: relative;
}
.banner-perfumes .banner-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .banner-perfumes .banner-img {
    aspect-ratio: 16/9;
    height: 50rem;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 1rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .banner-text {
    width: auto;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem 3rem;
    border-radius: 1rem;
    font-size: 2.5rem;
  }
}

/* .banner-text {
  position: absolute;
  top: 0; // empieza desde arriba
  left: 0; // desde el borde izquierdo
  width: 100%; // ocupar todo el ancho
  padding: 1rem; // espacio interno
  text-align: center;
  color: v.$blanco;
  font-size: 2.5rem; // tamaño pensado para móviles
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  background: rgba(0, 0, 0, 0.5); // franja semitransparente que cubre toda la imagen
  box-sizing: border-box;

  @include m.tablet {
    width: auto; // ya no ocupa todo el ancho
    left: 50%; // lo centramos horizontalmente
    top: 10%; // opcional: un poco más abajo
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4); // sigue con fondo, pero más sutil
    padding: 2rem 3rem;
    border-radius: 1rem;
    font-size: 2.5rem; // puedes moverlo un poco hacia abajo si quieres
  }

} */
.galeria {
  padding: 1rem 0;
}
.galeria h3 {
  color: #1b1b1b;
}
.galeria-imagenes {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 480px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.galeria img {
  border-radius: 1rem;
}
.galeria img:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.1);
}

.ubicacion {
  padding: 5rem 1rem;
  background-color: #fff;
  text-align: center;
}
.ubicacion h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.ubicacion p {
  margin-top: 1rem;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #555;
}
.ubicacion .ubicacion-contenedor {
  max-width: 1000px;
  margin: 0 auto;
}
.ubicacion .mapa {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.ubicacion .mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  background-color: #111;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
.footer .footer-contenido {
  max-width: 1200px;
  margin: 0 auto;
}
.footer p {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #ccc;
}
.footer .footer-nav {
  margin-bottom: 1rem;
}
.footer .footer-nav a {
  color: #fff;
  margin: 0 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer .footer-nav a:hover {
  color: #f472b6;
}
.footer .footer-redes {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.footer .footer-redes a img {
  width: 24px;
  height: 24px;
  filter: invert(1);
  transition: transform 0.3s ease;
}
.footer .footer-redes a img:hover {
  transform: scale(1.1);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px; /* distancia desde abajo */
  right: 20px; /* distancia desde el lado derecho */
  width: 70px;
  height: 70px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 9999; /* asegura que esté sobre todo */
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1ebe5d;
}

.lista {
  padding-top: 2rem;
  padding-bottom: 0.1rem;
  background-image: linear-gradient(to bottom, #E7FEF4, hsl(206.6666666667, 3.829787234%, 126.0784313725%));
}
.lista h3 {
  text-align: center;
  color: #3d4551;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .lista h3 {
    margin-bottom: 5rem;
  }
}
.lista p {
  text-align: center;
  color: #3d4551;
  font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lista p {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .lista {
    padding-top: 6rem;
  }
}

.lista-contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
.lista-contenedor p {
  text-align: center;
}
@media (min-width: 768px) {
  .lista-contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.lista-contenedor .imagen {
  width: 100%;
  height: 55rem;
  overflow: hidden;
  border-radius: 1rem;
}
.lista-contenedor .imagen:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.1);
}

.lista-perfumes {
  background-color: #468faf;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.lista-perfumes:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .lista-perfumes {
    margin-bottom: 0;
  }
}
.lista-perfumes p {
  padding-top: 1.5rem;
  color: #3d4551;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .lista-perfumes p {
    padding-top: 0.5rem;
  }
}

.perfume-lista {
  margin: 0;
  padding: 0;
  list-style: none;
}
.perfume-lista li:nth-child(odd) {
  /*  background-color: lighten(v.$azul04, 5%); */
  background-color: rgb(83.9285714286, 155.2897959184, 186.5714285714);
}
.perfume-lista li {
  color: #FFFFFF;
  padding: 2rem;
  font-weight: 700;
}
.perfume-lista li span {
  font-weight: 400;
}