*{
    box-sizing: border-box;
}

*::selection{
    color: #ffffff;
    background-color: #0170b9; /* ESTE SERA EL COLOR QUE APARECERA AL SELECCIONAR */
}

html{
    scroll-behavior: smooth;
}

body{   
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
h4{ font-size: 5em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}

/* BARRA DE ANUNCIOS */

.announcement-bar {
    width: 100%;
    background-color: #765A3D;
    color: white;
    padding: 0px 0;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1000;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.announcement-bar p {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px; 
    font-weight: 600;
    letter-spacing: 0.5px;
    animation: marquee 40s linear infinite; 
    animation-delay: 0s; 
}

@keyframes marquee {
    0% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-80%);
    }
}

/* HEADER */

header{
background-color: white;
opacity: 2;
position: fixed;
width: 100%;
top: 30px;
transition: height 0.3s ease-in-out;
z-index: 999;
}

.container{
max-width: 1400px;
margin: auto;
}

header .logo-text{
margin: 0;
font-weight: 600;
color: black;
font-size: 1.4em;
margin-right: auto;
padding-left: 10px;
}

header .nav{
display: flex;
flex-direction: column;
text-align: center;
flex-direction: row;
padding-bottom: 25px;
}

header .container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
}

header .logoinicio {
width: 50px;
border-radius: 15px;
}

.menu-icon {
display: none;
}

.menu-icon img {
width: 30px;
height: 30px;
cursor: pointer;
}

.logobuscador{
width: 30px;
border-radius: 15px;
margin-right: 80px;
}

/* <A> DEL HEADER */

.dropdown-a{
font-style: inherit;
font-size: 1em;
font-weight: 500;
}

.dropdown-a :hover{
background-color: aqua;
}

.sucursales-a{
padding: 5px 12px;
text-decoration: none;
font-weight: bold;
color: black;
text-transform: uppercase;
}

.sucursales-a:hover{
color: darkslategrey;
}

.contacto-a{
padding: 5px 12px;
text-decoration: none;
font-weight: bold;
color: black;
text-transform: uppercase;
}

.contacto-a:hover{
color: darkslategrey;
}

.somos-a{
padding: 5px 12px;
text-decoration: none;
font-weight: bold;
color: black;
text-transform: uppercase;
}

.somos-a:hover{
color: darkslategrey;
}

/* FIN DE PAGINA */

#findepagina{
display: flex;
flex-direction: column;
background-color: rgb(30, 30, 30);
color: white;
height: 80vh;
background-image: linear-gradient(
    0deg,
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.5)
)
,url("../media/findepagina.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-position-y: bottom;
justify-content: center;
}

.container-findepagina {
display: flex;
flex-wrap: wrap; /* Permite envolver los elementos en líneas adicionales */
align-items: flex-start; /* Alinea los elementos en la parte superior */
text-align: center;
}

.container-findepagina h1{
font-size: 1.6em;
color: cadetblue;
font-weight: 500;
margin-bottom: 0;
margin-left: 8%;
padding-bottom: 0;
}

.container-findepagina a{
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
}

.contacto-findepagina a:hover{
color: #ccc;
}

.institucional-findepagina,
.productos-findepagina,
.contacto-findepagina{
font-size: 1.2em;
font-weight: 400;
display: inline-block;
width: calc(100% / 3.1); /* Divide el ancho en partes iguales */
}

.contacto li,
.institucional li,
.productos li,
.locales li{
padding-top: 10px;
}

ul.locales,
ul.productos,
ul.contacto,
ul.institucional {
    margin: 0; 
}

.divisor,
.divisor2{
margin-left: 30%;
width: 50%;
}

/* COPYRIGHT */

footer .container-copyright{
font-size: 1em;
margin: 0;
padding: 0px;
color: rgb(100, 100, 100);
height: 0;
display: flex;
justify-content: center;
align-items: flex-end;
}

/* HERO */

#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.2),
        rgba(0,0,0,0.2)
    )
    ,url("../media/hero-princi.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.hero-titulo{
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 0px;
    margin-bottom: 0;
    margin-top: 0;
}

.hero-titulo{
    font-size: 8em;
}

#hero h4{
    color: #FFFFFF;
    font-size: 3em;
    font-weight: 400;
    margin-top: 0;
}

#somos-leonlivings .container {
    padding: 140px 24px 0px 48px;
    line-height: 1;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}

.somostxt-1 {
    font-size: 30px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.somostxt-2 {
    width: 60%;
    font-size: 18px; 
    font-weight: 400; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1.6; 
}

/* SECCION SOMOS LEON LIVINGS */

.somos-button {
    font-size: 1.2em;
    font-weight: 400;
    padding: 10px 40px;
    border-radius: 7px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    color: white;
    background-color: rgb(16, 87, 87);
}

.somos-button:hover {
    background-color: rgb(15, 114, 114);
    cursor: pointer;
}

#somos-leonlivings .texto {
    width: 50%;
    max-width: 600px;
    padding-left: 0px;
}

/* BOTON NOSOTROS */   

#somos-leonlivings .nosotros{
    padding: 8px 0px;
}

/* SECCION NUESTROS PRODUCTOS */

#nuestros-productos .productos{
    display: flex;
    justify-content: center;
}

#nuestros-productos p{
    display: block;
    margin-bottom: 30px;
}

#nuestros-productos h2{
    font-size: 4em;
}

#nuestros-productos h3{
    margin-top: 0;
}

#nuestros-productos .carta{
    padding: 50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* SOLAPA WHATSAPP */
  
.interactive-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 1;
    opacity: 0; /* Elemento oculto inicialmente */
    animation: fadeIn 2s ease-in-out forwards; /* Animación de aparición */
}
  
.button-text {
    font-size: 14px;
    fill: var(--e-global-color-primary );
    color: var(--e-global-color-primary );
    background-color: var(--e-global-color-e724fab );
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 8px 8px;
    color: black;
    background-color: rgb(245, 255, 255);
    margin-right: 10px;
}

.container-botonimagen a{
    text-decoration: none;
}
  
.interactive-button img {
    width: 60px;
    height: auto;
}
  
.interactive-button:hover .button-text {
    background-color: #ddd;
    transform: scale(1.1);
}

/* BOTON IG */

.interactive-button-instagram {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    display: flex;
    align-items: center;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}


.button-text-instagram {
    font-size: 14px;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-e724fab);
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 8px 8px;
    color: black;
    background-color: rgb(245, 255, 255);
    margin-right: 10px;
}

.container-botonimagen-instagram a {
    text-decoration: none;
}
  
.interactive-button-instagram img {
    width: 70px;
    height: auto;
}
  
.interactive-button-instagram:hover .button-text-instagram {
    background-color: #ddd;
    transform: scale(1.1);
}

/* Definir la animación de aparición */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(0, 10px); /* Desplazamiento hacia abajo */
    }
    to {
        opacity: 1;
        transform: translate(0, 0); /* Sin desplazamiento, aparece en su posición */
    }
}

/* ANIMACION TEXTO QUIENES SOMOS */

.scroll-effect {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease, transform 1s ease;
}
  
.scroll-effect.active {
    opacity: 1;
    transform: translateY(0);
}
  
@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.dropbtn {
    border: none;
    cursor: pointer;
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-size: 1em;
    background-color: #FFFFFF;
}

.dropbtn:hover{
        color: darkslategrey;
}
  
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 12px;
}

.dropdown-content a {
    color: black;
    padding: 12px 12px 14px 32px;
    text-decoration: none;
    display: block;
}
  
.dropdown-content a:hover {
    background-color: #54595F;
    color: #f9f9f9;
    transition: background-color 0.4s ease;
}

.dropdown-content {
    display: none;
}
  
.dropdown.active .dropdown-content {
    display: block;
}

/* CARRUSEL */

.slide {
    position: relative;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    user-select: none;
    height: 100%;
    width: 50%; /* Agregado */
    overflow: hidden; /* Agregado */
}

.slide:hover {
    cursor: pointer;
}

.slide-inner {
    position: relative;
    overflow: hidden;
}

.slide-open:checked + .slide-item {
    position: static;
    opacity: 100;
}

.slide-item {
    position: absolute;
    opacity: 0;
    width: 100%;
}

.slide-item {
    flex: 0 0 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out; /* Agregamos la transición de desvanecimiento */
}

.slide-item img {
    float: left;
    height: auto;
    padding: 100px 0px 100px 0px;
    width: 100%;
}

/* CIRCULO DE POSICION */

.slide-indicador {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.slide-indicador li {
    display: inline-block;
    margin: 0 5px;
}
    
.slide-circulo {
    color: #828282;
    cursor: pointer;
    display: block;
    font-size: 55px;
}

.slide-circulo:hover {
    color: #aaaaaa;
}

#titulo {
    width: 100%;
    position: absolute;
    text-align: center;
    color: rgb(11, 9, 9);
    z-index: 1;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), 
        -1px 0px 2px rgba(255, 255, 255, 0);
    font-size: 30px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-weight: 500;
}

.slide-circulo.active {
    color: #050404;
}

/* WEB SECCION CONTACTO */

#hero-contacto{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100vh;
    background-image: linear-gradient(
        0deg,
        rgba(61, 60, 60, 0.4),
        rgba(0,0,0,0.4)
    )
    ,url("../media/hero-contacto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero-contacto h1 {
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-size: 60px;
}

#hero-contacto h4{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
}

/* INPUTS  ------------------  REPARADO */

.container-solicitar {
    display: grid;
    flex-wrap: wrap;
    margin: 150px 0px;
    margin-left: 30%;
    margin-right: 30%;
    align-items: center;
}
  
.container-solicitar h1 {
    font-size: 30px;
    font-weight: 600;
    color: #54595F;
}

.inputs-contacto{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Cuatro columnas en cuadrícula, muy util */
    grid-gap: 10px; /* Espacio entre las fotos */
    width: 100%;
}
  
.nombreinput,
.apellidoinput,
.emailinput,
.telefonoinput {
    display: grid;
    border: 2px solid rgb(154, 152, 152);
    user-select: none;
    width: 100%;
    height: 30px;
    margin-top: 8px;
}

.nombrelabel,
.apellidolabel,
.emaillabel,
.telefonolabel {
    color: #34343B;
    font-weight: bold;
    font-size: 16px;
}

.mensaje{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.send-label{
    color: #34343B;
    font-weight: bold;
    font-size: 16px;
}

.mensajeinput{
    border: 2px solid rgb(154, 152, 152);
    user-select: none;
    margin: 10px 0px;
    width: 100%;
    padding: 10px 0px 125px 0px;
    margin-top: 8px;
}

.enviarmensaje-container{
    margin-top: 10px;
}

.enviarmensaje{
    color: rgb(70, 70, 70);
    font-size: 14px;
    cursor: pointer;
    border: 2px solid rgb(132, 130, 130);
    padding: 8px;
    font-weight: 100;
}

.enviarmensaje:hover{
    background-color: rgb(223, 221, 221);
}

.masinfo-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}

.masinfo-container a{
    text-decoration: none;
}

.masinfo{
    font-size: 20px;
    font-weight: 550;
    color: #15868A;
}

.masinfo:hover{
    cursor: pointer;
}

.lineacontacto{
    width: 100%;
    color: #1bb6bb;
}

.nombreinput,
.apellidoinput,
.emailinput,
.telefonoinput,
.mensajeinput {
    color: rgb(49, 47, 47);
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
}

.obligatorio{
    color: red;
    font-size: 14px;
}

/* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

#hero-np{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    background-image: linear-gradient(
        0deg,
        rgba(61, 60, 60, 0.5),
        rgba(0,0,0,0.5)
    )
    ,url("../media/hero_productos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero-np h1 {
    color: #FFFFFF;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 95px;
    font-weight: bold;
    letter-spacing: -2.7px;
    margin-left: 15%;

}

#hero-np h4{
    color: #FFFFFF;
    font-size: 2.8rem;
    font-weight: 550;
    margin-top: 0;
    margin-left: 15.3%;
    margin-bottom: 0;
}

.listahero{
    color: #FFFFFF;
    margin-left: 13%;
    user-select: none; 
}

.listahero li{
    padding: 10px;
    font-size: 20px;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    display: flex;
    align-items: center;
}

.iconoentrega,
.iconoresistentes,
.iconomateriales{
    width: 40px;
    padding-right: 10px;
}

.iconodiseños{
    width: 25px;
    margin-right: 15px;
}

/* CONTENEDOR DE IMAGENES */

.container-productos-jgsillones {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 80px;
    min-height: 0vh;
}
  
.container-images{
    font-size: 40px;
    text-align: center;
}
  
.image-row {
    display: flex;
    justify-content: center;
}
  
.image-container img {
    display: block;
    width: 250px;
    height: auto;
    transition: filter 0.3s;
    filter: brightness(70%);
}

.image-container:hover img {
    cursor: pointer;
    filter: brightness(60%);
}

.image-title {
    font-size: 35px;
    position: absolute;
    margin: 100px 0px 10px 80px;
    color: white;
    font-weight: bold;
    z-index: 1;
    user-select: none;
}

.image-title:hover{
    cursor: pointer;
}

.image-titlepuff{
    font-size: 35px;
    position: absolute;
    margin: 100px 0px 0px 100px;
    color: white;
    font-weight: bold;
    z-index: 1;
}

.image-titlepersonalizable{
  font-size: 35px;
  position: absolute;
  margin: 100px 0px 0px 50px;
  color: white;
  font-weight: bold;
  z-index: 1;
}

    /* Sillones */

/* Contenedor principal */
.image-sillones-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 0px;
  padding: 20px 0;
}


/* Cada tarjeta de producto */
.image-sillones {
  width: 385px;
  text-align: center;
  transition: transform 0.3s ease;
}

.image-sillones:hover {
  transform: scale(1.03);
}

/* Imagen del sillón */
.image-sillones img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.image-sillones:hover img {
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* Título del producto */
.tituloimagen {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 10px 0 4px;
  text-decoration: underline;
}

/* Info adicional */
.infoimagen {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  text-decoration: underline;
}

/* Enlace completo */
.image-sillones a {
  text-decoration: none;
  color: inherit;
  display: block;
}


    /* Mesas */

.seccion-mesas {
    max-width: 1035px;
}

.image-mesas {
    margin: 0px 10px;
}

.image-mesas a{
    text-decoration: none;
}
  
.image-mesas img {
    width: 330px;
}

.image-mesas:hover{
    cursor: pointer;
}

.image-mesas-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; 
}
  
.image-mesas {
    text-align: center;
}
  
.image-mesas img {
    width: 100%;
    height: auto; 
}

.image-mesas .infoimagen{
    font-size: 18px;    
    margin: 0;
    padding: 20px 0;
    color: rgb(98, 97, 97);
    text-decoration: underline;
}

.image-mesas-cont img[alt="MesaLuit"] {
    width: 300px;
    height: 278px; 
    object-fit: cover;
    object-position: center 50%;
}  


    /* Sillas */

.image-sillas-cont {
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

.image-sillas-cont img {
    width: 500px;
    height: 278px; 
    object-fit: cover;
    object-position: center 70%;
}  

/* Barras y Reposeras (Unificación de estilos) */

.image-barras-cont,
.image-reposeras-cont {
    display: flex;
    justify-content: left;
    margin-top: 20px;
    gap: 20px; /* Separación entre imágenes */
}

.image-barras-cont img,
.image-reposeras-cont img {
    width: 500px;
    height: 278px;
    object-fit: cover;
    object-position: center 30%;
}

.image-reposeras-cont img {
    width: 500px;
    height: 278px; 
    object-fit: cover;
    object-position: center 60%;
}  


    /* Pergolas */

.image-pergolas-cont {
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

.image-pergolas-cont img {
    width: 500px;
    height: 278px; 
    object-fit: cover;
    object-position: center 30%;
}  


/* WEB SECCION SOBRE NOSOTROS */

#hero-sobrenosotros{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.3)
    )
    ,url("../media/hero-sobrenosotros.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
  
  .arrow-down {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 200px;
    background-image: url("../media/iconos/iconflecha.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-color: transparent;
    animation: arrowAppear 1s forwards, arrowMove 2s infinite alternate;
    opacity: 0;
}

.arrow-down-contacto {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 160px;
    background-image: url("../media/iconos/iconflecha.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-color: transparent;
    animation: arrowAppear 1s forwards, arrowMove 2s infinite alternate;
    opacity: 0;
}

.arrow-down-sobrenosotros{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 160px;
    background-image: url("../media/iconos/iconflecha.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-color: transparent;
    animation: arrowAppear 1s forwards, arrowMove 2s infinite alternate;
    opacity: 0;
}

@keyframes arrowAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes arrowMove {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 20px);
  }
}


.hero-sobrenosotros-titulo {
    font-family: "Montserrat", Sans-serif;
    font-size: 120px;
    color: #FFFFFF;
    font-weight: 100;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.historia-container{
    text-align: center;
    flex-direction: column;
}

.historia-container h1{
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
    letter-spacing: 1px;
}

.container-texto{
    padding-bottom: 80px;
}

.texto-historia1 {
    color: #000;
    display: inline-block;
    padding-right: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13.5px;
    font-weight: 300;
    word-wrap: break-word;
    width: 580px;
    vertical-align: top; /* ALINEA EL PRIMER TEXTO EN LA PARTE SUPERIOR */
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
}

.texto-historia2 {
    color: #000;
    display: inline-block;
    padding-right: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13.5px;
    font-weight: 300;
    word-wrap: break-word;
    width: 580px;
    vertical-align: top; /* ALINEA EL PRIMER TEXTO EN LA PARTE SUPERIOR */
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
}

.negrita-historia{
    font-family: "Montserrat", Sans-serif;
    font-weight: 600; /* DETALLE: PONIENDO EN BOLD, NEGRITA AFECTANDO EL GROSOR, EN 600, NO AFECTA */
}

.video-descripcion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
    padding: 20px;
    background-color: #f8f8f8;
}

.video-descripcion-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

.video-container video {
    width: 400px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.texto-video {
    max-width: 500px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

.texto-video h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.texto-video p {
    font-size: 16px;
    color: #555;
}


/* -------------------------- MENU PAGINAS ----------------------- */

#menu-paginas{
    margin-left: 20%;
}

#menu-paginas a{
    text-decoration: none;
}

#menu-paginas p{
    color: black;
    font-weight: 500;
    font-size: 12px;
}

.menu-display{
    color: #3d7b94;
    font-weight: 600;
    font-size: 12px;
}

/* MATERIALES PAGINA PRINCIPAL */

.materials-section {
    position: relative;
    margin-bottom: 50px;
    user-select: none;
    text-align: center;
    padding: 20px;
}

.materials-section a{
    text-decoration: none;
}

.materials-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    font-family: "Arial", sans-serif;
}

.materials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
}

.material-card {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.aluminum {
    background-image: url('../media/materiales/aluminio.jpg');
}

.fabric {
    background-image: url('../media/materiales/telanautica.jpg');
}

.wpc {
    background-image: url('../media/materiales/wpc.jpg');
}

.material-card p {
    margin-bottom: 20px;
    padding: 10px 0;
}

.material-card:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-5px);
}

.materials-button {
    margin-bottom: 20px;
}

.custom-button {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    border: none;
    background-color: rgb(16, 87, 87);
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 8px;
}

.custom-button:hover {
    background-color: rgb(15, 114, 114);
}

.custom-hr {
    width: 70%;
    border: 1px solid #ccc;
    margin: 0 auto;
}

/* SECCION UNETE PAG PRINCIPAL */

#unete-principal {
    position: relative;
    background-image: url('../media/hero-contacto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    width: 100%;
    height: 45vh;
    margin-bottom: 100px;
    margin-top: 100px;
}

#unete-principal a{
    text-decoration: none;
}

.unete-title {
    font-size: xx-large;
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1; 
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    padding-top: 3%;
    margin: 0;
}

.unete-subtitle {
    font-size: xx-large;
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1.6; 
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.unete-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.unete-button {
    font-size: 1em;
    font-weight: 400;
    padding: 10px 20px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    color: white;
    background-color: rgb(16, 87, 87);
}

.unete-button:hover {
    background-color: rgb(15, 114, 114);
    cursor: pointer;
}

/* PAGINA -- MATERIALES */

#hero-materiales{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.3)
    )
    ,url("../media/materiales/hero-materiales.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.materiales-title {
    font-size: 4em;
    color: #FFFFFF;
}

.materials-section {
    background-color: #f7f7f7;
    padding: 2rem 0;
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 2s ease, transform 2s ease; 
}

.materials-section.show {
    opacity: 1; 
    transform: translateY(0); 
}
  
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
  
.section-title {
    font-size: 2rem;
    text-align: center;
    font-weight: 500; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1.6; 
    margin-bottom: 2rem;
}
  
.material-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1.6; 
}
  
.material-description {
    font-size: 1rem;
    color: #666;
    font-weight: 500; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1.6; 
}

.material {
    position: relative;
    margin-bottom: 2rem;
    border: 1px solid #bab7b7;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}
  
.material-content {
    flex: 1;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
}
  
.material-description {
    margin-bottom: 0;
}

.material-image {
    width: 400px;
    flex-shrink: 0;
    background-color: #f7f7f7; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}
  
.material-image img {
    display: block;
    width: 100%;
    height: 35vh;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.container-desc {
    max-width: 700px;
    margin: 0 25%;
    padding: 0;
    margin-bottom: 150px;
    border-radius: 10px;
}

.emoji {
    vertical-align: middle; /* Alinear verticalmente las imágenes con el texto */
    width: 44px;
    height: 44px;
    margin-right: 5px;
}

.feature-materials {
    color: #040404d2;
}

.container-desc ul {
    list-style-type: none; 
    padding: 0;
    margin: 20px 0px 20px 0px; 
    color: #040404d2; 
}

.materials.li {
    margin-bottom: 10px; 
    font-size: 17px; 
    font-weight: 200; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1.6; 
    color: #040404d2; 
}

.container-desc p {
    font-size: 20px; 
    font-weight: 200; 
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px; 
    line-height: 1.6; 
    margin: 0; 
    color: #040404d2; 
}

.hr-final.mats {
    width: 80%;
}

/* FOOTER - MOBILE */

#footer-mobile{
    display: none;
}

/* HOT SALE */

    #popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9999;
        display: none; 
    }

    #popup {
        position: fixed;
        top: 50%;
        right: -100%;
        transform: translate(0, -50%);
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
        z-index: 10000;
        transition: right 0.5s;
        max-width: 400px;
        width: 80%;
    }

    #popup h2 {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    #popup p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    #popup-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 1.2rem;
        color: #777;
    }

    #popup-arrow {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 1.5rem;
        cursor: pointer;
        display: none;
    }
    
    /* CUOTAS SIN INTERES */
    
    .cuotasSinInteres {
        font-size: 1.5em;
        font-weight: 500;
        color: #fcfcfc;
        margin-bottom: 0px;
        letter-spacing: 0px;
    }
    
    /* Estilos Popup */
    .popup {
      position: fixed;
      bottom: -300px;
      left: 20px;
      background: rgba(100, 100, 100, 0.2);
      padding: 30px 24px 24px 24px;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.25);
      z-index: 9999;
      min-width: 300px;
      max-width: 350px;
      transition: all 0.6s ease;
      opacity: 0;
      overflow: hidden;
    }
    
    .popup.show {
      bottom: 20px;
      opacity: 1;
    }
    
    .popup-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }
    
    .titulo {
      font-size: 1.4rem;
      font-weight: bold;
      color: #000;
      margin: 0;
    }
    
    .subtitulo {
      font-size: 1.1rem;
      color: #333;
      margin: 0;
    }
    
    .boton-contenedor {
      margin-top: 16px;
      width: 100%;
    }
    
    .boton-descarga {
      display: block;
      width: 100%;
      background-color: #000000;
      color: white;
      padding: 14px 0;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      text-align: center;
      transition: background 0.3s;
    }
    
    .boton-descarga:hover {
      background-color: #333333;
    }
    
    .cerrar-popup {
      position: absolute;
      top: 8px;
      right: 12px;
      cursor: pointer;
      font-size: 20px;
      color: #555;
      transition: color 0.3s;
      font-weight: bold;
    }
    
    .cerrar-popup:hover {
      color: #000;
    }
    
    /* LIMPIEZA DE LOS MATERIALES */
    
.limpiezaMateriales {
    padding: 40px 25px;
    background-color: #f7f7f7;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.title-limpieza {
    font-size: 28px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.subtitle-limpieza {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 500;
    font-family: 'Poppins', 'Inter', sans-serif;
}

.subtitle-text {
    font-family: 'Poppins', 'Inter', 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.list-limpieza {
    display: inline-block;
    text-align: left;
    margin: 0 auto 25px auto;
    padding-left: 30px; /* Aumenté el espacio a la izquierda */
    list-style-type: disc;
}


.list-limpieza li {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
    font-family: 'Poppins', 'Inter', sans-serif;
}

.important-note {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    font-family: 'Poppins', 'Inter', sans-serif;
}



/* ---------------------------- PRUEBAS -------------------------------- */

    /* RESPONSIVE A 1920px */

@media (max-width: 1920px){

    /* FLECHA INDEX */

    .arrow-down {
        width: 100px;
        bottom: 40px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 80px;
    }

    /* HERO  SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 80px;
    }

    .arrow-down-sobrenosotros {
        width: 100px;
        bottom: 100px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 80px;
    }
        
    #hero-np h4{
        font-size: 2.2rem;
    }

    .listahero{
        margin-left: 13%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
    }
        
    .container-images{
        font-size: 42px;
        color: #54595F;
    }
        
    .image-container img {
        width: 420px;
        height: 420px;
    }

    .image-title,
    .image-titlepuff {
        font-size: 48px;
        margin: 200px 0px 0px 100px;
    }

    .image-titlepersonalizable{
    font-size: 48px;
    margin: 200px 0px 0px 60px;
    }

    .seccion-sillones {
        max-width: 1245px;
        margin: 100px auto;
    }
        
    .image-sillones img {
        width: 400px;
    }

    /* SECCION PAG MATERIALES */

    .br-materials {
        display: none;
    }

}

    /* RESPONSIVE A 1440px */

@media (max-width: 1440px){

    /* HERO */

    .arrow-down {
        width: 100px;
        bottom: 80px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 80px;
        bottom: 0px;
    }

    /* HERO  SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 80px;
    }

    .arrow-down-sobrenosotros {
        width: 100px;
        bottom: 100px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 80px;
    }
        
    #hero-np h4{
        font-size: 2.2rem;
    }

    .listahero{
        margin-left: 12%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
    }
        
    .container-images{
        font-size: 36px;
    }
        
    .image-container img {
        width: 340px;
        height: 340px;
    }

    .image-title,
    .image-titlepuff {
        font-size: 36px;
        margin: 140px 0px 0px 100px;
    }

    .image-titlepersonalizable{
    font-size: 36px;
    margin: 140px 0px 0px 50px;
    }

    .seccion-sillones {
        max-width: 1005px;
        margin: 100px auto;
    }
        
    .image-sillones img {
        width: 320px;
    }

    /* PAGINA MATERIALES */

    .material-image img {
        width: 100%;
        height: 85vh;
    }
}

    /* RESPONSIVE A 1280px */

@media (max-width: 1280px) and (min-width: 1260px){

    /* HERO */

    .arrow-down {
        width: 100px;
        bottom: -40px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 80px;
        bottom: 0px;
    }

    /* HERO  SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 80px;
    }

    .arrow-down-sobrenosotros {
        width: 100px;
        bottom: 0px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 80px;
    }
        
    #hero-np h4{
        font-size: 2.2rem;
    }

    .listahero{
        margin-left: 12%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
    }
        
    .container-images{
        font-size: 36px;
    }
        
    .image-container img {
        width: 340px;
        height: 340px;
    }

    .image-title,
    .image-titlepuff {
        font-size: 36px;
        margin: 140px 0px 0px 100px;
    }

    .image-titlepersonalizable{
    font-size: 36px;
    margin: 140px 0px 0px 50px;
    }

    .seccion-sillones {
        max-width: 1005px;
        margin: 100px auto;
    }
        
    .image-sillones img {
        width: 320px;
    }

    /* PAGINA MATERIALES */

    .material-image img {
        width: 100%;
        height: 90vh;
    }

    }

    @media (max-width: 1032px){

    /* INPUTS CONTACTO */

    .container-solicitar {
        margin-left: 8%;
        margin-right: 8%;
    }

    /* MENU HAMBURGESA */

    header .container {
        flex-wrap: wrap;
    }
        
    header nav {
        flex-wrap: wrap;
        overflow: hidden;
        max-height: 0;
        order: 3;
        width: 100%;
    }

    header.show-nav nav {
        max-height: 500px;
        display: flex;
        flex-direction: column; 
        opacity: 1;
    }
        
    .menu-icon {
        display: block;
        order: 2;
        text-align: right;
    }
        
    .menu-icon img {
        display: block;
    }
        
    .logobuscador{
        display: none;
    }

}

    /* RESPONSIVE A 1024px */

@media (max-width: 1024px) and (min-width: 1014px){

    /* SOMOS LEON LIVINGS CONTAINER */

    .somostxt-1{
        font-size: 28px;
    }

    .somostxt-2{
        font-size: 18px;
        font-weight: 100;
    }

    /* HERO */

    .arrow-down {
        width: 100px;
        bottom: 80px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 80px;
    }

    /* HERO  SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 80px;
    }

    .arrow-down-sobrenosotros {
        width: 100px;
        bottom: 100px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 65px;
    }
        
    #hero-np h4{
        font-size: 2.2rem;
    }

    .listahero{
        margin-left: 10.5%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
        margin-bottom: -100px;
    }
        
    .container-images{
        font-size: 32px;
    }
        
    .image-container img {
        width: 280px;
        height: 280px;
    }

    .image-title,
    .image-titlepuff {
        font-size: 32px;
        margin: 140px 0px 0px 60px;
    }

    .image-titlepersonalizable{
    font-size: 32px;
    margin: 140px 0px 0px 30px;
    }

    .seccion-sillones {
        max-width: 825px;
        margin: 0px auto;
        margin-bottom: 100px;
    }
        
    .image-sillones img {
        width: 260px;
    }

    /* FIN DE PAGINA */

    .container-findepagina h1{
        font-size: 1.4em;
    }

    .institucional-findepagina,
    .productos-findepagina,
    .contacto-findepagina{
        font-size: 1.2em;
    }

    /* COPYRIGHT */

    footer .container-copyright{
        font-size: 1em;
    }

    /* MATERIALES PAGINA PRINCIPAL */

    #materiales-principal{
        position: relative;
        margin-bottom: 80px;
        user-select: none;
    }

    .materials-image {
        width: 30%;
    }

    .button-materiales {
        font-size: 0.8em;
    }

    /* SECCION UNETE PAG PRINCIPAL */

    #unete-principal {
        height: 45vh;
    }

    .unete-title {
        font-size: x-large;
    }

    .unete-subtitle {
        font-size: x-large;
    }

    .unete-button {
        font-size: 0.8em;
    }

    /* PAGINA MATERIALES */

    .material-image img {
        width: 100%;
        height: 100vh;
    }
}

@media (max-width: 960px){
    
    /* CUOTAS SIN INTERES */
    
    .cuotasSinInteres {
        font-size: 1.2em;
        font-weight: 500;
        color: #fcfcfc;
        margin-bottom: 0px;
        letter-spacing: 0px;
    }

    #somos-leonlivings .container {
        padding: 20px 0px 20px 20px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .somostxt-1 {
        text-align: left;
        width: 100%;    
    }

    .somostxt-2 {
        width: 100%;
        text-align: left;
        padding-top: 40px;
    }

    .button-somos{
        text-align: left;
    }

    #somos-leonlivings .texto {
        width: 100%;
        max-width: 440px;
        padding-left: 0px;
    }

    .slide-item img {
        float: left;
        height: auto;
        padding: 100px 0px 100px 0px;
        width: 100%;
    }

    .slide {
        margin-top: 0px;
        height: 100%;
        width: 80%; /* Agregado */
    }

    /* MATERIAL LISTA RESPONSIVE */

    .material-image {
        max-width: 100%;
        width: 300px;
        height: auto;
    }

    .materials-span {
        display: none;
    }

    .br-materials {
        display: block;
    }

    .materiales-title {
        font-size: 3rem;
    }

}

    /* RESPONSIVE A 950px */

@media (max-width: 950px) and (min-width: 800px){

    #hero{
        background-position: left;
    }

    .arrow-down {
        bottom: -80px;
    }

    /* HERO SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 80px;
    }

    .arrow-down-sobrenosotros {
        bottom: 20px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 60px;
    }
        
    #hero-np h4{
        font-size: 2.2rem;
    }

    .listahero{
        margin-left: 10%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
        margin-bottom: -220px;
    }
        
    .container-images{
        font-size: 34px;
    }
        
    .image-container img {
        width: 280px;
        height: 280px;
    }

    .image-title,
    .image-titlepuff {
        font-size: 30px;
    }

    .image-titlepersonalizable{
    font-size: 30px;
    margin: 100px 0px 0px 30px;
    }

    .seccion-sillones {
        max-width: 880px;
        margin: 100px auto;
    }
        
    .image-sillones img {
        width: 280px;
    }

    /* MATERIALES PAGINA PRINCIPAL */

    #materiales-principal{
        position: relative;
        margin-bottom: 80px;
        user-select: none;
    }

    .materials-image {
        width: 33%;
    }

    .button-materiales {
        font-size: 0.8em;
    }

    /* SECCION UNETE PAG PRINCIPAL */

    .unete-title {
        font-size: x-large;
    }

    .unete-subtitle {
        font-size: x-large;
    }

    .unete-button {
        font-size: 0.8em;
    }

}


@media (max-width: 768px) {
    
    /* REPOSERAS */
  .image-reposeras-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; 
  }
}
 
    /* RESPONSIVE A 768px */
    
@media screen and (max-width: 768px) {
    
    .video-container video{
            width: 290px;
    }
    
    .video-descripcion-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .texto-video {
        text-align: center;
    }
}


@media (max-width: 768px) and (min-width: 720px){
    

    

    /* SOMOS LEON LIVINGS CONTAINER */

    .somostxt-1{
        font-size: 32px;
    }

    .somostxt-2{
        font-size: 22px;
    }

    #somos-leonlivings .container{
        flex-direction: column;
        align-items: center;
    }

    #somos-leonlivings .img-container{
        height: 300px;
        width: 600px;
    }

    /* HERO */

    .arrow-down {
        width: 100px;
        bottom: 0px;
    }

    #hero{
        background-position: right;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 60px;
        bottom: 0px;
    }

    /* HERO  SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 80px;
    }

    .arrow-down-sobrenosotros {
        width: 100px;
        bottom: 80px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 65px;
    }
        
    #hero-np h4{
        font-size: 2.2rem;
    }

    .listahero{
        margin-left: 10.5%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
        margin-bottom: 0px;
    }
        
    .container-images{
        font-size: 32px;
    }
        
    .image-container img {
        width: 260px;
        height: 260px;
    }

    .image-title,
    .image-titlepuff {
        font-size: 30px;
        margin: 140px 0px 0px 60px;
    }

    .image-titlepersonalizable{
    font-size: 30px;
    margin: 140px 0px 0px 30px;
    }

    .seccion-sillones {
        max-width: 765px;
        margin: 0px auto;
        margin-bottom: 100px;
    }
        
    .image-sillones img {
        width: 240px;
    }

    /* MATERIALES PAGINA PRINCIPAL */

    #materiales-principal{
        position: relative;
        margin-bottom: 80px;
        user-select: none;
    }

    .material-image {
        width: 40%;
    }

    .button-materiales {
        font-size: 0.8em;
    }

    /* SECCION UNETE PAG PRINCIPAL */

    #unete-principal {
        height: 45vh;
    }

    .unete-title {
        font-size: x-large;
    }

    .unete-subtitle {
        font-size: x-large;
    }

    .unete-button {
        font-size: 0.8em;
    }
}

@media (max-width: 680px){
 
    header{
    top: 35px;
    }

    #popup {
        max-width: 300px;
        width: 90%;
        padding: 15px;
    }

    #popup h2 {
        font-size: 1.2rem;
    }

    #popup p {
        font-size: 0.9rem;
    }

    #popup-close {
        top: 5px;
        right: 5px;
        font-size: 1rem;
    }

    /* MATERIALES PAGINA PRINCIPAL */

    #materiales-principal{
        position: relative;
        margin-bottom: 100px;
        user-select: none;
    }

    .materiales-principal-title {
        font-size: 16px; 
    }

    .materiales{
        flex-basis: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .materiales p{
        padding-top: 6%;
        font-size: 14px; 
    }

    .materials-image {
        width: 30%;
    }

    .materiales-button {
        font-size: 0.8em;
    }

    /* SECCION UNETE PAG PRINCIPAL */

    #unete-principal {
        position: relative;
        height: 35vh;
    }

    .unete-title {
        padding-top: 6%;
        font-size: large;
    }

    .unete-subtitle {
        font-size: large;
    }

    .unete-button {
        font-size: 0.8em;
    }

    /* MATERIAL LISTA RESPONSIVE */

    .material {
        flex-direction: column; 
    }

    .material-content,
    .material-image {
        width: 100%;
    }

    .material-image img {
        width: 100%;
        max-height: 180px;
    }

    .materials-span {
        display: none;
    }

    .materiales-title {
        font-size: 2.6rem;
    }

    /* FINAL PAGINA MATERIALES */

    .container-desc {
        max-width: 500px;
        margin: 0 15%;
        padding: 0px;
        margin-bottom: 150px;
        border-radius: 10px;
    }

    /* FOOTER - MOBILE */

    #findepagina{
        display: none;
    }

    footer .container-copyright{
        display: none;
    }

    #footer-mobile {
        display: flex;
        background-color: #636364;
        height: 16vh;
        box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
        align-items: center;
        justify-content: space-around;
        position: relative; /* Agregar posición relativa al contenedor padre */
        z-index: 2;
    }

    .title-footermobile {
        padding-top: 3%;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        margin: 0;
    }

    .footer-icons {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }

    .footer-icons a {
        margin-left: 10px;
        text-decoration: none;
    }

    .contacto-footermobile {
        text-align: center;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        margin: 0;
    }

    .footer-icons img {
        width: 25px;
    }

    /* COPYRIGHT */

    #footer-mobile .container-copyright-mobile {
        position: absolute;
        bottom: -10px; 
        right: 10px;
        font-size: 0.6em;
        margin: 0;
        padding: 0px;
        color: rgb(250, 250, 250);
        text-align: center;
    }

    /* DISPLAY WHATSAPP */

    .flechawsp {
        display: none;
    }

}

@media (min-width: 624px) and (max-width: 672px){

    /* HERO */

    .arrow-down {
        width: 80px;
        bottom: 20px;
    }

    #hero{
        background-position: right;
    }

    .hero-titulo{
        font-size: 4em;
    }

    #hero h4{
        font-size: 2em;
    }

    /* CARRUSEL TITULOS */

    #titulo-sup{
        margin: 40px;
        font-size: 40px;
    }

    #titulo {
        width: 100%;
        font-size: 24px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 60px;
        bottom: 0px;
    }

    /* WEB SECCION CONTACTO */

    #hero-contacto{
        height: 100vh;
    }

    #hero-contacto h1 {
        font-size: 40px;
    }
        
    #hero-contacto h4{
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
        margin-top: 0;
    }


    /* HERO SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 40px;
    }

    .arrow-down-sobrenosotros {
        width: 80px;
        bottom: 60px;
    }

    .historia-container h1{
        font-size: 18px;
    }

    .texto-historia1 {
        font-size: 12px;
        width: 300px;
    }

    .texto-historia2 {
        font-size: 12px;
        width: 300px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 44px;
    }
        
    #hero-np h4{
        font-size: 22px;
    }

    .listahero{
        margin-left: 0;
    }

    .listahero li{
        font-size: 16px;
    }

    .iconoentrega,
    .iconoresistentes,
    .iconomateriales{
        width: 45px;
        margin-left: 9%;
    }

    .iconodiseños{
        width: 30px;
        margin-left: 9%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 620px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
    }
        
    .container-images{
        font-size: 32px;
        color: #505459;
    }
        
    .image-row {
        flex-direction: column;
    }
        
    .image-container img {
        width: 580px;
        height: 520px;
    }

    .image-title {
        font-size: 60px;
        margin: 200px 0px 10px 120px;
    }

    .image-titlepuff{
        font-size: 60px;
        margin: 200px 0px 10px 120px;
    }

    .image-titlepersonalizable{
        font-size: 60px;
        margin: 200px 0px 10px 100px;
    }

    .seccion-sillones {
        max-width: 420px;
        margin-top: 80px;
    }

    .seccions-title{
        text-align: left;
        margin-left: -55px;
    }
        
    .image-sillones-cont {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
        
    .image-sillones img {
        width: 520px;
    }
    
    /* Mesas pagina PRODUCTOS */

    .image-mesas-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
        
    .image-mesas img {
        width: 520px;
    }

    #somos-leonlivings .container {
        padding: 20px 0px 20px 20px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .somostxt-1 {
        text-align: left;
        width: 100%;    
    }

    .somostxt-2 {
        width: 100%;
        text-align: left;
        padding-top: 40px;
    }

    .button-somos{
        text-align: left;
    }

    #somos-leonlivings .texto {
        width: 100%;
        max-width: 440px;
        padding-left: 0px;
    }

    .slide-item img {
        float: left;
        height: auto;
        padding: 100px 0px 100px 0px;
        width: 100%;
    }

    .slide {
        margin-top: 0px;
        height: 100%;
        width: 80%; /* Agregado */
    }

    /* SOLAPA WHATSAPP 600PX */
    
    .button-text {
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 8px 8px;
        margin-right: 10px;
    }

    .interactive-button img {
        width: 70px;
    }

    /* BOTON IG */

    .button-text-instagram {
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 8px 8px;
        margin-right: 10px;
    }
    
    .interactive-button-instagram img {
        width: 80px;
        height: auto;
    }

    .interactive-button-instagram {
        bottom: 10px;
        left: 10px; 
    }

    .button-text-instagram {
        display: none;
    }

    /* PRODUCTOS */
    
    .image-sillas-cont {
        justify-content: center;
    }

    .image-reposeras-cont {
        justify-content: center;
    }
    
    .image-pergolas-cont {
        justify-content: center;
    }

    .image-barras-cont {
        flex-direction: column;
        align-items: center; 
    }

}

    /* RESPONSIVE A 460px - 560px */

@media (min-width: 460px) and (max-width: 560px){

    /* HERO */

    .arrow-down {
        width: 80px;
        bottom: 40px;
    }

    #hero{
        background-position: right;
    }

    .hero-titulo{
        font-size: 4em;
    }

    #hero h4{
        font-size: 2em;
    }

    /* CARRUSEL TITULOS */

    #titulo-sup{
        margin: 40px;
        font-size: 30px;
    }

    #titulo {
        width: 100%;
        font-size: 24px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 60px;
        bottom: 0px;
    }

    /* WEB SECCION CONTACTO */

    #hero-contacto{
        height: 100vh;
    }

    #hero-contacto h1 {
        font-size: 40px;
    }
        
    #hero-contacto h4{
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
        margin-top: 0;
    }


    /* HERO SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 40px;
    }

    .arrow-down-sobrenosotros {
        width: 80px;
        bottom: 80px;
    }

    .historia-container h1{
        font-size: 18px;
    }

    .texto-historia1 {
        font-size: 12px;
        width: 300px;
    }

    .texto-historia2 {
        font-size: 12px;
        width: 300px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 44px;
    }
        
    #hero-np h4{
        font-size: 18px;
    }

    .listahero{
        margin-left: 0;
    }

    .listahero li{
        font-size: 16px;
    }

    .iconoentrega,
    .iconoresistentes,
    .iconomateriales{
        width: 45px;
        margin-left: 8%;
    }

    .iconodiseños{
        width: 30px;
        margin-left: 8%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 520px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
    }
        
    .container-images{
        font-size: 32px;
        color: #505459;
    }
        
    .image-row {
        flex-direction: column;
    }
        
    .image-container img {
        width: 480px;
        height: 480px;
    }

    .image-title {
        margin: 100px 0px 10px 20px;
    }

    .image-titlepuff{
        margin: 100px 0px 0px 20px;
    }

    .image-titlepersonalizable{
        margin: 100px 0px 0px 20px;
    }

    .seccion-sillones {
        max-width: 485px;
        margin-top: 80px;
    }

    .seccions-title{
        text-align: left;
        padding-left: 20px;
    }
        
    .image-sillones-cont {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
        
    .image-sillones img {
        width: 440px;
    }
    
        /* Mesas pagina PRODUCTOS */

    .image-mesas-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
        
    .image-mesas img {
        width: 440px;
    }

    .tituloimagen{
        text-decoration: none;
    }

    /* TEXTO PAGINA PRINCIPAL */

    #somos-leonlivings .container {
        padding: 20px 0px 20px 20px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .somostxt-1 {
        text-align: left;
        width: 100%;    
    }

    .somostxt-2 {
        width: 100%;
        text-align: left;
        padding-top: 40px;
    }

    .button-somos{
        text-align: left;
    }

    #somos-leonlivings .texto {
        width: 100%;
        max-width: 440px;
        padding-left: 0px;
    }

    .slide-item img {
        float: left;
        height: auto;
        padding: 100px 0px 100px 0px;
        width: 100%;
    }

    .slide {
        margin-top: 0px;
        height: 100%;
        width: 90%; /* Agregado */
    }

    /* SOLAPA WHATSAPP 500PX */
    
    .button-text {
        font-size: 14px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 6px 6px;
        margin-right: 6px;
    }

    .interactive-button img {
        width: 50px;
    }

    /* BOTON IG */

    .button-text-instagram {
        font-size: 14px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 6px 6px;
        margin-right: 6px;
    }
    
    .interactive-button-instagram img {
        width: 60px;
        height: auto;
    }

    .interactive-button-instagram {
        bottom: 12px;
        left: 10px; 
    }

    .button-text-instagram {
        display: none;
    }

    /* PRODUCTOS */
    
    .image-sillas-cont {
        justify-content: center;
    }

    .image-reposeras-cont {
        justify-content: center;
    }
    
    .image-pergolas-cont {
        justify-content: center;
    }

    .image-barras-cont {
        flex-direction: column;
        align-items: center; 
    }

}

@media (max-width: 440px){

    /* DISPLAY WHATSAPP */

    .button-text{
        display: none;
    }

    /* DISPLAY IG */

    .button-text-instagram{
        display: none;
    }

    /* IMAGENES HERO EN MOBILE */

    #hero{
        background-position: right;
    }

    /* PRODUCTOS */
    
    .image-sillas-cont {
        justify-content: center;
    }

    .image-reposeras-cont {
        justify-content: center;
    }
    
    .image-pergolas-cont {
        justify-content: center;
    }

    .image-barras-cont {
        flex-direction: column;
        align-items: center;
    }
    
}

@media (min-width: 380px) and (max-width: 440px){

    /* TEXTO PAGINA PRINCIPAL */

    .button-somos{
        text-align: left;
        width: 300px;
    }

    #somos-leonlivings .texto {
        max-width: 400px;
    }

    .somos-button {
        font-size: 1em;
        padding: 10px 20px;
        border-radius: 8px;
    }

    /* HERO */

    .arrow-down {
        width: 80px;
        bottom: 20px;
    }

    .hero-titulo{
        font-size: 3em;
    }

    #hero h4{
        font-size: 1.6em;
    }

    /* CARRUSEL TITULOS */

    #titulo-sup{
        margin: 40px;
        font-size: 30px;
    }

    #titulo {
        width: 100%;
        font-size: 24px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 60px;
        bottom: 0px;
    }

    /* WEB SECCION CONTACTO */

    #hero-contacto{
        height: 100vh;
    }

    #hero-contacto h1 {
        font-size: 40px;
    }
        
    #hero-contacto h4{
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
        margin-top: 0;
    }

    /* HERO SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 40px;
    }

    .arrow-down-sobrenosotros {
        width: 80px;
        bottom: 60px;
    }

    .historia-container h1{
        font-size: 18px;
    }

    .texto-historia1 {
        font-size: 12px;
        width: 300px;
    }

    .texto-historia2 {
        font-size: 12px;
        width: 300px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 44px;
    }
        
    #hero-np h4{
        font-size: 22px;
    }

    .listahero{
        margin-left: 0;
    }

    .listahero li{
        font-size: 16px;
    }

    .iconoentrega,
    .iconoresistentes,
    .iconomateriales{
        width: 45px;
        margin-left: 9%;
    }

    .iconodiseños{
        width: 30px;
        margin-left: 9%;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 420px;
        margin: 0 auto;
        padding: 25px;
        margin-top: 80px;
        min-height: 100vh;
    }
        
    .container-images{
        font-size: 32px;
        color: #505459;
    }
        
    .image-row {
        flex-direction: column;
    }
        
    .image-container img {
        width: 335px;
        height: 320px;
    }

    .image-title {
        font-size: 42px;
        margin: 120px 0px 10px 80px;
    }

    .image-titlepuff{
        font-size: 42px;
        margin: 120px 0px 10px 80px;
    }

    .image-titlepersonalizable{
        font-size: 42px;
        margin: 120px 0px 10px 20px;
    }

    .seccion-sillones {
        max-width: 215px;
        margin-top: 80px;
    }

    .seccions-title{
        text-align: left;
        margin-left: -55px;
    }
        
    .image-sillones-cont {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
        
    .image-sillones img {
        width: 320px;
    }
    
        /* Mesas pagina PRODUCTOS */

    .image-mesas-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
        
    .image-mesas img {
        width: 320px;
    }

    /* SOLAPA WHATSAPP 400PX */
    
    .button-text {
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 8px 8px;
        margin-right: 10px;
    }

    .interactive-button img {
        width: 70px;
    }

    .flechawsp{
        display: none;
    }

    /* BOTON IG */

    .interactive-button-instagram {
        bottom: 10px;
        left: 10px; 
    }

    .button-text-instagram {
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 8px 8px;
        margin-right: 10px;
    }
    
    .interactive-button-instagram img {
        width: 80px;
        height: auto;
    }

    /* PAGINA SECCION MATERIALES */

    .material {
        flex-direction: column; 
    }

    .material-content,
    .material-image {
        width: 100%;
    }

    .material-image img {
        width: 100%;
        max-height: 180px;
    }

    /* PRODUCTOS */
    
    .image-sillas-cont {
        justify-content: center;
    }

    .image-reposeras-cont {
        justify-content: center;
    }
    
    .image-pergolas-cont {
        justify-content: center;
    }

    .image-barras-cont {
        flex-direction: column;
        align-items: center;
    }

}

    /* RESPONSIVE A 460px - 560px */

    /* RESPONSIVE A 320px */

@media (min-width: 320px) and (max-width: 330px){

    .container-videos{
        height: 100vh;
        flex-direction: column;
    }

    /* SOMOS LEON LIVINGS CONTAINER */

    .somostxt-1{
        font-size: 28px;
    }

    .somostxt-2{
        font-size: 18px;
        font-weight: 100;
    }

    /* HERO */

    .arrow-down {
        width: 40px;
        bottom: 0px;
    }

    #hero{
        background-position: right;
    }

    .hero-titulo{
        font-size: 2em;
    }

    #hero h4{
        font-size: 1em;
    }

    /* CARRUSEL TITULOS */

    #titulo-sup{
        margin: 20px;
        font-size: 20px;
    }

    #titulo {
        width: 100%;
        font-size: 14px;
    }

    /* FLECHA SECCION CONTACTO */

    .arrow-down-contacto{
        width: 60px;
        bottom: 0px;
    }

    /* WEB SECCION CONTACTO */

    #hero-contacto{
        height: 100vh;
    }

    #hero-contacto h1 {
        font-size: 40px;
    }
        
    #hero-contacto h4{
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
        margin-top: 0;
    }


    /* HERO SECCION SOBRE NOSOTROS */

    .hero-sobrenosotros-titulo {
        font-size: 40px;
    }

    .arrow-down-sobrenosotros {
        width: 80px;
        bottom: 80px;
    }

    .historia-container h1{
        font-size: 18px;
    }

    .texto-historia1 {
        font-size: 12px;
        width: 300px;
    }

    .texto-historia2 {
        font-size: 12px;
        width: 300px;
    }

    /* WEB SECCION PRODUCTOS-JUEGO DE SILLONES */

    #hero-np h1 {
        font-size: 35px;
    }
        
    #hero-np h4{
        font-size: 15px;
    }

    .listahero{
        margin-left: 0;
    }

    .listahero li{
        font-size: 12px;
    }

    .iconoentrega,
    .iconoresistentes,
    .iconomateriales{
        width: 35px;
    }

    .iconodiseños{
        width: 20px;
    }

    /* CONTENEDOR DE IMAGENES */

    .container-productos-jgsillones {
        max-width: 320px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 80px;
        min-height: 100vh;
    }
        
    .container-images{
        font-size: 32px;
        color: #505459;
    }
        
    .image-row {
        flex-direction: column;
    }
        
    .image-container img {
        width: 280px;
        height: 280px;
    }

    .image-title {
        margin: 100px 0px 10px 20px;
    }

    .image-titlepuff{
        margin: 100px 0px 0px 20px;
    }

    .image-titlepersonalizable{
        margin: 100px 0px 0px 20px;
    }

    .seccion-sillones {
        max-width: 320px;
        margin-top: 80px;
    }

    .seccions-title{
        text-align: left;
        padding-left: 20px;
    }
        
    .image-sillones-cont {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
        
    .image-sillones img {
        width: 280px;
    }
    
        /* Mesas pagina PRODUCTOS */

        .image-mesas-cont {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 20px;
        }
            
        .image-mesas img {
            width: 280px;
        }

    /* SECCION SOMOS LEON LIVINGS */

    #somos-leonlivings .container{
        padding: 100px 12px;
        display: flex;
        flex-direction: column;
        line-height: 1;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .somostxt-1{
        font-size: 14px;
    }

    .somostxt-2{
        font-size: 12px;
    }

    #somos-leonlivings .img-container{
        height: 150px;
        width: 200px;
        border-radius: 30px;
    }

    .somos-button{
        font-size: 0.6em;
        padding: 4px 10px;
        border-radius: 54px;
        border: 2px solid rgba(0, 0, 0, 0.5);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
        color: white;
        background-color: rgb(16, 87, 87);
    }

    #somos-leonlivings .texto{
        padding-left: 0px;
    }

    /* SOLAPA WHATSAPP 320PX */
    
    .button-text {
        font-size: 14px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 6px 6px;
        margin-right: 6px;
    }

    .interactive-button img {
        width: 50px;
    }

    /* BOTON IG */

    .interactive-button-instagram {
        bottom: 14px;
        left: 10px; 
    }

    .button-text-instagram {
        font-size: 14px;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
        padding: 6px 6px;
        margin-right: 6px;
    }
    
    .interactive-button-instagram img {
        width: 60px;
        height: auto;
    }

    /* PRODUCTOS */
    
    .image-sillas-cont {
        justify-content: center;
    }

    .image-reposeras-cont {
        justify-content: center;
    }
    
    .image-pergolas-cont {
        justify-content: center;
    }

    .image-barras-cont {
        flex-direction: column;
        align-items: center;
    }

}