@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Actay Wide';
    src: url('../fonts/ActayWide-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: 'Gotham Book';
}

#display {
    position: relative;
    top: -100px;
    z-index: 0;
}

header {
    position: relative;
    z-index: 10;
}

.bannerDisplay {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}

#display h1 {
    font-family: 'Actay Wide';
    font-size: 45px;
    color: #fff;
}

#display h1 span {
    font-style: italic;
    color: #25D366;
    /* text-decoration: underline; */
    text-decoration-color: #fff;
}

#display p {
    font-size: 26px;
    line-height: 134%;
    color: #fff;
    margin-bottom: 30px;
}

.conteudo-display {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.anchor-link {
    font-size: 18px;
    color: #fff !important;
}

.anchor-link:hover {
    font-weight: bold;
}

.anchor-link:hover::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 8px;
}

.alt-menu {
    display: flex;
    width: 70%;
    justify-content: space-evenly;
}

.btn-agendar-menu {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border-radius: 38px;
    font-family: 'Gotham';
    color: #092A13;
    padding: 0 10px !important;
    line-height: 50px !important;
    width: 247px;
}

.btn-agendar-menu:hover {
    background-color: #25D366;
    color: #fff;
}

.btn-agendar-display {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border-radius: 38px;
    font-family: 'Gotham';
    color: #092A13;
    padding: 0 20px !important;
    line-height: 50px !important;
    width: 247px;
    /* padding: 12px 30px */

}

.btn-agendar-display:hover {
    background-color: #25D366;
    color: #fff;
}


#clinica {
    position: relative;
    margin-top: -150px;
}

.box-clinica {
    box-shadow: 0px 0px 100.1px 0px #0000004A;
    padding: 60px 50px;
    border-radius: 50px;
    background-color: #E5F6EE;
}

#clinica h2 {
    font-family: Actay Wide;
    font-size: 40px;
    text-align: center;
    color: #244234;
    margin-bottom: 50px;
}

#clinica h2 span {
    font-family: Actay Wide;
    color: #25D366;
    font-style: italic;
}

.img-clinica {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#clinica p {
    font-weight: 400;
    font-size: 18px;
    color: #414141;
}

.btn-agendar-clinica {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background-color: #244234;
    border-radius: 25px;
    font-family: 'Gotham';
    color: #fff !important;
    line-height: 50px !important;
    padding: 12px 20px;
    width: 247px;
}

.btn-agendar-clinica:hover {
    background-color: #25D366;
    color: #fff;
}

.btn-agendar-clinica-2 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background-color: #244234;
    border-radius: 25px;
    font-family: 'Gotham';
    color: #fff !important;
    line-height: 50px !important;
    padding: 0px 20px;
    width: 247px;
}

.btn-agendar-clinica-2:hover {
    background-color: #25D366;
    color: #fff;
}

#tratamentos h2 {
    font-family: Actay Wide;
    font-weight: 700;
    font-size: 40px;
    color: #244234;
}


#tratamentos {
    padding: 60px 0;
}

.list-tratamentos li {
    font-size: 18px;
    text-align: center;
    border: 1.93px solid #A6D7C0;
    background: #E5F6EE;
    padding: 16px;
    margin: 8px 16px;
    border-radius: 8px;
    list-style-type: none;
}

.list-tratamentos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    padding: 0;
}

.list-tratamentos li:hover {
    background-color: #244234;
    color: #fff;
}

.img-tratamento {
    width: 100%;
    object-fit: cover;
}

#tratamentos p {
    font-weight: 400;
    font-size: 35px;
    color: #22432C;
}

#tratamentos p span {
    color: #25D366;
    font-family: 'Gotham';
}


#localizacao {
    padding: 10px 0;
}

#localizacao iframe {
    width: 100%;
    height: 380px;
    border-radius: 16px;
}

.fundo-verde {
    background-color: #A6D7C0;
}

.card-medicos {
    margin: 0 20px;
    transition: 300ms all ease-in-out;
    width: 100%;
    position: relative;
    z-index: 10;
}

.card-medicos img {
    height: 530px;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}

.box-text-medico {
    background-color: #22432C;
    height: 530px;
    border-radius: 16px;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.box-text-medico p {
    color: #fff !important;
    padding: 30px;
    width: 100% !important;
}

.card-medicos:hover img {
    opacity: 0;
    transition: 300ms all ease-in-out;
}

#localizacao h2 {
    font-family: 'Actay Wide';
    font-size: 42px;
    color: #fff;
    font-style: italic;
    margin-bottom: 20px;
}

#localizacao h2 span {
    color: #506456;
    font-style: normal;
    font-family: 'Actay Wide';
}

.fundo-verde {
    background-color: #A6D7C0;
    padding: 220px 25px 30px;
    margin-top: -180px;
    border-radius: 25px;
}

#localizacao p {
    font-size: 16px;
    color: #414141;
}

.ocult-mob {
    display: block;
}

.ocult-desk {
    display: none;
}

footer {
    background-color: #244234;
    padding: 30px 0 0;
}

footer h3 {
    font-size: 18px;
    color: #fff;
}

footer p {
    font-weight: 350px;
    font-size: 17px;
    color: #fff;
}

footer hr {
    color: #fff;
}

p.copy {
    font-size: 13px !important;
}

.footer-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-copy .copy {
    margin: 20px;
}

.footer-copy .logo-alfama {
    height: 20px;
    margin-left: 10px;
    vertical-align: middle;
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .img-clinica {
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .img-tratamento {
        height: 500px;
        margin-top: 30px;
        border-radius: 50px;
    }

    .card-medicos img {
        height: 420px;
        margin-bottom: 30px;
    }

    .box-text-medico {
        height: 420px;
    }

    #localizacao p {
        font-size: 14px;
    }

    .order-tab-1 {
        order: 1;
    }

    .order-tab-2 {
        order: 2;
    }

    #localizacao iframe {
        margin-bottom: 30px;
    }

    footer {
        text-align: center;
    }

    img.logo-footer {
        margin-bottom: 40px;
    }

    header {
        background-color: #244234;
        padding: 20px 0;
        border-top: solid 40px #1B3328;
    }

    .logo-header {
        width: 180px;
    }

    ul.d-flex.ms-auto.m-0.social-header {
        justify-content: center;
        padding: 0;
    }

    .alt-menu {
        margin: 40px 0;
        width: 100%;
        text-align: center;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #display-text-mob {
        display: none;
    }

    #clinica {
        margin-top: 0;
    }

    #display h1 {
        font-size: 24px;
    }

    #display p {
        font-size: 22px;
    }

    #display {
        height: 500px;
        top: 0;
    }

    .bannerDisplay {
        height: 470px;
    }
}

/* MOBILE */
@media all and (max-width: 767px) {
    header {
        background-color: #244234;
        padding: 20px 0;
        border-top: solid 40px #1B3328;
    }

    .logo-header {
        width: 180px;
    }

    button.navbar-toggler {
        border: none;
    }

    #clinica {
        text-align: center;
    }

    #clinica h2 {
        font-size: 22px;
        margin: 10px 0 20px;
    }

    .box-clinica {
        padding: 15px;
    }

    .order-mob-1 {
        order: 1;
    }

    .order-mob-2 {
        order: 2;
    }

    .order-mob-3 {
        order: 3;
    }

    .img-clinica {
        margin-bottom: 30px;
    }

    #tratamentos h2 {
        font-size: 24px;
        text-align: center;
    }

    .list-tratamentos li {
        padding: 8px 20px;
        margin: 8px;
    }

    .list-tratamentos {
        justify-content: center;
    }

    #tratamentos {
        text-align: center;
    }

    #tratamentos p {
        text-align: center;
        line-height: 30px;
        font-size: 24px;
    }

    .img-tratamento {
        height: 350px;
        border-radius: 30px;
        margin-bottom: 30px;
    }

    .ocult-mob {
        display: none;
    }

    .ocult-desk {
        display: block;
    }

    #localizacao {
        padding: 60px 0;
        background-color: #A6D7C0;
        text-align: center;
    }

    .card-medicos {
        margin: 0 0 30px 0;
        position: relative;
    }

    #localizacao h2 {
        font-size: 28px;
    }

    .alt-menu {
        margin: 40px 0;
        width: 100%;
        text-align: center;
    }

    ul.d-flex.ms-auto.m-0.social-header {
        justify-content: center;
        padding: 0;
    }

    #display {
        height: 370px;
        top: 0;
    }

    .bannerDisplay {
        height: 370px;
    }

    #display h1 {
        font-size: 23px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: -180px;
    }

    .conteudo-display {
        text-align: center;
    }

    #clinica {
        margin-top: 0;
    }

    #display-text-mob {
        background-color: #1B3328;
        text-align: center;
        padding: 10px 0 30px;
    }

    #display-text-mob p {
        color: #fff;
    }

    a.btn-agendar-display.ocult-desk {
        margin-top: -40px;
        margin-bottom: 20px;
        z-index: 10;
        position: relative;
    }

    .card-medicos img {
        left: 0;
    }

    footer {
        text-align: center;
    }

    .logo-footer {
        margin-bottom: 40px;
        width: 300px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}

/* WIDE */
@media (min-width: 1400px) and (max-width: 2600px) {}