:root {
    --roxo: var(--bs-purple);
    --azul-claro: #E6F1F6;
    --azul-escuro: #445A6A;
    --bege-claro: #F9F7F7;
    --cinza: #A4ADB5;
}
@font-face {
    font-family: FuturaPTBook;
    src: url("../fonts/FuturaPTBook.otf") format("opentype");
}
.text-justify {
    text-align: justify;
}
.fs-7 {
    font-size: 0.9em;
}
.fs-8 {
    font-size: 0.8em;
}
.fs-9 {
    font-size: 0.7em;
}
.text-right {
    text-align: right;
}
body {
    font-family: FuturaPTBook, Verdana, Arial;
}

a {
    color: #069;
    text-decoration: none;
}

a:hover {
    color: #024364;
}

.titulo {
    font-family: FuturaPTBook, Verdana, Arial;
    color: var(--azul-escuro);
}

.roxo {
    color: var(--roxo);
}

.bg-azul-claro {
    background-color: var(--azul-claro);
}
.bg-bege {
    background-color: var(--bege-claro);
}
.bg-cinza {
    background-color: var(--cinza);
}

nav.navbar {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

#slide {
    background-image: url(/assets/img/slide-1.webp);
    background-repeat: no-repeat;
    background-position: center -18vh;
    background-size: cover;
    height: 60vh;
}

.swiper-button-next, .swiper-button-prev i {
    font-size: 44px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
}

#nascimento {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/></svg>');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated #nascimento.form-control:valid {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
}
.was-validated #nascimento.form-control:invalid {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/></svg>");
}

#funcionalidades .icon {
    background-color: #A382BB;
    border-color: #845AA6;
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#funcionalidades .icon i {
    background-color: #592D8E;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
}
#funcionalidades .item {
    flex: 1;
}
#funcionalidades .item:nth-child(odd) {
    background-color: var(--bege-claro);
}
#funcionalidades .item:nth-child(even) {
    background-color: var(--bs-white);
}

#o-que-e {
    position: relative;
}

#o-que-e::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;

    display: block;
    background: url(/assets/img/parallax.webp) center center fixed no-repeat;
    background-size: cover;

    -webkit-filter: opacity(.2) blur(5px);
    -moz-filter: opacity(.2) blur(5px);
    -o-filter: opacity(.2) blur(5px);
    -ms-filter: opacity(.2) blur(5px);
    filter: opacity(.2) blur(5px);
}

.bg-img-consulta {
    background: url(/assets/img/consulta-online.webp) left center no-repeat;
    /* background-size: inherit; */
}

.swiper-wrapper {
    height: 480px;
}
swiper-slide {
    height: 100%;
}
swiper-slide:nth-child(odd) {
    background-color: var(--bege-claro);
}
swiper-slide:nth-child(even) {
    background-color: var(--bs-white);
}

#politicas-e-termos li::after {
    content: ' | ';
    color: var(--cinza);
}
#politicas-e-termos li:last-child::after {
    content: '';
}

#btn-to-top {
    display: none;
    justify-content: center;
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 10;
    border: none;
    outline: none;
    background-color: rgb(0, 102, 153, 0.75);
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
}

#btn-to-top:hover {
    background-color: #555;
}

#adopt-controller-button {
    right: 0.1rem !important;
    bottom: 50px !important;
}

#modalAtendimentoBody {
    height: 60vh;
}

.tooltip-inner {
    text-align: left;
}

.disabled {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-tertiary-color);
}

@media (max-width: 767px) {
    #slide {
        background-position: center -8vh;
        height: 50vh;
    }
    #slide div:first-child {
        width: 100% !important;
    }
    #funcionalidades .lista-funcionalidades {
        flex-direction: column;
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 0);
        left: auto;
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 0);
        right: auto;
    }
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 30px;
    }
}
@media (max-width: 1366px) {
    .swiper-wrapper {
        height: 520px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #slide {
        background-position: center -22vh;
        height: 89vh;
    }
    #slide div:first-child {
        width: 100% !important;
    }

}

#btn-to-top {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 9rem;
    right: 0.9rem;
    z-index: 9998;
    background-color: rgb(0, 102, 153, 0.75);
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#btn-to-top:hover {
    background-color: #555;
}

[vw-access-button] {
    position: fixed;
    bottom: 10rem;
    right: 0.5rem;
    z-index: 9997;
}

#adopt-controller-button {
    position: fixed !important;
    bottom: 5rem !important;
    right: 0.5rem !important;
    z-index: 9996 !important;
}


.AssistiveBtnShape_square .AssistiveFloatingBar .AssistiveBtn,
.AssistiveBtnSize_medium .AssistiveMainBtn .AssistiveBtnIcon,
.AssistiveBtnSize_small .AssistiveMainBtn .AssistiveBtnIcon,
.AssistiveFloatingItem .AssistiveSpeechItem,
.AssistiveFloatingItem .AssistiveDisplayItem,
.AssistiveBtnSize_small .AssistiveFloating .AssistiveFloatingItem .AssistiveBtn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
}
.AssistiveVPosition_top.AssistiveBarOpen.AssistiveBtnSize_small .AssistiveFloatingItemsBox {
    top: 40px !important;
}
.AssistiveBtnSize_small .AssistiveFloating .AssistiveFloatingItem .AssistiveBtn .AssistiveBtnIcon {
    width: 20px !important;
    height: 20px !important;
}
.AssistivePlugin .AssistiveFloating,
.AssistivePlugin .AssistiveFloating .AssistiveFloatingBar {
    top: 300px !important;
}

@media (max-width: 480px) {
    .AssistivePlugin .AssistiveFloating,
    .AssistivePlugin .AssistiveFloating .AssistiveFloatingBar {
        top: 230px !important;
    }
}

/*
ACCORDION
*/
.accordion-button,
.accordion-button:not(.collapsed) {
    color: var(--roxo);
    background-color: #fff;
}
.accordion-button:not(.collapsed)::after,
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236f42c1'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}