.imgHeader{
    background-image: url('../PROYECTO/PROYECTO/portadaproyecto_Mesa\ de\ trabajo\ 1.png'); 
    background-size: cover;
     height: 400px; 
     padding-top: 10%;

}
.titleSecciones{
    color:#4b7017;
    font-weight: bolder;
}
.parrafoInfo{
    color: gray;

}
.bannerPubli{
    background-color: #222222;
}
.imgArbolCoop{
    position: absolute;
    height: 250px;
    right: 0px;
    top: -140px;
}
.contHuellas{
    background-color: #4b7017;
}
.contValores{
    display: flex;
} 
.contValores p{
    margin: 30px;
    border: 4px solid #6ebe05 ;
    border-radius: 25px;
    color: gray;
    font-weight: bold;
    padding: 20px 0 !important;
    text-align: center;

}

@media only screen and (min-width: 100px) and (max-width: 768px){
.contInfoAdquirir{
   display: inline-block;
}
.imgArbol{
    height: 400px ;
    margin-left: 0;
    margin-right: 0;
    left: -20px;
    position: relative;
    top: 11px !important;
    margin-bottom: 10px;
}
.imgArbolCoop{
    display: none;
} 
.parrafoInfo{
    text-align: center;
}
.titleSecciones{
    text-align: center;
}
.textSiembra{
    text-align: center;
}
.imgHuellas{
    height: 400px;
    text-align: center;
    left: -20px;

}
.contIconos{
    display: inline-block;
    text-align: center;
}
.container{
    padding: 0;
}

}
 



