@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&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", 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/ima1.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{
    width: 180px;
    padding-top: 20px;
}

.logo:hover{
    cursor: pointer;
}

.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: #80c340;
}

#menu{
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}

.sociales-1 img{
    width: 35px;
    margin-right: 2px;
}

.header-content{
    text-align: center;
    padding-top: 40px;
}

.header-content h1{
    font-family: "PT Serif", serif;
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-content p{
    font-size: 17px;
    color: #ffffff;
    padding: 0 25px;
    margin-bottom: 25px;
}

.btn-1{
    padding: 11px 35px;
    background-color: #80c340;
    color: #F9FAFC;
    text-transform: uppercase;
}

.btn-1:hover{
    background-color: #70ac39;
}

.coffee{
    padding: 100px 0;
    background-color: #E1E2E6;
    position: relative;
}

.coffee-content{
    text-align: center;
}

.coffee-content h2{
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    padding: 0 25px;
    margin-bottom: 15px;
}

.txt-p{
    font-size: 16px;
    color: #414247;
    padding: 0 250px;
    margin-bottom: 35px;
}

.coffee-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.coffee-1{
    padding: 0 25px;
}

.coffee-1 img{
    width: 200px;
}

.coffee-img{
    position: absolute;
    top: 0;
    right: 0;
}

.coffee-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/ima3.jpg);
        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: #ffffff;
    margin-bottom: 50px;
    padding: 0 100px;
}

.services-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.services-1{
    padding: 0 90px;
}

.services-1 img{
    width: 60px;
    margin-bottom: 5px
}

.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/ima2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.general-3{
    background-image: url(images/ima5.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;
}

.general-1 p{
    margin-bottom: 20px;
}

.blog{
    padding: 100px 0;
    text-align: center;
}

.blog p{
    margin-bottom: 10px;
}

.blog-content{
    justify-content: space-between;
}

.blog-1{
    align-items: center;
}

.blog-1 img{
    width: 1100px;
    border-radius: 15px;
    align-items: center;
}

.blog-1 h3{
    font-size: 25px;
    color: #323337;
}

.tablec{
    padding-top: 140px;
    padding-bottom: 40px;
    background-color: #E1E2E6;
    position: relative;
    text-align: center;
}

.tablec .btn-1{
    text-align: center;
}

.planta1-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
}

.planta2-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 450px;
}

.contant{
    padding: 350px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 80px;
}

.contant-table{
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 800px;
    margin-top: -400px;
    background-color: #F9FAFC;
    padding-bottom: 60px;
    margin-bottom: -60px;
}

.contant-table span{
    font-size: 50px;
    color: #70ac39;
}

.contant-table h3{
    font-size: 60px;
    color: #323337;
    margin-bottom: 15px;
    margin-top: -20px;
}

.contant-table p{
    margin-bottom: -20px;
}

.table{
    text-align: left;
}

.ingredients{
    border-collapse: collapse;
    width: 100%;
}

.ingredients td, .ingredients th{
    border: 1px solid #ffffff;
    padding: 5px;
}

.ingredients tr th{
    background-color: #c6e0ae;
}

.ingredients th{
    pad: 12px 0;
}

.footer{
    border-top: 2px solid #E1E2E6;
    padding: 30px 0 0 0;
}

.footer-links{
    margin-bottom: 15px;
    align-items: center;
}

.link-img{
    text-align: center;
}

.link-img img {
    width: 200px;
    margin-bottom: 5px;
}

.sociales-2 img{
    width: 30px;
    margin: 5px;
}

.link h3{
    font-size: 22px;
    color: #323337;
    margin-bottom: 5px;
}

.link a{
    font-size: 18px;
    display: block;
    color: #414247;
    margin-bottom: 3px;
    margin-left: 15px;
}

.link a:hover{
    color: #70ac39;
}

.link{
    margin-right: 460px;
    margin-top: 50px;
}

.footer-copy{
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #E1E2E6;
}

.footer-copy p{
    color: #414247;
    font-size: 16px;
    margin: 0;
}

.concontacto{
    background-image: url(images/contacto1.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

form{
    padding: 50px 55px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    text-align: center;
    width: 390px;
    margin-top: 50px;
    margin-bottom: 50px;
}

form h2{
    font-size: 40px;
    text-align: center;
    color: #80c340;
}

.input-group{
    display: flex;
    flex-direction: column;
    text-align: left;
}

label{
    color: #363638;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

input, textarea{
    padding: 17px 25px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #e4ebe0;
    border: 2px solid #F9FAFC;
    outline: none;
}

input::placeholder, textarea::placeholder{
    color: #e4ebe0;
}

.form-txt{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.btnc{
    font-size: 16px;
    color: #ffffff;
    border: 0;
    border-radius: 25px;
    background-color: #80c340;
    box-shadow: 0 0 20px rgba(25, 254, 0, 0.4);
    cursor: pointer;
}

.btnc:hover{
    background-color: #70ac39;
}

@media(max-width:991px){
    .logo{
        width: 95px;
        padding-top: 5px;
    }

    .header-content h1{
        font-size: 55px;
    }

    .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 .navbar ul li:hover{
        background-color: #80c340;
    }

    .menu .navbar ul li a:hover{
        color: #ffffff;
    }

    #menu:checked ~ .navbar{
        display: initial;
    }

    .header{
        min-height: 0vh;
    }

    .header-content{
        padding: 100px 30px;
    }

    .header-content p{
        padding: 0;
    }

    .blog-1 img{
        width: 800px;
    }

    .coffee{
        padding: 30px;
    }

    .coffee-content h2{
        padding: 0;
    }

    .txt-p{
        padding: 0;
    }

    .coffee-group{
        flex-direction: column;
        margin-bottom: 0;
    }

    .coffee-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;
    }

    h2{
        font-size: 35px;
    }

    .blog-1 img {
        width: 250px;
    }

    .planta1-img{
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
    }
    
    .planta2-img{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 250px;
    }
    
    .contant-table{
        padding: 5px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        text-align: center;
        width: 450px;
        margin-top: -400px;
        background-color: #F9FAFC;
        padding-bottom: 60px;
        margin-bottom: -60px;
    }
}