.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: var(--primary) !important;
    text-decoration: none;
}

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

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