@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

label {
    text-transform: uppercase;
    font-size: .8rem;
    color: #7a7a7a;
}

.whatsapp-btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    background: #50c372;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 4px 0px #7f7f7f;
    z-index: 1000;
}

.whatsapp-btn:hover {
    background: #2ea852;
}

.whatsapp-btn i {
    line-height: initial;
}

.whatsapp-btn a {
    color: #fff !important;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
}

.btn-consultar-whatsapp {
    display: inline-block;
    padding: 1rem;
    border-radius: 4px;
    background: #50c372;
    color: #fff;
}

.btn-consultar-whatsapp:hover {
    background: #2ea852;
    color: #fff;
}

.mensaje-form {
    display: block;
    text-align: center;
    font-size: 1rem;
}

.fontsize-1 {
    font-size: .8rem !important;
}

.fontsize-2 {
    font-size: 1rem !important;
}

.fontsize-3 {
    font-size: 1.25rem !important;
}

.fontsize-4 {
    font-size: 1.56rem !important;
    line-height: 1.56rem !important;
}

.fontsize-5 {
    font-size: 1.95rem !important;
}

.fontsize-6 {
    font-size: 2.44rem !important;
}

.fontsize-7 {
    font-size: 3.05rem !important;
}

.nimbus--navlink {
    padding: .5rem;
    position: relative;
}

.nimbus--navlink a {
    color: var(--main-color);
}

.nimbus--navlink a:hover {
    color: #333;
}

.nimbus--navlink span {
    background-color: #dc3545;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: .72rem;
    transform: translateX(25%);

}

.nimbus--card {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid var(--main-color);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.btn-main {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.resultados-sugerencia {
    position: absolute;
    background: white;
    width: 100%;
}

.resultados-sugerencia .sugerencia a {
    padding: .25rem .5rem;
    display: block;
}

.resultados-sugerencia .sugerencia a:hover {
    background: #f2f2f2;
}

.solicitud-turnos .card-body {
    overflow-y: auto;
    max-height: 300px;
}

@media screen and (max-width: 28em) {
    .fontsize-2 {
        font-size: .8rem !important;
    }

    .fontsize-3 {
        font-size: 1rem !important;
    }

    .fontsize-6 {
        font-size: 1.95rem !important;
    }

    .fontsize-7 {
        font-size: 2.44rem !important;
    }
}
