:root {
    --blue-ligth: #b2e0e5;
    --blue: #91d8f7;
    --blue-dark: #51a8b1;
    --grey-ligth: #f3f3f4;
    --grey: #a9abb5;
    --grey-dark: #848688;
    --green-ligth: #457f84;
    --green: #42d52c;
    --green-dark: #26cc64;
    --black-ligth: #252525;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: var(--grey);
}

a {
    text-decoration: none;
}

.dzencf-display-none{
    display: none;
}

.grey {
    color: var(--grey);
}

.black-ligth {
    color: var(--black-ligth);
}

.grey-ligth {
    color: var(--grey-ligth);
}

.blue {
    color: var(--blue);
}

.blue-dark {
    color: var(--blue-dark)
}

.grey-dark {
    color: var(--grey-dark);
}

.bg-blue-ligth {
    background: var(--blue-ligth)
}

.bg-green-ligth {
    background: var(--green-ligth)
}


.bg-blue-dark {
    background: var(--blue-dark)
}

.bg-blue {
    background: var(--blue)
}

.bg-grey-ligth {
    background: var(--grey-ligth)
}

/*Header*/
/* .svg-inline--fa.fa-w-14 {
    width: .875em;
} */



.svg-white path {
    fill: #fff;
}

.svg-blue-dark path {
    fill: var(--blue-dark);
}

.svg-inline--fa.fa-w-16 {
    width: 1.25em;
}

.icon-header {
    font-size: 1.25em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

#header-move {
    transition: background-color 0.3s ease-in-out;
    background-color: transparent;
    width: 100%;
    z-index: 1000;
}

#header-move.scrolled {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    height: 164px;

}

.topo {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    /* Inicialmente visível */

    & a {
        padding: 10px;
        font-size: 1em;
        gap: 5px;
    }


}

.topo.hidden {
    display: none !important;
    /* Torna invisível quando o header é rolado */
}


.tel-header {
    border: 1px solid var(--blue);
    border-top: 0;
    padding: 10px 25px;
}

.tel-header2 {
    border: 1px solid var(--blue-dark);
    border-top: 0;
    padding: 10px 25px;
}

.navbar {
    padding-top: 30px;
}

.navbar .container-fluid {
    & .navbar-brand img {
        width: 150px;
    }

    .navbar-nav {
        border-radius: 10px;
        padding: 0 5px;

        & .nav-item a {
            display: block;
            padding: 20px 15px;
            font-size: .8375em;
            background-color: transparent;
            border: 0;
            cursor: pointer;
            font-weight: 500;
            text-transform: uppercase;
            color: #fff;
        }

    }

    & .nav-item .dropdown-menu::after {
        position: absolute;
        content: "";
        left: calc(45% - 10px);
        transform: translateY(-10px);
        border-left: 20px solid transparent;
        border-bottom: 10px solid var(--blue);
        border-right: 20px solid transparent;
        border-top: 0 solid transparent;
    }

    & .nav-item .dropdown-toggle::after {
        display: none;
    }
}

}

/* Classe para a navbar com padding-top */
.navbar-padding {
    padding-top: 30px;
}

/* Classe para a navbar sem padding-top */
.navbar-padding-none {
    padding-top: 0;
}


/*Banner*/

.slide-banner {
    & img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}


/*Regua*/

.regua .container {
    & .home-welcome h1 {
        text-align: center;
        padding: 20px 15px;
        font-size: 1.25em;
    }

    & .home-conheca {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding-bottom: 40px;

        & .btn-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: right;
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px transparent;
            padding: 20px;
            position: relative;

        }

        & .btn-nav:hover {
            color: #fff;
        }

        & .btn-nav:hover:before {
            left: 0;
            right: 0;
            background-color: var(--blue-ligth);
        }



        & .btn-nav:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 100%;
            right: 0;
            top: 0;
            height: 100%;
            transition-property: left;
            transition-duration: .3s;
            transition-timing-function: ease-out;
        }

        & .btn-nav .svg-inline {
            width: 4em;
        }


        & a span {
            font-size: 1.5625em;
            line-height: 25px;
            text-align: end;
        }
    }

    & .grid-home-contact {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 20px;
        padding-bottom: 40px;



        & .absolute-contato-home {
            position: relative;
        }

        & div .image-grid-contato {
            max-width: 100%;
        }

        & .absolute-contato-home div {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            position: absolute;
            width: 100%;
            margin-top: -65px;
            opacity: .7;
        }

        & h2 {
            padding-left: 10px;
            font-size: 1.25em;
            margin-bottom: 0;
        }

        & .svg-inline--fa {
            height: 25px;
        }

        & .contato-home-second {
            display: grid;
            align-items: center;
            width: 70%;
            margin: 0 auto;
            height: 100%;

            & h1 {
                padding-bottom: 5px;
                border-bottom: 3px dotted #fff;
                font-size: 1.125em;
                font-weight: 600;
                margin-bottom: 0;
            }

            & a p {
                margin-bottom: 0;
            }

            & a {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding-top: 10px;
                font-weight: 700;
                font-size: 1em;
            }

            & .home-contact-email {
                justify-content: start;
                gap: 10px;
            }
        }

    }




}


/*Catalogo de exames*/

.exames .container {
    & .title-section {
        padding-bottom: 20px;

        & h1 {
            display: flex;
            align-items: center;
            font-size: .875em;

            & img {
                width: 90px;
                margin-right: 10px;
            }

            & p {
                margin-bottom: 0;

                & span {
                    font-size: 2.1875rem;
                    font-weight: 700;
                }
            }
        }
    }


    & .grid-exam-catalog {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        align-items: center;

        & .grid-images-exames:hover {
            & h2 {
                display: none;
            }



            & .animation-exam {
                display: flex;
                width: 100%;
                -webkit-animation: animationExam .5s;
                animation: animationExam .5s;
            }



        }



        & .grid-images-exames {
            position: relative;


            & img {
                max-width: 100%;
                width: 100%;
                height: auto;
            }

            & h2 {
                position: absolute;
                font-size: 1.5625em;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            & .animation-exam {
                position: absolute;
                display: none;
                justify-content: center;
                align-items: center;
                opacity: .8;
                font-size: 1.5625em;
                top: 0;
                right: 0;
                height: 100%;
                gap: 5px;
            }

        }

    }
}


@keyframes animationExam {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}




/*Menu meio*/

.menu-meio {
    & .grid-home-components {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        align-items: center;
        padding: 40px 15px;

        & a:first-child {
            margin-right: auto;
        }

        & a {
            display: flex;
            align-items: center;
        }

        & .svg-inline--fa {
            font-size: 3.5em;
        }

        & a>h2 {
            font-size: .875em;
            padding: 40px 0 40px 10px;
        }

        & a h2 span,
        .home-our-units>div h2 span {
            font-size: 3em;
            font-weight: 700;
        }

        & .home-our-units {
            width: 100%;
            grid-column: span 3;
            display: flex;

            &>div:first-child {
                position: relative;
            }

            &>div {
                display: flex;
                justify-content: stretch;
            }

            &>div:last-child {
                width: 100%;
                margin-left: 50px;
            }

            &>div {
                display: flex;
                justify-content: stretch;
            }

            &>div:first-child:before {
                top: 40px;
                z-index: 999;
                content: "";
                position: absolute;
                height: 2px;
                width: 120px;
                border-bottom: 2px dotted var(--blue-dark);
                right: -130px;
            }

            &>div h2 {
                padding: 0 0 40px 10px;
                font-size: .875em;
            }

            & .dotted-home-our-units {
                position: absolute;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: var(--blue-dark);
                right: -148px;
                top: 37px;
                z-index: 999;
            }

            & .dotted-home-our-units:after {
                position: absolute;
                width: 16px;
                height: 16px;
                content: "";
                border: 1px solid var(--blue-dark);
                border-radius: 50%;
                top: -4px;
                left: -4px;
            }

            & .clinic-branches {
                width: 100%;
                display: grid;
                grid-template-columns: 380px 1fr;
                box-shadow: 0 0 30px 3px rgb(0 0 0 / 10%);

                & img {
                    max-width: 100%;
                }

                &>div {
                    padding: 10px 15px;
                }

                &>div h2 {
                    font-size: 1.5625rem;
                    padding: 5px 0;
                    font-weight: 700;
                }

                &>div p {
                    font-size: 1.125rem;
                    font-weight: 400;
                    line-height: 20px;
                    margin-bottom: 0;
                }

                & svg {
                    font-size: 18px;
                }

                &>div>a {
                    display: inline-flex;
                    align-items: center;
                    font-weight: 700;
                    padding: 5px 15px;
                    border-radius: 1px;
                    margin-top: 15px;
                    transition: all .3s ease;
                    gap: 10px;
                }
            }


        }
    }
}

footer .footer {
    &>div:last-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px;
    }

    & .menu-footer {
        display: flex;
        justify-content: space-between;
        padding: 40px 15px;
        min-height: 280px;

        & a {
            font-size: 1.125em;
        }

        & p {
            font-size: 1.125em;
            margin-bottom: 0;
        }

        & span {
            font-weight: 700;
        }

        &>div {
            display: grid;
            align-items: start;
            grid-row-gap: 10px;
            height: 100%;
        }
    }

    & .contact-footer {
        display: flex;
        align-items: center;
        height: auto;
        border-top: .1rem solid #fff;
        margin-top: 1.625rem;
        padding: 2rem 0;

        &>.logo {
            margin-right: 2.188rem;
        }

        &>.logo>img {
            width: 100%;
            max-width: 7.875rem;
        }

        &>.title {
            color: #fff;
            font-size: 1.188rem;
            max-width: 19.438rem;
            margin-right: 2.938rem;
        }

        &>section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        &>section .address {
            max-width: 13.25rem;
        }

        &>section>a {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        &>section>a>svg {
            width: auto;
            height: 1.125rem;
            margin-bottom: .688rem;
        }

        &>section>a>span {
            color: #fff;
            font-size: 1.125rem;
            line-height: 20px;
        }
    }
}




/*Sobre*/

.bg-grey {
    background: #f5f5f5 !important;
    padding-bottom: 50px;
}

.sobre {


    & .meet-climate {
        display: grid;
        grid-gap: 0 40px;
        padding-bottom: 20px;
    }

    &>:last-child h1 {
        font-size: 25px;
        text-align: right;
        padding-bottom: 20px;
        font-weight: 500;
    }

    &>:last-child h2 {
        text-align: justify;
        font-size: .875em;
        color: var(--grey);
    }
}

.title-top {
    padding: 30px 0;
    margin-bottom: 40px;

    &>div {
        display: flex;
        align-items: center;
    }

    & .svg-inline--fa {
        font-size: 3em;
        margin-right: 10px;
    }

    & h1 {
        font-size: 1.125em;
    }

    & span {
        font-weight: 700;
        font-size: 1.875rem;
    }

    & img {
        margin-right: 10px;
        width: 70px;
    }
}

/*Corpo clinico*/

.corpo-clinico {
    & .clinical-staff {
        padding-bottom: 40px;

        & h3 {
            font-weight: 700;
            padding-bottom: 5px;
            font-size: .875em;
            color: var(--grey);

            & p {
                margin-bottom: 0;
                padding-top: 20px;
                font-weight: 700;
                font-size: 14px;
            }
        }

        & .card {
            border: none !important;
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem;
            cursor: pointer;

            & .card-body>div {
                font-size: .875em;
            }

            & .medicos {
                display: none;
            }

            & .card-body {
                display: grid;
                grid-template-columns: 100px 3fr;
                padding: 5px;
                background-color: var(--grey-ligth);
                grid-column-gap: 40px;

                & img {
                    max-width: 100px;
                    max-height: 100px;
                }

                & p {

                    color: var(--grey);
                }
            }

            & .card-header {
                background-color: #fff;
                border: none;
                border-bottom: 2px solid var(--grey-ligth);
            }

            & .card-header:first-child {
                border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
            }

            &.card-body>div {
                padding: 10px;
                font-size: .9375em;
                text-align: justify;
            }

            & .card-header {
                padding: .75rem 1.25rem;
                margin-bottom: 0;
                background-color: #fff;
                border-bottom: 1px solid rgba(0, 0, 0, .125);

                & :first-child {
                    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
                }
            }
        }

        & a {
            display: flex;
            align-items: center;

            gap: 5px;

            & h2 {
                margin-bottom: 0;
                font-size: 1em;
            }
        }

    }
}



/*trabalhe conosco*/


.btn:first-child:active, .btn:hover
{
    background-color: var(--blue) !important;
}

.work-with-us {
    padding-bottom: 40px;

    
    &>div h1 {
        font-size: 1.375rem;
        margin-bottom: 20px;
    }

    &>div p {
        font-size: 1rem;
        text-align: justify;
        padding-bottom: 30px;
        line-height: 1.4;
    }

    &>form,
    >form .work-with-us-grid-form {
        display: grid;
        grid-gap: 20px;
    }

    &>form .work-with-us-grid-form {
        grid-template-columns: 1fr 1fr;
    }

    &>form input {
        height: 50px;
    }

    & .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    & textarea.form-control {
        height: auto;
    }

    & textarea {
        overflow: auto;
        resize: vertical;
    }

    & .div-curriculum-annex {
        padding: 10px;
        display: flex;
        flex-direction: column;

        &>label {
            cursor: pointer;
            line-height: 1.2;
        }

        & .svg-inline--fa.fa-w-14 {
            width: .875em;
        }

        & input {
            display: none;
        }

        & .add-name-file {
            font-size: .6875rem;
            line-height: 1.2;
        }
    }

    &>form input {
        height: 50px;
    }

    & .div-recaptcha {
        display: flex;
    }

    & #btn-submit-form-work-with {
        width: 150px;
        height: 45px;
    }
}

/*cpnvenios*/

.grid-agreements {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    padding-bottom: 40px;

    &>div {
        border: 1px solid var(--grey);
        height: 180px;
        display: flex;
        align-items: center;
        padding: 5px;
    }

    & img {
        max-width: 100%;
    }
}


/*pagina exames*/

.exames-page {
    & .btn-exams {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        padding-bottom: 40px;

        & p {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80px;
            background-color: transparent;
            font-size: 1.25em;
            border: 2px solid var(--grey-ligth);
            text-transform: uppercase;
            cursor: pointer;
        }

        & .load-exam.btn-click,
        p:hover {
            color: #fff;
            border-color: var(--blue-dark) !important;
            background-color: var(--blue-dark) !important;
        }
    }

    & .content-exams {
        padding-bottom: 40px;

        & h1 {
            font-size: 1.5625em;
            font-weight: 700;
            padding-bottom: 20px;
        }

        & h2 {
            padding: 20px;
            margin-bottom: 20px;

            & p {
                font-size: 14px;
            }
        }

        & h3 {
            font-size: 1.25em;
            font-weight: 700;
            padding-bottom: 20px;
        }

        &>:last-child,
        h2 {
            font-size: .875em;
        }

        & .grid-resonance {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 0 20px;

            & div {
                font-size: .855em;
            }
        }
    }

}

/*whats*/
.whatsapp-flutuante {
    position: fixed;
    right: 25px;
    z-index: 99999;
    cursor: pointer;
    bottom: 85px;

    & a {
        box-shadow: 0 0 3px 2px rgb(0 0 0 / 15%);
        border-radius: 50px;
        padding: 0 26px 0 10px;
        width: auto;
        height: 64px;
        background-color: #07bb62;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;

        &>span {
            text-transform: uppercase;
            font-size: 18px;
            margin-left: 11px;
        }
    }
}




@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar .container-fluid {
        & .nav-item a {
            padding: 14px 7px !important;
            font-size: .6875em !important;
        }
    }

    .menu .images {
        width: 110px;
    }

    .home-welcome {
        font-size: 1em;
    }

    .home-conheca {
        & a .svg-inline {
            width: 3em !important;
        }

        & a span {
            font-size: 1.125em !important;
        }
    }

    .grid-home-contact {

        & h2 {
            font-size: 1em !important;
        }

        & .contato-home-second {
            width: 80% !important;

            & h1 {
                font-size: 1em;
            }


        }
    }

    .exames .container {
        & .title-section h1 {
            & img {
                width: 70px;
            }

            & p {
                & span {
                    font-size: 2rem;
                }
            }
        }
    }

    .exames .container {
        & .grid-exam-catalog {
            & h2 {
                font-size: 1.15em !important;
            }

            & .grid-images-exames {

                & .animation-exam,
                .grid-exam-catalog h2 {
                    font-size: 1.25em !important;
                }
            }
        }
    }

    .menu-meio {
        & .grid-home-components {
            & .svg-inline--fa {
                font-size: 3em;
            }

            & a h2 span,
            .home-our-units>div h2 span {
                font-size: 1.875rem;
            }

            & .home-our-units {
                &>div:first-child:before {
                    top: 35px;
                    width: 60px;
                    right: -70px;
                }

                & .dotted-home-our-units {
                    right: -86px;
                    top: 33px;
                }

                & .clinic-branches {
                    grid-template-columns: 220px 1fr;

                    &>div h2 {
                        font-size: 1.125rem;
                        font-weight: 700;
                    }

                    &>div>a {
                        font-size: .875rem;
                        font-weight: 400;
                    }

                    >div p {
                        font-size: .875rem;
                        font-weight: 400;
                        line-height: 15px;
                    }

                    &>div>a {
                        padding: 5px 10px;
                        margin-top: 5px;
                    }
                }
            }
        }
    }

    footer .footer {
        & .menu-footer {
            & a {
                font-size: 1em;
            }

            & p {
                font-size: 1em;
            }
        }
    }


    .meet-climate {
        grid-gap: 0 30px;
    }

    .title-top h1 {
        font-size: 1.25em;
    }

    & .clinical-staff {
        & .card {
            & .card-body {
                grid-template-columns: 80px 3fr;
                grid-column-gap: 10px;
            }


        }
    }

    .grid-agreements {
        grid-template-columns: repeat(5, 1fr);
    }

    .btn-exams {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .exames-page {
        & .content-exams {
            & h1 {
                font-size: 1.25em;
                ;
            }


            & h3 {
                font-size: 1.125em;
            }
        }
    }

}




@media (min-width: 300px) and (max-width: 767px) {

    .home-our-units,
    .home-our-units>div:last-child {
        flex-direction: column !important;
        align-items: center;
    }

    .home-our-units>div:last-child {
        margin-left: 0 !important;
    }

    .home-our-units>div h2 {
        padding: 5px 0 40px;
    }

    .dotted-home-our-units,
    .dotted-home-our-units:after,
    .home-our-units>div:first-child:before {
        display: none !important;
    }

    .grid-home-components>a h2,
    .home-our-units>div h2 {
        padding: 5px 0 40px;
    }

    .grid-home-components>a h2 span,
    .home-our-units>div h2 span {
        font-size: 1rem !important;
    }

    .grid-home-components {

        &>a,
        .home-our-units>div {
            display: block !important;
            text-align: center !important;
        }

        & .svg-inline--fa {
            font-size: 2.5em !important;
        }

        &>a h2 {
            padding: 5px 0 40px;
        }

        & .svg-inline--fa {
            font-size: 2.5em !important;
        }
    }

    .clinic-branches {
        grid-template-columns: 1fr !important;
    }

    .clinic-branches>div h2 {
        font-weight: 700;
        font-size: 1.125rem;
        padding-bottom: 5px;
    }

    .clinic-branches>div>a,
    .clinic-branches>div p {
        font-weight: 400;
        font-size: .875rem;
    }

    .clinic-branches>div>a {
        padding: 5px 10px;
        margin-top: 10px;
    }

    .home-conheca {
        grid-template-columns: 1fr !important;
        width: 80% !important;
        margin: 0 auto !important;
    }

    .btn-nav .svg-inline {
        font-size: 8px !important;
    }

    .home-welcome {
        background-color: var(--blue-dark);
        color: #fff !important;
        font-size: .875em;
        margin-bottom: 20px;

        & h1 {
            color: #fff;
        }
    }

    .grid-home-contact {
        display: grid;
        grid-template-columns: 1fr !important;

        &>div:first-child>div {
            margin-top: -60px !important;
        }

        &>div:first-child>div .svg-inline--fa {
            font-size: 1rem !important;
        }

        & h2 {
            font-size: .875em !important;
        }

        &>div:last-child {
            width: 70% !important;
            margin: 0 auto !important;
        }

        &>div:last-child>div {
            width: 90% !important;
            padding: 40px 15px !important;
        }

        & .svg-inline--fa {
            height: 16px !important;
        }

        &>div:last-child>div>div:first-child {
            padding-bottom: 40px;
        }

        & h1 {
            font-size: 1em;
        }

    }

    .grid-home-contact .svg-inline--fa,
    .grid-home-contact a,
    .grid-home-contact span,
    .home-contact-email,
    .home-contact-email .svg-inline--fa {
        font-size: 1rem !important;
    }


    .exames .container {
        & .title-section {
            & h1 {
                & img {
                    width: 70px !important;
                }

                & p {
                    & span {
                        font-size: 1.5625em !important;
                    }
                }
            }
        }
    }

    .footer {
        & .contact-footer {
            flex-direction: column;
            padding-top: 20px !important;
            gap: 10px;
            align-items: start !important;
            padding: 10px !important;

            &>.title {
                font-size: 14px !important;
            }

            &>section {
                flex-direction: column;
                align-items: start !important;
            }

            &>section>a>span {
                font-size: 13px !important;
            }
        }

        & .menu-footer {
            flex-direction: column;

            & span {
                font-size: 15px;
            }

            & a {
                font-size: 15px !important;
            }
        }
    }

    .menu-meio {
        & .grid-home-components {
            & .home-our-units {
                & .clinic-branches {
                    &>div h2 {
                        font-size: 17px;
                    }

                    &>div p {
                        font-size: 15px;
                        line-height: 18px;
                    }

                    & svg {
                        width: 24px;
                    }
                }
            }
        }
    }

    .regua .container {
        & .home-conheca {
            & a span {
                font-size: 16px;
            }
        }
    }

    .fixed-top {
        position: relative !important;
    }

    header .topo {
        & .container {
            flex-direction: column;
            align-items: normal !important;
            display: grid;
            justify-content: stretch;
            text-align: right;
            max-width: 100%;
            padding: 0;

            & a:first-child {
                justify-content: flex-end;
            }

            & a:nth-child(3),
            a:nth-child(4) {
                display: none !important;
            }

            & .tel-header {
                justify-content: flex-start;
                display: block;
                background-color: var(--blue-dark);
                text-align: left;

                & span{
                    color: #fff;
                }

                & svg path{
                    fill: #fff;
                }
            }
        }
    }

    .regua .container {
        & .home-welcome h1 {
            font-size: 14px;
        }
    }


    .navbar .container-fluid {
        & .navbar-nav {
            padding: 0 !important;
            border-radius: 0;
        }

        & .nav-item a {
            border-bottom: 1px solid #fff !important
        }

        & .nav-item {
            & .dropdown-toggle::after {
                display: inline-block;
                margin-left: .255em;
                vertical-align: .255em;
                content: "";
                border-top: .3em solid;
                border-right: .3em solid transparent;
                border-bottom: 0 !important;
                border-left: .3em solid transparent !important;

            }

            & .dropdown-menu[data-bs-popper] {
                margin-top: 0 !important;
                border-radius: 0;
                padding: 0;
            }
        }

        & .navbar-toggler-icon {
            background-image: none !important;

            & svg{
                width: 35px;
                height: 40px;
            }
        }

        & .navbar-toggler {
            border: none;
            
        }

     
        & .navbar-brand img {
            width: 120px;
            margin: 0 0 10px 15px;
        }
    }

    .whatsapp-flutuante {
        & a {
            height: 45px;

            & >img {
                width: 30px;
            }
    
            &>span {
                font-size: 15px;
            }
        }

     
    }

   

    .exames-page {
        & .btn-exams {
            display: grid;
            grid-template-columns: 1fr !important;

            & p{
                font-size: 17px;
            }
        }
        & .content-exams {
            & .grid-resonance {            
                grid-template-columns: 1fr;             
            }
            & h1 {
                font-size: 16px;
            }
            & h3 {
                font-size: 15px;
            }
        }
    }

    .grid-agreements {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media(min-width: 768px) {
    .nav-item .dropdown-menu {
        display: flex;
        justify-content: center;
        margin: 0 0 0 -180%;
        padding: 0;
        border: 0;
        border-radius: 0 0 10px 10px;
      

        & a:hover {
            color: var(--black-ligth) !important;
        }
    }
}