html {
    overflow: hidden !important;
}

body {
    height: 100vh;
    overflow: hidden;
}

main {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 120px);
}

.form-range::-webkit-slider-thumb {
    background: #DC3545;
}

.form-range::-moz-range-thumb {
    background: #DC3545;
}

.form-range::-ms-thumb {
    background: #DC3545;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #20c997;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #20c997;
    border-color: transparent;
    border-radius: 1rem;
}

.form-control-lg {
    min-height: calc(1.5em + 2rem + calc(var(--bs-border-width) * 2)) !important;
    padding: 15px !important;
    font-size: inherit !important;
    border-radius: 0.5rem !important;
}

.bg-green {
    background-color:#0f5132;
}

.text-green {
    color: #0f5132;
}

#alerta>.toast-container {
    padding-top: 85px;
}

#btnContactenos {
    float: left;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9;
}