body{
    font-family: "Arvo", serif;
}
#navbarSupportedContent a{
    color: #367718;
    font-size: 14px;
    font-weight: 600;
}
.carousel-caption h5{
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    font-weight: 700 !important;
    font-size: 35px !important;
}
.carousel-caption a{
     color: #FFFFFF!important;
    border-color: RGBA(255,255,255,0);
    border-radius: 40px;
    font-size: 16px;
    background-color: #367718;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}
.carousel-caption {
    position: absolute;
    top: 30%;
}
.about{
    padding: 60px 0px;
    background-image: url(../images/HP_Fondo-verde.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-box{
    border: 2px solid #fca028;
}
.about-content h3{
    font-weight: 700 !important;
    font-size: 31px !important;
    color: #367718 !important;
    line-height: 1.1em !important;
    text-align: left !important;
}
.about-content p{
    color: #585858 !important;
}
.about-content a{
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 40px;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 700 !important;
    background-color: #fca028;
}
.about-box{
    position: relative;
}
.about-content{
    position: absolute;
    top: 10%;
    left: 6%;
}
.heading h2{
    color: #367718 !important;
    font-weight: 700;
    font-size: 32px;
}
.slides{
    padding: 60px 0px;
    background-image: url(../images/HP_Fondo-verde.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.racconta{
     padding: 60px 0px;
    background: #f7f0ea;
}
.reconta-content h4{
    color: #367718 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1em;
}
.reconta-content p{
    color: #666;
}
.f-widget h6{
    color: #367718;
    font-size: 14px;
    font-weight: 600;
}
.f-widget p{
    color: #9c9e9f;
}
.grn{
    color: #367718;
    font-weight: 600;
}
.f-widget a{
    color: #367718;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

}












@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
      div#navbarSupportedContent {
    background: #fff;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 99999;
    padding: 10px;
    width: 100%;
    text-align: center;
    }
    div#navbarSupportedContent ul{
        padding: 0px;
    }
}
@media only screen and (max-width: 769px) {
    .about-content{
            top: 2%;
    }
}       
@media only screen and (max-width: 600px){
}
@media only screen and (max-width: 344px){

}