﻿body {
    font-family: "Calibri" !important;
    font-size: 15px;
    font-style: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
    /*font-size: 15px;*/
    line-height: 1.5em;
    display: none;
}

.zoom-image {
    transition: transform .5s;
}

    .zoom-image:hover {
        transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

#nav-menu > tbody > tr > td > div > a:link, #nav-menu > tbody > tr > td > div > a:visited {
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#nav-menu > tbody > tr > td > div > a:hover, #nav-menu > tbody > tr > td > div > a:hover {
    color: rgb(237, 50, 55);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
/** {
  outline: 1px solid red;
}*/

#tb-valores > tbody > tr > td {
    padding: 0px 5px;
    vertical-align: top;
    width: 35%;
}

.topo-acessibilidade {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    padding: 5px 15px;
    box-sizing: border-box;
    max-width: 100%;
}

    .topo-acessibilidade button {
        width: 22px;
        height: 20px;
        border: none;
        background-color: rgba(51, 122, 183, 0.85);
        color: #fff;
        font-weight: bold;
    }

.footer-store {
    max-width: 140px;
}

#div-extra {
    height: 20px;
}

.unidade-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.unidade-img {
    height: 520px; /* altura fixa e igual */
    object-fit: cover;
    width: 100%;
}

.unidade-legenda {
    background: #808080;
    color: #fff;
    text-align: center;
    padding: 10px;
    min-height: 70px; /* força alinhamento do texto */
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria-img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

#div-button-top {
    position: fixed;
    bottom: 17px;
    right: 25px;
    height: 45px;
    width: 45px;
    background-color: rgba(237,50,55,.8);
    padding-top: 5px;
    text-align: center;
    border-radius: 10px;
    display: none;
    color: white;
    font-size: 1em;
    cursor: pointer;
    z-index: 300;
}

.plano-btn {
    width: 200px;
    font-size: 15px;
    margin-right: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

footer.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-content {
    background-color: rgb(145, 145, 145);
    font-size: 0.8em;
    color: white;
    letter-spacing: 1px;
    min-height: 100px;
    padding: 20px 0 0 0;
    margin: 0px;
}

    .footer-content > div > div > div > div > ul {
        list-style: none;
        line-height: 2em;
        color: white;
        text-decoration: none;
        padding: 0px;
    }

        .footer-content > div > div > div > div > ul > li > a {
            color: white;
            text-decoration: none;
            -o-transition: .5s;
            -ms-transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            transition: .5s;
        }

    .footer-content > div > div div > div > ul > li > a:hover {
        color: rgb(237, 50, 55);
        text-decoration: none;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

.btn-hover:hover {
    background-color: white !important;
    color: rgb(237, 50, 55);
    border-color: white !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.HomeImagens {
    width: 100%;
    margin-bottom: 1.5em;
}


.btn-rosa {
    background-color: rgba(227, 113, 202, 0.95) !important;
    color: white;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.perfil-item {
    cursor: pointer;
    color: white;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.background-red-transparent {
    background-color: rgba(237, 50, 55, 0.85);
}

.background-orange-transparent {
    /*background-color: rgba(242, 125, 37, 0.9); /*rgba(223, 59, 19, 0.9); rgba(255,152,0, 0.85); 242;125;37*/
    background-color: rgba(242,125,37, 0.85);
}

.background-blue-transparent {
    background-color: rgba(51, 122, 183, 0.85);
}

.background-red {
    background-color: rgb(237, 50, 55);
}

.background-orange {
    background-color: rgb(242, 125, 37);
}

.background-blue {
    background-color: rgb(51, 122, 183);
}

.background-gray {
    /*background-color: rgba(132, 134, 136, .3);*/
    background-color: rgba(211, 211, 211, .3);
}

.container-news {
    background-color: rgb(255,255,255);
    text-align: center;
    padding: 10px;
}

.container-gray {
    /*background-color: rgba(132, 134, 136, .3);*/
    background-color: rgba(211, 211, 211, .3);
    padding: 20px;
}

.shadow {
    text-shadow: 0px 2px 2px #333333;
}

.blur {
    -webkit-filter: blur(20px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.form-line-space {
    margin-bottom: 10px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
}

a {
    /*-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;  
    transition:.5s;*/
}

    a:hover {
        color: rgb(237, 50, 55);
        text-decoration: none;
        /*-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;  
    transition:.5s;*/
    }

/*Espaço Associado*/
#div-menu-espaco-associado > ul {
    display: table;
    width: 100%;
}

    #div-menu-espaco-associado > ul > li {
        display: table-cell;
    }

        #div-menu-espaco-associado > ul > li > a,
        #div-menu-espaco-associado > ul > li > ul > li > a {
            cursor: pointer !important;
            font-size: .9em !important;
            text-align: center !important;
            /*border-top: 1px solid rgba(132, 134, 136, .3) !important;*/
            border-top: 1px solid rgba(211, 211, 211, .3) !important;
            padding: 10px 0px 0px 0px !important;
        }

            #div-menu-espaco-associado > ul > li > a:hover,
            #div-menu-espaco-associado > ul > li > a:focus,
            #div-menu-espaco-associado > ul > li ul > li > a:hover,
            #div-menu-espaco-associado > ul > li ul > li > a:focus {
                background-color: white;
                /*border-top: 3px solid rgba(132, 134, 136, .3) !important;*/
                border-top: 3px solid rgba(211, 211, 211, .3) !important;
                padding: 8px 0px 0px 0px !important;
                color: rgb(237, 50, 55);
            }

/*RGBs
Vermelho = 237, 50, 55
Cinza = 132, 134, 136 (Este é o cinza do "saúde" do nosso logo, para fazer as caixas cinzas de todo o site, vamos usar esta cor com 30%
Laranja = 242, 125, 37
*/

/**/

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 5.5em;
    text-align: justify;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
}

.content-botoes-bem-vindo {
    /*position: absolute;*/
    bottom: 10px;
    width: 100%;
}



.content-nav-topo {
    position: fixed;
    top: 0px;
    width: 100%;
    min-height: 100px;
    background-color: rgba(255,255,255,.8);
    z-index: 4;
}

.nav-item-lista {
    padding-left: 7px !important;
    padding-right: 10px !important;
}

.content-principal {
    margin-top: 8%;
}

.nav-sobre-nos {
    color: #777777;
    padding: 1% 1%;
    text-align: right;
    border-right: 2px solid rgb(232, 225, 225);
    text-transform: uppercase;
}

.nav-fale-conosco {
    color: #777777;
    padding: 1% 1%;
    white-space: nowrap;
    text-align: right;
    text-transform: uppercase;
}

.alterarCorTexto > div > a {
    color: #fff !important;
}

.alterarCorTextoMenuInterno > ul > li > a {
    color: #fff !important;
}

.content-nav-corpo {
    margin-left: -7%;
}

.btn-buscar-centros-medicos {
    margin-top: 6em;
}

#content-blank-pessoa-fisica {
    height: 100px;
}

.div-espaco-associado-imagem {
    height: 172px;
}

    .div-espaco-associado-imagem > div {
        padding: 50px 0px;
    }

.div-espaco-parceiro-imagem {
    height: 172px;
}

    .div-espaco-parceiro-imagem > div {
        padding: 50px 0px;
    }

.collapse-ouvidoria {
    display: none;
}

.btn-danger {
    background-color: rgb(237,50,55) !important;
}

.btn-warning {
    background-color: rgb(242,125,37) !important;
}

.btn-info {
    background-color: rgb(29,113,184) !important;
}

.text-danger {
    color: rgb(237,50,55) !important;
}

.btn-acompanhe-processo {
    min-width: 200px;
    font-size: .9em;
    padding-left: 15px;
    margin-left: 29%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .logo-mobile-center {
        text-align: center;
    }

        .logo-mobile-center img {
            margin: 0 auto;
        }

    #menuTopo {
        display: inline;
        padding-left: 0px;
        padding-right: 0px;
    }

        #menuTopo div {
            margin: 0px;
            width: 100% !important;
            border: 0px;
            text-align: start;
            background-color: #CCC;
            padding: 0px 10px;
        }

            #menuTopo div:hover {
                color: #FFF;
            }

    .HomeImagens {
        max-width: 100%;
    }

    .unidade-img {
        height: auto;
    }

    .galeria-img {
        height: 160px;
    }

    #menuTopo div button, #menuTopo div a {
        background-color: inherit !important;
        border: 0px;
        color: inherit;
        font-size: inherit !important;
        margin: 0px, 5px !important;
        padding: 0px !important;
        min-width: auto !important;
        margin-left: 0px !important;
    }

    .carousel-controles-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
        padding: 0 30px;
    }

        .carousel-controles-mobile img {
            width: 20px;
        }

    .btn-indicators-carousel {
        bottom: -15px;
    }

    #content-blank-pessoa-fisica {
        height: 0px;
    }

    #content-blank-pessoa-juridica {
        height: 0px;
    }

    .imagem-produto-pessoa {
        visibility: hidden;
    }

    .parceiros-div img {
        display: block;
        max-width: 64px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .parceiros-div h4 {
        margin-left: 0;
        margin-right: 0;
        white-space: normal;
    }

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }


    .content-nav-corpo {
        margin-left: 0;
    }

    .btn-buscar-centros-medicos {
        margin-top: 0px;
    }

    .content-principal {
        margin-top: 23%;
    }

    .nav-sobre-nos, .nav-fale-conosco {
        text-align: left;
    }

    .nav-rede-atendimento {
        margin-left: -1.5%;
    }


    .content-botoes-bem-vindo {
        position: relative;
    }

    .content-nav-topo {
        width: 100%;
        position: absolute;
    }

    .imgResponsive {
        width: 20%;
        align-items: center;
    }

    #div-menu-espaco-associado > ul > li {
        display: block;
    }

    .navbar-toggle {
        float: none;
        margin-top: -31px;
    }

        .navbar-toggle .icon-bar {
            color: #fff;
            background: #fff;
        }

    .div-menu-associado-bottom {
        margin-bottom: -34px;
    }

    .div-espaco-associado-texto {
        padding: 0px;
    }

        .div-espaco-associado-texto h1 {
            font-size: 1.7em;
            font-weight: bold;
        }

    .div-espaco-parceiro-texto h1 {
        font-size: 1.7em;
        font-weight: bold;
        width: 100%;
    }

    .div-espaco-parceiro-imagem {
        height: 86px;
        width: 100%;
    }

        .div-espaco-parceiro-imagem > div {
            padding: 6px;
        }

    .div-espaco-associado-imagem {
        height: 86px;
    }

        .div-espaco-associado-imagem > div {
            padding: 6px;
        }

    .btn-acompanhe-processo {
        margin-left: 0px;
    }

    .imagem-banner {
        z-index: -1;
    }

    .footer-content.mainpage {
        padding: 0 !important;
    }

    #tb-valores,
    #tb-valores tbody,
    #tb-valores tr,
    #tb-valores td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

        #tb-valores > tbody > tr > td {
            padding: 0 4px;
            margin: 0 auto 32px auto;
            border: none !important;
            text-align: center;
        }

        /* container interno */
        #tb-valores td > div {
            width: 100%;
            text-align: center;
        }

        /* TÍTULOS */
        #tb-valores strong {
            display: block;
            text-align: center;
            margin-bottom: 12px;
        }

        /* PARÁGRAFOS */
        #tb-valores p {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            text-align: justify;
        }

        /* LISTA */
        #tb-valores ul {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding-left: 22px !important;
            text-align: left;
        }

        #tb-valores li {
            text-align: left;
        }


    .cadastro-associado {
        width: 100%;
        padding: 0px;
    }

    .botoes-acoes > div {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .segundavia-div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .segundavia-div > div {
            width: 100%;
            max-width: 380px;
            margin-bottom: 12px;
        }

        .segundavia-div a {
            width: 100%;
            text-align: center;
        }

    .cadastro-div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 15px;
        padding: 0 !important;
    }

    .cadastro-div-grid {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
        padding: 0 !important;
    }

    .voltar-div {
        display: none !important;
    }

    .navbar-collapse collapser {
        display: none !important;
    }

    .navbar-toggle collapsed {
        display: none !important;
    }

    .navbar-header {
        display: none !important;
    }

    .background-login {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .background-login-div {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .parceiros-div > .row {
        display: flex;
        justify-content: center;
    }

        .parceiros-div > .row > .col-md-4 {
            width: 33.33%;
            max-width: 33.33%;
        }

    .produtos-div {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .botoes-planos-div {
        margin: 0 auto;
        text-align: center;
    }

    .plano-btn {
        display: block;
        width: 100%;
        max-width: 260px;
        margin: 0 auto 12px auto; 
    }
    
    #div-menu-espaco-associado > ul {
        display: table;
        width: 100%;
    }

        #div-menu-espaco-associado > ul > li {
            display: table-cell;
        }

            #div-menu-espaco-associado > ul > li > a,
            #div-menu-espaco-associado > ul > li > ul > li > a {
                cursor: pointer !important;
                font-size: .9em !important;
                text-align: center !important;
                /*border-top: 1px solid rgba(132, 134, 136, .3) !important;*/
                border-top: 1px solid rgba(211, 211, 211, .3) !important;
                padding: 10px 0px 0px 0px !important;
            }

                #div-menu-espaco-associado > ul > li > a:hover,
                #div-menu-espaco-associado > ul > li > a:focus,
                #div-menu-espaco-associado > ul > li ul > li > a:hover,
                #div-menu-espaco-associado > ul > li ul > li > a:focus {
                    background-color: white;
                    /*border-top: 3px solid rgba(132, 134, 136, .3) !important;*/
                    border-top: 3px solid rgba(211, 211, 211, .3) !important;
                    padding: 8px 0px 0px 0px !important;
                    color: rgb(237, 50, 55);
                }
}

@font-face {
    font-family: "Calibri";
    src: url("Fonts_Calibri/a78cfad3beb089a6ce86d4e280fa270b.eot"); /* IE9*/
    src: url("Fonts_Calibri/a78cfad3beb089a6ce86d4e280fa270b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Fonts_Calibri/a78cfad3beb089a6ce86d4e280fa270b.woff2") format("woff2"), /* chrome、firefox */
    url("Fonts_Calibri/a78cfad3beb089a6ce86d4e280fa270b.woff") format("woff"), /* chrome、firefox */
    url("Fonts_Calibri/a78cfad3beb089a6ce86d4e280fa270b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("Fonts_Calibri/a78cfad3beb089a6ce86d4e280fa270b.svg#Calibri") format("svg"); /* iOS 4.1- */
}


.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
/*Start Cookie Consent*/
#myModal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 399;
    flex-direction: column;
    width: 35%;
    min-width: 200px;
    font-size: 14px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    transform-origin: center center;
    transform: scaleY(1);
}

#cookie-header {
    padding: 0 50px 0 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    min-height: 60px;
}

#close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #ff0000;
}

#cookie-body {
    flex: 1;
    padding: 24px;
    overflow: auto;
    box-sizing: border-box;
}

#cookie-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0 -3px 6px 0 rgb(0 0 0 / 16%);
    min-height: 60px;
    padding: 20px;
}

#collapse-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}


#cookieBanner {
    display: none;
    position: fixed;
    z-index: 398;
    bottom: 7%;
    left: 7.5%;
    width: 85%;
    background-color: rgba(85,85,85,0.9);
    border-radius: 0.5em;
}

#cookie-banner-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.6%;
    padding-bottom: 0.6%;
}

#btn-cookie {
    display: flex;
    justify-content: space-evenly;
}

#cookieConsent {
    width: 105px;
    height: 40px;
    border-radius: 0.7em;
}

@media all and (min-width : 992px) {
    .col-lg-9 {
        flex: 1 0 62.5em !important;
    }
}

@media all and (max-width : 992px) {
    #cookie-banner-body {
        flex-direction: column;
    }
}
/*End Cookie Consent*/
