/*
    EDGASANC.COM Estilo
*/

.bg-green, .btn-green {
    background-color: #ccff00;
}

.bg-green:hover, .btn-green:hover {
    background-color: #86a702;
}

.text-green {
    color: #ccff00;
}

.text-green:hover {
    color: #86a702;
}

.img-header {
    background-image: url(image/image2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-color: black;
  }
