.simpleButton {
    padding: 13px 45px 12px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    width: 210px;
    margin: 10px 5px 0;
    background: rgba(255,255,255,0.7);
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 3px 2px 2px rgba(33,33,33,0.3);
    border: 1px solid rgba(255,255,255,1);
}

    .simpleButton:hover {
        background: rgba(255,255,255,0.9);
    }

@media (max-width: 480px) {
    .simpleButton {
        padding: 13px 10% 12px;
        position: relative;
        display: table;
        width: 70%;
        margin: 10px auto 0;
    }
}

.buttonSendContact {
    color: #FFF;
    background: rgba(19, 53, 90,.6);
    margin: 0 auto;
    display: table;
    border: 0;
}

    .buttonSendContact:hover {
        background: rgba(19, 53, 90,.8) !important;
    }

.buttonContact {
    color: rgba(255,255,255,.9) !important;
    background: rgba(19, 53, 90,.6) !important;
}

    .buttonContact:hover {
        color: rgba(255,255,255,.9) !important;
        background: rgba(19, 53, 90,.9) !important;
    }

.buttonKnowMore {
    color: rgba(19, 53, 90,.8) !important;
    background: rgba(255,255,255,.2) !important;
}

    .buttonKnowMore:hover {
        color: rgba(19, 53, 90,.8) !important;
        background: rgba(255,255,255,.8) !important;
    }
