:root {
    --gray-0: #f7f9fd;
    --gray-20: #b7b9bd;
    --gray-45: #7b7d81;
    --gray-70: #444649;
    --gray-90: #141618;
    --mint-0: #d1ffff;
    --mint-20: #00d7c1;
    --mint-40: #00a187;
    --mint-65: #006651;
    --mint-90: #003c1f;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    scrollbar-color: var(--mint-40) var(--gray-0) !important;
    scrollbar-width: thin !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif, 'Helvetica Neue', sans-serif;
}

body {
    background-color: rgba(255, 255, 255, 1);
    min-width: 192px;
}

.menu-btn {
    display: none;
}

#mobile-off-canvas {
    display: none;
}

.yes-active-desk {
    color: white;
    font-weight: 600;
}

#item-active-desk {
    color: white;
}

#item1-desk,
#item2-desk,
#item3-desk,
#item4-desk,
#item5-desk,
#item6-desk,
#item1,
#item2,
#item3,
#item4 {
    color: var(--mint-20);

}

#item1-desk:hover,
#item2-desk:hover,
#item3-desk:hover,
#item4-desk:hover,
#item5-desk:hover,
#item6-desk:hover {
    color: white;
}

.desk-off {
    display: none;
    padding-left: 5rem;
    padding-right: 5rem;
}

.mobile {
    display: none !important;
}

#nav-social {
    gap: 5px;
    background-color: var(--mint-20);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 2.5px 10px;
    font-size: 1.5rem;
    right: 0;
    top: 3px;
    z-index: 9;
}

.nav-social {
    color: white;
    width: 25px;
    height: 25px;
    font-size: 20px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-social:hover {
    color: var(--mint-40);
}

.btn-contactar {
    font-size: 1.2rem;
    padding: 5px 10px;
    background-color: white;
    width: fit-content;
    border-radius: 15px;
    border: 1px var(--mint-40) solid;
    color: var(--mint-40);
    font-weight: bold;
}

.btn-contactar:hover {
    border: 1px #ffffff solid;
    color: #ffffff;
}

button:active {
    transform: scale(0.9);
    color: var(--mint-40) !important;
    background-color: white !important;
    border: 1px #ffffff solid !important;

}

.card-service {
    transition-duration: .5s;
    border-radius: 15px;
    background-color: var(--mint-20);
}

.card-title {
    font-weight: bold;
}

.card-service:hover {
    transition: ease-in-out;
    transform: scale(1.02);
}

footer {
    background-color: var(--mint-20);
    color: var(--mint-90);
}

.powered-by:hover {
    color: var(--mint-20) !important;
}

.footer-item:hover {
    color: white !important;
}

form {
    background-color: var(--mint-40);
    border-radius: 5px;
}

.btn-modal {
    text-decoration: none;
    border: none;
    background-color: transparent;
    color: var(--mint-90) !important;
    padding: 0 !important;
}

.navbar-nav-ul {
    background-color: var(--mint-40);
    border-radius: 25px;
    width: fit-content;
}

.header-and-nav {
    top: 0;
    width: 100%;
    transition: top 1.3s ease-in-out;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.hidden-navbar {
    top: -200px;
}

.offcanvas-title {
    font-weight: 600;
    color: var(--mint-40);
}

.offcanvas-body {
    background-color: var(--mint-40) !important;
}

#offcanvasNavbar {
    height: 335px;
}

.modal-close {
    padding: 3px;
    border-radius: 50%;
    color: var(--mint-65);
}

.modal-close:hover {
    background-color: rgba(0, 0, 0, .06);
}

.wrapper {
    min-height: 100vh;
}

@media screen and (max-width:469px) {
    .mt-xs-3 {
        margin-top: 1rem;
    }
}

label:hover .text-dark {
    transition: color 0.2s ease;
    color: white !important;
}

label .text-dark {
    transition: color 0.2s ease;
}

/* complementado para compatibilizar com Bootstrap >5.3.x mantendo o mesmo efeito de hover */
.btn-check:checked+.btn-outline-danger h3,
.btn-check:active+.btn-outline-danger h3,
.btn-check:hover+.btn-outline-danger h3,
.btn-check:checked+.btn-outline-danger hr,
.btn-check:active+.btn-outline-danger hr,
.btn-check:hover+.btn-outline-danger hr,
.btn-check:checked+.btn-outline-danger h4,
.btn-check:active+.btn-outline-danger h4,
.btn-check:hover+.btn-outline-danger h4,
.btn-check:checked+.btn-outline-danger p,
.btn-check:active+.btn-outline-danger p,
.btn-check:hover+.btn-outline-danger p,
.btn-check:checked+.btn-outline-danger .text-dark,
.btn-check:active+.btn-outline-danger .text-dark,
.btn-check:hover+.btn-outline-danger .text-dark {
    transition: color 0.2s ease;
    color: white !important;
}

/* adicionado para compatibilizar com Bootstrap >5.3.x mantendo o mesmo efeito de hover */
.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-check:hover+.btn-outline-danger {
    transition: background-color 0.2s ease;
    background-color: var(--bs-danger) !important;
}

.flex-even {
    flex: 1;
    min-width: 300px;
}

fieldset.row .form-floating>label {
    margin-left: calc(var(--bs-gutter-x) * 0.5);
}

.banner-title {
    padding-top: 175px;
}

@media screen and (max-width:991.5px) {
    .banner-title {
        padding-top: 150px;
    }

    #nav-social {
        gap: 5px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        padding: 2.5px 10px;
        font-size: 1.2rem;
    }

    .nav-social {
        width: 20px;
        height: 20px;
        font-size: 15px;
        padding: 2px;
    }

    .desk-off {
        display: block;
    }

    .menu {
        font-size: 36px;
        color: rgba(253, 253, 253, .6);
        transition-duration: .5s;
    }

    #mobile-off-canvas {
        display: block;
    }

    .menu:hover {
        color: rgba(255, 255, 255, .9);
        transition: opacity 0.8s ease-in-out, transform 0.05s ease-in-out;
    }

    .menu-btn {
        display: block;
        border: none;
        background-color: transparent;
    }

    .menu-btn:hover {
        border-style: hidden;
    }

    #container-menu {
        align-items: center;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #logo {
        width: 200px;
    }
}

/* @media screen and (max-width:920.5px) {
    

} */

@media screen and (max-width:575.5px) {

    .desktop {
        display: none;
    }

}