@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,800;1,100&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Poppins", 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(images/warehouse.jpeg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
    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;
    padding-left: 15px;
    padding-top: 15px;
    width: 200px;
    display: flex;
}

.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: #9E1821;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    text-align: center;
    display: flex;
}

.header-content h1 {
    font-size: 70px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.header-content p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 250px;
    margin-bottom: 25px;
}

.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #9E1821;
    color: #F9FAFC;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-1:hover {
    background-color: #d54a4a;
}

.pyagsa {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
}

.pyagsa-content {
    text-align: center;
}

.pyagsa-content h2 {
    font-size: 35px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}

.pyagsa2 h2 {
    padding-top: 30px;
    text-align: center;
}

.pyagsa2 h3 {
    padding-top: 30px;
    text-align: center;
}

.txt-p {
    font-size: 16px;
    color: #000000;
    padding: 0 250px;
    margin-bottom: 35px;
}

.pyagsa-group {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.pyagsa-1 {
    padding: 0 25px;
}

.pyagsa-1 p {
    padding: 12px 25px;
    width: 400px;
    text-align: left;
    font-size: 25px;
}

.pyagsa-1 img {
    width: 400px;
}

.pyagsa-img {
    position: absolute;
    top: 0;
    right: 0;
}

.pyagsa-1 h3 {
    color: #323337;
    font-size: 20px;
    margin-bottom: 15px;
}

.services {
    background-image: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)),
        url(images/cocinando2.jpeg);
    background-color: 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: 35px;
    line-height: 70px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.services-content p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 50px;
    padding: 0 100px;
    text-align: justify;
}

.services-content h3 {
    color: #ffffff;
}

.services-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 30px 170px;
}

.services-group2 {
    display: flex;
    justify-content: space-between;
    padding: 0 410px 20px;
    color: #ffffff;
}

.services-1 img {
    display: flex;
    justify-content: space-between;
    width: 50px;
    margin-bottom: 15px;
    margin-top: 20PX;
}

.services-2 img {
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin-bottom: 15px;
    margin-top: 20PX;
}

.services-3 img {
    display: flex;
    justify-content: space-between;
    width: 80px;
    margin-bottom: 15px;
    margin-top: 30PX;
}

.services-4 img {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-bottom: 15px;
    margin-top: 30PX;
}

.services-1 h3 {
    color: #EACCB3;
    font-size: 18px;
}

.footer {
    padding: 50px 0;
    background-color: #cbcaca;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 20px;
}

.link h3 {
    font-size: 18px;
    color: #f9fafc;
    margin-bottom: 15px;
}

.link a {
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.link a:hover {
    color: #9E1821;
    text-decoration-line: underline;
}


@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;
    }

    .header {
        min-height: 0vh;
    }

    .header-content {
        padding: 200px 30px;
    }

    .header-content p {
        padding: 0;
    }

    .txt-p {
        padding: 0;
    }

    .pyagsa-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .pyagsa-img {
        display: none;
    }

    .services {
        padding: 30px;
    }

    .services-content p {
        padding: 0;
    }

    .services-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .services-group2 h3 {
        text-align: center;
    }

    .services-1 {
        margin-bottom: 25px;
    }

    .general {
        flex-direction: column;
    }

    .general-1 {
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .general-2, .general-3 {
        display: none;
    }

    .blog {
        padding: 30px;
    }

    .blog-content {
        flex-direction: column;
    }

    .blog-1 {
        padding: 0;
    }

    .footer {
        padding: 30px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

}