:root,
[data-bs-theme="light"] {
    --ar-body-color: #222;
    --ar-nav-link-color: #222;
}

body {
    color: #222;
}

.nav-link {
    color: #222;
}

.bg-primary {
    background-color: #2b9773 !important;
}

.btn-primary {
    --ar-btn-hover-color: #fff;
    --ar-btn-active-color: #fff;
    --ar-btn-hover-bg: #1cae7b;
    --ar-btn-active-bg: #2b9773 !important;
    --ar-btn-hover-border-color: #1cae7b;
    --ar-btn-active-border-color: #2b9773;
    --ar-btn-disabled-color: #fff;
}

.btn-yellow {
    background-color: #f2b705;
    border-color: #f2b705;
    color: #fff;
}

.btn-preventivo {
    font-size: 16px !important;
}

.btn-yellow:hover {
    background-color: #fcc51f;
    border-color: #fcc51f;
    color: #222;
}

.form-label {
    margin-bottom: 10px;
}

.form-control-custom {
    background-color: #fff;
    color: #222;
    font-size: 15px;
}

.form-control-custom:focus {
    background-color: #fff;
    color: #222;
}

.form-control-custom::placeholder {
    color: #222;
    opacity: 0.5;
}

.call-us {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    position: fixed;
    right: 12px;
    bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
    color: #ffffff;
    font-size: 32px;
    background-color: green;
}

.call-us a {
    color: #fff;
}

.call-us a:hover {
    color: #fff !important;
}

.whatsapp-call {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    position: fixed;
    right: 92px;
    bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
    color: #ffffff;
    font-size: 32px;
    background-color: green;
}

.whatsapp-call a {
    color: #fff;
}

.whatsapp-call a:hover {
    color: #fff !important;
}

.btn-scroll-top {
    left: 70px;
}

@media only screen and (min-width: 992px) {
    .call-us,
    .whatsapp-call {
        display: none;
    }

    .btn-scroll-top {
        left: auto;
        right: 1rem;
    }
}

.card-custom {
    background-color: #fff !important;
    border: 1px solid #b5b5b5 !important;
}

.text-yellow {
    color: #fcc51f;
}

.input-group-white {
    background-color: white;
}

.input-group-white input {
    color: #2b9773;
}

.input-group-white input::placeholder {
    color: #2b9773;
}

.input-group-white input:focus {
    color: #2b9773;
}

.modal-content h3 {
    font-size: 25px;
}

.modal-content p {
    font-size: 14px;
}

.modal-content ol li,
.modal-content ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.logo-pp {
    width: 220px;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .logo-pp {
        width: 250px;
    }
}

.dropdown-item {
    font-size: 16px;
}

.nobot {
    display: none;
}
