body {
    /*background: url('../assets/img/gallery/1.jpg') no-repeat center center fixed;*/
    background: url('../img/gallery/1.jpg') no-repeat center center fixed;
    background-size: cover;
}

.card {
    background: rgba(255, 255, 255, 0.95);
}

.btn-cielo {
    background-color: #3acc00 !important;
    border-color: #4fc3f7 !important;
    color: #fff !important;
    border-radius: 25px !important;
    padding: .5rem 1.2rem;
    font-weight: 600;
}

.btn-cielo:hover,
.btn-cielo:focus {
    background-color: #039be5 !important;
    border-color: #039be5 !important;
    color: #fff !important;
}