

/* MENU PERSONALIZADO */

.bg-primary {
	background: #1162A7 !important;
}

h3 {
	font-size: 26px;
	line-height: 33px;
	margin-top: 30px;
}

h3.rufina{
	margin-top: 0
}

p {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
}

/* Classes para mudar fonte e cores do menu principal */
.menu li.active a, .menu li a {
	font-family: 'Source Sans pro', sans-serif;
	font-size: 15px;
	font-weight: 100 !important;
}

/* Cor do item active */
.menu li.active a {
	color: #32C0FB !important; /* Trocar cor do active */
	font-weight: 600 !important;
	opacity: 1;
	border-bottom: 1px solid #32C0FB;
}

.nav-bar a {
	height: 40px;
}

.menu > li {
	margin-right: 20px;
}

/* Opções de Hover */
.menu li a:hover {

}

.outOfSight .top-info {
	display: none;
}

.top-info {
	color: #fff;
	margin-top: 15px;
}


/* Opções menu estado após rolagem */

nav.transparent .nav-utility {
	border-bottom: none;
	margin-top: 20px;
	transition: all 0.5s;
}

nav.transparent .nav-bar, nav.transparent .menu-main-nav {
	border-bottom: none;
	margin-top: 18px;
}

nav.transparent.fixed {
	background: #1162A7;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.menu li a {
	color: #fff;
}

nav.transparent .nav-open .menu > li > a,
nav.transparent .nav-open .module.widget-handle i,
nav.transparent .nav-open .nav-utility,
nav.transparent.fixed .menu > li > a,
nav.transparent.fixed .module.widget-handle i {
	color: #fff;
	opacity: 1;
}
.menu li a:hover,
nav.transparent .menu > li > a:hover {
	color: #32C0FB;
}


img {
	max-width: initial;
}

.container img {
	max-width: 100%;
}

.top-info .module:last-child {
    padding-right: inherit !important;
}

.top-info .module:first-child {
    padding-right: 0;
}


.top-phone {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0;
}

.image-slider.fullscreen {
	height: 520px;
}

.position-bottom {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}


.image-slider.home-slider.image-bg h1, .image-slider.home-slider.image-bg p {
    color: #fff;
}

.fullbanner h1 {
	font-size: 55px;
	margin-bottom: 10px;
	font-family: 'Rufina', sans-serif;
	text-shadow: 0 1px 42px #1162A7;
}
.fullbanner p {
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 0 1px 22px #1162A7;
	font-size: 18px;
}

.bg-polisono {

}
.fixed {
	transition: all 0.5s;
}

.main-logo .logo {
	margin-top: 20px;
	transition: all 0.2s;
}

.main-logo img.logo {
	width: 200px;
}

nav.nav-centered.outOfSight .logo {
   display: block;
}

nav.outOfSight .main-logo img.logo {
	margin-left: 10px;
	margin-top: 10px;
	width: 150px;
}

nav.outOfSight.nav-bar, nav.outOfSight .menu-main-nav {
	margin-top: 0;
}



.chamada-inicial p.chamada-menor {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}


.chamada-inicial h2 {
	font-size: 50px;
}

.chamada-inicial hr {
	opacity: 0.3;
}

.chamada-inicial p.lead {

}

.lista-medico li {
	font-size: 14px;
	margin-top: 15px;
}


.item-box {
	padding: 40px 10px;
	margin-bottom: 20px;
	display: block;
	border: 1px solid rgba(204, 204, 204, 0.3);
	cursor: pointer;
	transition: all 0.5s;
}
.item-box:hover {
	border: 1px solid #0084F5;
	background: #1162a7;
	transform: scale(1.1);
	box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.2);
}
.item-box h5 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'Rufina', sans-serif;
	font-size: 15px;
	word-wrap: break-word;
}
.item-box:hover h5{
	color: #fff;
}
.item-box p {
	color: #fff;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	margin: 0 20px;
}

.item-box hr {
	opacity: 0.3;
	margin: 0 auto;
	padding: 0 0 15px 0;
	max-width: 80%;
}
.item-box:hover hr {
	border-top: 1px solid #0084F5;
	opacity: 1;
}
.item-box-icon {
	text-transform: uppercase;
	margin-top: 25px;
	display: inline-block;
}

.item-box:hover .item-box-icon {
	/*right: 15%;*/
}




.item-box-exames {
	padding: 60px 10px 40px 10px;
	margin-bottom: 20px;
	display: block;
	border: 1px solid rgba(204, 204, 204, 0.3);
	cursor: pointer;
	transition: all 0.5s;
}

.item-box-exames::after {
	content: "\e649";
	font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #ccc;
    font-size: 20px;
    transition: all 0.5s;
}
.item-box-exames:hover {
	border: 1px solid #009dff;
	background: #1162A7;
	transform: scale(1.1);
	box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.2);
}
.item-box-exames:hover::after {
	padding-left: 20%;
	color: #fff;
}
.item-box-exames h5 {
	text-transform: uppercase;
	font-family: 'Rufina', sans-serif;
	font-size: 17px;
}
.item-box-exames:hover h5 {
	color: #fff;
}
.item-box-exames p {
	color: #fff;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	margin: 0 20px;
}

.title-patologias h3{
	font-size: 2em
}

.exames-mais-infos h3 {
	font-size: 30px;
	font-family: 'Rufina', sans-serif;
}


.eletroneuromiografia-exame figcaption{
	    margin-bottom: 2em;
}


.eletroneuromiografia-exame ul{
	margin-bottom: 20px
}

.img-box img {
	width: 100%;
}

.wide-item-box {
	padding: 40px 40px 30px;
	margin-bottom: 30px;
	display: block;
	border: 1px solid #ccc;
	position: relative;
}
.wide-item-box:hover {
	transform: scale(1.05);
	box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.2);
}

.wide-item-box h5 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'Rufina', sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
}

.wide-item-box span {

}

.wide-item-box hr {
	margin: 0;
	opacity: 0.8;
}
.wide-item-box p {
	margin-right: 60px;
	margin-top: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #777;
}
.wide-item-box-icon {
	display: block;
	color: #777;
	float: right;
	position: absolute;
	bottom: 23%;
	right: 40px;
	transition: all 0.5s;
}

.wide-item-box:hover .wide-item-box-icon {
	right: 20px;
}



.rufina {
	font-family: 'Rufina', sans-serif;
	font-size: 45px;
	line-height: 55px;
}
.call-to-action-bottom {

}

.call-to-action-bottom h3 {
	font-family: 'Rufina', sans-serif;
	font-size: 45px;
	margin-bottom: 15px;
}

.call-to-action-bottom p {
	margin-top: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

.footer-1 {

}

.footer-1 h6.title {
	font-family: 'Rufina', sans-serif;
	font-size: 12px;
}

.footer-1 p {
	margin-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

.logo-footer img {
	width: 200px;
	height: auto !important;
	margin-top: 20%;
}

.inner-nav {
	background: #1162A7 !important;
	padding-bottom: 40px;
}
/*nav.inner-nav {
	position: initial;
}*/

nav.inner-nav.fixed {
	padding-bottom: 0;
	position: fixed;
}

.module:last-child {
	padding-right: 0;
}

@media all and (min-width: 1000px){
	nav.absolute.transparent.inner-nav{
		height: 159px;
		overflow: hidden;
	}

	nav.absolute.transparent.inner-nav.fixed.outOfSight {
	    height: 56px;
	}
}

@media all and (max-width: 920px) {
  .top-info .module {
    padding: 0 13px;
  }

  .logo-footer img{
      margin-top: 0;
      margin-bottom: 1em
  }

  .medicos h3{
    margin-top: 15px !important;
  }
}

@media all and (min-width: 993px) and (max-width: 1200px) {
	.menu li.active a, .menu li a {
		font-size: 12px;
	}

	.menu > li {
		margin-right: 20px;
	}

	.nav-bar {
		line-height: 40px;
	}

}

/* MENU PERSONALZIADO RESPONSIVO */

@media all and (max-width: 990px) {


	nav.fixed, nav.transparent.inner-nav {
     position: absolute !important; 
	}

	.nav-bar .module-group {
		margin-top: -1px;
	}

	nav.transparent .nav-open {
		background: #1162A7;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		transition: all 0.5s;
		margin: 0 auto;
		box-shadow: 0px 8px 38px rgba(0, 0, 0, 0.71);
	}

	nav.transparent .module.widget-handle {
		border: none !important;
	}
	nav.transparent .nav-open .mobile-toggle {
		margin-top: 20px;
		display: block;
		margin-bottom: 75px;
	}

	.inner-nav{
		padding-bottom: 0
	}
	
	nav.transparent .nav-open .widget-handle i {
		display: block;
	    position: absolute;
	    right: 47%;
	}
	.main-logo {
		width: 200px;
		float: left;
		display: inline-block;
	}
	.menu-main-nav {
		width: 80px;
		float: right;
		display: inline-block;

	}
	nav.transparent .nav-bar, nav.transparent .menu-main-nav {

	}

	.widget-handle i {
	  font-size: 28px;
	  line-height: 53px;
	  opacity: 1;
	  transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  color: #fff;
	}

	/* Alinhe o menu mobile ao centro */
	ul.menu  {
		text-align: center;
	}

	/* Classes para mudar fonte e cores do menu principal */
	.menu li.active a, .menu li a {
		/*font-family: 'Roboto Condensed','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-size: 17px;
		margin: 20px auto;
	}
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color: #1162a7;
}

.small-letters{
	margin-left: 30px;
	position: relative;
	bottom: 12px;
}

.item-box.convenio-box:hover {
	border: 1px solid rgba(204, 204, 204, 0.3);
	background: #fff;
	transform: scale(1);
	box-shadow: none;
}

.contact-info i.ti-location-pin {
    font-size: 24px;
    float: left;
    margin-top: 5px;
}

.contact-info p{
	float: left;
}

.destaque{
	font-size: 20px;
}

.destaque span.numberList {
    border: 1px solid #666;
    padding: 0px 9px 2px 8px;
    border-radius: 50%;
    color: #666;
    margin-left: 3px;
    font-weight: bold;
}

a.voltar {
  width: 110px;
	float: right;
  color: #333 !important;
  border: 1px solid rgba(204, 204, 204, 0.3);
}

a.voltar:visited{color: #333 !important;}
a.voltar:hover{background-color: #1162a7; color: #fff !important;}

.voltar .ti-arrow-left:before{
	position: relative;
	top: 0px;
	font-size: 15px;
}

.voltar span{
	font-size: 13px;
	position: relative;
	bottom: 2px;
}

.fig-right img{
	float: right;
}

.fig-right figcaption{
	float: right;
	padding-left: 50px;
}

.input-group{
	margin-bottom: 40px;
}

#alertaTeste{
	font-size: 12px;
}

.listaDicas i.ti-info {
    border: 1px solid #666;
    border-radius: 50%;
    padding: 3px;
    font-size: 8px;
    float: left;
		position: relative;
		top: 3px;
}

ul.listaDicas[data-bullet] li{
    margin-bottom: 20px;
		line-height: 23px;
}

.button-tabs .tab-title {
    padding: 13px 20px;
    margin: 10px 20px 10px 0;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.button-tabs .tab-title span {
    font-family: Rufina;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

audio {
    width: 80.5%;
}

.interna .item-box p {
    color: #292929;
}

.interna .item-box:hover p {
	color: #fff;
}

.cta span {
	transition: all 0.2s;
  position: relative;
  left: 0px;
}

.cta:hover span {
	left: 10px;
}

.button-tabs .tab-title{
	margin: 0;
	padding: 13px 15px;
}
.button-tabs .tab-title span{
	font-size: 13px;
}


/* a clinica */

.medicos h3{
	margin-top: 0;
}

/* disturbio */

.cta-teste-sono h4{
    font-family: 'Rufina', sans-serif;	
    font-size: 2em
}


.veja-mais-titulo h5{
    font-family: 'Rufina', sans-serif;	
    font-size: 2em
}

/******************************* 
************************ IE
********************************/


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	section:not(.fullscreen){
		padding: 250px 0 97px;
	}
}

/* medias */

@media all and (max-width: 460px){
	.rufina {
	    font-size: 30px;
	    line-height: 40px;
	}

}