@font-face {
    font-family: 'Hershey-Noailles-Futura-Duplex-Bold';
    src: url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Duplex-Bold/Hershey-Noailles-Futura-Duplex-Bold.eot'); /* IE9 Compat Modes */
    src: url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Duplex-Bold/Hershey-Noailles-Futura-Duplex-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Duplex-Bold/Hershey-Noailles-Futura-Duplex-Bold.woff2') format('woff2'),
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Duplex-Bold/Hershey-Noailles-Futura-Duplex-Bold.woff') format('woff'),
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Duplex-Bold/Hershey-Noailles-Futura-Duplex-Bold.ttf') format('truetype'),
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Duplex-Bold/Hershey-Noailles-Futura-Duplex-Bold.svg#Hershey-Noailles-Futura-Duplex-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Hershey-Noailles-Futura-Triplex-Regular';
    src: url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Triplex-Regular/Hershey-Noailles-Futura-Triplex-Regular.eot'); /* IE9 Compat Modes */
    src: url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Triplex-Regular/Hershey-Noailles-Futura-Triplex-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Triplex-Regular/Hershey-Noailles-Futura-Triplex-Regular.woff2') format('woff2'),
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Triplex-Regular/Hershey-Noailles-Futura-Triplex-Regular.woff') format('woff'),
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Triplex-Regular/Hershey-Noailles-Futura-Triplex-Regular.ttf') format('truetype'),
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Triplex-Regular/Hershey-Noailles-Futura-Triplex-Regular.otf') format('opentype'),
         url('http://hershey-noailles.luuse.io/output/Hershey-Noailles-Futura-Triplex-Regular/Hershey-Noailles-Futura-Triplex-Regular.svg#Hershey-Noailles-Futura-Triplex-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fuentes/Manrope/Manrope-VariableFont_wght.woff2') format('woff2'),
         url('../fuentes/Manrope/Manrope-VariableFont_wght.woff') format('woff'),
         url('../fuentes/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --fuente-cuerpo:'Manrope', sans-serif;
    --fuente-tituloBold: 'Hershey-Noailles-Futura-Duplex-Bold';
    --fuente-titulo:'Hershey-Noailles-Futura-Triplex-Regular', sans-serif;
}

/* Estilos generales */
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: var(--fuente-cuerpo);
    background-color: #1a1a1a;
    color: black;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    z-index: 1000;
}
.logo {
    font-family: var(--fuente-especial);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.logo-img{
    width: 50%;
    object-fit: contain;
}
.menu-toggle, .close-menu {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}
.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background:black;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}
.menu ul {
    list-style: none;
    width: 100%;
}
.menu ul li {
    margin: 20px 0;
}
.menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.menu.active {
    right: 0;
}

/* Hero */
.hero {
    height: 100vh;
    background: url('../img/chaponBaena.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:space-evenly;
    text-align: center;
}
/* .hero h2 {
    display: block;
    font-family: var(--fuente-titulo);
    font-size: 80px;
    padding: 10px 20px;
    color: #fff;
}
 */
 
/*  .hero .imagenes-portada{
    width: 90%;
    height: 70%;
    display: none;
    flex-direction: column;
    justify-content:space-between;
   
}
.cuadrado1{
    margin: 10px;
    width: 90%;
    height: 100%;
    background: url('../img/pegatinas.jpg') no-repeat center center/cover;
}
.cuadrado2{
    margin: 10px;
    width: 90%;
    height: 100%;
    background: url('../img/nave.jpg') no-repeat center center/cover ;
}*/

/* Sobre Nosotros */
.sobre-nosotros {
    background-color: black;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
}
.sobreNosotros-img{
    margin-top: 20px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre-nosotros img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sobre-nosotros-texto{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.sobre-nosotros div h2{
    padding-bottom: 15px;
}
.sobre-nosotros div h2, p{
    color: #fff;
}
    


/* Productos */
.productos {
    background-color: black;
    padding: 50px;
    text-align: start;
}
.productos h2{
    align-items: start;
    font-size: 22px;
    color: #fff;
}
.productos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.producto {
/*   border: 1px solid #e2361c; */
    border-radius: 23px;
   /*  background:#aeaeae; */
    padding: 15px;
}
.producto h3{
    font-size:20px ;
}
.producto h3,p{
    padding-top:15px;
    color: #fff;
}
.producto:hover{
    transition: 0.7s;
   /*  background-color: #e2361c; */
}
.contenedor-img{
    margin-top: 15px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.contenedor-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer */
footer {
    background-color: black;
    text-align: start;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.titulo-footer h2{
    color:#fff;
    padding-bottom: 30px;
}
footer p{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
footer a{
    color: #fff;
}
footer img{
    padding-top: 50px;
    width: 100%;
    object-fit: contain;
}


/* Tablets en vertical (desde 768px) */
@media (min-width: 768px) {  
    /* Estilos para tablets */
    /* Sobre Nosotros */
.sobre-nosotros {
    flex-direction: column;
}
.sobre-nosotros img {
    max-width: 90%;
}
.sobre-nosotros-texto h2{
    font-size: 25px;
}
    /* Productos */
.productos h2{
    font-size: 25px;
}
.productos-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.producto{
    /* border: 1px solid #e2361c; */
}
.contenedor-img{
    border-radius: 23px;
    margin-top: 15px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.contenedor-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  /* footer */
.titulo-footer h2{
    font-size: 25px;
}
  }
footer p{
    font-size: 16px;
}

/* Para laptops y escritorio */
@media (min-width: 1024px) { 
    .logo-img{
        width: 25%;
        object-fit: contain;
    }
    .menu-toggle, .close-menu {
        font-size: 27px;
    }
    .menu ul li a {
        font-size: 22px;
    }
    /* portada */
    .hero{
        background: black;
    }
 
    .hero .imagenes-portada{
        width: 90%;
        height: 70%;
        display: flex;
        flex-direction: row;
        justify-content:space-between; 
    }
    .cuadrado1{
        margin: 10px;
        width:90%;
        margin-top: 20px;
        height: 90%;
        background: url('../img/pegatinas.jpg') no-repeat center center/cover ;
    }
    .cuadrado2{
        margin: 10px;
        width: 90%;
        margin-top: 20px;
        height: 90%;
        background: url('../img/nave.jpg') no-repeat center center/cover ;
    }
    /* sobre nosotros */
    .sobre-nosotros{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .sobre-nosotros-texto{
        width: 45%;
    }
    .sobreNosotros-img{

        width: 45%;
        margin-top:0;
    }
    .sobre-nosotros img{
        width: 80%;
        height:300px;
        object-fit: contain;
    }
    .nuestro-servicios{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
/*  */

/*  */



    .sobre-nosotros-texto h2{
        font-size:28px;
    }
    .sobre-nosotros-texto p{
        font-size:18px;
    }

    /* productos */
    .productos h2{
        font-size: 28px;
    }
    .productos-grid {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 20px;
        margin-top: 50px;
    }
    .producto h3{
        font-size: 25px;
    }
    .producto p{
        font-size: 18px;
    }

    /* footer */
    .titulo-footer h2{
        font-size: 28px;
    }
    footer p{
        font-size: 18px;
    }
    }

/* Escritorios estándar (desde 1200px) */
@media (min-width: 1200px) {  
    /* Estilos para pantallas grandes */
    .sobre-nosotros-texto h2{
        font-size:50px;
    }
    .sobre-nosotros-texto p{
        font-size:20px;
    }
     /* productos */
     .productos h2{
        font-size: 50px;
    }
    .productos-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 20px;
        margin-top: 50px;
    }

    .producto h3{
        font-size: 27px;
    }
    .producto p{
        font-size: 20px;
    }

      /* footer */
.titulo-footer h2{
    font-size: 50px;
}
footer p{
    font-size: 20px;
}
  }


  
  /* Monitores grandes o pantallas 4K (desde 1600px) */
  @media (min-width: 1600px) {  
    /* Estilos para pantallas extra grandes */

  }