.lc-bg {
    background-size: cover;
    background-attachment: fixed;
}

.containercontact {
    position: relative;
    height: 200px;
}

.centercontact {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centercontactlc {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(-5%, -50%);
}

.containercontacth4 a,
.containercontacth4 a:link,
.containercontacth4 a:visited,
.containercontacth4 a:hover,
.containercontacth4 a:active {
    color: #1B5F8C !important;
    text-decoration: none;
}

.containercontacth4 a:hover {
    font-weight: bold;
}

.boxcontact {
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
        25px 0px 20px -20px rgba(0, 0, 0, 0.45),
        0px 25px 20px -20px rgba(0, 0, 0, 0.45),
        -25px 0px 20px -20px rgba(0, 0, 0, 0.45);
}
