:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}
dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}
img {
    vertical-align: middle;
    border-style: none
}
table {
    border-collapse: collapse
}
button {
    border-radius: 0
}
button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}
[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}
summary {
    display: list-item;
    cursor: pointer
}
[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.fade {
    transition: opacity .15s linear
}
.fade:not(.show) {
    opacity: 0
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}
.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}
.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}
.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
.bg-light {
    background-color: #f8f9fa!important
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}
.d-block {
    display: block!important
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-md-block {
        display: block!important
    }
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.overflow-hidden {
    overflow: hidden!important
}
.position-relative {
    position: relative!important
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}
.w-100 {
    width: 100%!important
}
.text-center {
    text-align: center!important
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-3x {
    font-size: 3em
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-youtube:before {
    content: "\f167"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
body {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    letter-spacing: -.04em;
    background-color: #fff
}

a {
    color: #e53012
}

h2 {
    font-weight: 600
}

h3 {
    font-weight: 600
}

img {
    max-width: 100%;
    height: auto
}
header div .title {
    display: none
}
body .dialog-off-canvas-main-canvas>header {
    width: 100%;
    z-index: 110;
    min-height: 90px;
    padding: 0;
    height: auto;
    box-shadow: rgb(0 0 0 / 15%) 0 2px 4px;
    background: #fff
}

body .dialog-off-canvas-main-canvas>header::after {
    content: ' ';
    display: none;
    position: absolute;
    top: 0;
    right: 30px;
    width: 90px;
    height: 90px;
    background: url(/themes/custom/unilabs/images/pcs-symbol.svg) center right no-repeat;
    z-index: 111
}

body .dialog-off-canvas-main-canvas>header .icons-header {
    display: flex
}

body .dialog-off-canvas-main-canvas>header .icons-header #lang-trigger {
    padding-left: 70px;
    border-left: 1px solid #c8c8c8;
    margin: 0
}

body .dialog-off-canvas-main-canvas>header .icons-header #lang-trigger a {
    display: block;
    height: 28px;
    width: 28px;
    padding: 0;
    border-bottom: none;
    background: url(/themes/custom/unilabs/images/globe.svg) 0 0 no-repeat;
    background-size: 31px;
    text-indent: -9999px;
    margin-top: -2px
}

body .dialog-off-canvas-main-canvas>header .icons-header #mainmenu-contact {
    margin: 0 15px
}

body .dialog-off-canvas-main-canvas>header .icons-header #mainmenu-contact a {
    display: block;
    height: 24px;
    width: 24px;
    padding: 0;
    background: url(/themes/custom/unilabs/images/mainmenu-contact.svg) 0 0 no-repeat;
    background-size: 100%;
    text-indent: -9999px
}
/* body .dialog-off-canvas-main-canvas>main {
    padding-top: 91px
} */

body .dialog-off-canvas-main-canvas>main>.container-main {
    padding-top: 20px
}
body .dialog-off-canvas-main-canvas>.front-page>.container-main .views-element-container {
    display: none
}
body .card-img-top {
    height: 130px;
    border-radius: 10px 10px 0 0
}
body .card {
    margin-bottom: 30px;
    box-shadow: 0 0 10px #c3c3c3
}
footer.region-site-footer {
    margin-top: 180px;
    position: relative;
    background: #fff;
    box-shadow: rgb(0 0 0 / 15%) 0 -2px 4px
}

.footer-head {
    padding: 50px 0;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    border-bottom: #e8e8e8 1px solid
}
.footer-head div .title {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 15px 45px 15px 0;
    font-weight: 700;
    color: #e53012;
    visibility: inherit!important
}

footer.region-site-footer nav ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

footer.region-site-footer nav ul li {
    padding: 0 0 5px 0;
    margin: 0
}

footer.region-site-footer nav ul li a {
    color: #000;
    text-decoration: none
}
nav#block-app-2>ul,nav#block-social>ul {
    display: flex
}

footer.region-site-footer nav ul {
    margin: 0;
    list-style: none
}

nav#block-app-2 li,nav#block-social li {
    display: inline-block;
    height: 42px;
    width: calc((100% / 3) - (8px / 3));
    width: 30px;
    background-size: 30px
}

footer.region-site-footer nav ul li {
    padding: 0 0 5px 0;
    margin: 0
}

nav#block-app-2 li a,nav#block-social li a {
    padding-top: 20px;
    color: transparent;
    font-size: 8px;
    text-decoration: none;
    display: block
}

footer.region-site-footer nav ul li a {
    color: #000;
    text-decoration: none
}

nav#block-app-2 li a,nav#block-social li a {
    padding-top: 20px;
    color: #000;
    text-decoration: none;
    display: block
}
footer.region-site-footer .footer-signoff {
    padding: 20px 0
}
footer.region-site-footer .footer-menus {
    display: flex
}
.visually-hidden {
    position: absolute!important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal
}

footer.region-site-footer .footer-signoff ul {
    margin: 10px 0;
    padding: 0;
    list-style: none
}

footer.region-site-footer .footer-signoff ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #58595b
}

footer.region-site-footer .footer-signoff ul li:last-child {
    border-right: 1px solid transparent
}

footer.region-site-footer .footer-signoff ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase
}

footer.region-site-footer .footer-signoff ul {
    margin: 10px 0;
    list-style: none
}
#block-mainnavigation ul {
    list-style: none
}

#block-mainnavigation>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

#block-mainnavigation>ul li {
    position: relative
}
@media (min-width: 992px) {
    #block-mainnavigation>ul li>ul {
        display: flex;
        visibility: hidden;
        position: absolute;
        left: -99999;
        flex-direction: column;
        -webkit-transition: all .1s ease-out .1s;
        -moz-transition: all .1s ease-out .1s;
        -o-transition: all .1s ease-out .1s;
        transition: all .1s ease-out .1s
    }

    #block-mainnavigation>ul li>ul li {
        width: 100%;
        position: relative
    }

    /* body .dialog-off-canvas-main-canvas>header {
        position: fixed;
    }*/
}
#block-mainnavigation a {
    display: block;
    font-size: .9rem;
    background: #fff;
    padding: 15px;
    color: #000;
    text-decoration: none;
    text-align: left;
    white-space: nowrap
}
#block-mainnavigation a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 100%;
    background: #e53012;
    -webkit-transition: all .2s ease-out .1s;
    -moz-transition: all .2s ease-out .1s;
    -o-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}

#block-mainnavigation ul li ul li a {
    min-width: 180px
}
.navbar-brand {
    padding-top: 16px;
    padding-bottom: 16px
}

.carousel-inner {
    z-index: 1
}

body #carouselMain .carousel-caption .cta {
    position: absolute;
    left: 0
}

.carousel-control-prev {
    z-index: 2
}

body #carouselMain .carousel-caption .cta {
    width: calc(30% - 15px)
}
@media (min-width: 1201px) and (max-width:1300px) {
    body #carouselMain .carousel-caption .cta {
        width:calc(22% - 15px)
    }
}
body #carouselMain .carousel-caption .cta div {
    display: inline-block
}

#carouselMain .carousel-caption {
    left: 0
}

#toggle_mobile_menu {
    display: none;
    cursor: pointer;
    font-size: 25px
}
@media (min-width: 993px) {
    #block-mainnavigation a.covid-19 {
        color:#fff!important;
        background-color: #e53012!important;
        padding: 14px 30px!important;
        text-transform: uppercase;
        border: 1px solid #e53012;
        border-radius: 30px
    }

    #block-mainnavigation a.covid-19:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 1px;
        left: 0;
        right: 100%;
        background: 0 0
    }
}
#search-trigger {
    display: none
}
.feature-home-block .block .content .image {
    overflow: hidden
}

.feature-home-block .block .content .image {
    position: absolute;
    bottom: -10px;
    right: 0;
    opacity: .5
}

.feature-home-block .block .content .image img {
    max-width: 80px;
    height: auto
}
.block-fixed-block-contentanalises-e-exames,.block-fixed-block-contentenvio-de-resultados {
    overflow: hidden
}
#test-hidro .sub-banner {
    background: #08c
}
.gtranslate{
    width: 178px;
    padding-top: 17px !important;
}
#block-breadcrumbs ol{
    padding-left: 0;
}
#block-breadcrumbs li{
    display: inline-block;
}

#where_we_are_filters_checks {
    display:none !important;
}