@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Satisfy&display=swap');

/*
font-family:'Poppins',sans-serif;
font-family:'Satisfy',cursive;
*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    
    background-color: #f5f4f0;
}
img{
    max-width: 100%;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.header{
    background: linear-gradient(
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.4)
    ),
    url(Images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding: 50px 0 0 0;
}

.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
.menu .navbar ul li{
    position: relative;
    float: left;
}
.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: #ffffff;
    display: block;
    font-weight: 600;
}
 .menu .navbar ul li a:hover{
    color: #c9a538;
}

#menu{
    display: none;
}
.menu-icono{
    width: 25px;
}
.menu label{
    cursor: pointer;
    display: none;
}
.header-txt{
    text-align: center;
}
.header-txt h1{
    font-size: 75px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
    margin-left: 450px;

}
.header-txt p{
    font-size: 35px;
    color:#ffffff ;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 450px;
}
.information-content{
    display: flex;
    justify-content:  space-between;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin-top: -50px;
}

.information-1{
    flex-basis: 30%;
}
.information-c1{
    padding: 45px;
    text-align: center;
    background-color: #ffffff;
    height: 300px;
}
h3{
    font-size: 40px;
    margin-bottom: 15px;
    color: #2c2c2c;
}
.information-2{
    flex-basis: 70%;
}
.information-b1{
    height: 300px;
}
.information-a1{
    height: 300px;
}
.information-b1 img{
    height: 300px;
    width: 100%;
}
.information-a1 img{
    height: 300px;
    width: 100%;
}
.btn-1{
    display: inline-block;
    padding: 11px 35px;
    border: 2px solid #c9a538;
    margin-top: 10px;
    color: #c9a538;
    text-transform: uppercase;
}
.our{
    margin-top: 50px ;
    padding: 250px 0;
    background: linear-gradient(
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.4)
    ),
    url(Images/our.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.our h2{
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
}
.ofert-content{
    display: flex;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin-top: -50px;
}
.ofert-1{
    flex-basis: 25%;

}
.ofert-txt{
    padding: 25px;
    text-align: center;
    background-color: #ffffff;
}
.ofert-img{
    height: 230px;
}
.ofert-img img{
    height: 230px;
}
.btn-2{
    display: inline-block;
    margin-top: 10px;
    color: #c9a538;
    text-transform: uppercase;
}
.bg{
    background: linear-gradient(
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.4)
    ),
    url(Images/bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    margin-top: -50px;
}
.food{
    padding: 100px 0;
    text-align: center;
    
}
.food h2{
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 15px;
    color: #9b1818;
}
.food span{
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 45px;
    color: #1a0d0d;
}
.food .btn-2{
    border: 2px solid #c9a538;
    background-color: #c9a538;
    color: #ffffff;
    
}
.footer{
    padding: 100px 0;
    background-color: #2c2c2c;
}
.footer-content{
    display: flex;
    justify-content: space-between;
}
.food-1 h3{
    font-family:'Poppins', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2c2c2c;
}
.food-txt{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.food-txt p{
    font-size: 17px;
    color: #5C5C5C;
}
.precio{
    font-size: 25px !important;
    color: #c9a538 !important;
    font-weight: 700;
    margin-left: 15px;
}
.footer{
    padding: 100px;
    background-color: #2c2c2c;
}
.footer-content{
    display: flex;
    justify-content: space-between;
}
.link ul {
    display: flex;
    justify-content: space-between;
}
.link ul li{
    margin-right: 25px;

}
.link a{
    font-size: 18px;
    text-transform:  uppercase;
    color: #ffffff;
}
.link a:hover{
    color: #c9a538;
}

