* { 
    font-family: "Alike", serif;
    font-weight: 600;
    font-style: normal;
    color: white;
}

.montserrat_300 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat_500 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat_700 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
    background-image: url(recursos/images/fondo.png);
    background-size: auto;
}

 /* Header */
#cabecera {
    background-color: transparent;
    position: static;
}

/* Logo y titulo configuracion inicial (blanco) */
#logo, #titulo {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 2.3em;
    transition: opacity 0.5s ease;
}

/* Imagen blanca actual (usando ::before) */
#logo::before {
    content: "";
    background-image: url(recursos/images/logo_blanco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease;
}

#titulo::before {
    content: "";
    background-image: url(recursos/images/titulo_blanco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease;
}

/* Navbar */
#nave ul li a {
    color: white;
    text-shadow: 0 0 20px #fff;
    transition: color 0.5s ease, text-shadow 0.5s ease;
}

#nave ul li a:hover {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

/* --- Main --- */
#promocion {
    margin-top: 3em;
    text-align: center;
    text-shadow: 0 0 30px #fff;
    font-size: 1.2em;
}

#promocion h3 {
    font-size: 2em;
    margin-bottom: 0.4em;
    font-weight: 600;
}

#video_melani video{
    width: 100%;
    height: auto;
}

#video_promocion video{
    margin-top: 2em;
    padding-left: 12em;
    padding-right: 12em;
    width: 100%;
    height: auto;
    
}

/* --- Productos --- */
#productos {
    margin-top: 7em;
    text-align: center;
}

#productos h2 {
    text-shadow: 0 0 30px #fff;
    font-size: 3em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

#productos a {
    text-decoration: none;
    text-shadow: 0 0 30px #fff;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
}

/* Carrusel Productos*/
#carrusel-productos {
    justify-self: center;
    width: 60%;
}
.carrusel-producto {
    width: auto;
    background-color: #fff;
    border-radius: 1rem;
}

.carrusel-producto div h3{
    color: #1D3B1B;
    font-weight: 600;
    font-size: 1em;
}

.carrusel-producto div p{
    color: #1D3B1B;
    font-size: 1.3em;
    padding-bottom: 1em;
}

/* Carrusel Lugares*/
#carrusel-lugares {
    justify-self: center;
    margin-top: 7em;
    width: 75%;
}

.carrusel-lugar {
    text-align: center;
    justify-self: center;
}

.carrusel-lugar img{
    width: auto;
    border-radius: 1rem;
}
.carrusel-lugar h3{
    font-size: 2em;
    font-weight: 600;
    text-shadow: 0 0 30px #fff;
    margin-top: .7em;
}

/* Spotify */
#spotify {
    margin-top: 7em;
    text-align: center;
    padding-left: 15em;
    padding-right: 15em;
}

#spotify h2 {
    text-shadow: 0 0 30px #fff;
    font-size: 3em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

/* Tés */
#gustos {
    margin-top: 7em;
}

#blood{
    width: 50%;
    height: auto;
}

#enchant{
    width: 60%;
    height: auto;
}

#pp{
    width: 45%;
    height: auto;
}

#dosdos{
    width: 30%;
    height: auto;
}

#gustos h3 {
    text-shadow: 0 0 30px #fff;
    font-size: 1.7em;
    margin-bottom: 0.6em;
    font-weight: 600;
}

#gustos p {
    font-size: 1.1em;
    text-align: justify;
}

.gusto_fondo {
    background-color: #1d3b1bee;
    padding-top: 1em;
    margin-left: 14em;
    margin-right: 14em;
    border-radius: 20px;
}

/* Imagenes */
#imagenes img {
    width: 20%;
    height: auto;
}

/* Footer */
footer p {
    text-shadow: 0 0 20px #fff;
    margin-bottom: 1em;
    font-weight: 600;
    color: #fff;
}

footer ul li a svg path{
    color: #1D3B1B;
}

/* Pagina Nosotros */
#nosotros {
    text-align: center;
}

#nosotros h2 {
    color: #fff;
    text-shadow: 0 0 30px #fff;
    font-size: 2.6em;
    font-weight: 600;
    margin-top: .5em;
}

#nosotros p {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: justify;
}

#nosotros img {
    border-radius: 25px;
    height: auto;
    width: 50%;
}

#portals h3 {
    color: #fff;
    text-shadow: 0 0 30px #fff;
    font-size: 2.3em;
    font-weight: 600;
    margin-top: .5em;
    margin-bottom: 1em;
}

#portals p {
    color: #fff;
    font-size: 1.2em;
    text-align: justify;
}

#portals p a {
    color: palevioletred;
}

#chiquito {
    font-size: 0.7em;
}

.melanie_fondo {
    justify-self: center;
    background-color: #1d3b1bee;
    padding-top: 1em;
    margin-left: 14em;
    margin-right: 14em;
    border-radius: 20px;
    padding-bottom: 2em;
}

.portals_fondo {
    justify-self: center;
    background-color: #1d3b1bee;
    padding-top: 1em;
    margin-left: 14em;
    margin-right: 14em;
    border-radius: 20px;
    padding-bottom: 1em;
}

/* Contacto */
#contacto {
    align-items: center;
    background-image: url(recursos/images/contactoFairee.jpg);
    border-radius: 25px;
    margin: 20%;
    max-width: 100%;
}

#contacto h2 {
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 20px #fff;
}

#formulario button {
    margin-top: 1rem;
    border: none;
    background-color:#fff;
    color: #1D3B1B;
    padding: .5rem 1rem;
    border-radius: .5rem;
}

#formulario button:hover {
    background-color: #1D3B1B;
    color: #fff;
}

#mensaje-enviar {
    text-align: center;
    color: #1D3B1B;
}

/* Pagina productos */
.contenedor-productos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
} 

.producto {
    background-color: white;
    margin-bottom: 2rem;
    border-radius: 1em;
    padding-bottom: .7em;
    text-align: center;
    padding-top: .5em;
}

.boton-detalle {
    border: none;
    background-color: transparent;
}

.producto-imagen {
    max-width: 100%;
}

.producto-titulo {
    color: #1D3B1B;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.7em;
    font-weight: 600;
}

.producto-precio {
    color: #1D3B1B;
    text-align: center;
    font-size: 1.2em;
}

.producto-agregar {
    width: 70%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.1em;
    border: none;
    border-radius: 1rem;
    background-color: #1D3B1B;
    color: #fff;
    transition: .5s;
}

.producto-agregar:hover {
    background-color: #fff;
    color: #1D3B1B;
    transition: .5s;
}

.producto-seleccionar {
    width: 70%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.1em;
    border: none;
    border-radius: 1rem;
    background-color: #1D3B1B;
    color: #fff;
    transition: .5s;
}

.producto-seleccionar:hover {
    background-color: #fff;
    color: #1D3B1B;
    transition: .5s;
}

/* Detalle productos */
.detalle {
    display: inline-flex;
    align-items: center;
}

.detalle-fondo {
    background-color: #fff;
    border-radius: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.volver-detalle {
    text-decoration: none;
    color: #1D3B1B;
    font-size: 1.5em;
    font-weight: 600;
    margin-left: 2em;
    cursor: pointer;
  }

.detalle a {
    align-self: self-start;
}

.detalle-titulo {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1D3B1B;
}

.detalle-precio {
    font-size: 1.5rem;
    color: #1D3B1B;
}

.detalle-descp {
    font-weight: 400;
}

.detalle-opciones-ropa input[type="radio"] {
    display: none;
}

.detalle-opciones-ropa label {
    background-color: #fff;
    color: #1D3B1B;
    cursor: pointer;
    gap: 1rem;
    padding: .5em 1em;
    border-radius: 1rem;
    font-weight: 600;
}

.detalle-opciones-ropa input[type="radio"]:checked + label{
    background-color: #1D3B1B;
    color: #fff;
}

.detalle-opciones-acc input[type="radio"] {
    display: none;
}

.detalle-opciones-acc label {
    background-color: #fff;
    color: #1D3B1B;
    cursor: pointer;
    gap: 1rem;
    padding: .5em 1em;
    border-radius: 1rem;
    font-weight: 600;
}

.detalle-opciones-acc input[type="radio"]:checked + label{
    background-color: #1D3B1B;
    color: #fff;
}

.producto-agregar-detalle {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.1em;
    border: none;
    border-radius: 1rem;
    background-color: #1D3B1B;
    color: #fff;
    transition: .5s;
}

.producto-agregar-detalle:hover {
    background-color: #fff;
    color: #1D3B1B;
    transition: .5s;
}

.detalle-agregar {
    width: 10rem;
    margin-top: 2rem;
}

/* Relacionado */
.relacionados {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.relacionados h4 {
    margin-left: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.7rem;
    text-shadow: 0 0 20px #fff;
}

.contenedor-relacionado {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.relacionado button {
    background-color: white;
    border: none;
    border-radius: 1em;
}

.relacionado-imagen {
    max-width: 70%;
    margin-top: 1em;
}

.relacionado-titulo {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1D3B1B;
}

.relacionado-precio {
    font-weight: 600;
    font-size: 1.3rem;
    color: #1D3B1B;
}

/* Botón Subir */
#btnSubir {
    position: fixed;
    bottom: 0; 
    right: 0; 
    z-index: 1; 
    border: none; 
    outline: none;
    background-color: white;
    cursor: pointer;
    text-decoration: none;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
    margin-right: 5rem;
    transition: .5s;
  }

  #btnSubir i {
    color: #1D3B1B;
    font-size: 1.3em;
    transition: .5s;
  }

  #btnSubir:hover {
    background-color: #1D3B1B;
    transition: .5s;
  }

  #btnSubir:hover i{
    color: white;
    transition: .5s;
  }

/* Carrito */
#btnCarrito {
    position: fixed;
    top: 0; 
    right: 0; 
    z-index: 1; 
    border: none; 
    outline: none;
    background-color: white;
    cursor: pointer;
    text-decoration: none;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    margin-top: 6rem;
    margin-right: 5rem;
    transition: .5s;
  }
  
  #btnCarrito i {
    color: #1D3B1B;
    font-size: 1.3em;
    margin-right: .5rem;
    transition: .5s;
  }

  #btnCarrito span {
    color: #1D3B1B;
    font-size: 1.3em;
    transition: .5s;
  }

    #btnCarrito:hover {
    background-color: #1D3B1B;
    transition: .5s;
  }

  #btnCarrito:hover i{
    color: white;
    transition: .5s;
  }

  #btnCarrito:hover span{
    color: white;
    transition: .5s;
  }

  /* Productos Carrito */
  #carrito h3{
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    text-shadow: 0 0 20px #fff;
    margin-bottom: 2rem;
  }

  .volver {
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    margin-left: 2em;
    cursor: pointer;
  }

.carrito-vacio {
    text-align: center;
    font-size: 1.5em;
}

.carrito-productos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 9rem;
}

.carrito-producto {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: .7rem;
    padding-right: 1rem;
    color: #1D3B1B;
    border-radius: 1rem;
    margin-left: 9rem;
    margin-right: 9rem;
}

.carrito-producto-imagen {
    width: 6rem;
}

.carrito-producto-ticantprecio {
    justify-content: start;
}

.carrito-producto-titulo h4{
    color: #1D3B1B;
    font-size: 1.3em;
    font-weight: 600;
}

.carrito-producto-cantprecio {
    display: inline-flex;
    gap: 1rem;
    
}

.carrito-producto-cantprecio p {
    color: #1D3B1B;
    margin: 0;
    padding: 0;
}

.carrito-producto-subtotal p{
    color: #1D3B1B;
    font-size: 1.5em;
}

.carrito-producto button{
    border: 0;
    background-color: transparent;
    cursor: pointer;
    
}

.carrito-producto-eliminar i{
    margin-right: 2rem;
    color: red;
    font-size: 1.3em;
}

.carrito-acciones {
    display: inline-flex;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 3rem;
    margin-right: 11rem;
}

.carrito-acciones-total {
    font-size: 1.5em;
    padding: 1rem;
    background-color: #1D3B1B;
    border-radius: 1rem;
}

.carrito-acciones-total p {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.carrito-acciones button {
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.5em;
    border-color: #1D3B1B;
    color: #1D3B1B;
    font-weight: 600;
    margin-left: 2rem;
    transition: .5s;
}

.carrito-acciones button:hover {
    background-color: #1D3B1B;
    color: white;
    border-color: #fff;
    transition: .5s;
}

.modal-title {
    color: #1D3B1B;
    font-weight: 600;
}

.modal-body p {
    color: #1D3B1B;
    font-weight: 600;
}

.disabled {
    display: none;
}