/* -------------------------------------------------- ESPAÇO MODAL CLINICA -------------------------------------------------- */

.clinicaModal .card {
    border-radius: 3vh;
    margin: auto;
    max-width: 400px;
    padding: 4vh 3vh;
    align-items: center;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-bottom-color: #C29732;
    border-top-color: #C29732;
    border-bottom-width: 4px;
    border-top-width: 4px;
    line-height: 25px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media(max-width:767px) {
    .clinicaModal .card {
        width: 90vw
    }
}

.clinicaModal .card-title {
    margin-bottom: unset;
    text-align: center;
}

.clinicaModal .card-title p {
    color: #C29732;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: unset
}

.clinicaModal .card-text p {
    color: grey;
    font-size: 16px;
    text-align: center;
    padding: 2vh 0;
    font-weight: lighter;
}

.clinicaModal .btn {
    width: 70%;
    border-radius: 25px;
    color: white;
    font-size: 20px;
    background: linear-gradient( 45deg, #C29732, #C29732);
    border: none;
}

.clinicaModal .btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none
}

.clinicaModal .btn:hover {
    color: white
}