*:focus {outline: none;}


body {
	font-family: 'Montserrat', sans-serif;
}

body.com-menu {
	overflow-y: hidden;
}

body.procedimentos {
	background: #281a46;
}

label.error {
	color: red;
	padding: 10px;
}

div.wpcf7-mail-sent-ok{
	background: #bde8c1;
	margin-bottom: 50px;
	padding: 20px;
	border: none;
}


.newsletter-sucesso{
	background: #c9eac6;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	color: #2b5019;
	font-size: 16px;
}

.header {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
}

.loading {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 99999999999;
	left: 0px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.loading .conteudo {
	width: 175px;
	text-align: center;
}

.loading img {
	width: 83px;
	height: 132px;
	margin-bottom: 20px;
}

.loading .barra-progresso {
	width: 175px;
	height: 4px;
	background: #F3F3F3;
	border-radius: 10px;
}

.loading .barra-progresso #progresso {
	background: #8346FF;
	height: 4px;
	width: 0%;
	border-radius: 10px;
}

.menu-aberto .close-button {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}

.menu-aberto .close-button img{
	width: 38px;
	height: 38px;
	cursor: pointer;
	
}

.menu-aberto {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 400;
	left: 0px;
	text-align: center;
	display: none;
}

.menu-aberto ul {
	margin: 0px;
	
	padding: 0px;
}

.menu-aberto ul li {
	font-size: 30px;
	color: #505050;
	padding: 0px;
	margin: 0px;
	padding-bottom: 40px;
	list-style-type: none;
	font-weight: 500;
}

.menu-aberto ul li a {
	color: #505050;
}

.menu-aberto ul li.active a {
	text-decoration: line-through !important;
	color: #5B2BBC;
}

.menu .row-menu {
	background: #f8f8f8;
	height: 140px;

	width: 100%;
}

.menu .logo-menu {
	/*height: 63px;*/
	width: 190px;
	margin: 30px 0px;
}

.menu .ico-menu {
	/*height: 22px;*/
	width: 30px;
	margin: 58px 0px;
	cursor: pointer;
}

.home,
.procedimentos-box
 {
	width: 1120px;
	margin: 0px auto;
}

.home .billboard {
	position: relative;

}

.home .billboard .bg-image {
	text-align: center;
	position: relative;
}

.home .billboard h1 {
	position: absolute;
	bottom: 40px;
	font-size: 25px;
	font-weight: 300;
	text-align: left;
	background: #8346fff0;
	color: #fff;
	left: 40px;
	padding: 15px;
	letter-spacing: 0.5px;
	line-height: 35px;
}

.home .billboard h1 span b{font-size: 30px;}

.home .billboard .line {
	height: 10px;
	width: 500px;
	right: 50px;
	background: #9867fb;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	opacity: 0.8;
}

.home .billboard .social-media {
	position: absolute;
	top: 40px;
	z-index: 10;
}

.home .billboard .social-media li {
	display: inline-block;
}

.home .billboard .social-media li.fb {
	margin: 0px 20px;
}

.home .billboard .social-media li img {
	width: 58px;
	height: 58px;
}

.home .bio {
	
	padding-top: 75px;
}



.home .bio p {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
	text-align: justify;
	font-weight: 300;
}

.main-title {
	/*margin-left: 40px;*/
	margin-bottom: 15px;
	text-transform: uppercase;
}

.main-title h2 {
	color: #8346FF;
	font-size: 60px;
	margin: 0px;
	padding: 0px;
}

.line-title {
	background: #DFDFDF;
	width: 150px;
	height: 6px;
	border-radius: 10px;
	margin-left: 30px;
}

.home .podcasts-newsletter {
	padding-bottom: 60px;
	padding-top: 75px;
}

.home .podcasts,
.agenda
 {
	/*background: url('img/desktop_home_bg_podcast.jpg');*/
	background: #ff5400;
	height: 392px;
	width: 519px;

/*	
	background-repeat: no-repeat;

-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.agenda{
	height: 392px;
	background: #00ffc9;
	text-align: center;
}

.clinica-box{
	height: 392px;
	background: url(img/clinicabox_bg.jpg);
	text-align: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



.home .newsletter {
	
	height: 392px;
	/*border: 1px solid #bcbcbc;*/
	background: #e6e6e6;
	text-align: center;
}

.home .newsletter .icone img,
.agenda .icone img,
.clinica-box .icone img
 {
	width: 90px;
	height: 90px;
	margin-top: 50px;

}

.home .newsletter h3,
.agenda h3,
.clinica-box h3
 {
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	margin-top:30px;
}

.clinica-box h3{color:#fff;}

.home .newsletter .container-botao {
	text-align: center;
	padding-top: 25px;
}

.home .botao:hover{
	text-decoration: none;
	opacity: 0.85;
}

.home .newsletter .botao,
.agenda .botao,
.clinica-box .botao
 {
	background: #5b2bbc;
	color: #fff;
	font-size: 18px;
	padding: 15px 40px;
	border-radius: 40px;
	font-weight: 800;
	margin: 0px auto;
	text-align: center;
}

.home .linha-cinza {
	width: 80px;
	height: 5px;
	background: #bcbcbc;
	margin: 25px auto;
}

.home .podcasts {
	position: relative;
	text-align: center;
}

.home .podcasts a:hover{text-decoration: none;}

.home .podcasts .icone img {
	width: 100px;
	margin-top: 50px;

}

.box-procedimentos-home{
	overflow: hidden;margin-top:75px;
}

/*.home .podcasts h3 {
	position: absolute;
	top: 60px;
	left: 195px;
	font-size: 43px;
	background: #00D95F;
	color: #fff;
	padding: 25px;
	padding-left: 15px;
	padding-top: 5px;
	border-radius: 10px;
	font-weight: 800;
}*/

.home .podcasts h3{
	font-size: 35px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
}



.home .podcasts .container-botao {
	text-align: center;
	padding-top: 20px;
}

.home .podcasts .botao {
	background: #c73600;
	color: #fff;
	font-size: 18px;
	padding: 15px 40px;
	border-radius: 40px;
	font-weight: 800;
	margin: 0px auto;
	text-align: center;
}

.home .podcasts .botao,
.home .newsletter .botao,
.agenda .botao, .clinica-box .botao
{
	display: inline-block;
	margin-top:10px;
}

.home .podcasts .botao:hover{background: #842400;text-decoration: none;}
.home .newsletter .botao:hover{background: #2d0e6b;text-decoration: none;}


.home .procedimentos .row {
	background: #281a46;
	
	width: 1120px;
	margin: 0px auto;

	margin-top: 75px;
}

.procedimentos .procedimento {
	text-align: center;
	padding-top: 45px;
}

.procedimentos .procedimento.first {
	padding-top: 35px;
}

.procedimentos .procedimento.first ul li{list-style: none;}
.procedimentos a {text-decoration: none !important;}

.home .procedimento .btn-menos{
	display: none;
}

.procedimentos .btn-mais img {
	width: 33px;
	height: 33px;
}

.procedimentos .icon-procedimento img {
	height: 66px;
}

.procedimentos h3 {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	line-height: 28px;
}

.footer {
	
	background: #fff;
}

.footer-bg {
	background: #f3f3f3;

	height: 325px;
}

.center-footer {
	
	width: 1120px;
	margin: 0px auto;
	position: relative;
}

.footer .icon-estado {
	width: 71px;
	height: 38px;
}

.footer .endereco-estado {
	font-size: 15px;
}

.footer .endereco-estado .estado {
	font-weight: 800;
}

.footer .endereco-estado .telefone {
	font-weight: 800;
}

.footer .icon-estado,
.footer .endereco-estado {
	display: inline-block;
	vertical-align: top;
}

.footer .icon-estado {
	margin-top: 15px;
	margin-right: 15px;
}

.footer .clinica {
	display: inline-block;
	margin: 50px;
}

.footer .clinica.first {
	 margin-left: 0px;
}

.footer .social-media {
	display: inline-block;

}

.footer .social-media img {
	width: 35px;
	height: 35px;
	margin-top: 35px;
}

.footer .social-media ul li {
	display: inline-block;
	margin-right: 10px;

}

.footer .barra-footer {
	width: 520px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #9968fc;
}

.page-procedimentos {
	width: 1120px;

	margin: 0px auto;
}

.page-procedimentos .col-md-4 img{ 
	width: 100%;
}

.page-procedimentos .lista {
	text-align: left;
	margin-top: 60px;
}

.page-procedimentos .lista ul li {
	padding: 20px 0px;
	border-top: 1px solid #ffffff2b;
}

.page-procedimentos .lista ul li.first {
	border: none;
}

.page-procedimentos .lista ul li p {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	margin-top: 20px;
	font-weight: 300;
	text-align: justify;
}

.page-procedimentos .image-procedimentos-esteticos {
	position: relative;
}

.page-procedimentos .titulo-procedimentos,
.procedimentosHome .titulo-procedimentos
 {
	font-size: 40px;
	color: #fff;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    position: absolute;
    left: -50px;
    top: 170px;
}

.page-procedimentos .titulo-procedimentos::after,
.procedimentosHome .titulo-procedimentos::after

{
	content: '';
	width: 6px;
	height: 110px;
	border-radius: 20px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: -30px;
}


.procedimentos .procedimento .btn-mais {
	display: block;
}

.procedimentos .procedimento .btn-menos{
	display: none;
}


.procedimentos .procedimento.active .btn-mais {
	display: none;
}

.procedimentos .procedimento.active .btn-menos{
	display: block;
}

.page-procedimentos .col-md-4 .image-procedimentos-esteticos {
	background: #36235e;
}

.page-procedimentos  img.ico-expandir-titulo,
.page-procedimentos  img.ico-encolher-titulo {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	cursor: pointer;
}



.page-procedimentos ul li img.ico-encolher-titulo {
	display: none;
}


.page-procedimentos ul li.active img.ico-encolher-titulo {
	display: inline-block;
}

.page-procedimentos ul li.active img.ico-expandir-titulo {
	display: none;
}

.page-procedimentos h4 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	margin: 0px;
	vertical-align: top;
	cursor: pointer;
}

.page-procedimentos .lista ul li {
	list-style-type: none;
}

.page-cursos-palestras,
.page-artigos {
	width: 1120px;

	margin: 0px auto;

	padding-top: 80px;
}

.page-artigos-interna {
	width: 1120px;

	margin: 0px auto;	
}

.page-cursos-palestras .lista-artigos,
.page-artigos .lista-artigos {
	margin-top: 65px;
}

.page-cursos-palestras .lista-artigos .artigo,
.page-artigos .lista-artigos .artigo {
	position: relative;
	margin-bottom: 75px;
}

.page-cursos-palestras .lista-artigos .image,
.page-artigos .lista-artigos .image {
/*	border-radius: 10px;
	border-radius: 10px;*/
	background-repeat: no-repeat;
	background-size: cover;
}

.page-cursos-palestras .lista-artigos h3,
.page-artigos .lista-artigos h3 {
	color: #fff;
	font-size: 30px;
	position: absolute;
	bottom: 50px;
	text-transform: uppercase;
	width: 390px;
	right: 74px;
	text-align: right;
	line-height: 37px;
}

.page-cursos-palestras .line-title,
.page-artigos .line-title {
	margin-left: 145px;
}

.page-cursos-palestras .banner,
.page-artigos-interna .banner {
	position: relative;
}

.artigo a{cursor: pointer;}
.artigo a:hover .image {opacity: 0.8;}

.page-artigos-interna .banner h1 {
	font-size: 38px;
	color: #fff;
	position: absolute;
	bottom: 102px;
    left: 163px;
	width: 480px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 800;
}


.page-artigos-interna .barra-navegacao {
	position: fixed;
	top: 20px;
	right: 20px;
}

.page-artigos-interna .barra-navegacao ul li {
	display: inline-block;
}

.page-artigos-interna .barra-navegacao ul li img {
	width: 47px;
	height: 47px;
	margin-right: 5px;
	cursor: pointer;

}

.page-artigos-interna .texto {
	width: 820px;

	margin: 0px auto;	

	padding-top: 80px;
}

.page-artigos-interna .texto p,
.texto-newsletter p
 {
	font-size: 17px;
	line-height: 30px;
	color: #666;
	text-align: justify;
	font-weight: 300;
}



.page-contato,
.procedimentos-box
 {
	width: 1120px;

	margin: 0px auto;	
}

.page-contato .col-md-4 .image-contato img {
	width: 100%;
}

.page-contato .line-title {
	margin-left: 165px;
}


.page-contato .main-title {
	margin-top: 65px;
}

.page-contato .form {
	width: 100%;
	margin: 0px auto;
	margin-top: 70px;
}

.page-contato .form .row {
	margin-bottom: 30px;
}

.page-contato .form .field input,
.page-contato .form .field textarea	 {
	width: 100%;
	font-size: 15px;
	color: #505050;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 15px;
}

.page-contato .form .field textarea	 {
	height: 150px;
}


.page-contato .form .botao-enviar {
	text-align: center;
}

.page-contato .image-contato {
	position: relative;
}

.page-contato .image-contato img {
	position: absolute;
	z-index: -1;
	height: 940px;
}

.page-contato .titulo-contato {
	font-size: 44px;
	position: absolute;
	top: 345px;
	color: #fff;
	width: 315px;
    left: 65px;

}


.page-como-seguir {
	width: 1120px;

	margin: 0px auto;	
}

.page-como-seguir a {
	text-decoration: none;
}


.page-como-seguir .line-title {
	margin-left: 300px;
}


.page-como-seguir .main-title {
	margin-top: 65px;
}

.page-como-seguir .ultimos-artigos {
	margin-top: 60px;
}

.page-como-seguir .ultimos-artigos .artigo {
	background: #efefef;
	height: 173px;
	width: 100%;
	border-radius: 10px;
	text-align: left;
	padding: 32px 59px;
}

.page-como-seguir .ultimos-artigos h3 {
	margin-left: 40px;
	color: #333;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

.page-como-seguir .ultimos-artigos .artigo .data {
	font-size: 15px;
	color: #36235E;

}


.page-como-seguir .ultimos-artigos .artigo h4 {
	font-size: 25px;
	color: #36235E;
	text-transform: uppercase;
	font-weight: 900;
	width: 315px;
	text-align: left;
	line-height: 27px;
	display: inline-block;
	margin-bottom: 0px;
}

.page-como-seguir .ultimos-artigos .artigo .linha-enfeite {
	height: 8px;
	width: 127px;
	background-color: #c9c5d1;
	border-radius: 10px;
	/*display: inline-block;*/
	margin-right: -15px;
	margin-top:15px;
}

.page-como-seguir .dupratcast {
	margin-top: 30px;
}

.page-como-seguir .dupratcast h3 {
	margin-left: 40px;
	color: #333;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

.page-como-seguir .dupratcast .podcast {
	background-color: #FF5400;
	color: #fff;
	text-align: right;
	height: 173px;
	width: 100%;
	border-radius: 10px;
	padding: 32px 59px;
	background-image: url('img/icone_podcast.svg');
	background-repeat: no-repeat;
	background-size: 130px 147px;
	background-position: 30px 10px;
}

.page-como-seguir .dupratcast .podcast .numero {
	font-size: 15px;
	color: #fff;

}


.page-como-seguir .dupratcast .podcast h4 {
	font-size: 25px;
	color: #fff;
	font-weight: 900;
	width: 315px;
	text-align: right;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 0px;
}

.page-como-seguir .midias-sociais {
	margin-top: 30px;
}

.page-como-seguir .midias-sociais h3 {
	margin-left: 40px;
	color: #333;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}


.page-como-seguir .midias-sociais .rede {
	background-color: #efefef;
	text-align: center;
	height: 173px;
	width: 100%;
	border-radius: 10px;

}

.page-como-seguir .midias-sociais img {
	width: 70px;
	height: 70px;
	margin-top: 51.5px;
}


.page-cursos-palestras {
	width: 1120px;
	margin: 0px auto;
}

.page-cursos-palestras .main-title {
	margin-top: 0px;
}

.page-cursos-palestras .line-title {
	margin-left: 465px;
}

.page-cursos-palestras .lista-artigos h4 {
	color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 130px;
    text-transform: uppercase;
    width: 390px;
    right: 74px;
    text-align: right;
    line-height: 25px;
}

.home .desktop {
	display: block;
}

.home .mobile {
	display: none;
}

.artigo {background: #333;}
.artigo .image{height: 300px; opacity: 0.4;}
.artigo .image {background-position:  center;}

.page-artigos .lista-artigos h3::after,
.page-cursos-palestras .lista-artigos h3::after
{
	content: '';
	width: 100px;
	height: 6px;
	border-radius: 20px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	right: 0;
	bottom: -10px;
}

.page-artigos-interna .banner h1::after{
	content: '';
	width: 150px;
	height: 8px;
	border-radius: 20px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	bottom: -20px;
}

.page-artigos-interna .banner .image{height: 398px;}

.image-procedimentos{
	background: url('img/home_bg_cirurgias.jpg');
	height: 472px;

	width: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.title-procedimentos{
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	margin-top:40px;
	letter-spacing: 2px;
	line-height: 40px;
	margin-bottom: 50px;
	font-size: 32px;
}

.title-procedimentos::after{
	content: '';
	width: 110px;
	height: 6px;
	border-radius: 20px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	right:50%;
	margin-right: -55px;
	margin-top:60px;
}


.center-titulo-procedimentos{
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-dots{
	position: absolute;
	right: 50%;
	margin-right: -50px;
	z-index: 999;
	bottom: 5px;
}

.footer .social-media ul{
	padding: 0;
	    margin-right: 30px;
}

.btn-procedimentos{
	color:#fff;
	background: rgba(255,255,255,0.1);
	border-radius: 3px;
	border:1px solid #fff;
	padding:5px 10px;
	display: inline-block;
	margin-top:10px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.btn-procedimentos:hover{
	color:#fff;
	background: transparent;
}

.share-whatsapp{display:none !important;}

.page-contato .form .btn-enviar {
	width:auto !important;
	font-size: 20px !important;
	color: #fff !important;
	background: #36235e;
	border: none;
	border-radius: 50px !important;
	font-weight: 500;
	padding: 18px 78px 18px  58px !important;
	margin: 0px auto;
	background-image: url('img/icone_botao_enviar.svg');
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: 145px 20px;
	display: inline-block;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: #f7e700;
	    padding: 20px;
	    margin-bottom:50px;

}

.newsletter .main-title h2{font-size:40px;}
.newsletter  .page-contato .main-title{margin:0 !important;}

.page-artigos-interna .banner .image{
	background-size:auto 100% ;
	background-position: center center;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.home,
	.home .procedimentos .row,
	.page-procedimentos,
	.page-cursos-palestras, .page-artigos,
	.page-contato,
	.page-como-seguir,
	.page-artigos-interna,
	.procedimentos-box
	 {
		width: 990px;
	}

	.home .billboard .bg-image img {
		width: 100%;
	}

	.home .podcasts,.agenda, .clinica-box {
		width: 100%;
	}

	.page-artigos-interna .barra-navegacao {
		right: 0px;
	}
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.home,.procedimentos-box,.agenda,.clinica-box  {
		width: 100%;	
	}

	.procedimentosHome{padding-bottom: 35px;}

/* 	.desktop {
 		display: none !important;
 	}

 	.mobile {
		display: block !important;
	}
*/
	.home .podcasts {
		width: 100%;
	}

	.home .newsletter {
		width: 100%;
	}

	.home .procedimentos .row {
		width: 100%;
	}

	.home .procedimentos .row .col-md-6 {
		padding: 0px;
	}

	.home .procedimentos .image img {
		width: 100%;
	}

	.home .billboard .col-md-12 {
		margin: 0px;
		padding: 0px;
	}

	.home .billboard img {
		width: 100%;
	}

/*	.home .billboard h1 {
		left: 0px;
		margin: 0px 20px;
		font-size: 44px;
	}*/

	.home .billboard .line {
		display: none;
	}

	.home .bio p {
		padding-top: 15px;
		margin-bottom: 0px;
	}

	.home .bio .col-md-5 {
		padding: 0px 15px;
		margin: 0px;
	}

	.home .bio .col-md-5 img {
		margin: 0px;
		margin-top: 15px;
		width: 100%;
	}

	.home .podcasts-newsletter {
		padding-top: 15px;
	}

	.home .podcasts {
		/*background: url('img/responsivo_home_bg_podcast.jpg');*/
		background-repeat: no-repeat;
		height: 393px;
	}

	.home .podcasts .icone img {
		margin-left: 20px;
		margin-top: 30px;
	}

	.home .podcasts h3 {
		padding: 15px;
		top: 176px;
	    left: 48px;
	    font-size: 34px;
	}

	.home .podcasts .container-botao {
		padding-top: 124.5px;
	}

	.home .newsletter {
		margin-top: 15px;
	}

	.home .procedimentos {
		background: #281a46;
		padding-bottom: 45px;
	}

	.home .procedimentos .row {
		margin-top: 15px;
	}

	.center-footer {
		width: 100%;
	}

	.footer-bg {
		height: auto;
		padding-bottom: 80px;
	}

	.footer .icon-estado, .footer .endereco-estado {
		display: block;
	}

	.footer .icon-estado {
		text-align: center;
		width: 71px;
		height: 37px;
		margin: 0px auto;
	}

	.footer .icon-estado img {
		width: auto;
	}

	.footer .clinica {
		display: block;
		width: 100%;
		text-align: center;
		margin: 50px 0px;
	}

	.footer .clinica .endereco,
	.footer .clinica .estado,
	.footer .clinica .telefone {
		margin-top: 5px;
	}

	.footer .social-media {
		width: 100%;
	}

	.footer .social-media ul {
		margin: 0px;
		text-align: center;
		padding: 0px;
	}

	.footer .social-media img {
		width: 50px;
		    height: 50px;
		    margin-top: 50px;
		
	}

	.menu-aberto .close-button {
		padding-bottom: 25px;
    	padding-top: 25px;
	}

	.menu-aberto ul li {
		padding-bottom: 20px;
	}

	.page-cursos-palestras, .page-artigos {
		width: auto;
	}

	.page-procedimentos {
		width: auto;
	}

	.page-procedimentos .titulo-procedimentos {
		left: -100px;
		top: 190px;
	}

	.page-procedimentos .lista ul {
		margin: 10px;
		padding: 0px;
	}

	.page-procedimentos .col-md-4 {
		padding: 0px;
	}

	.page-procedimentos h4 {
		font-size: 18px;
	}

	.page-cursos-palestras .main-title, .page-artigos .main-title {
		margin-left: 10px;
	}

	.page-artigos .main-title h2, .page-cursos-palestras .main-title h2 {
		font-size: 44px;
	}

	.page-cursos-palestras .line-title, .page-artigos .line-title {
		margin-left: 115px;
		width: 100px;
	}

	.page-cursos-palestras .line-title {
		margin-left: 140px;
	}

	.page-cursos-palestras .lista-artigos h3, .page-artigos .lista-artigos h3 {
		width: 270px;
    	right: 10px;
    	font-size: 22px;
    	bottom: 10px;
	}

	.page-cursos-palestras .lista-artigos .artigo, .page-artigos .lista-artigos .artigo {
		margin-bottom: 15px;
	}

	.page-cursos-palestras .lista-artigos, .page-artigos .lista-artigos {
		margin-top: 40px;
	}

	.page-cursos-palestras, .page-artigos {
		padding-top: 40px;
	}

	.page-contato {
		width: auto;
	}

	.page-contato .col-md-5 {
		display: none;
	}

	.page-contato .form {
		width: auto;
		margin-top: 40px;
	}

	.page-contato .form .campo-email {
		margin-top: 30px;
	}

	.page-contato h2 {
		font-size: 44px;
	}

	.page-contato .main-title {
		margin-top: 40px;
		margin-left: 15px;
	}

	.page-contato .line-title {
		margin-left: 110px;
	}


	.page-como-seguir {
		width: auto;
	}

	.page-como-seguir .main-title h2 {
		font-size: 40px;
		
	}

	.page-como-seguir .main-title {
		margin-left: 15px;
	}

	.page-como-seguir .line-title {
		margin-left: 150px;
	}

	.page-como-seguir .main-title {
		margin-top: 40px;
	}

/*	.page-como-seguir .midias-sociais h3 {
		display: none;
	}*/

	/*.page-como-seguir .dupratcast, .page-como-seguir .ultimos-artigos {
		display: none;
	}*/

/*	.page-como-seguir .midias-sociais .rede {
		background: transparent;
		height: auto;
	}

	.page-como-seguir .midias-sociais .rede img {
		width: 100px;
		height: 100px;
	}

	.page-como-seguir .midias-sociais img {
		margin-top: 30px;
	}*/

	.page-artigos-interna {
		width: auto;

	}

	.page-artigos-interna .banner img {
		width: 100%;
		height: 250px;
	}

	.page-artigos-interna .texto {
		width: auto;
		padding: 15px;
	}

	.page-artigos-interna .col-md-12 {
		padding: 0px;
		margin: 0px;
	}

	.page-artigos-interna .barra-navegacao {
		top: 15px;
		left: 15px;
		right: auto;
	}

	.page-artigos-interna .barra-navegacao ul {
		margin: 0px;
		padding: 0px;
		
		
	}

	.page-artigos-interna .barra-navegacao ul li {
		padding-inline-start: 0px;
	}

/*	.page-artigos-interna .banner h1 {
		font-size: 18px;
	    color: #fff;
	    position: absolute;
	    bottom: 15px;
	    left: 15px;
	    width: auto;
	    line-height: 28px;
	    text-transform: uppercase;
	    font-weight: 800;
	}*/
}


@media (max-width: 990px) {
.page-procedimentos .col-md-4 img{width: 50%;}
.page-procedimentos .titulo-procedimentos {left:50%;}
.page-procedimentos {padding-bottom: 50px;}

	.page-cursos-palestras .lista-artigos h3, .page-artigos .lista-artigos h3{bottom:30px;right:30px;}

	.page-artigos-interna .banner h1{
		bottom: 50px;
		left: 30px;
		width: 70%;
		font-size:30px;
		line-height: 35px;
	}

	.page-como-seguir .ultimos-artigos .artigo h4{font-size: 20px;}

	.page-como-seguir .ultimos-artigos .artigo h4,.page-como-seguir .ultimos-artigos .artigo {text-align: left;}

	.page-como-seguir .ultimos-artigos .artigo,
	.page-como-seguir .midias-sociais .rede
	{margin-bottom: 20px;}


	.box-menu-total{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.menu-aberto .close-button{
		position: absolute;
    	bottom: 0;
    	right: 30px;
    }

    .home .bio p{
    	font-size:16px;
    	line-height: 25px;
    	/*margin:0 5%;*/
    }

    .home .bio .col-md-5 img,
    .home .podcasts,
    .home .newsletter
    {width:100%;margin:20px 0;}

    .procedimentos .image img {margin-left:-100px;}

    .home .podcasts-newsletter{padding-bottom: 0px;}	

    .owl-carousel{margin-top:15px;margin-bottom: 30px;}

}


@media (max-width: 850px) {
	.home .billboard h1{display:none;}
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 780px) {

	.procedimentos{padding-bottom:35px;}
	.agenda{margin-bottom: 30px;}
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 620px) {

	.share-whatsapp{display:inline-block !important;}

	.box-procedimentos-home{margin-top:30px;}

	.clinica-box small{display: none;}
		.page-procedimentos .titulo-procedimentos {left:-100px;}
		.page-procedimentos .col-md-4 img{width: 100%;}

		.home .billboard h1{display:block;}


		.page-artigos-interna .texto p{padding:0 3%;}

	 	.mobile {
			display: block !important;
		}
	 	.desktop {
			display: none !important;
		}

	.page-procedimentos .col-md-4 img{widows: ;: 100%;}

	.title-procedimentos{font-size:24px;}
	.procedimentos h3 {font-size: 20px;}

	.home .newsletter h3{font-size:26px;}


	.banner-topo-home{
		width:100%;
		/*margin: 0px 10% -25px 10%;*/
		padding:15px;
	}
	


	.home .podcasts,
	.home .newsletter
	{margin-top:0;}
	
	.procedimentos .image img{
		width: 110%;
		margin-left: -5%;
	}


	.footer .barra-footer{display: none;}

	.footer{padding:0;}
	/*.footer-bg{background: #fff;padding-bottom: 60px;}*/

	.menu .row-menu{height: 70px;}
	.menu .ico-menu{margin:25px 0 0 0;width: 22px;}
	.menu .logo-menu{margin:6px 0 0 0;height: 54px;width:auto;}

	.main-title h2{font-size:50px;}

	
	.como-seguir .mobile{display: none !important;}





    .artigo .image{height: 200px;}

    .page-artigos-interna .image img{display: none;}

    .page-artigos-interna .image{height: 300px;}



	.page-artigos-interna .barra-navegacao{z-index: 999;right:15px; left:auto; top:15px;}

	.home .podcasts-newsletter {padding-bottom: 0;}

	.procedimentosHome .titulo-procedimentos{font-size: 35px;    top: 150px;}

	.image-procedimentos {height: 330px;}

	.home .billboard h1{
		position: absolute;
		bottom:-11px;
		left:0;
		text-align: center;
	}

	.owl-carousel{margin-top:30px;}

	.page-contato .form .campo-email{margin-top:15px;}
	.page-contato .form .row{margin-bottom:5px;}

	.campo-whatsapp{margin-top:15px;margin-bottom:15px;}

	.page-artigos-interna .banner .image{height: 250px;}


}

