@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
*{
  font-family:"Montserrat";
}
p{
	color: #202020;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}

@media (min-width: 1200px){
  .header .col-xl-3{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21%;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    position: relative;
    z-index: 1;
  }

  .header .col-xl-9{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79%;
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%;
  }

  #header:before{
    content: "";
    position: absolute;
    height: 40px;
    left: -50%;
    bottom: -39px;
    width: 70%;
    background: #008048;
  }
  #header:after{
    content: url("../img/bg-header.png");
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -670px;
  }
}

#header{
  background: #008048;
  z-index: 5;
  position: relative;
}

.topo{
  background: #006a3b;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}

.logo{
	margin: 15px 0 -20px 0;
	float: left;
  position: relative;
  z-index: 1;
}

  .topo .btn_s{
    width: 27px;
    height: 27px;
    padding-top: 5px;
  }

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		
 
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul li{ 
	float:left; 
	height: auto; 
	position: relative;
}

#menu ul li a{ 
	font-size: 16px; 
	display: block; 
	height: auto;  
	padding: 0px 9px; 
	line-height: 45px; 
	color: #fff;
  font-weight: 500;
  text-transform: uppercase;
	text-decoration: none;
	border-radius: 35px;
} 

#menu ul li a:hover{ 
	background: #366a40;
	color: #fff;
}  
 

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 99%; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:#027f01; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:15px; background: #027f01; border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #025601;}
#menu li ul li:last-child a{border-bottom: none;}
#menu li.menu-off > ul{
  display: none !important;
}
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #008048; width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
	#menu.nav-fixed ul a{line-height: 40px; color: #fff;} 
	#menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
	#menu.nav-fixed li ul a{ line-height:20px; }
} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; cursor: pointer;}

@media only screen and (max-width: 1200px) { 
  .pull {cursor: pointer; display: block; float: right; padding: 0 40px 0 0; }
  .bgplb{ background-position: right bottom; }
  #menu {background: #fff; position: fixed; left: -100%; top: 0; z-index: 99999; width: 100%; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
  #menu ul{float: none !important; margin: 0 0; }
  #menu ul li {width: 90%; margin: 0 auto; display: block; float: none; height: auto; border-bottom:1px solid #ddd;}
  #menu ul li a {text-align: left; color: #171717; font-size: 1.1em; height: auto; line-height: 45px; padding: 0 10px; } 

  #menu ul li:hover > ul {display: block; }
  #menu ul li ul{position:relative; top:0px; margin:0px; width: 100% ; padding: 0 3%; } 
  #menu ul li li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
  }
   #menu ul li li a{
    background: none;
    border-bottom: none;
     color: #171717;
   }
   #menu ul li li a:hover{
    border-bottom: none;
	}
   .arrow-menu:before{
    content: "›";
    position: absolute;
    top: -3px; 
    right: 10px;
    font-size: 40px;
    color: #171717;
   }
   #menu ul li li a:before{
    content: "»";
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: bold;
   }
  #menu-toggle:checked + #menu { left: 0 !important; }


	#header{
		position: sticky;
		top: 0;
		z-index: 111;
/*		background: #fff;*/
	}

	.logo{
		margin: 15px 0;
	}
	.logo img{
		height: 65px;
	}
}

#painel-home ul{
	padding-left: 0;
	list-style: none;
}
#painel-home img{
	width: 100%;
}
.slick-next {
  background-position: -35px 0 !important; 
  right: 5% !important;
}
.slick-prev {
  background-position: 0 0;
  left: 5% !important;
}
.carousel .slick-next {
  right: 0 !important;
}
.carousel .slick-prev {
  left: 0 !important;
}

.carousel .slick-slide {
    padding:0 10px;  
}   
  .slick-next, .slick-prev{
    height: 33px !important;
    width: 33px !important;   
    background-image: url(../img/icones/arrow.png) !important;
  }
  .slick-next:before, .slick-prev:before{
    display: none !important;
  }
  
	.item img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative; border-radius: 25px}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
.lupa:before{
  position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.lupa:hover:before{
  opacity: 1;
}

@media(min-width: 992px){
  .content_home{
    margin-top: -55px;
  }
}


@media(max-width: 992px){
  .content_home{
    margin-top: 35px;
  }
}

.boxe{
  background: #366a40;
  background: -moz-linear-gradient(45deg,  #1f4c28 0%, #509e5f 100%);
  background: -webkit-linear-gradient(45deg,  #1f4c28 0%,#509e5f 100%);
  background: linear-gradient(45deg,  #1f4c28 0%,#509e5f 100%);
  padding: 35px;
  border-radius: 10px;
  transition: all .3s;
}
.boxe:hover{
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

  .boxe h2{
    color: #fff;
    font-size: 24px;
    margin-top: 25px;
    font-weight: 600;
  }

@media(min-width: 992px){
  .boxe h2{
    min-height: 55px;
  }
  .img_home{
    max-width: initial !important;
  }
}
.boxe_white{
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);  
}  

.btn1{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  padding: 15px;
  background: #366a40;
  background: -moz-linear-gradient(45deg,  #1f4c28 0%, #509e5f 100%);
  background: -webkit-linear-gradient(45deg,  #1f4c28 0%,#509e5f 100%);
  background: linear-gradient(45deg,  #1f4c28 0%,#509e5f 100%);
}
  .btn1:hover{
    color: #fff;
    background: #366a40;
  }

.boxe_c{
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #edf9f0 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#edf9f0 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#edf9f0 100%);
  border: 1px solid #b1b1b1;
  min-height: 250px;
  text-align: center;
  transition: all .3s;
  padding: 20px;
  border-radius: 20px;
}
  .boxe_c:hover{
    text-decoration: none;
    border: 1px solid #417f4d;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  }

.page-header{
  margin-bottom: 40px;
}
  
.page-header h1{
  color: #366a40;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 5px 0;
  margin: 0 0;
  border-bottom: 1px solid #366a40;
}

.bnr {
  height: 268px;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 30px;
}
.bnr-quemsomos{
  background-image: url(../img/topo/quemsomos.jpg);
}
.bnr-profissionais{
  background-image: url(../img/topo/11.jpg);
}
.bnr-servicos{
  background-image: url(../img/topo/14.jpg);
}
.bnr-localizacao{
  background-image: url(../img/topo/01.jpg);
}
.bnr-exames{
  background-image: url(../img/topo/10.jpg);
}
.bnr-noticias{
  background-image: url(../img/topo/noticias.jpg);
}
.bnr-contato{
  background-image: url(../img/topo/contato.jpg);
}

.bnr-08{
  background-image: url(../img/topo/08.jpg);
}
.bnr-20{
  background-image: url(../img/topo/20.jpg);
}
.bnr-21{
  background-image: url(../img/topo/21.jpg);
}
.bnr-22{
  background-image: url(../img/topo/22.jpg);
}
.bnr-23{
  background-image: url(../img/topo/23.jpg);
}
.bnr-26{
  background-image: url(../img/topo/26.jpg);
}
.bnr-contato{
  background-image: url(../img/topo/contato.jpg);
}

.tit{
  color: #417f4d;
  font-size: 26px;
  font-weight: 600;
}

.tt{
  color: #417f4d;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.text-black{
  color: #000;
}

@media(min-width: 769px){
  .boxe_c_int{
    min-height: 340px;
  }
}

.boxe_serv{
  padding: 15px 15px 15px 40px;
  border-radius: 15px;
  border: 1px solid #b1b1b1;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.2);
}
  .boxe_serv:before{
    content: "";
    border-radius: 2px;
    margin-left: -20px;
    margin-top: 3px;
        border-left: 10px solid #417f4d;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        float: left;
  }
  .boxe_serv p{
    margin-bottom: 0;
  }
  .boxe_serv a{
    color: #000 ;
  }

.list{
  padding: 0;
  list-style: none;
}

.list li{
  padding-left: 15px;
  margin-bottom: 5px;
}

.list li:before{
  content: "";
  width: 7px;
  height: 7px;
  float: left;
  margin-top: 8px;
  background: #e3191c;
  margin-left: -15px;
  border-radius:50%;
}

.marcas {
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    height: 200px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

 .marcas img{
 	display: block;
 	margin: 0 auto;
 	max-width: 80%;
 }

 .noticia{
  border-bottom: 1px dotted #a5a5a5;
 	margin-bottom: 30px;
 }

 .noticia h3{
 	color: #366a40;
 	font-size: 22px;
 }

 .noticia time{
 	color: #fff;
  font-size: 14px;
  background: #366a40;
  padding: 3px 10px;
  display: table;
  margin-bottom: 10px;
 }

 .pagination .active a.page-link{
 	background: #366a40;
 	border-color: #366a40;
 }

 .pagination a.page-link{
 	color: #366a40;
 }


 @media(max-width:768px){
  .pagination{
    display: block !important;
  }
  .pagination li{
    display: inline-block;
  }
 }
 .btn-volta{
 	background: #366a40;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #305f39;
    color: #fff;
  }

.cabecalho h2{
	color: #366a40;
	font-size: 22px;
  font-weight: 600;
	margin-bottom: 5px;
}

.cabecalho time{
	color: #737373;
}
 #form .group label{
  font-weight: 500;
 }
 #form .form-control{
  	min-height: 45px;
    border-radius: 15px;
 	  border:1px solid #ccc;
 }

 .t1{
  color: #366a40;
  margin-bottom: 15px;
  font-weight: 600;
 }

 #form .btn{
 	background: #366a40;
 	color: #fff;
 	margin-top: 20px;
 	height: 45px;
 	border: none;
  width: 120px;
  border-radius: 15px;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #305f39;
  }

 .captcha{
 	float: left;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}

#footer{
	padding: 30px 0 0 0;
	background: #008048;
	color: #fff;
  font-size: 14px;
}

.tt-footer{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

#footer address,
#footer p{
	color: #fff;
  font-size: 14px;
}

.btn_s{
	background: #4c945a;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	padding: 8px 0 0 0;
}
	.btn_s:hover{
		background: #305f39;
	}

	#footer svg{
		fill: #fff;
		width: 20px;
		height: 20px;
	}
	
.rodape{
	margin-top: 15px;
	background: #006a3b;
	padding: 5px 0;
  font-size: 14px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}
 
 
@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}
 

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
}

.whatsapp a {
  background: #00b933;
  border-color: #00b933;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 20px;
}


.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}

#privacy-policy {
    width: 85%;
    max-width: 808px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff !important;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9999999999;
    padding: 20px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeIn 1.3s 5s forwards;
    -moz-animation: fadeIn 1.3s 5s forwards;
    animation: fadeIn 1.3s 5s forwards;
    font-size: 13px; 
}

#privacy-policy h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

#privacy-policy article {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

#privacy-policy button {
    width: 112px;
    height: 44px;
    border-radius: 5px;
    background-color: #417f4d;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#privacy-policy a {
  text-decoration: underline;
}

@media  (max-width: 767px) {
    #privacy-policy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #privacy-policy article {
        width: 100%;
    }

    #privacy-policy button {
        width: 100%;
    }
}

  .alertRetorno{
    position: fixed;
      top: 0;
      z-index: 9999999999;
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
  }

  .fundoRetorno{
      margin: auto;
      top: 40%;
      position: relative;
      text-align: center;
      background: #fff;
      max-width: 308px;
      padding: 45px;
      border-radius: 7px;
  }

  .fechaalerta{
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
  }



/* Whatsapp */
.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s 4s;
          animation: wobble-hor-bottom 0.8s 4s;
}

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
            transform: translateX(-10px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(10px) rotate(6deg);
            transform: translateX(10px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-10px) rotate(-3.6deg);
            transform: translateX(-10px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(5px) rotate(2.4deg);
            transform: translateX(5px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-1.2deg);
            transform: translateX(-3px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
            transform: translateX(-10px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(5px) rotate(6deg);
            transform: translateX(5px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-5px) rotate(-3.6deg);
            transform: translateX(-5px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(5px) rotate(2.4deg);
            transform: translateX(5px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-1.2deg);
            transform: translateX(-3px) rotate(-1.2deg);
  }
}


.chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}

.chat-whatsapp {
    background: #25d366;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;

}

.chat-whatsapp img {
    width: 40px;
    height: 40px;
}



.chat-text {
    position: absolute;
    left: -175px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

.chat-whatsapp:hover .chat-text,
.chat-whatsapp:focus .chat-text {
    display: inline-block;
}

.chat-arrow {
    background: none;
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 14px;
    border: 5px solid transparent;
    border-left-color: #fff;
}


.chat-whatsapp {
  animation: alerta 1.5s infinite;
  transition: box-shadow 500ms ease-in-out;  
  box-shadow: 0 0 0 0 rgba(9, 165, 19, 0.70);
}

@keyframes alerta {
  0% {
    transform: scale();
  }
  70% {
    transform: scale();
    box-shadow: 0 0 0 30px rgba(69, 152, 27, 0);
  }
    100% {
    transform: scale();
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}
/* End Whatsapp */