@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{
    font-size: 16px;
    font-family: Istok Web;
    margin: 0px;
    padding: 0px;
}

@media(max-width:930px){
    *{
        font-size: 14px;
    }
}

@media(max-width:650px){
    *{
        font-size: 12px;
    }
}

.menu {
    width: 100%;
    height: 80px;
    font-size: 16px;
}

.menu ul{
    display: flex;
    width: 100%;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.menu ul li a{
    color: #89a130;
    text-decoration: none;
}


.menu ul li{
    flex-basis: 12%;
}
.logo {
    width: 50px;
}


.logo-container{
    flex-basis: 40% !important;
    padding-left: 30px;
}

.cafe {

    color: #4f2016 !important;
}


.line-div {
    border-top: 1px solid #89a130;
    width: 100%;
    height: 2px;
}
.linea-amarilla{
    height: 4px;
    background-color: #E9BA43;
    width: 400px;
    border: 0px;
    border-radius: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
}
@media(max-width:480px){
    .linea-amarilla{
        width: 250px;
    }
}
.proyectos{
    padding: 30px;
}
.proyectos-2{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}
.proyectos-2 .proyecto{
    flex-basis: 27%;

}
.proyecto h3{
    color: #89A130;
    font-weight: bold;
    font-size: 20px;
}
.proyecto p{
    color: #4F2016;
    margin-bottom: 20px;
}
.proyecto img{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
 
}

h2{
    color: #4F2016;
    font-size: 24px;

}
@media(max-width:1180px){
    h2{
        font-size: 21px;
    }
}



.servicios-intro{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.separacion-1{
    flex-basis: 60%;

}
.separacion-1 p{
    color: #89A130;
}
.separacion-1 div{

    padding-left: 30px;
}
.separacion-2{
    flex-basis: 40%;
    display: flex;
    align-items: center;
    height: 100%;
}
.separacion-2 img{
    width: 70%;
    border-radius: 20px;
}
.proyectos{
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
}
.centrar{
    text-align: center;
}

button{
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    border: 0px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.form-footer input::placeholder {
    color: #4F2016;
  }
  .servicios-1 button, .vivero-2 button, .form-footer button,.c1 form button{
    background-color: #4F2016;
    color: white;
    border: 2px solid #4F2016;

    transition: all 500ms;
}


.servicios-1 button a, .vivero-2 button a, .form-footer button a,.c1 form button a{
    color: white;
    text-decoration: none;
}
.servicios-1 button:hover, .vivero-2 button:hover, .c1 form button:hover{
    color: #4F2016;
    background-color: white;
}

.servicios-1 button:hover a, .vivero-2 button:hover a, .c1 form button:hover a{
    color: #4F2016;
}

.vivero{
    padding: 30px;
    display: flex;
}
.vivero-1{
    flex-basis: 50%;
    
}
.vivero-1 img{
    width: 90%;
    margin-top: 20px;
    border-radius: 20px;

 
}
.vivero-2{
    flex-basis: 50%;
    margin-top: 70px;
    height: 100%;
}
.vivero-2 p{
    color: #89A130;
    text-align: justify;
}
.vivero-2 iframe{
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;
    height: fit-content;

}







footer{
    display: flex;
    background-color: #89a130;
    color: white;
    height: 250px;
    justify-content: space-around;
    align-items: center;
}
footer div{
    flex-basis: 20%;
    height: 75%;
}
.info-footer img{
    width: 30%;
}
footer p{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.info-footer p{
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
}
.menu-footer ul li a{
    color: white;
    text-decoration-line: none;
    transition: all 500ms;
}
.menu-footer ul li {
    
    margin-top: 5px;
}

.menu-footer ul{
    list-style-type: none;
    margin-left: 5%;
}
.menu-footer ul li a:hover{
    color: #4F2016;
}
.form-footer{
    text-align: right;
}
.form-footer input{
    width: 100%;
    border: 0px;
    color: #4F2016;
    padding: 5px;
    padding-left: 6px;
    border-radius: 5px;

}
.redes-footer a img{
    width: 40px;
}
@media(max-width:950px){
    footer{
        flex-wrap: wrap;
    }
    footer p{
        font-size: 17px;
    }

    .form-footer input{

        padding: 3px;
        padding-left: 4px;
    
}
}
@media(max-width:800px){
    .proyectos-2{
        flex-wrap: wrap;
    }
    .proyectos-2 .proyecto{
        flex-basis: 60%;
    
    }
    .proyecto h3{
        color: #89A130;
        font-weight: bold;
        font-size: 18px;
    }
    .proyecto p{
        color: #4F2016;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .servicios-intro .separacion-2{
        display: none;
    }
    .separacion-1{
        flex-basis: 100%;
        text-align: center;
    }
    .separacion-1 img{
        width: 40%;
    }
    .separacion-1 .linea-amarilla{
        display: none;
    }
}
@media(max-width:763px){
    .vivero{
        flex-wrap: wrap;
    }
    .vivero-1, .vivero-2{
        flex-basis: 100%;
    }
    .vivero-1 img{
        width: 75%;
    }
    .vivero-2{
        margin-top: 10px;
    }
    .separacion-1 img{
        width: 50%;
    }
}

@media(max-width:675px){
    .separacion-1 img{
        width: 65%;
    }
    .info-footer img{
        margin-top: 10px;
        width: 20%;
    }
    .menu-footer{
        display: none;
    }
    footer{
        height: auto;
        text-align: center;
    }
    footer div{
        flex-basis: 100%;
        height: auto;
    }
    .form-footer input{
        width: 70%;
      
    }
    .form-footer{
        text-align: center;
    }


    .menu ul li{
        flex-basis: 15%;
    }
    .logo {
        width: 40px;
    }
    
    
    .logo-container{
        flex-basis: 20% !important;

    }
    
}
@media(max-width:600px){
 
    .separacion-1 img{
        width: 80%;
    }
    .proyectos-2 .proyecto{
        flex-basis: 75%;
    
    }

}


@media(max-width:500px){
    .info-footer img{
        width: 30%;
    }
    .proyectos-2 .proyecto{
        flex-basis: 100%;
    
    }

}


@media(max-width:489px){
    .separacion-1 img{
        width: 90%;
    }
        .menu{
            height: auto;
            margin-bottom: 10px;
        }
        
    
    .menu ul{
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .menu ul li{
        flex-basis: 100%;
        margin-top: 10px;
    }
    
    .logo-container{
        flex-basis: 100% !important;
        padding-left: 0px;
    }
    
}