img {object-fit: cover;}

.limit_height_esp {
	height: auto;
}
.mapa_contato,.mapa_contato iframe {
	margin-bottom: -3px;
	padding: 0;
}
.color-white{
	color: white!important;
}
.convenios {
	padding: 40px 0;
}
.convenios figcaption{
	text-align: center;
}
.convenios img {
	object-fit: cover;
	display: inline-block;
	margin-bottom: 40px;
	transition: all .3s;
}
.convenios img:hover{
	display: inline-block;
	margin-bottom: 40px;
	transform: scale(1.2);
}
.intro-cov {
	padding: 70px 0;
	background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bn1.jpg');
	background-position:center -50%;
}
/*.single-article img{
	float: left;
	width: 40%;
}*/

@media (max-width: 720px){
	.sociedade {
		text-align: center;
	}
}

.novas img{
	float: left;
	width: 30%;
	margin-right: 10px;
}

.especialidade ul {
	clear: both;
}

.especialidade ul {
	margin: 20px;
}

.convenios img {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.spinner img {
	width: 100%;
	height: 100%;
}

.novas {
	display: flex;
}
.novas a {
	width: 33%!important;
}
.novas img {
	width: 100%;
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: 100px;
	left: 48%;
}

.owl-prev, .owl-next {
	display: block!important;
	font-size: 0;
}

.owl-next:after {
 content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid green;
}

.owl-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid blue; 
}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.woff2') format('woff2'),
        url('../fonts/GillSansMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Gill Sans MT'!important;
}

.menuzord-brand {
	margin: 10px 15px 0 0;
}

.menuzord-menu > li > a {
	padding: 8px 10px;
}
p {
	line-height: 1.4!important;
}

.consultorio img{
	height: 240px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 40px;
}

.fa-whatsapp {
	color: #fff;
}
.menuzord-brand img {
	margin-bottom: 15px;
}

.menuzord-menu.menuzord-right {
	margin-top: 30px;
}
.bg-theme-colored {
	background: linear-gradient(rgb(62,200,172), rgb(78,144,164))!important;
}

.idx-espec-neuro {
	/*background: linear-gradient(rgba(0,173,183, .5), rgba(3,140,145, .5)), url('../images/neuro.png');
	background-size: cover;
	background-position: center;*/
}

.idx-espec-dor {
	/*background: linear-gradient(rgba(0,101,99, .5), rgba(0,101,99, .5)), url('../images/dor.png');
	background-size: cover;
	background-position: center;*/
}

.idx-espec-neuromo {
	/*background: linear-gradient(rgb(0,101,99, .5), rgb(8,148,145, .5)), url('../images/modulacao.png');
	background-size: cover;
	background-position: center;*/
}
.idx_espec {
	margin-bottom: 40px;
}
.idx-espec-neuromo p, .idx-espec-dor  p, .idx-espec-neuro  p {
	font-size: 18px;
}

.idx-espec-neuromo , .idx-espec-dor  , .idx-espec-neuro  {
	/*border: 5px solid #252525;*/
}


.buttonOne {
    border-image: linear-gradient(to right, #b861c6 0%,#ffc7c7 100%);
    border-image-slice: 1;
    border-width: 3px;
}

.border_degrade {
	padding: 30px;
    border-left: 10px solid #3EC8AC;
  border-right: 10px solid #4E90A4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 10px;
  -moz-background-size: 100% 10px;
  background-size: 100% 10px;
  background-image: -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
  background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
  background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
  background-image: linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%), linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%);
}

.buttonTwo {
    border-image: linear-gradient(to left, #2e98bc 0%, #c66262 100%);
    border-image-slice: 1;
    border-width: 3px;
}



/*.idx-espec-dor {
  position: relative; 
}
.idx-espec-dor:before, .idx-espec-dor:after {
  content: "";
  position: absolute;
}
.idx-espec-dor:before {
  top: -3px;
  left: -3px;
  bottom: 0;
  right: -3px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006563), to(transparent));
  background-image: -webkit-linear-gradient(#006563, transparent);
  background-image: -moz-linear-gradient(#006563, transparent);
  background-image: -o-linear-gradient(#006563, transparent);
  z-index: -2;
}
.idx-espec-dor:after {
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #a4b9ff;
}*/

/*=====*/

/*.idx-espec-neuro {
  position: relative; 
}
.idx-espec-neuro:before, .idx-espec-neuro:after {
  content: "";
  position: absolute;
}
.idx-espec-neuro:before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background-image: -webkit-gradient(radial, right top, 10, 90% 0%, 150, from(#000), to(transparent));
  background-image: -webkit-radial-gradient(right top, 150px 230px, #000, transparent);
  background-image: -moz-radial-gradient(right top, farthest-corner, #000 0%, transparent 72%);
  z-index: -2;
}
.idx-espec-neuro:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #a4b9ff;
  z-index: -1;
}*/

/*=====*/

.menuzord-menu > li > a {
    padding: 8px 8px;
    text-transform: uppercase;
}
.layer-overlay::before {
	background: rgba(17, 17, 17, 0.2) none repeat scroll 0 0;
}
.title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.intrn_espec .item{
  margin-bottom: 40px;
}

.idx_espec h2:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #252525;
  margin: 0 auto 20px;
}

@media (max-width: 760px){
  .side-push-panel.has-side-panel .menuzord .showhide {
    float: none!important;
  }
  .menuzord-responsive .menuzord-brand {
    float: none!important;
    width: 100%;
    display: block;
    text-align: center;
  }
  .menuzord-brand img {
    display: inline-block;
    max-width: 300px;
  }
  .menuzord-brand img {
    max-height: 300px!important;
  }
  .side-push-panel.has-side-panel .menuzord .showhide {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
  .menuzord .showhide em {
      display: block;
     
      margin: 3.5px auto 0;
      float: none;
  }

}
