
.desktop-1-item {
    border-radius: 0px 26px 26px 0px;
    background-color: rgba(79, 32, 22, 0.7);
    width: 50%;
    color: white;
    padding: 15px;
}

.desktop-1-item p{
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

.desktop-1-item button{
    margin-bottom: 10px;
    background-color: #89A130;
    color: white;
    border: 2px solid #89A130;
    transition: all 500ms;
}

.desktop-1-item button a{
    text-decoration: none;
    color: white;
}
.desktop-1-item button:hover{
    
    color: #89A130;
    background-color: transparent;

}
.desktop-1-item button:hover a{
    
    color: #89A130;
    background-color: transparent;

}

.vivero-2 button:hover a{
    color: #4F2016;
    text-decoration: none;
}

.vivero-2 button a{
    color: white;
    text-decoration: none;
}
.bosques-semillas {
    font-size: 24px;
    color: #fcfcfc;
    margin-top: 10px;
}

.banner {
    background-image: url("assets/img/banner.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    background-position: center;
}

.servicios-1 p,
.proyectos-1 p{
    color: #89A130;
}


.servicios{
    display: flex;

}
.servicios-1 img{
    width: 60%;
    margin-top: 20px;
    border-radius: 30px;
}
.servicios-1{
    flex-basis: 45%;
    padding: 30px;
}
.servicios-2{
    flex-basis: 45%;
    padding: 30px;
}

.servicios-2 ul{

    font-size: 14px;
    color: #E9BA43;
}

.servicios-2 ul li{
    margin-top: 20px;
}

.servicios-2 ul li span{
    color: #89A130;
}

@media(max-width:930px){
    .bosques-semillas {
        font-size: 20px;
    }

    .desktop-1-item button{
        font-size: 12px;
    }
}
@media(max-width:640px){
    .banner {
        justify-content: center;

    }
    .desktop-1-item {
        border-radius: 18px;
        text-align: center;
        width: 80%;
    }
}
@media(max-width:1180px){
    .servicios-1 img{
        width: 80%;
    }
}

@media(max-width:990px){
    .servicios-1 img{
        width: 100%;
    }
}@media(max-width:880px){
    .servicios-1 img{
        width: 70%;
    }
    .servicios{

        flex-wrap: wrap;
    }
    .servicios-1, .servicios-2{
        flex-basis: 100%;
    }
    .servicios-2{
        padding-top: 5px;
    }
    .servicios-1{
        padding-bottom: 5px;
    }
}