@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

body {

    font-family: 'Poppins', sans-serif;
}

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

}

.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/bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    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: 120px;
    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: #ce967b
}


#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: #ce967b;
    color: #f9fafc;
    text-transform: uppercase;


}

.btn-1:hover {
    background-color: #ebad8d;


}

.biscochos {
    padding: 100px 0;
    background-color: #e1e2e6;
    position: relative;


}

.biscochos-content {
    text-align: center;

}

.biscochos-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;

}

.txt-p {

    font-size: 16px;
    color: #414247;
    padding: 0 250px;
    margin-bottom: 35px;
}

.biscochos-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

}

.biscochos-1 img {
    width: 200px;

}

.biscochos-1 {

    padding: 0 25px;


}

.biscochos-img {

    position: absolute;
    top: -6%;
    right: 0;
    transform: translateY(-110%);
    transform: translateX(50%);
}

.biscochos-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/bg2.jpg);
    background-position: 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/biscochos3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-3 {
    background-image: url(../images/biscochosr1.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: 250px;
    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;
}

.link h3 {

    font-size: 18px;
    color: #f9fafc;
    margin-bottom: 15px;

}

.link a {
    font-size: 16px;
    color: #c5c5c5;
    display: block;
    margin-bottom: 15px;



}

footer {
    background-color: black;
    padding: 20px;
    text-align: center;
  }
  
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .social-media {
    margin-bottom: 10px;
  }
  
  .social-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
  }
  
  .social-media a:hover {
    background-color: #f1f0f0;
  }
  
  .contact-info p {
    margin: 10px 0;
  }
  
  .contact-info a {
    color: #333;
    text-decoration: none;
  }
  
  .contact-info a:hover {
    text-decoration: underline;
  }
  
  .social-media i {
    vertical-align: middle;
  }
  
  .social-media i.fab {
    color: #fff;
  }
  
  .contact-info a,
  .contact-info a:hover {
    color: #333;
  }
  



@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;

    }

    .biscochos {

        padding: 30px;
    }

    .biscochos-content h2 {

        padding: 0;

    }

    .txt-p {
        padding: 0;
    }

    .biscochos-group {

        flex-direction: column;
        margin-bottom: 0;


    }

    .biscochos-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;
    }
    .blog{
        padding: 30px;
    }
    .blog-content{
        flex-direction: column;
    }
    .blog-1{
        padding: 0;
    }

    .footer{
        padding: 30px;
    }
    .footer-content{
        flex-direction: column;
        text-align: center;
    }


}
 


.biscocho-recipe {
    display: flex;
    justify-content: space-between;
  }
  
  .ingredients,
  .instructions {
    width: 48%;
  }
  
  .ingredients h2,
  .instructions h2 {
    margin-bottom: 20px;
  }
  
  .ingredients ul,
  .instructions ol {
    padding-left: 20px;
}


.section-form {
    display: flex;  
    justify-content: right;
    background-color: #B0B6B8;
    text-align: center;
    font-size: 20px;
    min-height: 100vh;
    background: var(--img) no-repeat;
    background-position: center;
    background-size: cover;
}

.form-box {
    position: relative;
    width: 380px;
    height: 400px;
    background: transparent;
    border: 3px solid rgba(153, 112, 44, 0.56);
    backdrop-filter: blur(1px);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
}


.form-box:hover {
    backdrop-filter: blur(10px);
}

h2 {
    font-size: 2em;
    color: #000;
    text-align: center;
}

.inputbox {
    position: relative;
    margin: 30px 0;
    width: 310px;
    border-bottom: 2px solid #FFF;
}

.inputbox label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #000;
    font-size: 1em;
    transition: 0.8s;
}

.inputbox input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 5px;
    color: transparent;
}
/*validar para escribir*/
input:focus~label, 
input:valid~label {
    top: -5px;
}

input:invalid:focus,
input:valid {
    color: #000;
}

.img{
  float: left;
}