* {
    scroll-margin-top: 120px;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.05) !important;
    --bs-card-title-color: #161042 !important;
}

:root {
    --bs-font-sans-serif: "DM Sans", Roboto, system-ui, -apple-system, sans-serif !important;
}

a {
    text-decoration: none;
}

footer {
    border-top-right-radius: 20%;
    /* border: 1px solid #f5f5f5; */
    box-shadow: 5px -5px 10px #e7e7e7;
    background-color: #90b4be40 !important
}

#banner {
    background-color: rgb(206, 206, 206);
    min-height: 65vh;
    background-image: url(../img/banner/banner_medico.jpg);
    background-size: cover;
    margin-top: 5.2rem;
}

.banner-h {
    min-height: 65vh;
}

.banner-texto {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.color-prestomed {
    color: var(--bs-card-title-color) !important;
}

@media (max-width: 768px) {
    .banner-h {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .servico {
        height: 12rem;
        overflow-y: hidden;
    }
}

.mt-6 {
    margin-top: 6rem;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-family: "Comfortaa", sans-serif !important;
    font-weight: 700;
    color: var(--bs-card-title-color);
}

h5,
h6,
.h5,
.h6 {
    font-weight: bold;
}

.comfortaa {
    font-family: "Comfortaa", sans-serif !important;
}

.btn {
    font-family: "Comfortaa", sans-serif !important;
    font-weight: 700;
    font-size: 0.9rem;
}

.h1,
h1 {
    font-size: calc(2.1rem + .9vw);
}

.h2,
h2 {
    font-size: calc(1.9rem + .7vw);
}

.h3,
h3 {
    font-size: calc(1.7rem + .5vw);
}

.h4,
h4 {
    font-size: calc(1.5rem + .3vw);
}

.h5,
h5 {
    font-size: 1.375rem;
}

.h6,
h6 {
    font-size: 1.05rem;
}

.img-h5 {
    height: calc(1.65rem + .9vw);
    margin-bottom: 1.375rem;
}

.logotipos {
    float: left;
    padding: 0 5px 5px 0;
    height: 5rem;
}

.servico-img {
    filter: opacity(50%);
}

.servico-text {
    text-shadow: 1px 1px white;
}

.btn-fale {
    background-image: linear-gradient(180deg, #ED5A29, #ED825F) !important;
    box-shadow: 0 3px 20px 0 rgba(236, 129, 94, .5);
    font-size: 1.1rem !important;
}

.btn-fale:hover {
    background-image: linear-gradient(180deg, #ED5A29, #ED825F) !important;
}

.bg-purple {
    background-color: purple !important;
}

main {
    min-height: calc(100vh - 74px);
}

.pt-6 {
    padding-top: 5rem !important;
}

.list-unstyled a {
    color: #6d6d6d;
    font-size: 0.975em;
    font-weight: 500;
}

.list-unstyled a:hover {
    color: #020a7a;
}

.img-rodape {
    width: 70%;
}

@media (max-width:574px) {
    #btn-contato {
        margin: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
    }

    #copyright {
        height: 80px;
    }
}

.btn-contato {
    padding-left: 4rem !important;
    font-size: 1.1rem !important;
}

.i-contato {
    left: 10px;
    top: 18px;
    font-size: 32px;
    z-index: 0;
}

.info-bg {
    background-color: #90b4be;
}

.info-text {
    text-shadow: 2px 2px 5px #bbbbbb;
}

.quem-somos {
    max-width: 62.5rem;
}