@font-face {
    font-family: "Unimed Sans Bold";
    src: url("../../fonts/Unimed Sans/UnimedSans-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Unimed Sans SemiBold";
    src: url("../../fonts/Unimed Sans/UnimedSans-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: "Unimed Sans Regular";
    src: url("../../fonts/Unimed Sans/UnimedSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Unimed Sans Light";
    src: url("../../fonts/Unimed Sans/UnimedSans-Light.otf") format("opentype");
}

body {
    margin: 0;
    font-family: "Unimed Sans Regular", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.modal-servico-overflow {
    width: 100%;
}

.modal-servico-text {
    width: 90%;
}

.modal-popup-overflow {
    width: 100%;
}

.modal-popup-text {
    width: 90%;
}

.close-m {
    right: -16px;
    top: -14px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
}

.fa.arrowMarker {
    display: none;
}

.face-back {
    height: 100%;
    width: 100%;
}

.pagination {
    margin: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-icon {
    margin: 0px 20px;
    color: #B1D34B;
}

.pagination-item {
    margin: 0px 10px;
    color: #B1D34B;
    background: transparent;
    border: 1px solid #B1D34B;
    padding: 5px 10px;
}

.activePage {
    color: white;
    background: #B1D34B;
}


.title-page {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-weight: normal;
    font-size: 24px;
}

.container-noticias {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.noticias-grid {
    margin: auto;
    width: 95%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.div_resp_tabelaInfoCookie {
    display: none;
}

.tabelaInfoCookie {
    margin: 0 auto;
    max-width: 1000px;
    color: #727272;
}

    .tabelaInfoCookie tr td {
        padding: 5px;
        min-width: 147px;
    }

        .tabelaInfoCookie tr td p {
            margin: 5px;
        }

        .tabelaInfoCookie tr td p, .tabelaInfoCookie tr td b {
            font-weight: bold;
            color: #4b4a4a;
        }


        .tabelaInfoCookie tr td ul {
            margin: 5px;
            padding-left: 20px;
        }




table.tabelaInfoCookie {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: left;
}

    table.tabelaInfoCookie th, table.tabelaInfoCookie td {
        border: 1px solid #ddd;
        padding: 12px;
    }

    table.tabelaInfoCookie th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    table.tabelaInfoCookie tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    table.tabelaInfoCookie tr:hover {
        background-color: #f1f1f1;
    }

    table.tabelaInfoCookie td[colspan] {
        font-style: italic;
        text-align: center;
        background-color: #f0f0f0;
    }


.div_resp_tabelaInfoCookie ul li {
    list-style-type: disc; /* Define a bolinha como marcador padrão */
    margin: 10px 0 0 20px;
}

    .div_resp_tabelaInfoCookie ul li {
        margin-bottom: 5px; /* Espaçamento entre os itens da lista */
    }

.div_resp_tabelaInfoCookie table {
    color: #727272;
}

.div_resp_tabelaInfoCookie table tr td p, .div_resp_tabelaInfoCookie table tr td ul {
    font-weight: 100;
}

.div_resp_tabelaInfoCookie table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

    .div_resp_tabelaInfoCookie table th,
    .div_resp_tabelaInfoCookie table td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
        vertical-align: top;
    }

    .div_resp_tabelaInfoCookie table th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    .div_resp_tabelaInfoCookie table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .div_resp_tabelaInfoCookie table tr:hover {
        background-color: #f1f1f1;
    }

    .div_resp_tabelaInfoCookie table ul {
        list-style: none;
        padding-left: 0;
    }

        .div_resp_tabelaInfoCookie table ul li {
            margin-bottom: 5px;
        }

.div_resp_tabelaInfoCookie p {
    margin: 10px 0;
}

.div_resp_tabelaInfoCookie td:first-child {
    font-weight: bold;
}

.div_resp_tabelaInfoCookie td[colspan] {
    text-align: center;
    font-style: italic;
    background-color: #f0f0f0;
}


@media screen and (max-width: 1440px) {
    .noticias-grid {
        width: 95%;
    }
}

@media screen and (max-width: 1200px) {
    .noticias-grid {
        grid-template-columns: 50% 50%;
    }
}

.noticia-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    flex-direction: column;
}

.noticia-box-link {
    margin: 10px;
    transition: border 0.5s;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px 0px #eee;
}

    .noticia-box-link:hover {
        border: 1px solid green;
    }

.noticia-info {
    width: 315px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.noticia-title {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995D;
    font-size: 18px;
    margin-bottom: 0;
}

.noticia-summary {
    font-family: "Unimed Sans Regular", sans-serif;
    color: #444444;
    font-size: 15px;
    margin-top: 0px;
}

.noticia-image {
    width: 300px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noticia-date {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #444444;
    font-size: 15px;
    margin: 28px 0;
}


@media screen and (max-width: 768px) {
    .noticias-grid {
        grid-template-columns: 1fr;
    }

    .noticia-info {
        margin-left: 14px;
        width: 200px;
    }

    .noticia-box {
        flex-direction: column;
        margin: 10px;
    }
}

.containerPolitica {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapperPolitica {
    max-width: 1250px;
    margin: 0 25px 2rem;
    text-align: justify;
}

    .wrapperPolitica h1 {
        text-align: initial;
    }

    .wrapperPolitica p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin: 1rem 0;
        color: #727272;
    }

        .wrapperPolitica p strong {
            font-size: 1rem;
            color: #444;
        }

    .wrapperPolitica li {
        font-size: 0.9rem;
        color: #727272;
        line-height: 1.6;
    }

.navbar {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .navbar .container {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        max-width: 1300px;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
    }

    .navbar .container {
        padding: 12px 20px;
    }

.navbar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .navbar img {
        height: 76px;
        width: 110%;
        max-width: 250px;
    }


@media (max-width: 640px) {
    .div_tabelaInfoCookie {
        display: none;
    }

    .div_resp_tabelaInfoCookie {
        display: block;
    }
}

@media (max-width: 425px) {
    .navbar img {
        width: 90%;
        max-width: 200px;
    }
}

.listaMenu {
    display: flex;
    font-family: "Unimed Sans SemiBold";
    padding-left: 20px;
    list-style: none;
    color: #444444;
    align-items: center;
    text-align: center;
}

    .listaMenu span {
        cursor: default;
        white-space: nowrap;
    }

    .listaMenu li {
        margin-right: 18px;
        font-size: 20px;
        padding: 10px 0;
        font-size: 18px;
        transition: 0.2s;
        cursor: pointer;
        position: relative;
        font-size: 17px;
    }


        .listaMenu li:hover {
            border-bottom: 6px solid #b1d34b;
            padding: 7px 0;
        }

.active {
    border-bottom: 6px solid #b1d34b;
    padding: 7px 0;
}

@media screen and (max-width: 920px) {
    .active {
        border-bottom: 0;
        padding: 7px 0;
    }
}

footer {
    overflow: hidden;
}

.footer_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b6d035;
    padding: 10px 0;
    flex-direction: column;
}

    .footer_logo span {
        margin: 5px 0;
        color: white;
    }

    .footer_logo a .handcom {
        width: 140px;
        height: 32px;
    }

.footer_information {
    background-color: #005d51;
    width: 100%;
    display: flex;
    padding: 30px 20px 15px;
    font-family: "Unimed Sans Regular", sans-serif;
    flex-direction: column;
}

.footer_wrapper_menu {
    display: flex;
    flex-direction: column;
    color: #fff;
}

    .footer_wrapper_menu img {
        width: 300px;
        margin-bottom: 10px;
    }

    .footer_wrapper_menu h2 {
        font-weight: normal;
        margin: 0 0 20px;
        font-size: 34px;
    }

    .footer_wrapper_menu p {
        margin: 0;
    }

.footer_wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.wrapper_icons {
    display: flex;
    margin: 20px 0;
}

    .wrapper_icons a {
        display: flex;
        align-items: center;
    }

    .wrapper_icons img {
        margin-right: 12px;
        transition: 0.2s;
        width: 22px;
        margin-bottom: 0;
    }

    .wrapper_icons a img:hover {
        transform: scale(1.1);
        opacity: 0.9;
    }

.lista_items_footer {
    list-style: none;
    padding: 0;
    margin-right: 70px;
    font-family: "Unimed Sans Light", sans-serif;
    margin-top: 0;
}

    .lista_items_footer li {
        margin: 5px;
        transition: 0.2s;
    }

        .lista_items_footer li:hover {
            color: #b9d000;
        }

.logoHandcom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .logoHandcom p {
        font-size: 12px;
        color: white;
    }

    .logoHandcom img {
        width: 150px;
    }

#wrapper_banner {
    height: 560px;
}

.footer_logo img {
    height: 60px;
}

.container_icons {
    height: 100%;
    width: 20px;
    position: relative;
    display: flex;
}

#cookies {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #00000069;
    border-radius: 5px;
    z-index: 1001;
    display: none;
    justify-content: center;
    align-items: center;
}

#cookieContainer {
    max-width: 740px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #5b5c65;
    font-size: 12px;
}


    #cookieContainer > #cookieHeader {
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

#politicaPriv {
    color: #00995d;
}

    #politicaPriv:hover {
        text-decoration: underline;
    }

#continueCookie {
    border: 3px solid #00995d;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none !important;
    font-weight: bold;
    color: #00995d;
    margin-left: 0.5rem;
}

    #continueCookie:hover {
        background-color: #00995d;
        color: white;
        transition: 0.3s ease;
    }

@media (max-width: 900px) {
    #cookies {
        transform: inherit;
        left: inherit;
        bottom: 0;
        border-radius: 0;
        width: 100%;
        gap: 2rem;
    }

    #continueCookie {
        margin-left: 0.5rem;
    }

    .buttonHeader {
        display: none;
    }
}


.navbar {
    z-index: 12;
}

    .navbar .container {
        position: relative;
        min-height: 80px;
    }

        .navbar .container .fa-bars,
        .navbar .container .fa-times:not(.modal-fa-times) {
            display: none;
        }

button {
    outline: none;
}

.titulo_pag_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.migalha {
    font-size: 12px;
    color: #444444;
}

    .migalha a:hover {
        color: #3e9655;
        font-weight: bold;
    }

#hr_subtitulo {
    width: calc(100% - 40px);
    margin: auto;
    background-color: #b1d34b;
    border-color: transparent;
}

.container_max {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
}

.submenu {
    flex-direction: column;
    position: absolute;
    background-color: #b1d34b;
    color: #fff;
    padding: 15px 23px;
    font-size: 16px;
    font-family: Unimed Sans SemiBold, sans-serif;
    z-index: 1;
    width: 230px;
    display: none;
    top: 118%;
    /*left: -133%;*/
    left: 0;
    align-items: flex-start;
}

.body-content {
    margin-top: 10px;
}

.submenu a {
    margin: 15px 0;
}

    .submenu a:hover {
        color: #235d32;
    }

#conteudo_banner p {
    margin: 10px 0;
    font-size: 16px;
    color: #888888;
}

#conteudo_banner a {
    font-size: 18px;
    text-decoration: underline;
    color: #00995d;
    font-family: "Unimed Sans SemiBold", sans-serif;
    cursor: pointer;
}

.wrapper_listaMenu {
    z-index: 12;
}

@media (min-width: 921px) {
    .agendarExamesMobile {
        display: none;
    }

    .listaMenu li:hover > .submenu {
        display: flex;
    }

    .menuInternoBox {
        display: none;
    }

    .menuInterno {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding-left: 1rem;
    }

    .wrapper_listaMenu {
        display: inherit !important;
    }
}

@media (max-width: 921px) {
    .navbar .container {
        padding: 30px 10px 15px;
    }

    .menuInternoBox {
        display: none;
    }

    .menuInterno {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
}

@media (max-width: 920px) {

    .modal-servico-content {
        min-height: 665px;
    }

    .submenu {
        position: relative;
        width: calc(100% + 30px);
        padding: 10px 15px;
        margin-top: 10px;
        transform: translate(-15px);
        font-size: 14px;
        align-items: center;
        left: inherit;
    }

    .fa.arrowMarker {
        transition: transform 0.3s ease;
        margin-right: 5px;
        font-size: 12px;
        display: inline-block;
    }

    .listaMenu li:hover {
        border-bottom: 0px;
    }

    .titulo_pag_wrapper {
        padding: 0 10px;
    }

    .navbar .container .fa-bars,
    .navbar .container .fa-times:not(.modal-fa-times) {
        display: block;
    }

    .navbar .container {
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .navbar img {
        height: 45px;
    }

    .navbar .container {
        padding: 4px 10px;
    }

    .wrapper_listaMenu {
        position: absolute;
        top: 100%;
        display: none;
        z-index: 12;
        right: 0;
    }

    .listaMenu {
        margin: 0;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        z-index: 1;
        left: 0;
        align-items: flex-start;
        padding: 12px 15px 20px;
    }

        .listaMenu li {
            font-size: 14px;
            margin-right: 0;
            width: 100%;
            margin-top: 10px;
            border-radius: 10px;
        }

            .listaMenu li span {
                padding: 7px;
                border-radius: 10px;
                transition: 0.3s ease;
            }

    .navbar .container {
        justify-content: space-between;
    }

    .container .fa-bars,
    .container .fa-times:not(.modal-fa-times) {
        margin: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        justify-content: flex-end;
        font-size: 25px;
        color: #00995d;
        cursor: pointer;
    }

    nav .container .fa-times:not(.modal-fa-times) {
        -webkit-transform: rotateY(-180deg);
        transform: translateY(-50%) rotateY(-180deg);
        transform: translateY(0%) rotateY(-180deg) translateX(-20px);
    }

    nav .container_icons.active .fa-bars {
        -webkit-transform: rotateY(-180deg);
        transform: translateY(0%) rotateY(-180deg);
    }

    .container_icons.active .fa-times:not(.modal-fa-times) {
        -webkit-transform: rotateY(0);
        transform: translateY(-50%) rotateY(0);
        transform: translateY(0%) rotateY(0) translateX(-20px);
    }

    .listaMenu {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    .footer_logo img {
        height: 30px;
    }

    .footer_wrapper_menu h2 {
        font-size: 20px;
    }

    .lista_items_footer {
        font-size: 14px;
        margin-right: 20px;
    }

    .wrapper_icons img {
        width: 18px;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

        .footer_wrapper #mapa {
            width: 100% !important;
        }

            .footer_wrapper #mapa iframe {
                height: 150px;
            }

    .footer_information {
        padding-top: 10px;
    }

    .modal-servico-overflow {
        width: 100%;
    }

    .modal-servico-text {
        width: 90%;
    }

    .modal-popup-overflow {
        width: 100%;
    }

    .modal-popup-text {
        width: 90%;
    }

    .face-back {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-popup {
    display: block;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-servico {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-servico-overflow {
    max-height: 600px;
    min-height: 200px;
    display: flex;
    z-index: 0;
    justify-content: center;
    position: relative;
    top: -29px;
    right: 6px;
    word-break: break-all;
}

.modal-popup-overflow {
    min-height: 200px;
    display: flex;
    z-index: 0;
    justify-content: center;
    position: relative;
    top: -29px;
    right: 6px;
    word-break: break-all;
}


.modal-close {
    align-self: flex-end;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #b1d34b;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .modal-close i {
        color: #fff;
        font-size: 16px;
    }

    .modal-close:hover {
        background-color: #9db94a;
    }


.modal-popup-close {
    align-self: flex-end;
    width: 32px;
    height: 32px;
    z-index: 1;
    border-radius: 50%;
    background-color: #b1d34b;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .modal-popup-close i {
        color: #fff;
        font-size: 16px;
    }

    .modal-popup-close:hover {
        background-color: #9db94a;
    }

.modal-servico-close {
    align-self: flex-end;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #b1d34b;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .modal-servico-close i {
        color: #fff;
        font-size: 16px;
    }

    .modal-servico-close:hover {
        background-color: #9db94a;
    }


.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    animation: fadein .5s;
}

.modal-servico-content {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #fefefe;
    padding: 20px;
    max-width: 720px;
    animation: fadein .5s;
    border-radius: 8px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fefefe;
    padding: 20px;
    max-width: 720px;
    max-height: 90%;
    animation: fadein .5s;
    border-radius: 8px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.corpo-popup {
    overflow-y: auto;
}

@media screen and (max-width: 1024px) {
    .modal-content {
        width: 70%;
    }

    .modal-servico-content {
        width: 70%;
    }

    .modal-popup-content {
        width: 70%;
    }
}

.modal-text, .modal-content-lab {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    /*    display: none;*/
}

.modal-servico-text {
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: none;
    color: rgb(27, 27, 27);
}

.modal-popup-text {
    width: 98%;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: rgb(27, 27, 27);
}

.modal-content-lab.show, .modal-text.show {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal-servico-text.show {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.modal-popup-text.show {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal-choice {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.modal-servico-choice {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal-popup-choice {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal-choice.hide {
    display: none;
}

.modal-popup.hide {
    display: none;
}

.modal-servico-choice.hide {
    display: none;
}


.modal-text.hide {
    display: none;
}

.modal-popup-text.hide {
    display: none;
}

.modal-servico-text.hide {
    display: none;
}

.modal-success {
    display: none;
}

.modal-servico-success {
    display: none;
}

.modal-popup-success {
    display: none;
}

.modal-success.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 70%;
}

.modal-servico-success.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 70%;
}

.modal-popup-success.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 70%;
}


.modal-success-laboratorio {
    display: none;
}

.modal-servico-success-laboratorio {
    display: none;
}

.modal-popup-success-laboratorio {
    display: none;
}

.modal-success-laboratorio.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 70%;
}

.modal-servico-success-laboratorio.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 70%;
}

.modal-popup-success-laboratorio.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 70%;
}


.modal-text h1, .modal-choice h1, .modal-content-lab h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 30px;
    margin: 0px;
}

.modal-servico-text h1, .modal-servico-choice h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: white;
    font-size: 30px;
    margin: 0px;
}

.modal-popup-text h1, .modal-popup-choice h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: white;
    font-size: 30px;
    margin: 0px;
}

.modal-servico-text h1, .modal-servico-choice h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: white;
    font-size: 30px;
    margin: 0px;
}


.modal-success h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 30px;
    margin: 0px;
}


.modal-servico-success h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 30px;
    margin: 0px;
}


.modal-popup-success h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 30px;
    margin: 0px;
}


.modal-success-laboratorio h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 30px;
    margin: 0px;
}

.modal-servico-success-laboratorio h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 30px;
    margin: 0px;
}


.modal-popup-success-laboratorio h1 {
    font-family: "Unimed Sans Bold", sans-serif;
    color: #00995d;
    font-size: 30px;
    margin: 0px;
}


.modal-input:nth-of-type(1) {
    margin-top: 20px;
}

.modal-servico-input:nth-of-type(1) {
    margin-top: 20px;
}

.modal-popup-input:nth-of-type(1) {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .modal-text h1, .modal-choice h1, .modal-content-lab h1 {
        font-size: 24px;
        text-align: center;
    }

    .close-m {
        right: -17px;
        top: -21px;
    }

    .modal-servico-text h1, .modal-servico-choice h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-popup-text h1, .modal-popup-choice h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-success h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-servico-success h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-success-laboratorio h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-servico-success-laboratorio h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-popup-success h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-popup-laboratorio h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-popup-success-laboratorio h1 {
        font-size: 24px;
        text-align: center;
    }

    .modal-text, .modal-content-lab {
        width: 90%;
    }

    .modal-servico-text {
        width: 90%;
    }

    .modal-popup-text {
        width: 90%;
    }

    .modal-button {
        font-size: 14px !important;
        margin-top: 15px !important;
        padding: 10px !important;
    }

    .modal-servico-button {
        font-size: 14px !important;
        margin-top: 15px !important;
        padding: 10px !important;
    }

    .modal-popup-button {
        font-size: 14px !important;
        margin-top: 15px !important;
        padding: 10px !important;
    }

    .modal-input {
        margin-bottom: 10px !important;
    }

    .modal-servico-input {
        margin-bottom: 10px !important;
    }

    .modal-popup-input {
        margin-bottom: 10px !important;
    }

    .modal-servico-overflow {
        max-height: 500px;
        top: 0px;
    }


    .modal-input:nth-of-type(1) {
        margin-top: 10px;
    }

    .modal-servico-input:nth-of-type(1) {
        margin-top: 10px;
    }

    .modal-popup-input:nth-of-type(1) {
        margin-top: 10px;
    }

    .modal-content {
        padding: 10px;
    }

    .modal-servico-content {
        padding: 10px;
        width: calc(100% - 36px);
        min-height: unset;
    }

    .modal-popup-content {
        padding: 10px;
    }
}


.modal-text p, .modal-choice p, .modal-content-lab p {
    font-size: 14px;
    color: #444444;
    text-align: center;
}

.modal-servico-text p, .modal-servico-choice p, {
    font-size: 14px;
    color: rgb(27, 27, 27);
    text-align: justify;
}

.modal-popup-text p, .modal-popup-choice p {
    font-size: 14px;
    color: rgb(27, 27, 27);
    text-align: justify;
}

input,
textarea {
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #444444;
}


.outline-button {
    background: transparent;
    border: 1px solid #3baa5a;
    color: #3baa5a;
    cursor: pointer;
    font-family: "Unimed Sans Regular", sans-serif;
    border-radius: 12px;
    font-size: 17px;
    padding: 11px 29px;
    margin-top: 31px;
    transition: 0.35s ease-in-out;
}

    .outline-button:hover {
        background: #3baa5a;
        color: white;
        border: 1px solid #3baa5a;
    }

.group span {
    font-size: 12px;
    color: #ef5350;
    font-family: "Unimed Sans Regular", sans-serif;
    position: absolute;
    /*bottom: -15px;
    left: 12px;*/
    /*    display: none;*/
}


.group {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

input,
textarea {
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    color: #444444;
}

textarea {
    resize: none;
    height: 200px;
}

    input:focus,
    textarea:focus {
        outline: none;
    }

label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 6px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    padding: 0 4px;
}

input:focus,
textarea:focus {
    border-color: #00995d;
}

.valido label {
    top: -10px;
    font-size: 14px;
    color: #00995d;
    background-color: #fff;
}

.erro input {
    border-color: #ef5350;
}

.group span {
    font-size: 12px;
    color: #ef5350;
    font-family: "Unimed Sans Regular", sans-serif;
    position: absolute;
    /*bottom: -15px;
    left: 12px;*/
    /*    display: none;*/
}

#notFound {
    font-size: 14px;
    color: #ef5350;
    font-family: "Unimed Sans Regular", sans-serif;
    display: none
}

#found {
    font-size: 14px;
    text-align: center;
    color: #444444;
    font-family: "Unimed Sans Regular", sans-serif;
    display: none
}

    #found a {
        color: #00995d;
    }

.erro span {
    display: block;
}

@media screen and (max-width: 1300px) {
    .listaMenu li {
        max-width: 100px;
    }

        .listaMenu li:hover {
            padding: 10px 0;
        }

    .submenu {
        top: 110%;
    }
}

@media screen and (min-width: 921px) {
    .container_icons {
        display: none;
    }
}

@media screen and (max-width: 920px) {
    .listaMenu li:hover {
        background-color: #00985c;
        border-radius: 10px;
        color: white;
    }

    .listaMenu li:focus {
        background-color: #00985c;
        border-radius: 10px;
        color: white;
    }
}

.navbar .container {
    top: 0;
    padding: 0;
    height: 120px;
    max-width: 100%;
    width: 100%;
    background: white;
    z-index: 1001;
    box-shadow: rgb(204, 204, 204) 0px 5px 5px 0px;
    transition: 0.2s;
}

.wrapperMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    padding: 0 2rem;
}

.buttonHeader {
    background-color: #198058;
    padding: 1rem 2rem;
    border: 0;
    color: white;
    border-radius: 24px;
    font-family: 'Unimed Sans Bold';
    cursor: pointer;
    transition: 0.2s;
}

    .buttonHeader:hover {
        filter: brightness(90%);
    }

@media (max-width: 920px) {
    .buttonHeader, #anchorButtonHeader {
        display: none;
    }
}

.navbar {
    box-shadow: none;
}

* {
    box-sizing: border-box;
}

#wrapper_banner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 122px;
}

@media (min-width: 921px) {
    .orcamentoExamesMobile {
        display: none;
    }
}

@media (max-width: 920px) {
    .orcamentoExamesWeb {
        display: none;
    }
}
