.fondo-verde{
    background-color:#628942;
    padding: 45px;
    color:#fff;
}

.p-30{
    padding: 0 30px 50px 30px;
}

.p-intro{
    font-size: 1.2em;
}

.negro{
    color: #000;
}

.oliva{
    color: #628942 !important;
}

.blanco{
background-color:#fff !important;
}

.enlace2{
    background-color: #628942;
    padding: 8px 10px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
}

.link{
    color: #628942 !important;
    
    text-decoration: none !important;
    margin-left: 10px;
    font-size: 1.3em;
}

.link:hover{
    background-color: #fff !important;
    color: #000 !important;
}

html {
  scroll-behavior: smooth;
}

.destacado{
    border:1px solid #628942;
    border-radius: 10px;
    padding: 10px;
}

.destacado i{
    color:rgb(195, 11, 11);
}

@media only screen and (max-width: 575px){
    .fondo-verde{
        margin-top: 45px;
    }
    .espacio{
        margin: 15px 0;
    }
    .espacio-ancho{
        padding: 0 25px !important;
    }
    .about-text{
        padding: 0 15px !important;
    }
    .padding-0-15{
        padding:0 15px !important;
    }
}

@media only screen and (max-width: 991px){
    .desktop{
        display: none;
    }
    .movil{
        display: block;
    }
}

@media only screen and (min-width: 992px){
    .movil{
        display: none;
    }
    .desktop{
        display: block;
    }
}