﻿html{
    height:100%;
    min-height:100%;
}
body {
    /*text-align: justify;*/
    /*height: 100%;*/
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    height:100%;
}
a, div, p{
    font-size:1rem;
}
h1, h2, h3, h4, h5, h6{
    /*font-size: 30px;*/
    font-weight:bold;
}
a, div, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}
/*.banner_part {
    background-image:url("/Assets/Imagem/Banner/Banner_bg.jpg") !important;
}*/
.main_menu .navbar {
    padding: 18px 0px;
}
.header-home {
    position: absolute !important;
}
.header-home a{    
    font-weight:bolder !important;
    text-shadow:1px 1px 5px #fff;
}
.header-home .dropdown-item{
    font-weight:normal !important;
}
.header-home .navbar-brand img{
    height:120px;
    width:auto;
    top: 16px;
}
/*header a{
    font-weight:bolder !important;
    text-shadow:1px 1px 5px #fff;
}*/
header .dropdown:hover .dropdown-menu {
    margin-top: 0px !important;
    background: #fff;
    padding-left: 0;
}
#navbarSupportedContent {
    flex-direction: row-reverse;
    margin-left: 120px;
}
#navbarSupportedContent .navbar-nav{
    margin:0;
}
@media only screen and (max-width: 1200px) {
    header ul {
       margin-left:84px
    }
    .header-home ul{
        margin-left:124px;
    }
}
@media only screen and (max-width: 990px) {
    header ul {
        margin-left: 0;
    }
    .header-home ul {
        margin-left: 0;
    }
    #navbarSupportedContent{
        margin-left:0;
    }
}
@media only screen and (min-width: 1370px){
    header .container {
        max-width: calc(100% - 200px);
        width: 100%;
        margin-left: 100px;
        margin-right: 100px;
    }    
}

.banner_part{
    height:auto !important;
}
.home_menu {
    position: relative;
}
.navbar li{
    cursor:pointer;
}
.banner_part {
    background-image: none;
    background-color: gray;
}
.breadcrumb h2{
    text-transform:uppercase !important;
}
.text-link {
    color: black !important;
    font-weight: bolder;
    text-decoration: underline;
}
.home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 20px;
    color: black;
    text-shadow: 2px 2px 4px gray;
    font-size: 2.5rem;
}

@media only screen and (max-width: 1100px) {
    .home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 900px) {
    /*.home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        font-size: 2rem;
    }*/
    .home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        top: 50%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 710px) {
    .home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        font-size: 1.5rem;
    }
    .home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        top: 50%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
    /*.home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        font-size: 1.5rem;
    }*/
    .home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        display:none;
    }
}
@media only screen and (max-width: 410px) {
    .home-banner-01 h1, .home-banner-02 h1, .home-banner-03 h1 {
        font-size: 1rem;
    }
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img{
    /*height: 40px;
    min-width:47px;*/
    height: 58px;
    position: absolute;
    top: 9px;
}
.banner_part{
    height:650px;
}
.main_menu .main-menu-item ul li a {
    font-size: 1.1rem;
}
.main_menu .main-menu-item ul li a {
    padding: 7px 12px !important;
}
.section_padding {
    padding: 60px 0px;
}
.section_padding_bottom{
    padding-bottom:150px;
}
.section_tittle h1 {
    font-size: 45px;
    color: #2f373d;
    line-height: 1.25;
    font-weight: 700;
    position: relative;
}
@media (max-width: 576px) {
  /* line 150, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */
  .section_tittle h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 150, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */
  .section_tittle h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 150, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */
  .section_tittle h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */
  .section_tittle h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.breadcrumb{
    z-index: auto;
}
.btn_1, .banner_part .banner_text .btn_1 {
    background-image: -webkit-linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
    background-image: -o-linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
    background-image: linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
}
.banner_part {
    background-size: 48%;
}
@media (max-width: 576px) {
  /* line 2, E:/167 Bizcon Business/Bizcon_html/sass/_banner.scss */
  .banner_part {
    height: 650px;
    background-image: none;
    background-color: transparent;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, E:/167 Bizcon Business/Bizcon_html/sass/_banner.scss */
    .banner_part {
        height: 650px;
        background-image: none;
        background-color: transparent;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_part {
        height: 700px;
        background-image: none;
        background-color: transparent;
    }
}
.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}
.bg-facebook {
    background-color: #1f36a3;
    border-color: #1f36a3 !important;
}
.bg-linkedin {
    background-color: #2977c9;
    border-color: #2977c9 !important;
}
.bg-instagran {
    background-color: #a44040;
    border-color: #a44040 !important;
}
.bg-whatsapp {
    background-color: #089f2e;
    border-color: #089f2e !important;
}
.bg-facebook:hover {
    background-color: #1f36a3 !important;
    border-color:#FFF !important;
}
.bg-linkedin:hover {
    background-color: #2977c9;
    border-color: #FFF !important;
}
.bg-instagran:hover {
    background-color: #a44040 !important;
    border-color: #FFF !important;
}
.bg-whatsapp:hover {
    background-color: #089f2e;
    border-color: #FFF !important;
}
.blog_part .single-home-blog .card h5{
    font-size:1rem;
}
.blog_part .single-home-blog .card .card-body a {
    color: #1f36a3;
}
.blog_part .single-home-blog .card h5:hover {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background: -webkit-linear-gradient(131deg, #1f36a3 0%, #7bcbfe 99%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: 1s;
}
.card-img-noticia{
    max-height:279.7px;
}
.slick-list {
    box-shadow: 2px -1px 15px 1px gray;
    margin-bottom: 50px;
}
.slick-initialized .slick-slide {
    text-align: center;
    border: 1px solid lightgray;
    height: 200px;
    line-height: 200px;
}
.slick-dots .slick-active button {
    background-image: -webkit-linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
    background-image: -o-linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
    background-image: linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
}
.img-reponsive {
    width: 100%;
}
.not-effect .slick-list {
    box-shadow:none !important;
}

.slick-arrow {
    box-shadow: 1px 1px 4px 1px black;
    border-radius: 50%;
}

.slick-arrow:focus {
    box-shadow: 1px 1px 4px 1px black;
    border-radius: 50%;
}

.not-effect .slick-initialized .slick-slide {
    border: none !important;
}
.review_part{
    padding-bottom:70px;
}
.generic-blockquote {
    border-left: 2px solid #1a17b4;
}
.bg_qualidade {
    background-image: url("/Assets/Imagem/Banner/labqualidade.jpg");
}
.btn_4 {
    background-image: -webkit-linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
    background-image: -o-linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
    background-image: linear-gradient(131deg, #7bcbfe, #1a17b4, #1a17b4, #1a17b4);
    border-color: #1a17b4;
}

.bg_contato {
    background-image: url("/Assets/Imagem/Banner/labcontato.jpg");
}
.bg_trabalheconosco {
    background-image: url("/Assets/Imagem/Banner/labtrabalheconosco.jpg");
}
.bg_satisfacao {
    background-image: url("/Assets/Imagem/Banner/banner_satisfacao.jpg");
}

#secao-equipe img {
    opacity: 0.5;
}
#secao-equipe img.open {
    opacity: 1;
}
.card-header .title {
    font-size: 19px;
}
.card-box {
    box-shadow: 1px 3px 6px 3px gray;
}
.click-info {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -37.5px;
    margin-right: -82px;
    font-size: 50px;
    color: white;
    z-index: 9;
    text-shadow: 1px 1px 3px lightgray;
    display: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.back-info {
    width: calc(100% - 30px);
    background-color: black;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}

.open .click-info{
    display:block;
}

.open .back-info {
    display: block;
}
#carousel-convenio .owl-stage-outer {
    box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 3px 0px;
}
#carousel-convenio img {
    box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 3px 0px;
}
/*Sobre*/
.bg_sobre {
    background-image: url('/Assets/Imagem/Banner/labsobre.jpg');
}
/*.bg_sobre h2{
    color:black !important;
}*/
.bg_nossa_equipe {
    background-image: url('/Assets/Imagem/Banner/labnossaequipe.jpg');
}
.about-mission-vision-values p{
    text-align:justify;
}
.about_part .about_text h2 {
    width: 45%;
    border-bottom: 3px solid #a44040;
}
.border-radius-top-rigth {
    border-top-right-radius: 8px;
    box-shadow: 1px 1px 1px 1px gray;
}
.border-radius-top-left {
    border-top-left-radius: 8px;
    box-shadow: -1px -1px 1px 1px gray;
}
.border-radius-none {
    box-shadow: 1px -1px 1px 1px gray;
}
.container-info {
    background-color: #005b95;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    color: #FFF;
}
.about-mission-vision-values {
    background-color: #005b95;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom:60px;
    color: #FFF;
}
.about-mission-vision-values p{
    color: white;
}
.about-mission-vision-values h2{
    text-align:center;
    color: white;
    /*-webkit-text-fill-color: white; 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/
}
.about-mission-vision-values .row div{
    margin-bottom:10px;
}
.container-img-negocio-1{
    display:none;
}
@media screen and (max-width: 995px) {
    .container-img-negocio, .container-img-empresa {
        display: none;
    }
}
@media screen and (min-width: 995px) {
    .container-img-negocio, .container-img-empresa {
        display: block;
    }
}
/*.container-info > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1){
    background-image:url("/Assets/Imagem/Sobre/missao.jpg");
}
.container-info > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2){
    background-image:url("/Assets/Imagem/Sobre/missao.jpg");
}
.container-info > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3){
    background-image:url("/Assets/Imagem/Sobre/missao.jpg");
}*/

/*Noticia*/
figure.image img{
    display:block;
    margin:auto;
}
figure.image figcaption{
    text-align:center;
}
mark.pen-red{
    background-color:transparent;
    color:red;
}
.image.image-style-align-left {
    float: left;
    max-width: 50%;
    margin-right:40px;
    margin-top:20px;
}
.image.image-style-align-right {
    float: right;
    max-width: 50%;
    margin-left: 40px;
    margin-top: 20px;
}
.blog_part .single-home-blog .card .card-body {
    box-shadow: 1px 2px 5px 4px lightgray;
    border: 1px solid lightgray;
}
/*Noticias e eventos*/
.container-noticia {
    min-height: calc(100% - 229px);
}
.post {
    position: relative;
    display: block;
}
.item-post {
    position: relative;
}
.post-body {
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
}
.post-body a {
    text-decoration:none !important;
}
.post-midia {
    position:relative;
}
.post-midia img{
    border-bottom-left-radius:14px;
    border-top-left-radius:14px;
    max-height:356px;
    box-shadow: 0px 1px 6px 2px grey;
}
.post-title {
    position: relative;
}
.post-title h1{
    font-size: 24px;
}
.post-title span{
    color:black;
}

.post-title h1:hover {
    background: linear-gradient(to right, #7bcbfe 0%, #1a17b4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg_evento {
    background-image: url("/Assets/Imagem/Banner/labevento.jpg");
}

.bg_generalnews {
    background-image: url("/Assets/Imagem/Banner/labgeral.jpg");
}
.bg_exame {
    background-image: url("/Assets/Imagem/Banner/labexames.jpg");
}
/*Exames*/
.bg-anatomo{
    background-image:url("/Assets/Imagem/Exame/anatomo.jpg");
    width:100%;
    height:100%;
}
.bg-biologia-molecular {
    background-image: url("/Assets/Imagem/Exame/biologiamolecular.jpg");
    width: 100%;
    height: 100%;
}
.bg-citologia {
    background-image: url("/Assets/Imagem/Exame/citologia.jpg");
    width: 100%;
    height: 100%;
}
.bg-congelacao {
    background-image: url("/Assets/Imagem/Exame/congelacao.jpg");
    width: 100%;
    height: 100%;
}
.bg-imuno-histoquimica {
    background-image: url("/Assets/Imagem/Exame/imunohistoquimica.jpg");
    width: 100%;
    height: 100%;
}
.bg-revisao-lamina {
    background-image: url("/Assets/Imagem/Exame/revisaolamina.jpg");
    width: 100%;
    height: 100%;
}
.bg-anatomo, .bg-biologia-molecular, .bg-citologia, .bg-congelacao, .bg-imuno-histoquimica, .bg-revisao-lamina {    
    max-height: 204px;
    background-size:cover;
    background-repeat:no-repeat;
    
}
.bg-anatomo h2, .bg-biologia-molecular h2, .bg-citologia h2, .bg-congelacao h2, .bg-imuno-histoquimica h2, .bg-revisao-lamina h2 {
    line-height: 204px;
    font-size: 30px;
    color: black;
    text-shadow: 2px 2px 2px white;
}
}
.search-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    min-width: initial;
}
.large-search {
    flex: 0 0 100%;
    max-width: 100%;
}
.box-search {
    display: block;
    float: left;
    width: 100%;
    margin-top: -150px;
}
.text-search-exame {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    padding: 0 80px 0 30px;
    background-position: center right 30px;
    background-repeat: no-repeat;
    border: 1px solid #ededed;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: #8b8a8f;
    letter-spacing: 0.5px;
    line-height: 65px;
    text-align: left;
}
.exame_part {
    position: relative;
    z-index: 1;
    padding: 0px 0px 10px;
    padding-top: 60px;
}
.box-search-letter {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #dadada;
}
.box-search-letter ul {
    display: table;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.box-search-letter ul li:first-child {
    padding-left: 0;
}
.box-search-letter ul li {
    display: inline-table;
}
.box-search-letter ul li a {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 22px;
    color: #565656;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.box-exame-table {
    width: 100%;
    padding: 70px 0.9375rem;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    overflow: auto;
}
.box-exame-table table {
    margin: 0;
    width:100%;
}
.box-exame-table table thead, .box-table table tbody {
    border: 0;
}
.box-exame-table table thead tr th:first-child {
    width: 70%;
}
.box-exame-table table thead tr th:last-child{
    width: 30%;
}
.box-exame-table table thead tr th{
    border-right: 1px solid #dadada;
    padding: 0 30px;
}
.box-exame-table table thead tr th:last-child{
    border: 0;
    padding-right: 0;
}
.box-exame-table table thead tr th{
    font-size: 18px;
    font-weight: normal;
}

/*Secretaria*/
.bg_secretaria {
    background-image: url("/Assets/Imagem/Banner/labsecretaria.jpg");
}
.secretary_part {
    position: relative;
    z-index: 1;
    padding: 70px 0px 140px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 33% 73%;
}
.form {
  margin: auto;
  width: 400px;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #dfdfdf;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective-origin: 50px center;
          perspective-origin: 50px center;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.form::before, .form::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.form::before {
  height: 100%;
  top: 0;
  -webkit-transform: translateZ(-100px);
          transform: translateZ(-100px);
  background: #333;
  opacity: 0.3;
}
.form::after {
  content: "SUCCESS!";
  -webkit-transform: translateY(-50%) translateZ(-101px) scaleX(-1);
          transform: translateY(-50%) translateZ(-101px) scaleX(-1);
  top: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.field {
  position: relative;
  background: #cfcfcf;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.field + .field {
  margin-top: 10px;
}

.icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 12px;
  -webkit-transform: translateZ(50px);
          transform: translateZ(50px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.icon::before, .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.icon::after {
  -webkit-transform: translateZ(-23px);
          transform: translateZ(-23px);
  opacity: 0.5;
}

.input {
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 10px 0 48px;
  width: 100%;
  -webkit-transform: translateZ(26px);
          transform: translateZ(26px);
}

.button {
  display: block;
  width: 100%;
  border: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  padding: 14px;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(26px);
          transform: translateZ(26px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.button:hover {
  -webkit-transform: translateZ(13px);
          transform: translateZ(13px);
}

.side-top-bottom {
  width: 100%;
}
.side-top-bottom::before, .side-top-bottom::after {
  content: "";
  width: 100%;
  height: 26px;
  background: linear-gradient(45deg, #e2231e, #df4745);
  position: absolute;
  left: 0;
}
.side-top-bottom::before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: translateZ(-26px) rotateX(90deg);
          transform: translateZ(-26px) rotateX(90deg);
  top: 0;
}
.side-top-bottom::after {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateZ(-26px) rotateX(-90deg);
          transform: translateZ(-26px) rotateX(-90deg);
  bottom: 0;
}

.side-left-right {
  height: 100%;
}
.side-left-right::before, .side-left-right::after {
  content: "";
  height: 100%;
  width: 26px;
  position: absolute;
  top: 0;
}
.side-left-right::before {
  background: #e53935;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  left: 0;
}
.side-left-right::after {
  background: #e35d5b;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  right: 0;
}

.email .icon::before, .email .icon::after {
  background: url(https://image.flaticon.com/icons/svg/131/131040.svg) center/contain no-repeat;
}

.password .icon::before, .password .icon::after {
  background: url(https://image.flaticon.com/icons/svg/130/130996.svg) center/contain no-repeat;
}

.face-up-left {
  -webkit-transform: rotateY(-30deg) rotateX(30deg);
          transform: rotateY(-30deg) rotateX(30deg);
}

.face-up-right {
  -webkit-transform: rotateY(30deg) rotateX(30deg);
          transform: rotateY(30deg) rotateX(30deg);
}

.face-down-left {
  -webkit-transform: rotateY(-30deg) rotateX(-30deg);
          transform: rotateY(-30deg) rotateX(-30deg);
}

.face-down-right {
  -webkit-transform: rotateY(30deg) rotateX(-30deg);
          transform: rotateY(30deg) rotateX(-30deg);
}

.form-complete {
  -webkit-animation: formComplete 2s ease;
          animation: formComplete 2s ease;
}

.form-error {
  -webkit-animation: formError 2s ease;
          animation: formError 2s ease;
}

.input:active, .input:focus, .button:active, .button:focus {
  outline: none;
  border: 1px solid #1a17b4;
}
#form a.left {
    display: block;
    text-align: start;
    color: #1a17b4;
}
#form a.right {
    display: block;
    text-align: end;
    color: #1a17b4;
}
#form a:hover {
    transform: scale(1.3);
    transition: all 0.3s ease-in-out 0.2s;
}

@-webkit-keyframes formComplete {
  50%, 55% {
    -webkit-transform: rotateX(30deg) rotateY(180deg);
            transform: rotateX(30deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(1turn);
            transform: rotateX(0deg) rotateY(1turn);
  }
}

@keyframes formComplete {
  50%, 55% {
    -webkit-transform: rotateX(30deg) rotateY(180deg);
            transform: rotateX(30deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(1turn);
            transform: rotateX(0deg) rotateY(1turn);
  }
}
@-webkit-keyframes formError {
  0%, 100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateX(-25deg);
            transform: rotateX(-25deg);
  }
  33% {
    -webkit-transform: rotateX(-25deg) rotateY(45deg);
            transform: rotateX(-25deg) rotateY(45deg);
  }
  66% {
    -webkit-transform: rotateX(-25deg) rotateY(-30deg);
            transform: rotateX(-25deg) rotateY(-30deg);
  }
}
@keyframes formError {
  0%, 100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateX(-25deg);
            transform: rotateX(-25deg);
  }
  33% {
    -webkit-transform: rotateX(-25deg) rotateY(45deg);
            transform: rotateX(-25deg) rotateY(45deg);
  }
  66% {
    -webkit-transform: rotateX(-25deg) rotateY(-30deg);
            transform: rotateX(-25deg) rotateY(-30deg);
  }
}
/*Medico*/
.bg_medico {
    background-image: url("/Assets/Imagem/Banner/labmedico.jpg");
}

/*Exceptions*/
.center-exception {
    height: calc(100vh - 186.05px);
    width: 100%;
    
}
@media only screen and (max-width:1200px) {
    .center-exception {
        min-height: 435px;
    }
}

@media only screen and (max-width:960px) {
    .center-exception {
        min-height: 530px;
    }
}

.center-exception i{    
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#1a17b4;
}
/*Cadastro*/
.form-register{
    margin: auto;
    width: 800px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #dfdfdf;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective-origin: 50px center;
    perspective-origin: 50px center;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
/*Contato*/
#contactForm .btn-outline-primary {
    margin: 0;
    width: auto;
    float: right;
}
.form-contact .form-control {
    border: 1px solid #acaab0;
}
/*FAQ*/
.bg_faq {
    background-image: url("/Assets/Imagem/Banner/faq.jpg");
}
.dropdown-faq{
   
}
.dropdown-faq li {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    box-shadow: 0 8px 6px -6px gray;
    cursor:pointer;
}
.dropdown-faq .dropdown-item{
    display:none;
}
.dropdown-faq .dropdown-item li{
    box-shadow:none;
    cursor: auto;
    white-space: initial;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    font-size:18px;
}
.dropdown-faq h3{
    font-size: 1.2rem;
}

.dropdown-faq .open{
    padding-bottom: 0;
}
.dropdown-faq .open .dropdown-item{
    padding-bottom: 20px;
    -webkit-animation: slide-down 1s ease-out;
    -moz-animation: slide-down 1s ease-out;
}

.card-body-noticia {
    left: 10px !important;
    right: 10px;
    text-align: initial;
    max-height:166px;
}
.card-body-noticia .card-title{
   overflow: hidden;
    height: 66px;
    margin: 0;
    text-transform:none !important;
}
/*Satisfação*/
.mw-800 {
    max-width: 800px !important;
}
.color-red {
    color: #a44040;
}
.color-orange {
    color: #e6730d;
}
.color-yellow {
    color: #ddac1b;
}
.color-lightgreen {
    color: #5fb75f;
}
.color-green {
    color: green;
}
/*Convênios*/
.container-convenios {
    box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 3px 0px;
    display:block;
    margin-bottom:10px;
    position:relative;
}
.container-convenios img{
    margin: auto;
    display: block;
}

.bg_convenios {
    background-image: url("/Assets/Imagem/Banner/labconvenios.jpg");
}


/*Aviso*/
@media (min-width: 992px){
    .modal-lg {
        max-width: 700px;
    }
}
#modalAviso > div > div {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 15%;
}
@media only screen and (min-width:1200px) {
    #modalAviso > div > div {
        top: 0;
    }
}
