.text-verde {
    color:#97c93e !important;
    
}

.btn-verde {
    background-color: #97c93e;
    color: #fff;

}

.btn-verde:hover {
    background-color: #82ad36;
    /**/
}


#header img {
    width: 100px;
    
}

.bg-onuva {
    background: #00667D;
}
#main-onuva  .carousel-item img { /*.carousel-inner*/
    
    max-height: 70vh;
    object-fit: cover;
   /*. //filter: grayscale(70%); */
    
    
}

#main-onuva .img-onuva {
    
    border-radius: 40px;
    border-color: #00667D;
    width: 280px;
    height: 350px;

}

#carousel {
    position: relative;
    
}


#carousel .overlay {
    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,0.5);*/
    color: #fff;
    
    
}



#carousel .overlay .container,
#carousel .overlay .row {
    
height: 100%;
}





#footer {
    
    
    background: linear-gradient(90deg,#002833,#006669 25%,#00667D);
    
}

#footer a {
    color: #fff;
    
    
}