

/* Estilos generales */
.btn-comprar {
    background-color: #2e6e37;
}

.navbar, .sticky-wrapper, .is-sticky .default-header {
    background-color: #2e6e37;
}

.txt-principal{
    color: #2e6e37;
}

.bg-principal{
    background-color: #2e6e37;
}

.border-principal{
    border: 2px solid #2e6e37;

}
