body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

@media (max-width: 1350px) {
    .phone-container a, .phone-container i {
        font-size: 14px !important;
        margin-left: -1px !important;
    }
}

/* HEADER SLOGAN & APPOINTMENT BUTTON */

@media (max-width: 480px){
header #u_row_14.v-row-padding, header #u_row_15.v-row-padding {
    padding: 10px !important;
}
header #u_row_12 {
    display: none;
}
}

.slogan-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slogan-container span.title {
    color: white;
    font-size: clamp(40px, 5vw, 75px);
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
}

.slogan-container button {
    background: var(--primary-color);
    border-radius: 0;
    border: 1px solid white;
    padding: 0.75em 1.75em;
    font-family: Ubuntu, sans-serif;
    font-weight: bold;
    transition: 150ms cubic-bezier(0.57, 0.88, 0.37, 1.13);
}

.slogan-container button:hover {
    background: #fff;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

@media (max-width: 1050px) {
    .top-bar-info {
        flex: 1.5 !important;
        justify-content: space-evenly;
    }

.phone-container i {
    display: none;
}
}


/*------------------------------------------------------*/

/* FOOTER */

footer div#u_row_12 a {
    color: white;
}

footer div#u_row_12 a:hover {
    color: #c74d4d !important;
}

footer div#u_row_13 a:hover {
    text-decoration: underline !important;
}

footer .d-social-box {
    display: flex;
    justify-content: center;
}
footer div#u_row_11 a {
    border: 1px solid;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer div#u_row_11 a:hover {
    border: 1px solid !important;
    background: #c74d4d;
    color: black;
}