body {
    background-color: #290002;
    scroll-behavior: smooth;
}

/*SECCION 1*/
#header {
    height: 100vh;
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    background-image: url(https://reniipp.github.io/lattafa/img/header.jpg);
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    padding-top: 15px;
}

#logo {
    max-width: 100%; 
    height: auto; 
}



/* SECCION 2*/
#section1 {
    background-color: #290002;
    height: 100vh;
    display: flex; 
    padding-left: 10vh;
    align-items: center; 
}

#descubri {
    font-family: 'poppins', sans-serif;
    font-weight: 100 !important;
    font-size: 9rem; 
    color: #e6d5b8;
    text-align: left;
    line-height: 0.9;
}




/*SECCION 3*/
#carouselExample {
    width: 100vw; 
}

#carousel-container {
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

#imagen-fija {
    position: absolute;
    z-index: 10;
    width: 1000px; 
    max-width: 80%;
    height: auto;
}

.carousel-inner img {
    width: 100%;
    height: 600px; 
    object-fit: cover; 
}


/*SECCION 4*/
#seccion-eventos{
    height: 150vh;
    background-color: #f1eade; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}
.evento {
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
    color: #000;
    display: flex;
    gap: 4rem;
}

.fecha {
  display: flex;
  flex-direction: column;
  align-items: center;
line-height: 1;
  font-weight: 100;
  font-size: 5rem;
  min-width: 100px;
}

.dia-numero {
  font-size: 8rem;
  font-weight: 200;
}

.contenido {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.evento-img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.texto {
  max-width: 700px;
}

.texto h3 {
  margin: 0 0 0.5rem;
  font-size: 3rem;
  font-weight: 500;
}

.texto p {
  margin: 0.3rem 0;
  font-size: 1.3rem;
  font-weight: 300;
}

.texto p.descripcion {
    font-weight: 200;
    font-size: 1.9rem;
    line-height: 1;
}

.ver-mas {
    display: block;
    margin-top: 1.5rem;
    font-weight: 400;
    color: #000;
}




/*SECCION 4*/
#seccion4 {
    height: 100vh;
    background-color: #290002;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#cuando {
    padding-left: 10rem;
}

#marcas {
    font-family: 'poppins', sans-serif;
    font-weight: 100 !important;
    font-size: 9rem; 
    color: #e6d5b8;
    text-align: right;
    line-height: 0.9;
}



#fotos {
    padding-right: 200px;
    padding-top: 40px;
    display: flex;
    gap: 100px; 
    align-items: center;
}

#fotos img {
    transition: transform 0.3s ease-in-out;
    width: 150px; 
}

#fotos img:hover {
    transform: scale(1.2);
}

#dg {
    transform: scale(1.3);
    padding-left: 10px;
}

.viernes {
    font-size: 25px;
    font-style: italic;
}

.horas {
    margin-top: -20px;
}

h2{
    font-style: bold;
    font-weight: 650;
    font-size: 25px;
}



/*SECCION 5*/
#banner {
    height: 100vh;
    display: flex;
    background-image: url(https://reniipp.github.io/lattafa/img/banner.jpg);
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
}



/*SECCION 6*/
#seccion5 {
    background-color: #290002;
}

#lista {
    font-family: 'poppins', sans-serif;
    color: #e6d5b8;
    background-color: #290002;
    display: flex;
    gap: 30px;
    padding-left: 200px;
    padding-top: 30px;
}

.lista {
    font-family: 'poppins', sans-serif;
    color: #9b8f80;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.lista:hover{
    color: #e6d5b8;
    transform: scale(1.1);
}



/*SECCION 7*/
.titulos {
    font-family: 'poppins', sans-serif;
    font-weight: 100 !important;
    font-size: 9rem; 
    color: #e6d5b8;
    text-align: left;
}

.titulos_box {
    padding-top: 200px;
    font-family: 'poppins', sans-serif;
    color: #e6d5b8;
    background-color: #290002;
    padding-left: 5rem;
}

.box_perfumes {
    width: 100%;
    background-color: #290002;
    padding-top: 20px;
}

.box_fotos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagen {
    width: 100%;
    display: block;
}

.notas {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
    overflow: hidden;
    background-color: #290002;
    margin-bottom: 30px;
}

.imagen_notas {
    width: 33.3%;
    height: 80vh;
    position: relative;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.imagen_notas img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease-in-out;
    transform-origin: top; 
}

.imagen_notas:hover {
    width: 36%;
    z-index: 10;
}

.imagen_notas:hover img,
.imagen_notas:hover .texto_notas {
    transform: scale(1.03);
}

.texto_notas {
    margin-top: 30px;
    font-family: 'poppins', sans-serif;
    font-size: 1.2rem;
    color: #e6d5b8;
    text-align: center;
    transition: transform 0.8s ease-in-out;
    font-style: italic;
}



/*SECCION 8*/
#footer {
    margin-top: 300px;
    height: 70vh;
    margin-bottom: 0;
    position: relative;
    min-height: 600px;
    background-image: url(https://reniipp.github.io/lattafa/img/footer.png);
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    text-align: center;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#derechos {
    margin-top: auto;
    padding-bottom: 10px;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    color: #e6d5b8;
    font-size: 15px;
}


#inscribite {
    font-family: 'poppins', sans-serif;
    font-weight: 550;
    color: #e6d5b8;
}

.form-container {
    border-radius: 10px;
    width: 300px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
}

input, select, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    margin-top: 15px  !important;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

input {
    background-color: #fff;
    color: #290002;
}

select {
    background-color: #fff;
    color: #290002;
}

button {
    background-color: #e6d5b8;
    color: #290002;
    cursor: pointer;
    font-family: 'poppins', sans-serif;
    font-weight: 550;
    transition: 0.3s;
    border-radius: 500px;
}

button:hover {
    transform: scale(1.05);
}

.hidden {
    display: none;
}

#mensaje {
    font-family: 'poppins', sans-serif;
    font-weight: 550;
    color: #e6d5b8;
    font-size: 20px;
}

#enviar { 
    border-radius: 50px;
}

#logo2 {
    padding-top: 30px;
}

#redes {
    padding-top: 30px;
    display: flex;  
    justify-content: center; 
    align-items: center;
    gap: 30px;
    cursor: pointer;
}

#derechos {
    padding-top: 30px;
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    color: #e6d5b8;
    font-size: 15px;
}





