@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;

}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background-image: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)),
        url(img/lg-_1_.jpg);
    background-position: center bottom no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: #fffdfc;
    font-size: 25px;
    font-weight: 800;
}

.logo-img {
    width: 50px;
    height: auto;
}

.menu .navbar ul li {
    position: relative;
    float: left;

}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #fffdfc;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover{
    color: rgb(98, 25, 194);
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    text-align: center;
}
.header-content h1{
    font-size: 75px;
    line-height: 80px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-content p {
    font-size: 16px;
    color: #c5c5c5;
    padding: 0 250px;
    margin-bottom: 25px;
}

.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #627aca;
    color: #f9fafc;
    text-transform: uppercase;
}

.btn-1:hover{
    background-color: #3c22ce;
}

.alimentos {
    padding: 100px 0;
    background-color: #e1e2e6;
    position: relative;

}

.alimentos-content {
    text-align: center;
}

.alimentos-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}

.text-p {
    font-size: 16px;
    color: #414247;
    padding: 0 250px;
    margin-bottom: 35px;
    max-width: 100px;
}

.alimentos-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.alimentos-1 {
    padding: 0 25px;
}

.alimentos-1 img{
    width: 200px;
}

.alimentos-2 img{
    width: 200px;
}
.alimentos-3 img{
    width: 250px;
}

.alimentos-img {
    position: absolute;
    top: 0;
    right: 0;
}


.services {
    background-image: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)),
        url(img/RESTAURANT.jfif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.services-content {
    text-align: center;

}

.services-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.services-content p {
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: 50px;
    padding: 0 100px;
}

.services-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.services-1{
    padding: 0 100px;
}
.services-1 img{
    width: 25px;
    margin-bottom: 15px;
}

.services-1 h3 {
    color: #eaccb3;
    font-size: 18px;
}

.general {
    display: flex;

}

.general-1 {
    width: 50%;
    padding: 100px 250px 100px 100px;
    background-color: #e1e2e6;
}

.general-2 {
    background-image: url(img/2.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-3 {
    background-image: url(img/4.1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}


h2 {
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    color: #414247;
    margin: 25px 0 45px 0;
}

.blog {
    padding: 100px 0;
    text-align: center;
}
.blog-content{
    display: flex;
    justify-content: space-between;

}

.blog-1 {
    padding: 15px 55px;
}

.blog-1 img {
    width: 200px;
    border-radius: 15px;
    margin-bottom: 15px;
}



.blog-1 h3 {
    font-size: 25px;
    color: #323337;
}

.footer {
    padding: 100px 0;
    background-color: #000000;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    color: white;
}

.link h3{
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
}

.link a {
    font-size: 16px;
    color: #c5c5c5;
    display: block;
    margin-bottom: 15px;
}



.post-list {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    margin-top: 20px; 
}

.content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.post {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}

.post-header {
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

.post-img-1 {
    
        background-image: url(img/1.jpeg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        transition: 0.2s;
    }

.post-img-2{
    
        background-image: url(img/1.jpeg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 200px;
        transition: 0.2s;
    }

.post-img-3 {
    background-image: url(img/1.jpeg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    transition: 0.2s;
}

.post:hover .post-img-1,
.post:hover .post-img-2,
.post:hover .post-img-3 {
    transform: scale(1.1);
}

.post-body {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulos {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.2em; /* Ajusta el tamaño de la fuente si lo necesitas */
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-body p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.post-body span {
    display: inline-block;
    color: #999;
    margin-bottom: 10px;
}

.post-body .post-link {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: #2b6ebb;
    color: #f9fafc;
    width: 50%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.1);
    transition: .2s;
}

.post-body .post-link:hover {
    background: #3378c7;
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

#title2 {
    font-size: 40px !important;
    color: #323337 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}


.titulo-general-galeria {
    margin-top: 30px;
    color: #323337;
    text-align: center;
    margin-bottom: 20px;
}


.contenedor-videos {
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 10px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  justify-items: center;
  padding: 20px;
}

.video {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 9 / 16;
  border: 5px solid #131212;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video:hover {
  transform: scale(1.03); /* efecto al pasar el mouse */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}


.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.video {
    margin: 0;
}


    @media(max-width:991px) {
        .menu {
            padding: 30px;
        }
    
        .menu label {
            display: initial;
        }
    
        .menu .navbar {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #323337;
            display: none;
        }
    
        .menu .navbar ul li {
            width: 100%;
        }
    
        #menu:checked ~ .navbar {
            display: initial;
        }
    
        .container {
            width: 100%;
            padding: 0 15px;
        }
    
        .header {
            min-height: auto; /* Ajustamos la altura para evitar que haya espacio vacío */
        }
    
        .header-content {
            padding: 100px 15px; /* Ajustamos el padding para pantallas pequeñas */
        }
    
        .header-content h1 {
            font-size: 40px; /* Reducimos el tamaño del título para que se ajuste mejor */
        }
    
        .header-content p {
            font-size: 14px; /* Reducimos el tamaño del texto */
            padding: 0 15px; /* Ajustamos el padding */
        }
    
        .alimentos {
            padding: 30px;
        }
    
        .alimentos-content h2 {
            padding: 0;
            font-size: 32px; /* Ajustamos el tamaño del título */
        }
    
        .txt-p {
            font-size: 14px;
            padding: 0;
        }
    
        .alimentos-group {
            flex-direction: column;
            margin-bottom: 0;
        }
    
        .alimentos-img {
            display: none;
        }
    
        .services {
            padding: 30px;
        }
    
        .services-content p {
            padding: 0;
        }
    
        .services-group {
            flex-direction: column;
            margin-bottom: 0;
        }
    
        .general {
            flex-direction: column;
        }
    
        .general-1 {
            width: 100%;
            padding: 30px;
            text-align: center;
        }
    
        .general-2,
        .general-3 {
            display: none;
        }
    
        .blog {
            padding: 20px;
            margin: 0 auto; /* Centra la clase */
            max-width: 90%; /* Asegura que no ocupe todo el ancho */
        }
        
        .blog-content {
            flex-direction: column;
            align-items: center; /* Centra los elementos internos */
        }
        
        .blog-1 {
            padding: 5%;
            margin-bottom: 20px; /* Añade espacio inferior para separación */
        }
        
          .video-grid {
            grid-template-columns: 1fr; /* solo una columna en pantallas pequeñas */
            gap: 10px; /* menos espacio */
        }

        .video {
            max-width: 90%; /* ocupa casi todo el ancho disponible */
            margin: 0 auto;  /* centrado horizontal */
        }
        


        

        .footer {
            padding: 30px;
        }
    
        .footer-content {
            flex-direction: column;
            text-align: center;
        }

        @media (max-width: 840px) {
            .content {
                grid-template-columns: repeat(1, 1fr);
            }
        }
    
    }