/**
* Edits Tema
*/
html, body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

.clear {
	clear: both;
}

#content {
	min-height: 100%;
	position: relative;
}

.fancybox-lock body {
	overflow: initial !important;
}

.rowspace.rowspace {
	margin-bottom: 26px;
}

.pseudo-slider {
	display: none;
}

.transicao,
.eff-op,
.eff {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}

.eff:hover {
	box-shadow: 1px 1px 10px #1e5391;
	text-decoration: none;
}

.eff-op:hover {
	opacity: .8;
	text-decoration: none;
}

form select,
form input[type="text"] {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 12px;
	height: 36px;
	float: left;
}

form textarea {
	border-radius: 4px;
	height: 120px;
	padding: 12px;
	resize: none;
}

h1 {
	margin: 0 !important;
	font-size: 0px;
}
/* Default Link Styles */
a {
  	color: #2873b5;
  	text-decoration: none;
  	font-family: 'Open Sans', sans-serif;
  	line-height: inherit; 
}

a:hover {
   text-decoration: underline; 
}

a img {
   border: none; 
}

/* Default paragraph styles */
p {
  	font-family: 'Open Sans', sans-serif;
  	text-rendering: optimizeLegibility;
  	margin-bottom: 16px;
  	line-height: 1.6;
  	text-align: left;
  	font-size: 15px;
  	color: #626a71;
}

p.lead {
   font-size: 1.21875rem;
   line-height: 1.6; }
p aside {
   font-size: 0.875rem;
   line-height: 1.35;
   font-style: italic; 
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  	font-family: 'Open Sans', sans-serif;
  	font-style: normal;
  	text-rendering: optimizeLegibility;
  	margin: 0 0 16px 0;
  	line-height: 1; 
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
   font-size: 60%;
   color: #6f6f6f;
   line-height: 0; 
}

.subheader {
  	line-height: 1.4;
  	color: #6f6f6f;
  	font-weight: normal;
  	margin-top: 0.2rem;
  	margin-bottom: 0.5rem; 
}

hr {
  	border: solid #c4c4c4;
  	border-width: 1px 0 0;
  	clear: both;
  	margin: 1.25rem 0 1.1875rem;
  	height: 0; 
}

/* Helpful Typography Defaults */
em,
i {
  	font-style: italic;
  	line-height: inherit; 
}

strong,
b {
  	font-weight: bold;
  	line-height: inherit; 
}

small {
  	font-size: 60%;
  	line-height: inherit; 
}

code {
  	font-family: Consolas, "Liberation Mono", Courier, monospace;
  	font-weight: normal;
  	color: #333333;
  	background-color: #f8f8f8;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #e0e0e0;
  	padding: 0.125rem 0.3125rem 0.0625rem; 
}

/* Lists */
ul,
ol,
dl {
	color: #626a71;
  	font-size: 15px;
  	line-height: 1.6;
  	margin-bottom: 16px;
  	list-style-position: outside;
  	font-family: 'Open Sans', sans-serif;
}
/**
* Header
*/
.wrap-header {
	box-shadow: 1px 1px 10px #cccccc;
	background-color: white;
}

.logo {
	display: block;
}

.header-info {
	list-style: none;
	margin: 24px 0;
}

.header-info > li {
	position: relative;
	margin-left: 46px;
	line-height: 1;
	float: left;
}

.header-info > li:last-child {
	margin-left: 10px;
}

.header-info > li .each-info {
	list-style: none;
	margin: 0;
}

.header-info > li:after {
	background-color: #e2e2e2;
	position: absolute;
	height: 16px;
	content: "";
	width: 1px;

	left: -24px;
	top: 9px;
}

.header-info > li:last-child:after,
.header-info > li:first-child:after {
	display: none;
}

.each-info > li:first-child {
	font-size: 12px;
	color: #626a71;
}

.each-info > li {
	font-weight: 400;
	line-height: 1.4;
	font-size: 14px;
	color: #2873b5;
}

.each-info > li a {
	font-style: italic;
	margin-left: 16px;
	font-size: 12px;
	color: #c79e2b;
}
/**
* Menu
*/
.nav {
	margin: 36px 0 0 0;
	list-style: none;
}

.nav > li {
	text-transform: capitalize;
	margin-right: 3px;
	font-size: 15px;
	line-height: 1;
	float: left;
}

.nav > li:last-child {
	font-size: 13px;
	margin-right: 0;
}

.btn-consulta,
.nav > li > a {
	font-family: "Open Sans", sans-serif;
	padding: 8px 16px 10px;
	display: block;
	color: #626a71;
	border: none;

	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

.btn-consulta,
.nav > li:last-child > a {
	background-color: #2873b5;
	border-radius: 25px;
	color: white;

	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	transition: background .2s linear;
}

.nav > li > a.actv,
.nav > li:hover > a {
	text-decoration: none;
	color: #2873b5;
}

.btn-consulta:hover,
.nav > li:last-child:hover a {
	background-color: #c79e2b;
	text-decoration: none;
	color: white;
}

.btn-consulta {
	padding: 6px 16px 8px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}
/**
* Wrap Banner
*/
.wrap-banner {
	overflow: hidden;
	width: 100%;
	z-index: 0;
	top: 0;
	opacity: 0;

	max-height: 460px;

	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

/*.wrap-banner,
.wrap-banner .carousel,
.wrap-banner .carousel .frame,
.wrap-banner .carousel .frame .tabled {
	height: 510px;
}

@media (max-width: 960px) {
	.wrap-banner,
	.wrap-banner .carousel,
	.wrap-banner .carousel .frame,
	.wrap-banner .carousel .frame .tabled {
		height: 45vw;
	}
}*/

.wrap-banner .carousel {
	margin-bottom: 0;
}

.wrap-banner .carousel .frame {
	display: block;
}

.wrap-banner .carousel .frame .tabled {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 9999px;
}

.wrap-banner .carousel .frame img {
	max-width: 2140px;
	width: 100%;
}

.wrap-banner .carousel .frame .tabled img {
	margin: 0 auto;
	display: block;
}

.wrap-banner .carousel .slick-prev,
.wrap-banner .carousel .slick-next {
	margin-top: -23px;
	height: 45px;
	width: 45px;
}

.wrap-banner .carousel .slick-prev {
	left: 5%;
	background: url(../img/ico-prev.png) no-repeat center;
}

.wrap-banner .carousel .slick-next {
	right: 5%;
	background: url(../img/ico-next.png) no-repeat center;
}
/**
* Footer
*/
.wrap-footer {
	background-color: white;
	width: 100%;
	bottom: 0;
	left: 0;
}

.assinatura a,
.assinatura {
	text-align: center;	
	font-weight: 300;
	font-size: 13px;
	margin: 22px 0;
	color: #a2a8ad;
}

.to-top {
	position: fixed;
	display: block;
	z-index: 1000;
	bottom: 42px;
	right: 30px;
}
/**
* MENU CELULAR
*/
.menu-aberto {
	overflow: hidden;
}

.offset-menu {
	background-color: #5b0000;
	position: fixed;
	width: 280px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	padding: 40px 20px;
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	-moz-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	-ms-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
}

.offset-menu ul {
	list-style: none;
	margin: 0;
}

.offset-menu li {
	border-bottom: 1px solid white;
	text-transform: uppercase;
	width: 100%;
}

.offset-menu li .dropdown {
	background-color: #af0000;
	padding: 40px 20px;
	position: absolute;
	z-index: 3000;
	width: 280px;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.menu-aberto .offset-menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sub-aberto-2 .dropdown,
.sub-aberto .dropdown {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.offset-menu li a {
	padding: 8px 0;
	display: block;
	color: white;
}

.offset-menu .open-menu {
	background-color: #5b0000;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: white;
	position: fixed;
	top: 0;
	right: -50px;
}

@media (max-width: 600px) {
	.tabela-responsiva {
		min-height: .01%;
	    overflow-x: auto;
	    width: 100%;
	    overflow-y: hidden;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    border: 1px solid #ddd;
	}

	.padrao {
		margin-bottom: 0;
	}
}
/**
* HOME
*/
.container {
	border-bottom: 2px solid #e5e5e5;
	padding: 60px 0;
	width: 100%;
}

.list-with-title {
	list-style: none;
	margin: 0;
}

.list-with-title > li:first-child {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 18px;
	color: #45627c;
}

.flex-grid {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
}

@media (max-width: 600px) {
	.flex-grid {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.flex-center {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.card-dental-apparel {
	text-align: center;
	position: relative;
	width: 100%;
}

.card-dental-apparel img {
	display: block;
	margin: 0 auto;
}

.card-home-servico {
	list-style: none;
	margin: 0;
}

.card-home-servico > li {
	margin-bottom: 4px;
}

.card-home-servico > li:nth-child(1) {
	color: #45627c;
}

.card-home-servico > li:nth-child(2) {
	text-transform: uppercase;
	font-size: 18px;
	color: #c79e2b;
}

.card-home-servico > li:last-child {
	margin: 0;
}

.card-home-servico > li.node-btn {
	margin: 18px 0 0 0;
}

.carousel-servicos {
	margin-bottom: 0;
}

.container.grey {
	background-color: #fbfbfb;
}

.home-tips-image {
	border: 8px solid #e4e4e4;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.row-full {
	max-width: 100%;
}

.card-servico-footer {
	vertical-align: middle;
	display: table-cell;
	width: 9999px;
	height: 400px;
}

.card-servico-footer ul {
	display: inline-block;
	margin: 20px 0;
	max-width: 50%;
}

@media (max-width: 600px) {
	.card-servico-footer ul {
		max-width: 90%;
	}
}

.card-servico-footer ul > li {
	color: white !important;
}

.subtitle,
.title {
	margin-bottom: 45px;
	font-weight: 300;
	font-size: 36px;
	color: #2873b5;
}

.subtitle {
	margin-bottom: 18px;
	font-size: 24px;
}
/**
* EQUIPE
*/
.card-team {
	background-color: #f1f1f1;
}

.card-team img {
	width: 100%;
}

.card-team .list-with-title {
	margin-left: 18px;
}

@media (min-width: 1025px) {
	.flex-reverse {
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
/**
* TRATAMENTO
*/
.card-each-tratamento {
	box-shadow: 1px 1px 5px #cccccc;
	background-color: #f1f1f1;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.card-each-tratamento .plus {
	position: absolute;
	text-align: center;
	line-height: 30px;
	display: block;
	height: 30px;
	z-index: 200;
	bottom: 10px;
	width: 30px;
	right: 10px;
	padding: 0;
}

.card-each-tratamento .wrap-img:after {
  	border-right: 15px solid transparent;
  	border-left: 15px solid transparent;
  	border-bottom: 15px solid #f1f1f1;
  	position: absolute;
	content: "";
  	left: 20px;
  	height: 0; 
  	bottom: 0;
	width: 0;
}

@media (min-width: 1025px) {
	.card-each-tratamento {
		min-height: 555px;
	}
}

.card-each-tratamento .wrap-img {
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	/*height: 215px;*/
}

.card-each-tratamento:hover .wrap-img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.card-each-tratamento .wrap-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
	/*height: 240px;*/
	width: 100%;
}

.card-each-tratamento ul {
	padding: 20px 26px;
}

.card-each-tratamento ul > li {
	font-size: 13px;
}

.demais-tratamentos {
	padding: 20px !important;
}

.demais-tratamentos > li {
	margin-bottom: 4px;
}
/**
* CONVENIOS
*/
.card-convenios {
	background-color: #e5e5e5;
	vertical-align: middle;
	display: table-cell;
	border-radius: 5px;
	width: 999px;
	height: 90px;
}

.card-convenios img {
	width: 100%;
	max-width: 90%;
	display: block;
	margin: 0 auto;
}
/**
* DICAS
*/
.widgets {
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 26px;
}

.widgets form {
	position: relative;
}

.widgets form button {
	background: none;
	font-size: 18px;
	color: #999999;
	height: 32px;
	width: 32px;
	padding: 0;
	border: 0;

	position: absolute;
	right: 4px;
	top: 2px;
}

.widgets ul {
	margin: 0 0 16px 0;
	list-style: none;
}

.list-tips {
	margin: 0 0 26px 0;
	list-style: none;
}

.list-tips > li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.list-tips > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.tip-category {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 8px;
	display: block;
	color: #2873b5;
}

.tip-title {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 24px;
	color: #c79e2b;
}

.tip-image {
	display: block;
	margin: 0 auto 18px;
}

.gallery {
	margin-top: 20px;
}

.popup {
	max-width: 600px;
}
/**
* QUERIES
*/
/*@media only screen and (max-width: 480px) {	
	
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (min-width: 768px) {
	
}*/
@media only screen and (min-width: 1024px) {
	
	.wrap-footer {
		position: absolute;
		height: 65px;
	}

	#content {
		padding-bottom: 65px;
	}
}*/