html, html[lang] {
  margin-top: 0 !important; 
}


a:hover{text-decoration: none;}

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #7D7D7D;
}

.btn-azul{
	background-color: #2980B9;
	border-radius: 50px 4px 50px 4px;
	font-size: 16px;
	cursor: pointer;
}
.btn_categorias{
  padding-left: 10px;
  padding-right: 10px;
}
.area_pesquisa{
  padding: 5px;
}

.video-btn{
	float: right;
}

h1{
	font-size: 34px;
}

.azul{
	color: #2980B9;
}

.font-14{
	font-size: 14px;
}



/*---NAV---*/
.navbar{
	background-color: #2980B9;
	height: 100px;
}

.navbar-light .navbar-nav .nav-link{
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
	color: #162A48;
}

a.navbar-brand{
	height: 269px;
    background-color: #fff;
    padding: 9% 0;
    width: 228px;
    border-radius: 0 0 50px 4px;
    z-index: 999;

}


/*---MENU-MOBILE---*/
.navbar-light .navbar-toggler{
  border: 0;
  border-radius: 0;
  width: 44px;
  height: 44px;
  margin: .5rem 1rem;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  width: 22px;
  height: 3px;
  background: #fff;
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all;
}

.navbar-toggler span:before, .navbar-toggler span:after {
  content: " ";
  position: absolute;
  width: 22px;
  height: 3px;
  background: #fff;
  -webkit-transition: 350ms ease all;
  -moz-transition: 350ms ease all;
  transition: 350ms ease all;
}
.navbar-toggler span:before {
  margin: -0.3em 0 0 -11px;
}
.navbar-toggler span:after {
  margin: 0.3em 0 0 -11px;
}
.navbar-toggler.open span {
  background-color: transparent;
}
.navbar-toggler.open span:before, .navbar-toggler.open span:after {
  margin: -1px 0 0 -11px;
  background: #fff;
}



/*card*/


.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.card-image {
  display: block;
  /*-webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;*/
  min-height: 240px;
  background-position: center;
  background-size: cover;
  background-color: #ccc;
  height: 240px;
  width: 370px;
}


.card-content {
  display: block;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 47%;
  margin: 0;
  padding: ;
  background: #fff;
}

.card-content {
  padding: 1.5em 1em 1.5em 1.5em;
  margin: 0;
  padding-bottom: 0;
}

.card-header {
	background-color: #ffffff;
	border-bottom: none;
	padding-left: 0px;
}

.card-subtitle {
  font-family: open sans;
  font-size: 13px;
  text-transform: uppercase;
  color: #66CCCC;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  font-weight: 400;
}

.card-title {
  font-family: 'open sans';
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #333;
}

.card-title a {
  text-decoration: none;
  transition: ease 500ms all;
  color: #007bff;
}

.card-title a:hover {
  color: #66cccc;
  text-decoration: none;
}

.card-body {
  font-family: open sans;
  display: block;
  padding: 0;
}
.texto_card{
	padding-left: 0px;
}

.read-more {
  margin-top: 1.5rem;
  text-align: right;
  color: #ffffff;
  /*padding-left: 30px;*/
}

.read-more a {
  color: #ffffff;
  opacity: .6;
  text-decoration: none;
  font-size: 14px;
  background-image: url('../img/read_more.svg');
  background-image: cover;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-radius: 90px 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px; 
  margin-top: 20px;
  /*border: 2px solid rgba(0, 70, 147, 0.75);*/
}




/*Fim Card*/



.thumb_blog{
	height: : 400px;

}











/*---CARROUSEL---*/
.carousel-caption {
    top: 50%; 
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    
}

.carousel-caption.video{
	top: 69%; 
}

.carousel-caption.bg-azul{
	right: 22%;
    left: 22%;
	background: rgba(22, 42, 72, 0.6);
    padding: 5%;
}

.decorative{
	position: relative;
    margin-top: -8%;
    display: block;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/*---HOME-CONCEITO---*/
.home-conceito{
	background-color: #F5F5F5;
}

.title{
	color: #162A48;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3%;
}
.blog-title{
	color: #162A48;
	font-weight: bold;
	margin-bottom: 3%;
}


p.text{
	text-align: left;
}

/*---HOME-ESPECIALIDADES---*/
.border-image{
	border: 1px dashed #CCCCCC;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    padding-top: 28px;
    margin: auto;
}

.home-especialidades .nav-item a{
	color: #7D7D7D;
	font-size: 14px;
	padding: 0;
}

.home-especialidades .nav-item a.active .border-image{
	border: 1px solid transparent;
	background: #2980B9;
	border-radius: 30px 4px 30px 4px;
}

.home-especialidades .nav-item a:hover .border-image{
	border: 1px solid transparent;
	background: #3fa5e8;
	border-radius: 30px 4px 30px 4px;
}

.home-especialidades a:hover img,
.home-especialidades a.active img{
	filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
	-webkit-filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
	-moz-filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
}

.home-especialidades li{
	padding-right: 15px;
    padding-left: 15px;
}

.home-especialidades h4{
	font-weight: bold;
	color: #2980B9;
	margin-bottom: 4%;
}

.petala-home{
	position: relative;
    margin-top: -11%;
}

/*---HOME-DOUTORES---*/
.home-doutores img{
	border: 1px solid #2980B9;
	padding: 2%;
}


.home-doutores figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
}


.home-doutores h5 {
  margin: 0;
  position: absolute;
  width: 100%;
  left: -16%;
  opacity: 0;
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 0;
  -webkit-transform: translate3d(0%, 150%, 0);
  transform: translate3d(0%, 150%, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-align: center;
}

.home-doutores .doutor h5{
	left: 53px;
} 

.img-hover:hover img,
.img-hover.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.img-hover:hover figcaption,
.img-hover.hover figcaption {
  height: 55%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.img-hover:hover figcaption h5,
.img-hover.hover figcaption h5 {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

/*---HOME-CONTATO---*/
.home-contato .bg-azul{
	background-color: #162A48;
	margin-top: 6.1%;
	color: #fff;
}

/*---HOME-VIDEO---*/
.video h4{
	color: #2980B9;
	font-weight: bold;
	margin-bottom: 0;
}

/*---FOOTER---*/
footer{
	background-color: #F5F5F5;
    color: #222222;
}

.footer-img{
	 margin-top: 117px;
    position: relative;
}

footer a{
	color: #222222;
}

footer a:hover{
	color: #222222;
}

.copyright{
	background-color: #0D1B30;
	font-size: 13px;
	color: #fff;
}

.copyright a{
	color: #2980B9;
}

.socialbtns, .socialbtns ul, .socialbtns li{
	margin: 0;
	padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fab {
	width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #2980B9;
    padding-top: 13px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.live-chat-galaxie {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.02em;
  line-height: 0.8em;
  text-transform: uppercase;
}

.live-chat-transition {
  transition:all 0.5s ease;
}

#live-chat {
  background: #f5f5f5;
  bottom: -242px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  float: left;
  height: 277px;
  margin: 0 auto;
  right: 8px;
  position: fixed;
  text-align: center;
  width: 185px;
  z-index: 999;
}

#live-chat.open-chat {
  bottom: -1px;
}

#chat-label {
  background: #2980B9;
  height: 35px;
  cursor: pointer;
  position: relative;
  border: 0;
}

#chat-label h4 {
    color: #ffffff;
    height: 13px;
    left: 37px;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}

.live-chat-arrow {
      font-size: 13px;
    float: right;
}


.live-chat-down-arrow {
  opacity: 0;
  transform: rotate(180deg) translateY(-50%);
}

.hide-up-arrow {
    transform: rotate(180deg);
}

#chat-label.open-chat-label {
  background: #d0d3d6;
}

#chat-label.open-chat-label h4 {
  color: #262526;
}

#live-chat p {
  color: #262526;
  font-family: arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 17px;
  margin: 15px auto;
  width: 160px;

}

#chat-button {
  background: #2980B9;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 12px 0 11px 0;
  text-decoration: none;
  width: 151px;
  font-size: 14px;
}

#chat-button:hover {
  background: #06748e;
}

/*---PAGE-CLINICA---*/
.header-page{
	background: url(../../../../img/a-clinica/padrao.svg);
    height: 124px;
    background-repeat: repeat;
}

.owl-carousel.residencial .owl-item img {
    display: block;
    width: 100%;
    height: 210px;
    transition: 0.5s;
}

.owl-carousel.residencial .owl-item:hover img {
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}

/*---PAGE-CONCEITO---*/
.ortodontia{
	background-color: #F5F5F5;
}



.conceito .colunas{
	padding: 0 0%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    -webkit-column-span: all;
    column-span: all;
}


.ortodontia p{
	padding: 0 20%;
}

p.citacao{
	color: #2980B9;
	font-style: italic;
	padding: 0 31%;
}

.ortodontia .petala{
	position: relative;
    margin-top: -21%;
    float: left;
}

.conceito-acupuntura{
	background: url('../img/conceito/bg-02.png');
	color: #fff;
}

/*---MODA---*/
.modal-body.avaliacao{
	background-color: #162A48;
	color: #fff;
}

.modal-content{
	border-radius: 0;
}

.modal-header{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-control{
	height: 45px;
	border-radius: 20px 4px 20px 4px;
}

.modal-body.avaliacao .btn-azul{
	float: none;
	margin-top: 1.5rem!important;
}

/*---PAGE-INVISALING---*/
.invisalign p{
	padding: 0 15%;
}

.vantagens{
	background: #F5F5F5;
}

.vantagens h4{
	font-weight: bold;
	color: #34495E;
}

.tratamento h4{
	color: #162A48;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5rem;
}

.tratamento p{
	text-align: center;
	padding: 0 15%;
}

.img-footer{
	position: absolute;
    margin-top: 0px;
    z-index: 999;
}

/*---PAGE-DOUTORES---*/
.doutores img{
	border: 1px solid #2980B9;
	padding: 2%;
	width: 300px;
	margin: auto;
	display: block;
}

.doutores h4{
	font-weight: bold;
	color: #2980B9;
	margin-bottom: 1.5rem;
}

.doutores .petala{
	border: 0;
    padding: 0;
    padding-top: 64px;
    margin: auto;
    display: block;
}

.doutores .socialbtns .fab{
	background-color: transparent;
	border: 1px solid #2980B9;
	color: #2980B9;
}

.doutores .socialbtns .fab:hover{
	background-color: #2980B9;
	border: 1px solid #2980B9;
	color: #fff;
}

.agendar{
	background-color: #162A48;
	color: #fff;
}

.agendar .btn-azul{
	float: right;
	margin-top: 0!important;
}

/*----PAGE-CONTATO---*/
.contato .form-control{
	background-color: #F5F5F5;
	border: 1px solid #2980B9;
	color: #2980B9;
	font-size: 14px;
}

.mapa{
	background: url('../img/mapa.png');	
	height: 400px;
}

.contato-medico{
	background-color: #162A48;
}

.contato-medico h5{
	font-size: 18px;
	color: #2980B9;
	font-weight: bold;
}

.contato-medico a{
	color: #fff;
	font-weight: bold;
}

/*--PAGE-ESPECIALIDADES--*/
.especialidades{
	background-color: #162A48;
}

.especialidades a.active .border-image {
    border: 1px solid transparent;
    background: #2980B9;
    border-radius: 30px 4px 30px 4px;
}

.especialidades a:hover .border-image{
	border: 1px solid transparent;
	background: #3fa5e8;
	border-radius: 30px 4px 30px 4px;
}

#sync2 .current .item a .border-image {
    border: 1px solid transparent;
    background: #2980B9;
    border-radius: 50px 4px 50px 4px;
}

.especialidades img {
    filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
    -webkit-filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
    -moz-filter: brightness(0%) saturate(0%) contrast(100%) invert(100%);
    width: 33px;
}

/*.especialidades .item a p {
    color: #fff;
    font-size: 14px;
}
*/
.especialidades .tab-content, #sync1{
	background-color: #fff;
}

.especialidades h4{
	color: #2980B9;
	text-align: center;
	margin-bottom: 1.5rem;
}

.especialidades p{
	color: #7D7D7D;
}

.especialidades ul li p{
	color: #fff;
	font-size: 13px;
}

.consulta{
	background-color: #162A48;
	color: #fff;
	text-align: center;
}

.especialidades .owl-carousel .owl-item img {
    height: auto;
    width: auto;
}

.accordion>.card .card-header {
    background-color: #2980B9
}

.card a.collapsed i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card{
	border-radius: 0;
}


.especialidades .card-body {
    border: 1px solid #cccccc;
    color: #787878;
}

/*---------------------------------*/
/*----MOBILE---*/
@media (max-width: 576px) {
	a.navbar-brand{
		height: 90px;
		padding: 5% 0;
		width: 110px;
		border-radius: 0 0 20px 0;
	}

	.navbar{
		padding: 0;
		height: 80px;
	}

	.navbar-collapse {
		background-color: #2980B9;
		z-index: 99;
		margin-top: -11px;
	}

	.navbar-collapse a{
		float: right;
		margin-right: 3%;
	}

	/*---HOME---*/
	.video-btn{
		float: none;
	}

	.carousel-caption{
		background: #162A48;
		top: 0;
		transform: translate(0, 0);
		position: initial;
		webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		height: 478px;
		padding: 5%;
	}

	.carousel-caption.bg-azul{
		background: #162A48;
	}

	.carousel-caption p.mb-0{
		margin-bottom: 1rem !important;
	}

	.carousel-control-next, .carousel-control-prev {
		top: -500px;
	}

	.decorative{
		margin-top: 0;
	}

	.home-conceito {
		margin-top: -64px;
	}

	h1 {
		font-size: 28px;
	}

	p.text {
		padding: 0 8%;
	}


	.home-doutores .col-lg-6{
		margin-bottom: 10%;
	}

	.home-doutores h5{
		color: #2980B9;
	    font-weight: bold;
	    text-align: center;
	    left: 0 !important;
	    position: absolute;
	    text-align: center;
	    opacity: 0.9;
	    bottom: 44px;
	}

	.home-doutores img {
		margin-bottom: 12%;
	}

	.home-contato .img-mobile{
		position: relative;
		top: 0;
		z-index: 9999;
	}

	.home-doutores figcaption {
    	position: initial;
    	top: 0;
    }

	.home-contato .bg-azul {
		margin-top: -97px;
		color: #fff;
		padding-top: 28% !important;
	}

	.home-especialidades .border-image {
    	height: 60px;
	    width: 60px;
	    padding-top: 19px;
	}

	.home-especialidades .border-image img {
    	height: auto;
    	width: 48%;
	}

	.home-especialidades  .nav-item  a.active .border-image {
	    border: 1px solid transparent;
	    background: #2980B9;
	    border-radius: 20px 4px 20px 4px;
	}

	.home-especialidades  .nav-item  a:hover .border-image{
	    border: 1px solid transparent;
	    background: #3fa5e8;
	    border-radius: 20px 4px 20px 4px;
	}


	.home-especialidades  .nav-item  a p{
		display: none;
	}

	.home-especialidades ul{
		-ms-flex-pack: center!important;
    	justify-content: center!important;
	}

	.home-especialidades li {
	    padding-right: 6px;
	    padding-left: 8px;
	    margin-bottom: 5%;
	}

	.home-especialidades .tab-content>.tab-pane{
		text-align: center;
	}


	.video .btn-azul{
		width: 100%;
		padding-left: 0!important;
		padding-right:  0!important;

	}

	/*--FOOTER--*/
	.copyright.py-4 {
		text-align: center;
	}

	.copyright.py-4 .float-right{
		float: none !important;
		margin-top: 5%;
	}


	/*----PAGE----*/
	.header-page{
		height: 63px;
	}

	.conceito p {
		padding: 0;
	}

	.conceito .colunas{
		-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	}

	.ortodontia p {
		padding: 0;
	}

	p.citacao{
		padding: 0;
	}	

	.owl-carousel.residencial .owl-item img{
		height: 250px;
	}

	.ortodontia .petala {
		position: relative;
		margin-top: -27%;
		float: left;
		width: 31%;
	}

	.invisalign p {
    	padding: 0;
	}

	.tratamento p{
		padding: 0;
	}

	.footer-img {
    	margin-top: 0;
    	position: relative;
	}

	.agendar{
		text-align: center;
	}

	.agendar h1{
		margin-bottom: 8% !important;
	}

	.agendar a.btn.btn-lg.btn-azul.text-white.px-5.float-right{
		float: none !important;
	}

	.contato .form-control{
		margin-bottom: 4%;
	}

	.contato .row.mb-4, .consulta .row.mb-4{
		margin-bottom: 0!important;
	}

	.consulta .form-control{
		margin-bottom: 4%;
	}

	.especialidades ul {
    -ms-flex-pack: center!important;
    justify-content: center!important;
	}

	.especialidades li {
	    padding-right: 6px;
	    padding-left: 8px;
	    margin-bottom: 5%;
	}

	.especialidades .nav-item a {
	    color: #7D7D7D;
	    font-size: 14px;
	    padding: 0;
	}
	
	.especialidades .nav-item a.active .border-image {
	    border: 1px solid transparent;
	    background: #2980B9;
	    border-radius: 20px 4px 20px 4px;
	}

	.especialidades .nav-item  a:hover .border-image{
	    border: 1px solid transparent;
	    background: #3fa5e8;
	    border-radius: 20px 4px 20px 4px;
	}

	.especialidades .nav-item a p {
    	display: none;
	}

	.especialidades .border-image img {
	    height: auto;
	    width: 38%;
	}

	.especialidades .border-image {
	    height: 50px;
	    width: 50px;
	    padding-top: 19px;
	}


	.mapa{
		background: none;
		height: auto;
	}

	.mapa .row.pt-5{
		padding-top: 0 !important;
		margin-right: 0;
    	margin-left: 0;
	}

	.mapa .container, .mapa .col-lg-4{
		padding-right: 0;
    	padding-left: 0;
	}

	.mapa .col-lg-8{
		text-align: center;
		margin: 5% 0;
	}

	.mapa .col-lg-8 a.btn-azul{
		float: none !important;
		margin-top: 0!important;

	}

	.modal .col{
		margin-bottom: 1rem;
	}

	.modal-body.avaliacao .btn-azul{
		margin-top: 0 !important;
	}
	
}

@media (min-width: 768px) {
	.home-especialidades .nav-item img.img-fluid.m-auto.d-block{
		width: 56%;
	}
}


/*--TABLET--*/
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0px;
	    padding-left:  0px;
	    font-size: 14px;
	}

	.home-especialidades .border-image {
    	height: 60px;
	    width: 60px;
	    padding-top: 19px;
	}

	

	.home-especialidades .border-image img {
    	height: auto;
    	width: 48%;
	}

  .home-especialidades .nav-item  a.active .border-image {
	    border: 1px solid transparent;
	    background: #2980B9;
	    border-radius: 20px 4px 20px 4px;
	}

	.home-especialidades .nav-item  a:hover .border-image{
	    border: 1px solid transparent;
	    background: #3fa5e8;
	    border-radius: 20px 4px 20px 4px;
	}

	.home-especialidades  .nav-item  a p{
		display: none;
	}

	.home-especialidades .border-image {
	    height: 80px;
	    width: 80px;
	    padding-top: 19px;
	    margin-bottom: 11%;
	}

}