/* body */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
/* Header */

#header-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    position: fixed;
}
#hamburger-menu {
    width: 45px;
    display: none;
}
header {
    color: rgb(0, 0, 0);
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 1420px;
    position: fixed;
}
header img {
    height: 70px;
    margin-left: 25px;
}
.nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-right: 25px;
}
.nav-bar a {
    margin: 0 15px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-decoration: none;
}
.presentation {
    background-image: url('resources/banner-market01.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: end;
}
.presentation .text {
    color: #000;
    margin-bottom: 29px;
    margin-left: 140px;
}

/* Cellphone navbar */
.cellphoneNav-bar {
    list-style: none;
    margin-right: 25px;
    position: fixed;
    top: -570px;
    left: 0;
    background: white;
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 15px;
    transition: all 0.5s ease-in-out;
}
.cellphoneNav-bar a {
    text-decoration: none;
    color: #000;
}
.activeheader {
    top: 100px;
}

/* EspacioMenu */
.espaciomenu {
    height: 30px;
    background-color: rebeccapurple;
}
/* inicio / sobre nosotros */

.spaceAfMenu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}
.spacetext {
    width: 90%;
    max-width: 1900px;
}

/* Everithing */

.food-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.textContainerFood {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texttextlol {
    width: 90%;
    max-width: 1945px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    font-size: 30px;
    font-weight: bold;
}
.containerfoodlmao {
    width: 90%;
    max-width: 1945px;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
    gap: 20px;
}
.foodinfo {
    width: 100%;
    max-width: 470px;
    height: auto;
}
.foodinfo img {
    width: 100%;
    height: fit-content;
}
.foodinfo h1 {
    font-size: 25px;
}
.foodinfo p {
    font-size: 18px;
}
.banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abbiftcts {
    width: 1339px;
    height: 480px;
    background-image: url('resources/banner-market04.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
}
.textbanner {
    width: 100%;
}
.insidetextbanner {
    width: 90%;
    max-width: 970px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 90px;
}
.insidetextbanner h1 {
    font-size: 50px;
    font-weight: bold;
    font-size: 40px;
    font-family: "Caveat", cursive;
    font-weight: bold;
}
/* Footer images and all */

.servicesF {
    background-color: #EAE4D5;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 50px;
}
.servicef {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.servicef img {
    width: 80px;
}
.servicef p {
    font-size: 35px;
    font-family: "Caveat", cursive;
    font-weight: bold;
}

.imagMenu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imageContainer {
    width: 90%;
    max-width: 1900px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.imageContainer img {
    width: 100%;
    height: auto;
}
/* Part of text and logo footer */

.textandlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 50px;
    flex-wrap: wrap;
    background-color: #F3F3F3;
}
.direction {
    width: 250px;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-right: 100px;
    font-size: 20px;
    padding: 15px 0 15px 15px;
}
.direction p {
    margin: 8px;
}
.informacion {
    width: 250px;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-right: 100px;
    font-size: 20px;
    padding: 15px 0 15px 15px;
}
.informacion p {
    margin: 0 0 10px 0;
    font-weight: bold;
}
.informacion a {
    text-decoration: none;
    color: #000;
    margin: 8px 0 8px 0;
}
.textandlogo img {
    max-width: 440px;
    width: 80%;
    height: 160px;
    margin: 45px 0 25px 0;
}
/* lil icons */
.socialmediaicons {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F3F3F3;
}
.lilicons img{
    width: 100px;
}
@media (max-width: 1000px) {
    .insidetextbanner {
        align-items: end;
    }
    .abbiftcts {
        background-position: center;
    }
    
}
@media (max-width: 768px) {
    .socialmediaicons {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 50px 30px 50px;
    }
    .lilicons img{
        width: 80px;
    }
}
/* last part copyrights */

.copyrightfl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #666666;
}
.cprcontainer {
    width: 80%;
    max-width: 1410px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse;
    margin-top: 20px;
    color: #ffff;
    padding: 10px 0 20px 0;
}

/* header */
@media (max-width: 768px) {
    .cprcontainer {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }
    .nav-bar {
        display: none;
    }
    #hamburger-menu {
        display: block;
    }
}
/* Media query of tablet and cellphone */
@media (max-width:688px) {
    .presentation {
        background-size: 230% 100%;
        height: 400px;
        background-position: left;
    }
    .presentation .text div {
        font-size: 13px;
    }
    .presentation .text div p {
        font-size: 15px;
    }

    /* Second part */
    .service img {
        width: 100%;
        height: fit-content;
    }
    /* 3rd part */
    .liladd img {
        width: 90%;
        height: fit-content;
    }
    .liladdtext {
        width: 92%;
    }
    .liladdtext h1 {
        font-size: 35px;
    }   
    .liladdtext p {
        font-size: 20px;
    } 
    .liladd button {
        padding: 10px 46px;
        font-size: 14px;
    }
    /* 4th part */
    .textPresentation {
        padding: 0 5px 0 5px;
    }
    .textPresentation p {
        font-size: 15px;
        text-align: center;
    }
    .textPresentation h1 {
        font-size: 22px;
        text-align: center;
    }
    .clientsAreA {
        flex-direction: column;
    }
    .client {
        width: 60%;
        margin: 20px 0 20px 0;
    }

}
/* Header media */
@media (max-width:689px) {
    header img {
        height: 40px;
        margin-left: 10px;
    }
}
/* Footer media */

@media (max-width:690px) {
    .direction {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .informacion {
        width: 100%;
        margin: 0;
        padding: 20px 0 0 6px;
    }
    .textandlogo img {
        height: fit-content;
    }
}