:root {
    --navy: #22527b;
    --turquoise: #2bb6cb;
    --blue: #c6e0ff;
    --pink: #ff496c;
    --gray: #a3a3a3;
    --aqua: #c8eef4;
}

@font-face {
    font-family: "lato";
    src:
        url("../fonts/lato-bold-webfont.woff2") format("woff2"),
        url("../fonts/lato-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "lato";
    src:
        url("../fonts/lato-regular-webfont.woff2") format("woff2"),
        url("../fonts/lato-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    color: var(--text);
    font-family: "lato", sans-serif;
    max-width: 100%;
    overflow-x: hidden !important;
    background-color: white;
}

b {
    font-family: "lato", sans-serif;
    font-weight: bold;
}

.cta-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 28px 24px;
    border-top: 1px solid rgba(255, 73, 108, 0.15);
    margin-top: 32px;
}

.cta-bar p {
    margin: 0;
    font-size: 0.92rem;
    color: #555;
    font-style: italic;
}

.top-bar {
    background: var(--navy);
    color: white;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    align-content: start;
    cursor: pointer;
}

.top-bar p {
    margin-bottom: 0;
}

.top-bar a {
    text-decoration: none;
    color: white;
    user-select: none;
}

textarea {
    resize: none;
}

.form-control:focus-visible {
    text-shadow: none !important;
}

#overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #383838 repeat;
    z-index: 500;
}

#forms {
    z-index: 999;
    position: relative;
}

.small,
small {
    font-size: 0.8em;
}

.bottomRow {
    min-height: 2rem;
    background-color: #0b1129;
    position: sticky;
    bottom: 0;
    z-index: 999;
    display: none;
}

.bottomRowIdx {
    min-height: 2rem;
    background-color: #0b1129;
    position: sticky;
    bottom: 0;
    z-index: 999;
    display: none;
}

.bottomfixed {
    min-height: 2rem;
    background-color: #0b1129;
    /* position: sticky; */
    bottom: 0;
    z-index: 999;
    display: none;
}

.btn-full {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #0b1129;
    z-index: 999;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: "lato", sans-serif;
}

h1 {
    text-align: center;
    color: var(--navy);
    font-size: 1.5rem;
    font-weight: bold;
}

h2 {
    color: var(--navy);
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}

h4 {
    font-weight: bold;
    color: var(--pink);
    font-size: 1.6rem;
    text-align: center;
}

h5 {
    font-size: 1.3rem;
    color: var(--navy);
    font-weight: bold;
}

h6 {
    font-size: 1.6rem;
    color: var(--bg-gray);
}

h6 span {
    font-weight: 600;
    color: var(--bg-blue);
}

/* navbar */

nav {
    background: #ffffff;
    box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.07);
    z-index: 999;
}

a.navbar-brand {
    display: contents;
}

.navbar-toggler {
    border-color: var(--main-color);
    background: var(--navy);
}

.logo {
    width: 74%;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    color: black;
    font-size: 1.2rem;
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: var(--pink);
}

.navbar-dark .navbar-nav .nav-link:hover {
    font-weight: 500;
    /* color: var(--accent-color); */
    font-size: 1.2rem;
}

a.nav-link:active {}

/* navbar */

/* main >>>>>>>>>>>> */

.form-floating>label {
    color: var(--gray);
    font-weight: 0.9rem;
    white-space: initial;
}

.legals {
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
    gap: 0.5rem;
}

.legals a {
    color: var(--bg-blue);
}

.success {
    margin: auto;
    width: 90%;
    padding: 1rem;
    border-radius: 26px;
    background: var(--sec-color);
    box-shadow: 10px 13px 16px rgba(0, 0, 0, 0.21);
    color: white;
}

form,
.success {
    margin: auto;
    width: 80%;
    padding: 1rem;
    border-radius: 1rem;
    background: var(--navy);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: white;
}

.success img {
    background: var(--bg-blue);
    border-radius: 50%;
}

.success img.mx-1 {
    background: transparent;
    border-radius: 0;
}

.form-control,
.input-group select.form-select {
    background: white;
    border-radius: 6px;
}

form .form-title {
    font-size: 1.3rem;
    color: white;
    font-weight: normal;
    padding: 1rem;
}

form .form-title span {
    font-weight: bold;
}

.form-control::placeholder {
    color: white;
}

.form-floating>.form-control:focus {
    background: white;
}

.form-floating>.form-control:focus~label {
    background: transparent;
    color: var(gray);
}

.form-floating>.form-control:focus~label::after {
    background-color: white;
}

input label {
    background-color: white;
}

.form-floating {
    color: #414042;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
    /* background: transparent; */
}

.form-check-input {
    --bs-form-check-bg: transparent;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: #ffffff;
}

.navbar-nav .nav-item.btn .nav-link,
.btn-footer {
    font-family: "lato", sans-serif;
    border-radius: 16px;
    color: white;
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    font-weight: normal;
    background-color: var(--pink);
}

.navbar-nav .nav-item.btn .nav-link:hover,
.btn-footer:hover {
    font-family: "lato", sans-serif;
    font-weight: normal;
    border-radius: 16px;
    color: white;
    padding: 0.5rem 2rem;
    background-color: var(--turquoise);
}

.btn.btn-form {
    border-radius: 6px;
    background: var(--pink);
    color: white;
    font-size: 1.3rem;
    padding: 0.5rem 2rem;
    font-weight: normal;
    transition: 500ms;
}

.btn.btn-form:hover {
    border: solid 1px var(--pink);
    background: transparent;
    color: var(--pink);
    transition: 500ms;
    font-weight: bold;
}

.btn.btn-form a {
    color: unset;
}

.btn.btn-form a:hover {
    color: var(--pink);
    font-weight: bold;
}

.success .btn.btn-form {
    font-size: 1rem;
}

.btn-collapse.collapsed {
    background: white;
    border-radius: 0;
    border-bottom: solid 2px #cecece;
    padding: 0.5rem;
    color: var(--text);
    min-height: 7.5rem;
    font-size: 0.7rem;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.btn-collapse {
    background: var(--bg-red);
    border-radius: 0;
    border-bottom: 2px #cecece;
    padding: 0.5rem;
    color: white;
    /* min-height: 7.5rem; */
    font-size: 0.7rem;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    max-height: 5.5rem;
}

.main-image,
.main-image2 {
    /* background-image: url(../img/bg.jpg); */
    background-image: url(../img/bg.webp);
    padding: 2rem 0;
    max-height: fit-content;
    background-position: 64%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-image2 p.pain {
    font-size: 1.2rem;
    color: var(--navy);
    text-align: center;
}

.main-image2 h2 {
    font-size: 1.8rem;
}

.bullets p {
    color: white;
}

.top-img {
    position: relative;
    max-width: 80%;
    height: auto;
    top: 8%;
    right: -12%;
}

.address-card {
    max-width: 100%;
    max-height: 5.5rem;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    padding: 10px 20px;
    align-items: flex-start;
    gap: 20px;
}

.atributo {
    background-color: var(--navy);
    border-radius: 12px;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.09);
    font-size: 0.9rem;
    color: white;
    text-align: center;
    padding-bottom: 1px;
    user-select: none;
    pointer-events: none;
}

.atributo .img-fluid {
    max-height: 54px;
    width: auto;
    user-select: none;
    pointer-events: none;
}

.img-card {
    background-color: var(--navy);
    border-radius: 9px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    /* max-width: 55px; */
    height: auto;
    padding: 3px;
}

.card-white {
    background-color: white;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    width: 100%;
}

.card-conditions {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.03);
    vertical-align: middle;
}

.card-conditions .card-body {
    height: 69px;
    align-items: center;
    flex: 0 0 auto;
    padding-left: 7%;
    text-align: left;
}

.rectangle-img {
    background: rgba(200, 238, 244, 0.8);
    border-radius: 10px;
    box-shadow: 0px 15px 30px rgba(88, 152, 160, 0.17);
    min-width: 60px;
    min-height: 60px;
}

.healthcare {
    background-image: url(../img/bg-footer.webp);
    max-height: fit-content;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.healthcare .description span {
    color: var(--navy);
    font-weight: bold;
    font-size: 1.3rem;
}

.healthcare .assessment span {
    color: var(--navy);
}

p.description-2 {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
}

.img-fluid.calendar {
    width: 414px;
}

footer {
    background-color: var(--navy);
}

.bg-blue:after {
    content: "";
    position: relative;
    left: -10%;
    width: 100%;
    height: 135px;
    border-radius: 0px 35px 35px 0px;
    background: #22527b;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
    top: 6.5rem;
}

.bg-blue {
    margin-top: -58px;
}

.strive {
    border-radius: 20px;
    background: rgba(200, 238, 244, 0.35);
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
    padding-bottom: 3rem;
}

@media (min-width: 600px) {
    .strive {
        padding-bottom: 0rem;
    }

    h5 {
        font-size: 1.5rem;
        color: var(--navy);
        font-weight: bold;
    }

    .main-image2 p.pain {
        font-size: 1.2rem;
        text-align: left;
    }

    .main-image2 h2 {
        font-size: 1.5rem;
    }

    .bg-blue:after {
        top: 6rem;
    }

    .atributo {
        font-size: 0.7rem;
    }

    .address-card {
        max-width: 60%;
        font-size: 0.9rem;
    }

    h1 {
        text-align: left;
        color: var(--navy);
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 2.2rem;
    }

    h2 {
        text-align: left;
    }

    form .form-title {
        font-size: 1.4rem;
    }

    .navbar-nav .nav-item.btn .nav-link,
    .btn.btn-form,
    .btn-footer {
        font-size: 1.1rem;
    }

    .logo {
        width: 74%;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.8rem;
    }

    p.description-2 {
        position: relative;
        color: white;
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .main-image2 p.pain {
        font-size: 1.7rem;
    }

    .bg-blue {
        margin-top: -110px;
    }

    .bg-blue:after {
        content: "";
        left: -52%;
        width: 100%;
        height: 164px;
        border-radius: 0px 35px 35px 0px;
        background: #22527b;
        box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
        top: 17.2rem;
    }

    .atributo {
        font-size: 0.7rem;
        min-width: 7rem;
        max-width: 7rem;
    }

    .address-card {
        max-height: 4.7rem;
    }

    .card-white {
        background-color: white;
        box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.03);
        border-radius: 12px;
        width: 91%;
    }

    .img-card {
        max-width: 84px;
    }

    .address-card {
        max-width: 17rem;
        font-size: 1rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.2rem;
    }

    .navbar-nav .nav-item.btn .nav-link,
    .btn.btn-form,
    .btn-footer {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.9rem;
    }

    .logo {
        width: 74%;
    }

    .main-image,
    .main-image2 {
        /* background-image: url(../img/bg.jpg); */
        background-image: url(../img/bg.webp);
        max-height: 725px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 4rem 0;
    }

    .bg-blue:after {
        content: "";
        left: -52%;
        width: 100%;
        height: 175px;
        border-radius: 0px 35px 35px 0px;
        background: #22527b;
        box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
    }
}

@media (min-width: 1024px) {
    .top-img {
        position: relative;
        max-width: 145%;
        height: auto;
        top: 20%;
        right: 9%;
    }
}

@media (min-width: 1440px) {
    .bg-blue:after {
        top: 19rem;
    }

    h1 {
        font-size: 2.2rem;
    }
}

@media (min-width: 1920px) {}

@media (min-width: 2300px) {}