@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

*{ margin: 0; padding: 0; }*


.center{ width: 70%; margin: 0 auto; }

body{ font-family: 'Roboto', sans-serif; color: #191919; font-weight: 500;}


header{ background-color: #fff; padding: 15px 0; -webkit-box-shadow: 3px 5px 19px -4px rgba(0,0,0,0.69); -moz-box-shadow: 3px 5px 19px -4px rgba(0,0,0,0.69); box-shadow: 3px 5px 19px -4px rgba(0,0,0,0.69); }
	.midias, .telefones, nav{ float: left; width: 26%; height: 50px; }


.affix{ position: fixed; width: 100%; z-index: 999999999; }
	.midias a{ display: none;  }
	.midias a.logotipo{ display: inline; background-color: transparent; border-radius: 0; width: auto; padding-top: 0; position: relative; top: -12px; left: 20px;  }

/** nav **/
nav{ height: auto; position: relative; width: 48%; padding-top: 12px;}

nav ul { list-style-type:none; margin:0 auto; padding:0; }
	nav li { display:inline-block; float: left;}

		nav li a {display:block; text-align: center; padding: 0 5px; font-size: 14px; font-weight: 500; color: #000; text-decoration: none;} /* LINKS DO MENU */
		nav li ul li a{ text-align:left;}

		nav li:hover a { color: #006496} /** HOVER DOS LINKS **/
		nav li:hover ul a {	background: rgba(0,100,150,1); color: #fff;} /* LINKS DO SUBMENU */
			nav li:hover ul a:hover { background: #9f005c; } /* HOVER DOS LINKS DO SUBMENU */

		nav li ul {	display: none; margin-left: 0px; padding-top: 15px; position: absolute; width: auto; z-index: 9999;} /* SUBMENU */
			nav li ul li { display: block; float: none; border: none} /* LI DO SUBMENU */
				nav li ul li a { width: auto; min-width: 100px; padding: 10px 20px; font-size: 11px;  font-weight: 400;} /* LINKS DO SUBMENU */
					nav ul li a:hover + .hidden, .hidden:hover { display: block;}/*Display the dropdown on hover*/



.show-menu { text-decoration: none; background-color: #9f005c; font-weight: bold; color: #fff; text-align: center; padding: 20px 20px; display: none; position: absolute;} /* BOTAO MENU */
	nav input[type=checkbox]{ display: none; -webkit-appearance: none;} /* ESCONDE CHECKBOX */
	nav input[type=checkbox]:checked ~ #menu{ display: block;} /* MOSTRA O SUBMENU SE CLICAR NO CHECK */
/** nav **/




/** slider **/
.bx-wrapper .bx-viewport{ left: 0; box-shadow: none; border: none }
.bx-wrapper .bx-pager{ display: none; }
.bx-wrapper{ margin: 0 auto;  }

.bxslider .text{ position: absolute; width: 100%; height: 100vh; }
	.bxslider .text li{ float: left; width: 26%; font-size: 14px; padding-top: 30px; }
	.bxslider .text li:nth-child(2){ width: 48%; }

	.bxslider .text li i, .bxslider .text li span{ float: left; }
	.bxslider .text li span{ position: relative; top: 5px; width: 400px; }
	.bxslider .text li i{ font-size: 40px; color: #bf4836; margin-right: 5px; margin-left: 50px; }
	/*.bxslider .text li.cro i{ font-size: 55px; color: #bf4836; margin-left: 5px; margin-right: 0px; }
	.bxslider .text li.cro{ width: 20%; float: right; }*/

	.bxslider .text li h2{ font-size: 30px; color: #1a1a1a;  }
	.bxslider .text li h2 strong{color: #9f005c;}

	.bxslider .text li a{ background: #f1e802; padding: 15px 50px; color: #000;}
	.bxslider .text li p{ color: #000; font-size: 14px; width: 90%; float: right; border-top: 2px solid #006496; padding-top: 10px; margin-bottom: 30px; }

	.bx-wrapper img.logo{ width: auto; display: inline; margin-top: 20px; margin-bottom: 20px; }


	.bxslider .text li.local{ width: 39%; margin-left: 20px; float: left; }
		.bxslider .text li.cro{ width: 58%; margin-right: 20px; }

	.bxslider h4{border-top: 2px solid #006496; padding: 15px 0; margin-top: 15px; font-size: 16px; width: 115%;}
	.bxslider h4 span{ float: left; }
	.bxslider h4 img{ float: left; }

/** slider **/


.midias{ padding-top: 5px; }
	.midias a{ background-color: #006496; border-radius: 50%; display: block; width: 33px; padding: 5px 0; text-align: center; color: #fff; float: left;  }
		.midias a{ margin-left: 7px; }
		.midias a:first-child{ margin-left: 50px; }

.telefones{ color: #9f005c; text-align: right; font-size: 14px; font-weight: 500;  }
	.telefones span{ position: relative; top: 7px; right: 20px;}



.destaque{ background-image: url(../img/background-sobre.jpg); padding: 100px 0; color: #fff; }
	.sobre-nos li{ float: left; width: 66%; margin-right: 30px; }
	.sobre-nos li:nth-child(2){ width: 30%; margin-right: 0; }
	.sobre-nos h4{ color: #f1e802; font-size: 30px; margin-bottom: 30px; }

	.sobre-nos li p{ text-align: justify; width: 70%; }
	.sobre-nos li p strong{ color: #f2e501; font-size: 18px; }

	.sobre-nos li form{ border: 1px solid #fff; padding: 40px 30px; }
	.sobre-nos li form input{ width: 95%; padding: 10px 0 10px 10px; margin-bottom: 15px; background-color: transparent; border: 1px solid #fff; color: #fff; }
	.sobre-nos li form strong{ margin-bottom: 20px; display: block; }

	.sobre-nos li form input::-webkit-input-placeholder{ color: #fff; }
	.sobre-nos li form span{ font-size: 11px; line-height: 15px; display: block; }
	.sobre-nos li form .btn{ color: #191919; background-color: #f1e802; border: none; padding: 10px 40px; width: auto; font-size: 12px; font-weight: 500; cursor: pointer; }


.tecnologia{ background-image: url(../img/tecnologia.jpg); background-attachment: fixed; background-size: cover; width: 100%;  }
	.tecnologia .center{ padding: 50px 0 250px; color: #fff; font-size: 30px }
	.tecnologia ul{ margin-top: 50px; }
	.tecnologia ul li{ float: left; margin-left: 20px; }
		.tecnologia ul li:first-child{ margin-left: 0; }

	.tecnologia ul li img.hover{ position: absolute; display: none; }

.destaque2{ position: relative; top: -125px; }

.tratamentos{ background-image: url(../img/background-tratamento.jpg); height: 500px; margin-top: -130px; }
	.tratamentos .center{ padding: 70px 0; }
	.tratamentos h4, .noticias h4{ color: #fff; font-size: 30px; border-bottom: 2px solid #f2e501; padding-bottom: 5px; width: 100%;}

	.tratamentos ul{ float: left; width: 45%; margin-top: 50px; color: #fff;}
	.tratamentos ul:nth-child(2){ margin-right: 45px; margin-left: 40px; }
	.tratamentos ul li{ list-style: disc; height: 30px; }
	.tratamentos ul li .mais, .noticias .mais{ display: block; float: right; background: #f2e501; border-radius: 50%; width: 25px; text-align: center; color: #191919; padding: 0px 0 2px;   }


.noticias{background-image: url(../img/noticias.jpg); background-attachment: fixed; background-size: cover; width: 100%; padding: 100px 0; color: #fff; }
	.noticias h4{ border: none; margin-bottom: 30px; }
	.noticias ul li{ width: 46%; float: left; }
	.noticias ul li:first-child{  margin-right: 68px;}

	.img-destaque{ width: 40%; margin-right: 30px; float: left; background-size: cover; background-position: center; background-repeat: no-repeat;  height: 200px; }
	.txt-destaque{ float: left; width: 50%; height: 300px;}
	.txt-destaque p{ height: 175px; font-size: 12px; }
	.txt-destaque a{ color: #fff; font-size: 12px; }


.noticias .mais{ background-color: #9f005c; color: #fff; float: none; display: inline; padding: 0 9px 2px; }
	.mais-noticias{ text-align: right; }
	.mais-noticias a{ color: #fff; font-size: 20px; }

/** noticias **/

.img-destaque.um{background-image: url(../img/noticias/clareamento-dental-diminuiu-demanda-por-ouro-em-consultorios.jpg);}
.img-destaque.dois{background-image: url(../img/noticias/diabeticos-tem-mais-chance-de-desenvolver-gengivite-e-periodontite.jpg);}

/** noticias **/

/** internas **/

.tecnologias ul{ }
	.tecnologias ul li{ float: left; width: 18%; margin-right: 15px; margin-bottom: 50px;}
		.tecnologias ul li:nth-child(5n){ margin-right: 0px; }
		.tecnologias ul li img{ max-width: 100%; width: 100%; border: 1px solid #ccc; margin-bottom: 15px; }


.body-noticias h1{ margin-bottom: 0px; font-size: 45px; }
.body-noticias h5{ font-weight: 300; font-size: 15px; color: #333; margin: 10px 0 30px; }
.body-noticias span{ font-size: 12px; font-weight: 300; }
.legenda{ display: block; border-bottom: 1px solid #ccc; padding-bottom: 15px; font-size: 12px; color: #333 ;}
.img-noticia{ margin: 20px 0 5px 0; }



.contato input{ margin-right: 15px; border: none; border-left: 2px solid #9f005c; padding: 10px 0; padding-left: 5px; background-color: #fafafa; width: 30.5%;  }
.contato input[type=tel]{ margin-right: 0; }
.contato textarea{ width: 98%; background-color: #fafafa; border: none; border-left: 2px solid #9f005c; height: 250px; margin-top: 20px; }
.contato input[type=submit]{ width: 98.2%; background-color: #9f005c; color: #fff; cursor: pointer; padding: 15px 0; margin-top: 20px; }

.contato input:focus{ outline: none; }
.contato textarea:focus{ outline: none; }

.noticias-interna ul li{ float: left; width: 23%; margin-right: 20px; margin-bottom: 50px; }


.noticias-interna ul li img{ max-width: 100%; height: auto; margin-bottom: 15px; }
.noticias-interna ul li h4{ margin-bottom: 15px; }

.noticias-interna ul li a{ color: #9f005c }


footer{ background-image: url(../img/mapa.jpg); background-attachment: fixed;  background-size: cover; background-position: left bottom; }
	.contato-footer{ background-color: rgba(99,0,57, 0.85); padding:80px 50px; width: 50%; float: right; text-align: center; color: #fff }
	.contato-footer h4{ font-size: 30px; color: #f1e802; margin-bottom: 30px; }

	.dados-footer{ text-align: left; margin-top: 10px;  }
	.dados-footer li{ float: left; width: 46%; }
	.dados-footer li:first-child{ width: 54%;  }

	footer form{ margin-top: 30px; color: #fff }
	.input{ float: left; margin-left: 5px; padding: 5px 0; width: 31%; background-color: transparent; border: 1px solid #fff; color: #fff }
	.input:first-child{ margin-left: 0 }
	.textarea{ width: 99%; float: left; border: 1px solid #fff; background-color: transparent; padding-top: 5px; height: 100px; margin-top: 15px; color: #fff }

	.input::-webkit-input-placeholder{ font-size: 11px; padding-left: 5px; }
	.textarea::-webkit-input-placeholder{font-family: 'Roboto', sans-serif; font-size: 11px; padding-left: 5px;}

	footer form input[type=submit]{ width: 100%; background-color: #fff; border: none; color:#000; text-align: center; padding: 10px 0; margin-top: 15px; font-size: 12px; cursor: pointer;  }

.termos{ background-color: #fff; padding: 30px 0; font-size: 13px; }
	.termos ul li{ float: left; width: 50%; text-align: right; }
	.termos ul li:first-child{ text-align: left; padding-top: 2px; }

.facebook-footer{ position: fixed; bottom: 0; right: 5px; width: 250px; padding:15px 0; color: #fff; font-size: 13px; text-align: center; background-color: #036493; }
	.facebook-footer a{ color: #fff; text-decoration: none; }
	.facebook-footer i{ position: relative; right: 5px; }

/** internas **/

.conteudo{ padding: 100px 0; }

#map{ height: 500px; }

.imagens-sobre{ padding: 50px 0;}
	.imagens-sobre img{ width: 25%; height: auto; margin: 0; float: left;  }

	.imagens-sobre h2{ padding-bottom: 15px; border-bottom: 3px solid #9f005c }


.convenios li{ float: left; width: 11%; text-align: center; margin-right: 15px; color: #fff; padding: 10px 0; background-color: #006496; font-size: 14px; }
.convenios li:last-child{ margin-right: 0; }

.conveniosi h4{
	background: #9f005c;
	color: #fff;
	padding: 10px 0 10px 10px;
	margin-bottom: 3px;
	text-align: left;
	cursor: pointer;
}

.conveniosi div.body-convenio{
	background: #fff	;
	text-align: left;
	padding: 20px;
}

.conveniosi div.body-convenio img{ margin-right: 15px; border:1px solid #ccc; width: 200px; float: left; }

/* others */

h1, h2{ color: #9f005c; margin-bottom: 30px; }
h2{ font-size: 20px; margin-bottom: 20px; }
h3{ color: #036493; margin-bottom: 15px; }

.clear{ clear: both; }

li{ list-style: none; }

a{ text-decoration: none; }

.txt-left{ text-align: left; }
.txt-center{ text-align: center; }
.txt-right{ text-align: right; }

.responsive{ max-width: 100%; width: 100%; height: auto }
.mobile{ display: none; }

.right10{ margin-right: 10px; }

.logo-mobile{ display: none; }


@media screen and (max-width : 760px){

.mobile{ display: inline; }
.logo-mobile{ display: inherit; }


	/** nav **/
	nav{ padding-top: 0; width: 100% }
	nav ul { position: static; display: none;}
		nav .menu{ width: 100%; margin-top: -10px; padding-top: 10px; padding-bottom: 10px; position: absolute; z-index: 999999; background-color: #8d0152;}
			nav li a{ text-align: left; padding: 5px 10px; font-weight: 500; font-size: 14px; color: #fff;}
			nav li a:hover{ color: #fff; width: 100%;  }
		nav li { margin-bottom: 1px;}
		nav li ul{ position: relative; padding:5px 0; }
		nav li ul li{ border-left: 5px solid #006496; padding: 2px 10px; margin-bottom: 2px; width: 90% }
		nav li:hover ul a{color: #fff;  background-color: transparent; padding: 0; text-align: left; }
		nav li:hover ul a::before{ content: ' ';}
			nav ul li, li a { width: 100%;}

	.logo-mobile{ width: 100%; text-align: right; }
	.logo-mobi{ width: 200px; position: relative; right: 20px; }

		.show-menu {display:block; z-index: 999999; top: -68px; }
	/** nav **/


.midias{ padding-left: 5px; width: 35%; float: right; height: 30px; display: none;}
.telefones span{ padding-right: 0px; right: 0; }
.telefones{ width: 100%; height: auto; text-align: center; margin-top: 10px; margin-bottom: 10px; }


.center{ width: 95%; }
.destaque{ text-align: center; padding:20px 0;  }

.destaque .sobre-nos li:first-child{ display: none; }

.destaque-m{ text-align: center;  }
	.destaque-m ul li{ float: left; width: 33%; border-radius: 50%; padding: 20px 0 50px;}
	.destaque-m ul li a{ display: block; text-align: center; color: #fff; background-color: #9f005c; text-align: center; border-radius: 50%; font-size: 12px; padding: 33px 0; width: 80px; margin: 0 auto }
	.destaque-m ul li:nth-child(2) a{ padding: 25px 0; }


.sobre-nos li p{ width: 90%; margin: 0 auto; text-align: center; }

.sobre-nos li:nth-child(2){ width: 100%; margin-top: 30px; }

.bx-wrapper{ display: none; }
.sobre-nos li{ width: 100%; }



.tecnologia{ text-align: center; display: none; }


.tecnologia .center{ padding: 50px 0 200px; }

.tratamentos{ margin-top: -5px; }
.destaque2{ display: none;}
.tratamentos ul:nth-child(2){ margin-left: 0; margin-right: 0; margin-top: 50px }
.tratamentos ul{ width: 100%; margin-top: 0 }

.tratamentos{ height: auto; }
.tratamentos .center{ width: 85% }
.tratamentos ul li{ font-size: 13px; }

.noticias{ display: none;}
.img-destaque{ margin-right: 0; width: 100%; }

.txt-destaque{ width: 100%; height: auto; margin-bottom: 50px; }
.txt-destaque p{ padding-bottom: 15px; height: auto; }

.mais-noticias{ padding-top: 0; text-align: left; }

.contato-footer{ padding: 40px 50px; width: 71%; }
.dados-footer li:first-child, .dados-footer li{ width: 100% }
.input{ margin-left: 0; width: 100%; margin-bottom: 5px; }
.termos ul li:first-child{ padding-top: 0; text-align: center; margin-bottom: 10px; }
.termos ul li{ text-align: center; width: 100%; }
.termos{ padding: 15px 0; }


		.affix{ display: none; }
		header{ box-shadow: none; }

.noticias-interna ul li{width: 100%; margin-right: 0px; margin-bottom: 50px; }

.tecnologias ul li{ width: 100%; }

#container{ display: none; }

.contato input{ width: 97%; margin-bottom: 5px; }
.mobile-responsive{ max-width: 100%; width: 100%; }

.conteudo{ padding: 30px 0 100px; }

.imagens-sobre img{ width: 100% }

.conveniosi div.body-convenio img{ float: none; margin-right: 0; margin-bottom: 20px; width: 100%; }

} /*mobile */


/* 1600 */
@media (min-width: 100em) {
		nav li a {padding: 0 20px; font-size: 17px;}
		/*.bxslider .text li.logo p{ font-size: 50px; line-height: 50px; }
		.bxslider .text li.logo{ padding-top: 150px; }
		.bxslider .text li.logo a{ font-size: 20px; }
		.bxslider .text li.cro{ width: 15%; }*/

		.sobre-nos li{ width: 67%; }
		.tratamentos ul{ width: 46%; }

		.txt-destaque p{ height: 270px; }

		.img-destaque{ width: 45%; margin-right: 30px; float: left; background-size: cover; background-position: center; background-repeat: no-repeat;  height: 300px; }

		.noticias ul li:first-child{  margin-right: 100px;}

		.txt-destaque a{ color: #fff; font-size: 19px; }
		.mais-noticias{ padding-top: 50px; }

		.contato-footer{ width: 35% }

		.bxslider .text li h2{ font-size: 50px;  }

		.bxslider .text li p{border-top: 5px solid #006496; padding-top: 30px; margin-bottom: 50px; width: 60% }

		.bx-wrapper img.logo{ margin-top: 50px; margin-bottom: 50px; }

		.contato input{ width: 31.3%;  }

		.tecnologias ul li{ width: 19%;}

		nav li ul li a{ font-size: 13px; }

		.convenios li{ font-size: 16px; }

}/* 1600 */



/****** TABLET ABAIXO ******/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1){

	.mobile{ display: inline; }
.logo-mobile{ display: inherit; }


	/** nav **/
	nav{ padding-top: 0; width: 100% }
	nav ul { position: static; display: none;}
		nav .menu{ width: 100%; margin-top: -10px; padding-top: 10px; padding-bottom: 10px; position: absolute; z-index: 999999; background-color: #8d0152;}
			nav li a{ text-align: left; padding: 5px 10px; font-weight: 500; font-size: 14px; color: #fff;}
			nav li a:hover{ color: #fff; width: 100%;  }
		nav li { margin-bottom: 1px;}
		nav li ul{ position: relative; padding:5px 0; }
		nav li ul li{ border-left: 5px solid #006496; padding: 2px 10px; margin-bottom: 2px; width: 90% }
		nav li:hover ul a{color: #fff;  background-color: transparent; padding: 0; text-align: left; }
		nav li:hover ul a::before{ content: ' ';}
			nav ul li, li a { width: 100%;}

	.logo-mobile{ width: 100%; text-align: right; }
	.logo-mobi{ width: 200px; position: relative; right: 20px; }

		.show-menu {display:block; z-index: 999999; top: -68px; }
	/** nav **/


.midias{ padding-left: 5px; width: 35%; float: right; height: 30px; display: none;}
.telefones span{ padding-right: 0px; right: 0; }
.telefones{ width: 100%; height: auto; text-align: center; margin-top: 10px; margin-bottom: 10px; }


.center{ width: 95%; }
.destaque{ text-align: center; padding:20px 0;  }

.destaque .sobre-nos li:first-child{ display: none; }

.destaque-m{ text-align: center;  }
	.destaque-m ul li{ float: left; width: 33%; border-radius: 50%; padding: 20px 0 50px;}
	.destaque-m ul li a{ display: block; text-align: center; color: #fff; background-color: #9f005c; text-align: center; border-radius: 50%; font-size: 12px; padding: 33px 0; width: 80px; margin: 0 auto }
	.destaque-m ul li:nth-child(2) a{ padding: 25px 0; }


.sobre-nos li p{ width: 90%; margin: 0 auto; text-align: center; }

.sobre-nos li:nth-child(2){ width: 100%; margin-top: 30px; }

.bx-wrapper{ display: none; }
.sobre-nos li{ width: 100%; }


.tecnologia{ text-align: center; display: none; }


.tecnologia .center{ padding: 50px 0 200px; }

.tratamentos{ margin-top: -5px; }
.destaque2{ display: none;}
.tratamentos ul:nth-child(2){ margin-left: 0; margin-right: 0; margin-top: 50px }
.tratamentos ul{ width: 100%; margin-top: 0 }

.tratamentos{ height: auto; }
.tratamentos .center{ width: 85% }

.noticias{ display: none;}
.img-destaque{ margin-right: 0; width: 100%; }

.txt-destaque{ width: 100%; height: auto; margin-bottom: 50px; }
.txt-destaque p{ padding-bottom: 15px; height: auto; }

.mais-noticias{ padding-top: 0; text-align: left; }

.contato-footer{ padding: 40px 50px; width: 87%; }
.dados-footer li:first-child, .dados-footer li{ width: 100% }
.input{ margin-left: 0; width: 100%; margin-bottom: 5px; }
.termos ul li:first-child{ padding-top: 0; text-align: center; margin-bottom: 10px; }
.termos ul li{ text-align: center; width: 100%; }
.termos{ padding: 15px 0; }


		.affix{ display: none; }
		header{ box-shadow: none; }

.noticias-interna ul li{width: 100%; margin-right: 0px; margin-bottom: 50px; }

.tecnologias ul li{ width: 100%; }

#container{ display: none; }

.contato input{ width: 97%; margin-bottom: 5px; }
.mobile-responsive{ max-width: 100%; width: 100%; }

.conteudo{ padding: 30px 0 100px; }


}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
	and (orientation:landscape)
and (-webkit-min-device-pixel-ratio: 1){


	.mobile{ display: inline; }
.logo-mobile{ display: inherit; }


	/** nav **/
	nav{ padding-top: 0; width: 100% }
	nav ul { position: static; display: none;}
		nav .menu{ width: 100%; margin-top: -10px; padding-top: 10px; padding-bottom: 10px; position: absolute; z-index: 999999; background-color: #8d0152;}
			nav li a{ text-align: left; padding: 5px 10px; font-weight: 500; font-size: 14px; color: #fff;}
			nav li a:hover{ color: #fff; width: 100%;  }
		nav li { margin-bottom: 1px;}
		nav li ul{ position: relative; padding:5px 0; }
		nav li ul li{ border-left: 5px solid #006496; padding: 2px 10px; margin-bottom: 2px; width: 90% }
		nav li:hover ul a{color: #fff;  background-color: transparent; padding: 0; text-align: left; }
		nav li:hover ul a::before{ content: ' ';}
			nav ul li, li a { width: 100%;}

	.logo-mobile{ width: 100%; text-align: right; }
	.logo-mobi{ width: 200px; position: relative; right: 20px; }

		.show-menu {display:block; z-index: 999999; top: -68px; }
	/** nav **/


.midias{ padding-left: 5px; width: 35%; float: right; height: 30px; display: none;}
.telefones span{ padding-right: 0px; right: 0; }
.telefones{ width: 100%; height: auto; text-align: center; margin-top: 10px; margin-bottom: 10px; }


.center{ width: 95%; }
.destaque{ text-align: center; padding:20px 0;  }

.destaque .sobre-nos li:first-child{ display: none; }

.destaque-m{ text-align: center;  }
	.destaque-m ul li{ float: left; width: 33%; border-radius: 50%; padding: 20px 0 50px;}
	.destaque-m ul li a{ display: block; text-align: center; color: #fff; background-color: #9f005c; text-align: center; border-radius: 50%; font-size: 12px; padding: 33px 0; width: 80px; margin: 0 auto }
	.destaque-m ul li:nth-child(2) a{ padding: 25px 0; }


.sobre-nos li p{ width: 90%; margin: 0 auto; text-align: center; }

.sobre-nos li:nth-child(2){ width: 100%; margin-top: 30px; }

.bx-wrapper{ display: none; }
.sobre-nos li{ width: 100%; }


.tecnologia{ text-align: center; display: none; }


.tecnologia .center{ padding: 50px 0 200px; }

.tratamentos{ margin-top: -5px; }
.destaque2{ display: none;}
.tratamentos ul:nth-child(2){ margin-left: 0; margin-right: 0; margin-top: 50px }
.tratamentos ul{ width: 100%; margin-top: 0 }

.tratamentos{ height: auto; }
.tratamentos .center{ width: 85% }

.noticias{ display: none;}
.img-destaque{ margin-right: 0; width: 100%; }

.txt-destaque{ width: 100%; height: auto; margin-bottom: 50px; }
.txt-destaque p{ padding-bottom: 15px; height: auto; }

.mais-noticias{ padding-top: 0; text-align: left; }

.contato-footer{ padding: 40px 50px; width: 87%; }
.dados-footer li:first-child, .dados-footer li{ width: 100% }
.input{ margin-left: 0; width: 100%; margin-bottom: 5px; }
.termos ul li:first-child{ padding-top: 0; text-align: center; margin-bottom: 10px; }
.termos ul li{ text-align: center; width: 100%; }
.termos{ padding: 15px 0; }


		.affix{ display: none; }
		header{ box-shadow: none; }

.noticias-interna ul li{width: 100%; margin-right: 0px; margin-bottom: 50px; }

.tecnologias ul li{ width: 100%; }

#container{ display: none; }

.contato input{ width: 97%; margin-bottom: 5px; }
.mobile-responsive{ max-width: 100%; width: 100%; }

.conteudo{ padding: 30px 0 100px; }

.imagens-sobre img{ width: 50%; }


}


/*politica*/
.cookieConsentContainer{z-index: 999; width: 350px; min-height: 20px; box-sizing: border-box; padding: 10px 10px 10px 10px; background: #1d2124; overflow: hidden; position: fixed; bottom: 30px; left: 30px; display: none; text-align:center;}
.cookieConsentContainer .cookieDesc p { width: 100%; margin:0; padding:0; color:#fff; font-size:13px; line-height:20px; display:block}
.cookieConsentContainer .cookieDesc a{color:#fff;text-decoration:underline; text-align: center;}
.cookieConsentContainer .cookieButton a{
    display:inline-block; color:#fff; font-size:14px; margin-top:14px; background: #3e9b67; box-sizing:border-box; padding:6px 50px; text-align:center; transition:background .3s}
.cookieConsentContainer .cookieButton a:hover{cursor:pointer;background:#3e9b67; color:#000}
.cookieButton{text-align: center;}


@media (max-width:980px){.cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important}}


