@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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(images/pasteleleria\ bolleria\ el\ cano.jpg);
    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;
    background-color: #7c7f7f;
    height: 80px;
}

.logo {
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 800;
}



.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 {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.menu .navbar ul li a:hover {
    background-color: #f20b0b;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    font-size: 35px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}


.header-content p {
    font-size: 16px;
    color: #ffffff;
    padding: 0 250px;
    margin-bottom: 25px;
}

.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #ffffff;
    color: #050505;
    text-transform: uppercase;
    font-weight: bold;
    
}

.btn-1:hover {
    background-color: #ead700
}

.coffee {
    padding: 100px 0;
    background-color: #fffc35;
    position: relative;
}

.coffee-content {
    text-align: center;
}

.coffee-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #0c2791;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}

.txt-p {
    font-size: 16px;
    color: #0e0e0e;
    padding: 0 250px;
    margin-bottom: 35px;
}

.cofee-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.coffe-1 {
    padding:0 25px;
}

.coffe-1 img {
    width: 200px;
}

.cofee-img {
    position: absolute;
    top: 0;
    right: 0;
}

.coffe-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/pasteles.webp);
    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(images/coffe-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-3 {
    background-image: url(images/coffee-2.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: 20px;
    color: #000000;
    margin: 25px 0 45px 0;
    font-weight: bold;
}

.geo {
    padding: 100px 0;
    display: flex;
    
}

.geo-1,.geo-2 {
    width: 50%;
}

.geo-1 h2 {
    font-size: 50px;
    color: #030301;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 30px;
}

.geo-1 p {
    font-size: 16px;
    color: #060606;
    margin-bottom: 15px;
}

.map {
    width: 600;
    height: 450px;
}
.footer-bg {
    text-align: center;
    padding: 100px 0;
    background-color: #050505;

}

.footer-bg h2 {
    color: #ffffff;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.campo-1 {
    margin-bottom: 15px;
}

.campo {
    margin: 5px;
    padding: 20px 15px;
    width: 250px;
    background-color: #0E0E0E;
    border: 1px solid #13975e;
    outline: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
}

textarea {
    width: 520px !important;
}








@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: 100px 30px;
    }

    .header-content p {
        padding: 0;

    }

    .coffee {
        padding: 30px;
    }
    .coffee-content h2 {
        padding: 0;
    }
    .txt-p {
        padding: 0;
    }

    .cofee-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .cofee-img {
        display: none;
    }

    .services {
        padding: 30px;
    }

    .services-content p {
        padding: 0;
    }

    .services-group {
        flex-direction: column;
        margin-bottom: 0;
    }
    .services-1 {
        margin-bottom: 25px;
    }

    .general {
        flex-direction: column;
    }

    .general-1 {
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .general-2,.general-3 {
        display: none;
    }

    .geo{
        padding: 0 30px 30px;
        flex-direction: column;
        text-align: center;
        background-color: #ffffff;
    }

    .geo-1,.geo-2 {
        width: 100%;
    }

    .map {
        width: 300px;
        height: 350px;
    }

    .footer-bg {
        padding: 30px;
        
    }

    textarea {
        width: 250px !important;
    }
    
   

   

    
}