
  

/*RESPONSIVE TABLET*/
@media (min-width: 800px) and (max-width: 1195px) {

    /*SECCION HEADER*/

    
.content{
    width: 100%;
    max-width: 712px;
}
    nav {
        padding-bottom: 20px;
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    
    .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        position: relative;
    }
    
    .logo {
        height: 30px;
        width: 150px;
    }
    .search-container {
        top: -5px;
        right: 40px;
        display: none;
    }
    
    .search-button {
        width: 16px;
        height: 16px;
    }
    
    .search-input {
        width: 0;
        padding: 0;
        border: none; /* Elimina todos los bordes por defecto */
        border-bottom: 2px solid #9F824B; /* Solo borde inferior verde */
        margin-right: -20px;
        transition: all 0.3s ease;
        opacity: 0;
        background: transparent;
        height: 40px;
        transform-origin: right center;
        outline: none; /* Elimina el borde al hacer focus */
        box-shadow: none; /* Elimina sombras no deseadas */
    }
    
    .search-input.active {
        width: 250px;
        }
    
    
    .menu {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .menu li:not(:last-child) {
        margin-right: 101px; /* 100px entre cada elemento */
    }
    
    .menu li a {
        font-size: 14px;
    }
    
    .menu li a:hover {
        color: #9F824B;
        border-top-color: #9F824B;
    }
    
    .botones-fijos {
        display: none;
    }
    
    
    /*SECCION BANNER*/
    
#banner {
    width: 100%;
    position: relative;
    display: block;
}

#banner.main-banner {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.textos-banner {
    position: absolute;
    right: 40px;
    top: 90px;
    text-align: right;
    font-family: 'Bebas Neue', sans-serif; /* Aplicamos la fuente */
}

.textos-banner h3 {
    font-size: 55px;
    font-weight: lighter;
    margin: 0;
    line-height: 0.94; /* Espaciado ajustado */
    letter-spacing: 1px; /* Opcional: mejora la legibilidad */
}


    /*SECCION NOSOTROS*/
 
.contenedor-nosotros-principal {
    display: flex;
 flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.texto-izquierdo {
    font-size: 22px;
    color: #313759;
    text-align: right;
margin-left: 0px;
}

.texto-rectangulo{
    display: flex;
    align-items: center;
}
.rectangulo {
    margin-left: 30px;
    height: 122px;
    width: 50px;
    background-color: #9F824B;
}

.texto-derecho {
    margin-top: 70px;
    max-width: 340px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #9F824B;
    margin-left: 0px;
     
}

.texto-derecho button {
    margin-top: 20px;
    padding: 10px 70px;
    background-color: #fff;
    color: #9F824B;
    border: 1px solid #9F824B;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    transition: transform 0.3s ease;
}

.texto-derecho button:hover {
    transform: scale(1.05);
}

 
    

    #productos{
        padding-top:60px;
    }
    
    .contenedor-textos-nosotros {
           padding-top: 70px;
    margin: auto;
    max-width: 603px;
    width: 100%; /* Ocupa todo el ancho disponible */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centrado horizontal para elementos flex */
    justify-content: center; /* Centrado vertical para elementos flex */
 }
    
    /* Estilo para el texto */
    .texto-nosotros {
        font-size: 18px;
        margin: 0 auto; /* Centrado horizontal */
        text-align: center; /* Aseguramos que el texto esté centrado */
        color: #313759;
        font-weight: 500;
    }

    .texto-filamentos-bold{
        font-size: 20px;
    }
    
    .contenedor-img-nosotros {
        display: flex;
        justify-content: center;
        gap: 150;
        align-items: center;
        margin: auto;
        padding-top: 90px;
        flex-wrap: wrap; /* Por si lo ves en móvil */
        text-align: center;
    }
    
    .item-nosotros img {
        width: 58px;
        height: 58px;
    }
    
    .item-nosotros p {
        margin-top: 5px;
        font-size: 14px;
    }
    
    .contenedor-btn-asesorias {
        padding-top: 60px;
    }
    
    .contenedor-btn-asesorias button {
        width: 220px;
        font-size: 14px;
    }
    
    
    /* SECCION PRODUCTOS */
.contenedor-principal-productos {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f1ede5;
    margin: 0 auto;
    /* Ajusta el espacio de abajo */
}

.rectangulo-productos {
    height: 33px;
    background-color: #9F824B;

}

.swiper-container {
    margin: 0 auto;
}
.swiper-slide{
    text-decoration: none;
}
.titulo-productos {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px bold;
    color: #313759;
}

.contenedor-carrusel {
    padding: 40px 0;
    max-width: 603px;
    margin: 0 auto;
    position: relative;
}

.imagen {
    width: 100%;
    height: 118px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.swiper-slide h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    white-space: nowrap; /* o quítalo si quieres que se envuelva */
}

.swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    margin: auto;
}

/* Flechas de navegación */
.swiper-button-next {
    color: #9F824B;
    /* Color dorado de tu marca */
    position: absolute;
    width: 10px;
    height: 53px;
    top: 50%;
    right: -35px;

    z-index: 1000;
}


    /*SECCION MARCAS*/
    .item-marcas img{
        width: auto;
        height:50px ;
        object-fit: contain;
    } 
    
    /*SECCION CONTACTO*/
    .contenedor-principal-contacto {
        margin: 0 70px;
    }
    
    .contenedor-redes-sociales {
        display: flex;
        justify-content: space-between; /* Distribuye el espacio uniformemente */
        align-items: center; /* Centra verticalmente */
        padding-top: 90px;
        flex-wrap: nowrap; /* Evita que se rompa en varias líneas */
    }
    
    /*contacto*/
    
    
    /* Contenedor principal que centra todo */
    .contenedor-contacto {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 20px 0;
        padding-top: 165px;
        padding-bottom: 50px;
    }
    
    /* Contenedor flex para los tres elementos */
    .contenedor-redes-sociales {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Alinea los items al inicio por si hay textos de diferente altura */
    gap: 150px; /* Espacio entre elementos */
 margin: 0 auto;
    padding: 0 20px;
}
    
    /* Estilo para cada item */
    .item-redes {
    margin: 0 auto; /* Centra cada item */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%; /* Que ocupen su celda entera */
    }
    
    /* Estilo para las imágenes */
    .item-redes img {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
        object-fit: contain;
    }
    
    /* Estilo para el texto */
    .item-redes p {
        margin: 0;
        font-size: 14px;
        color: #9F824B;
        line-height: 1.4;
         word-break: break-word; /* Evita que el texto se salga del contenedor */
    }
    
    /* Ajuste específico para el correo (opcional) */
    .item-redes:nth-child(3) p {
        word-break: break-all; /* Para emails largos */
    }
    
    .contenedor-formulario-contacto {
        border-radius: 30px;
        margin: 0 auto;
        padding: 30px;
        text-align: center;
        background-color: #313759;
    }
    
    .titulo-formulario {
        margin-bottom: 30px;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
    }
    
    .fila-superior {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
    }
    
    
    
    .fila-superior input {
        border-radius: 30px;
        flex: 1;
        color: #313759;
        background-color: #999bad;
        padding: 12px;
        border: none; /* Elimina el borde negro */
        outline: none; /* Opcional: elimina el contorno al enfocar */
        margin-bottom: 10px;
        height: 30px;
    }
    
    .fila-inferior {
        color: #313759;
        display: flex;
        gap: 10px;
    }
    .input-mensaje {
        flex: 1;
        max-width: 440px; /* Reduce el ancho al 80% del contenedor */
        padding: 12px;
        border-radius: 20px;
        height: 60px;
        outline: none;
        background-color: #999bad;
        border: none;
        margin: 0 0; /* Centra el elemento */
        margin-right: 50px;
    }
    
    .btn-enviar {
        padding: 12px 30px;
        background-color: #9F824B;
        color:#313759;
        margin-top: 5px;
        height: 40px;
        border: none;
        border-radius: 30px; /* Añadido para consistencia con tu diseño */
        cursor: pointer;
        align-self: flex-start;
    }
    
    .fila-superior input::placeholder,
    .input-mensaje::placeholder {
        color: #313759; /* Gris claro */
    }
    

    .rectangulo-azul{
        height: 53px;
        background-color: #313759;
       margin-left: 50px;
       margin-right: 50px;
    }
    
    .titulo-galeria {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        color:#313759;
        margin-top: 10px;
        padding-bottom: 87px;
    }
    
    
        /* ESTILOS PARA LA GALERÍA CON GRID */
        .galeria-grid {
            display: grid;
            grid-template-columns: repeat(3, 220px);
            grid-gap: 10px;
            margin-top: 0px;
            justify-content: center;
        }
        
        .item-galeria {
            width: 220px;
            height: 210px;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease;
        }
        
        .item-galeria:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        
        .item-galeria img {
            width: 100%;
            height: 351px;
            object-fit: cover;
            display: block;
        }
        
        
    .contenedor-btn-catalogo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 100px;
    }
    
    .contenedor-btn-catalogo button {
        width: 250px;
        font-size: 14px;
        font-weight:500;
        color:#9F824B; 
        border: 3px solid #9F824B;
        border-radius: 30px;
        padding: 10px 20px;
        background-color: white;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .logo img{
        width: 147px;
        height: 30px;
    }


}
@media (min-width: 320px) and (max-width: 799px) {
    
    .content{
    width: 100%;
    max-width: 310px;
}
    
    nav {
        padding: 20px 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-top: 0;
        width: 100%;
        height: 100px;
        background-color: #fff;
    }

    .logo-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0;
        width: auto;
        position: static;
    }

    .logo {
        height: 30px;
        width: auto;
        position: relative;
        left: 0;
        margin-right: auto;
    }

    .search-container {
        position: static;
        display: none;
        align-items: center;
        margin-left: auto;
    }

    .hamburger-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        padding: 0;
        margin-right: 10px; /* Espacio entre lupa y menú */
        cursor: pointer;
    }

    .hamburger-btn img {
        width: 24px;
        height: 20px;

    }

    /* Posicionamiento exacto de elementos */
    .logo {
        position: absolute;
        left: 30px;
        top: 20px;
    }

    .search-container {
        position: absolute;
        right: 30px;
 top: 20px;
 display: none;
    }

    .hamburger-btn {
        position: absolute;
        right: 30px;
        top: 23px;
    }

    /* Ajustes para el buscador */
    .search-button {
        width: 26px;
        height: 26px;
    }

    .search-input {
        position: absolute;
        right: 0px;
    
    }

    .search-input.active {
        width: 307px;
        right: 40px;
    }

    .menu {
        display: none;
        position: absolute;
        left: 0;
        top: 55px;
        right: 0;
        width: 100%;
        flex-direction: row; /* Cambia a horizontal */
        justify-content: center; /* Centra los elementos */
        align-items: center;
        z-index: 100;
    }

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 0 10px; /* Espacio horizontal entre elementos */
        padding: 10px 0;
        text-align: center; /* Centra el texto */
        border-bottom: none !important; /* Elimina el borde inferior */
    }

    .menu li a {
margin: -200px;
border-top: none;
        font-size: 12px;
        padding: 5px 10px;
        white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    }

    .botones-fijos {
        position: fixed;
        
        top: 580px;
        right: 20px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 15px;
    }    
    .botonws {
        width: 18px;
        height: 18px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
    
    .botonws img {
        width: 100%;
        height: 100%;
    }
    
    #btn-subir {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }
    
    .btn-subir {
        width: 17px;
        height: 8px;
    }
    


    /*BANNER*/
    
#banner {
    width: 100%;
    position: relative;
    display: block;
}

#banner.main-banner {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.textos-banner {
    position: absolute;
    right: 54px;
    top: 400px;
    text-align: right;
    font-family: 'Bebas Neue', sans-serif; /* Aplicamos la fuente */
}

.textos-banner h3 {
    font-size: 39px;
    font-weight: lighter;
    margin: 0;
    line-height: 0.94; /* Espaciado ajustado */
    letter-spacing: 1px; /* Opcional: mejora la legibilidad */
}

/*SECCION NOSOTROS*/	

.contenedor-nosotros-principal {
    display: flex;
 flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 34px 0 0;
    margin: 0px auto;
    text-align: center;
    position: relative;
}

.texto-izquierdo {
    font-size: 16px;
    color: #313759;
    text-align: right;
margin-left: 0px;
max-width: 260px;
}

.texto-rectangulo{
    display: flex;
    align-items: center;
}
.rectangulo {
    margin-top: -38px;
    margin-left: 14px;
    height: 47px;
    width: 26px;
    background-color: #9F824B;
}

.texto-derecho {
    margin-top: 40px;
    max-width: 300px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #9F824B;
    margin-left: 0px;
     
}


.texto-derecho button {
    margin-top: 24px;
    padding: 10px 22px;
    background-color: #fff;
    color: #9F824B;
    border: 1px solid #9F824B;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.texto-derecho button:hover {
    transform: scale(1.05);
}

#productos{
    padding-top: 160px;
}

.contenedor-textos-nosotros {
    padding-top: 70px;
    display: flex;
    max-width: 306px;
    flex-direction: column;
    align-items: center; /* Centrado horizontal para elementos flex */
    justify-content: center; /* Centrado vertical para elementos flex */
}

/* Estilo para el texto */
.texto-nosotros {
    font-size: 14px;
    margin: 0 auto; /* Centrado horizontal */
    text-align: center; /* Aseguramos que el texto esté centrado */
    color: #313759;
    font-weight: 500;
}

.texto-filamentos-bold {
 font-size: 16px;
    display: block;
    font-weight: bold;
    margin-bottom: 30px; /* Ajusta el espacio según lo que necesites */
}
.contenedor-img-nosotros {
    display: flex;
    flex-direction: column; /* Apila verticalmente */
    align-items: center;     /* Centra horizontalmente */
    gap: 44px;               /* Espacio vertical entre imágenes */
    padding-top: 70px;
    text-align: center;
}


.item-nosotros img {
    width: 75px;
    height: 75px;
}

.item-nosotros p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
color: #9F824B;
}

.contenedor-btn-asesorias {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 53px;
}

.contenedor-btn-asesorias button {
    width: 250px;
    font-size: 16px;
    font-weight:500;
    color: #313759; 
    border: 3px solid #313759;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.contenedor-btn-asesorias button:hover {
    transform: scale(1.05);
}

/* SECCION PRODUCTOS */

/*SECCION PRODUCTOS*/


    /* SECCION PRODUCTOS */
.contenedor-principal-productos {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f1ede5;
    margin: 0 auto;
    /* Ajusta el espacio de abajo */
}

.rectangulo-productos {
    height: 53px;
    background-color: #9F824B;

}

.swiper-container {
    margin: 0 auto;
}
.swiper-slide{
    text-decoration: none;
}
.titulo-productos {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px bold;
    color: #313759;
}

.contenedor-carrusel {
    padding: 40px 0;
    max-width: 234px;
    margin: 0 auto;
    position: relative;
}

.imagen {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.swiper-slide h4 {
    margin: 0 0 15px 0;
    color: #9F824B;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    margin: auto;
}

/* Flechas de navegación */
.swiper-button-next {
    color: #9F824B;
    /* Color dorado de tu marca */
    position: absolute;
    width: 10px;
    height: 53px;
    top: 50%;
    right: -25px;

    z-index: 1000;
}

.contendedor-principal-marcas{
    margin: 0 auto;
}

/* MARCAS */
.titulo-marcas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    max-width: 200px;
    color: #9F824B;
    margin: auto;
    margin-left: 30px;
    padding-bottom: 80px;
    text-transform: uppercase; /* Opcional: para consistencia con títulos */
}

/* Elimina el margin-left negativo */

  .item-marcas {
    width: 100%;
    height: 30px;
margin: auto; 
}
  
.carrusel-marcas{
    max-width: 260px;
}

  .item-marcas img {
    width: auto;
    max-height: 30px;
    object-fit: contain;
  }
  

/* SECCION CONTACTO */
.contenedor-formulario-contacto {
    border-radius: 30px;
    padding: 30px;
    margin: auto;
    padding-bottom: 0px;
    text-align: center;
    background-color: #313759;
  }
  
  .titulo-formulario {
    margin-bottom: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }
  
  .fila-superior {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 5px;
    margin-bottom: 5px;
  }
  
  .fila-superior input {
    width: 100%;
    max-width: 500px;
    margin-bottom: 5px;
    padding: 12px;
    padding-left: 20px;
    background-color: #999bad;
    color: #313759;
    border-radius: 30px;
    border: none;
    outline: none;
    height: 30px;
  }
  .fila-inferior {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0px;
    margin-top: 5px;
  }
  
  .input-mensaje {
    width: 100%;
    padding-bottom: 90px;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #999bad;
    color: #313759;
    border-radius: 20px;
    border: none;
    outline: none;
    resize: none;
    margin-left: 152px;
    box-sizing: border-box;
  }
  
  .btn-enviar {
    padding: 12px 20px;
    background-color: #9F824B;
    color: #313759;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 45px;
    margin: 15px auto;
    }
    .contenedor-redes-sociales {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 320px;
        width: 100%;
        padding: 0 20px;
        align-items: start;
        justify-items: center;
        gap: 0;
    }
    
    .item-redes {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%; /* Que ocupen su celda entera */
    }
    
    .item-redes img {
        width: 39px;
        height: 39px;
        margin-bottom: 8px;
        object-fit: contain;
    }
    
    .item-redes p {
        margin: 0;
        font-size: 12px; /* Mejor visibilidad */
        color: #9F824B;
        line-height: 1.4;
        word-break: normal;
    }
    
    /* Teléfono a la izquierda */
    .item-redes:nth-child(1) {
        grid-column: 1;
        justify-self: start;
    }
    
    /* Ubicación a la derecha */
    .item-redes:nth-child(2) {
        grid-column: 3;
        justify-self: end;
    }
    
    /* Email centrado abajo */
    .item-redes:nth-child(3) {
        grid-column: 1 / 4;
        margin-top: 80px;
        justify-self: center;
        width: 100%;
    }
    
    .item-redes:nth-child(3) p {
        word-break: break-all;
    }
       
    .rectangulo-azul{
        height: 31px;
        background-color: #313759;
       margin-left: 34px;
       margin-right: 34px;
    }
    
    .titulo-galeria {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        color:#313759;
        margin-top: 10px;
        padding-bottom: 87px;
    }
    
    
        /* ESTILOS PARA LA GALERÍA CON GRID */
        .galeria-grid {
            display: grid;
            grid-template-columns: repeat(2, 150px);
            grid-gap: 10px;
            margin-top: 0px;
            justify-content: center;
        }
        
        .item-galeria {
            width: 150px;
            height: 140px;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease;
        }
        
        .item-galeria:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        
        .item-galeria img {
            width: 100%;
            height: 140px;
            object-fit: cover;
            display: block;
        }
        
        
    .contenedor-btn-catalogo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }
    
    .contenedor-btn-catalogo button {
        width: 250px;
        font-size: 12px;
        font-weight:500;
        color:#9F824B; 
        border: 3px solid #9F824B;
        border-radius: 30px;
        padding: 10px 20px;
        background-color: white;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .galeria-section{
        padding-top: 50px;
    }

}


@media screen and (min-width: 428px) and (max-width: 500px) {
   .content{
    max-width: 310px;
    width: 100%;
   }
    .galeria-section{
        padding-top: 50px;
    }
    .btn-enviar {
      
        padding: 12px 20px;
        background-color: #9F824B;
        color: #313759;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        height: 45px;
        margin: 15px auto;
        }
       
       
    /* SECCION PRODUCTOS */
.contenedor-principal-productos {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #f1ede5;
    margin: 0 auto;
    /* Ajusta el espacio de abajo */
}

.rectangulo-productos {
    height: 53px;
    background-color: #9F824B;

}

.swiper-container {
    margin: 0 auto;
}
.swiper-slide{
    text-decoration: none;
}
.titulo-productos {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px bold;
    color: #313759;
}

.contenedor-carrusel {
    padding: 40px 0;
    max-width: 234px;
    margin: 0 auto;
    position: relative;
}

.imagen {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.swiper-slide h4 {
    margin: 0 0 15px 0;
    color: #9F824B;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    margin: auto;
}

/* Flechas de navegación */
.swiper-button-next {
    color: #9F824B;
    /* Color dorado de tu marca */
    position: absolute;
    width: 10px;
    height: 53px;
    top: 50%;
    right: -25px;

    z-index: 1000;
}

}