/*********************************************
** Home 
*********************************************/

#paginaInicial {
	float: left;
	width: 100%;
}

/* A Clínica */

.aClinica {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}

.aClinica .container {
	display: flex;
	align-items: flex-end;
}

.aClinica h1 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 30px 0;
	padding-bottom: 20px;
}

.aClinica h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.aClinica .boxTexto {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.aClinica div.col-sm-6 {
	margin-bottom: 50px;
}

/* Transplante Capilar */

.transplanteCapilar {
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
	background: #F4F1EF;
}

.transplanteCapilar .boxBaixo {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.transplanteCapilar .boxBaixo .texto {
	margin-bottom: 50px;
}

.transplanteCapilar .boxBaixo h2 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 20px;
}

.transplanteCapilar .boxBaixo h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.transplanteCapilar .boxBaixo p.subtitulo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 16px;
}

.transplanteCapilar .boxBaixo .boxTexto {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/* Cirurgia Plástica */

.cirurgiaPlastica {
	float: left;
	width: 100%;
	background: url('../../../uploads/2023/05/Background-A-Clinica.jpg') no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
}

.cirurgiaPlastica .boxBaixo {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.cirurgiaPlastica .boxBaixo .texto {
	margin-bottom: 50px;
}

.cirurgiaPlastica .boxBaixo h2 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 20px;
}

.cirurgiaPlastica .boxBaixo h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.cirurgiaPlastica .boxBaixo p.subtitulo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 16px;
}

.cirurgiaPlastica .boxBaixo .boxTexto {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/* Dermatologia */

.dermatologia {
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
	background: #F4F1EF;
}

.dermatologia .boxBaixo {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.dermatologia .boxBaixo .texto {
	margin-bottom: 50px;
}

.dermatologia .boxBaixo h2 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 20px;
}

.dermatologia .boxBaixo h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.dermatologia .boxBaixo p.subtitulo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 16px;
}

.dermatologia .boxBaixo .boxTexto {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/* Picoway */

.picoway {
	float: left;
	width: 100%;
	background: url('../../../uploads/2023/05/Background-A-Clinica.jpg') no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
}

.picoway .boxBaixo {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.picoway .boxBaixo .texto {
	margin-bottom: 50px;
}

.picoway .boxBaixo h2 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 20px;
}

.picoway .boxBaixo h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.picoway .boxBaixo p.subtitulo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 16px;
}

.picoway .boxBaixo .boxTexto {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/* Serviços */

.boxServicos {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #F4F1EF;
	margin-bottom: 20px;
}

.boxServicos h2 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 40px 0;
	padding-bottom: 20px;
}

.boxServicos h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.boxServicos .boxBaixo {
	float: left;
	width: 100%;
}

.boxServicos .listaConteudos {
	float: left;
	width: 100%;
}

.boxServicos .listaConteudos .card {
	display: inline-block;
    border: 0;
    width: 100%;
    margin: 0!important;
	box-shadow: none!important;
    transition: all 0.2s linear;
	background: none;
	border-bottom: solid 1px #dfdfdf;
	border-radius: 0;
}

.boxServicos .listaConteudos .card button {
	padding: 18px 25px;
	cursor: pointer;
	border: 0;
	width: 80%;
	text-align: center;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
	background: #828282;
	position: relative;
	margin-top: 20px;
}

.boxServicos .listaConteudos .card button span {
	font-size: 18px;
    text-align: left;
    color: #fff;
    flex: 1;
    margin: 0;
}

.boxServicos .listaConteudos .card button.collapsed {
	background: none;
	margin-top: 0;
}

.boxServicos .listaConteudos .card button.collapsed span {
    color: #313131;
}

.boxServicos .listaConteudos .card button i {
    color: #fff;
    font-size: 20px;
    line-height: 100%;
	transform: rotate(90deg);
}

.boxServicos .listaConteudos .card button.collapsed i {
	color: #EA6C00;
	transform: rotate(0deg);
}

.boxServicos .listaConteudos .card .boxConteudo {
	padding: 20px 10px;
    transition: all 0.2s linear;
	float: left;
	width: 100%;
}

.boxServicos .listaConteudos .card .boxConteudo p {
    color: #313131;
}

.boxServicos .listaConteudos .card .boxConteudo .boxLink {
	margin-top: 20px;
}

/* Hopital Geode */

.hospitalGeode {
	margin-top: 20px;
}

/* Picoway */

.congressoEApresentacoes {
	float: left;
	width: 100%;
	background: url('../../../uploads/2023/05/Background-A-Clinica.jpg') no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
}

.congressoEApresentacoes .boxBaixo {
	float: left;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.congressoEApresentacoes .boxBaixo .texto {
	margin-bottom: 50px;
}

.congressoEApresentacoes .boxBaixo h2 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 20px;
}

.congressoEApresentacoes .boxBaixo h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.congressoEApresentacoes .boxBaixo p.subtitulo {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 16px;
}

.congressoEApresentacoes .boxBaixo .boxTexto {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/* Blog */

.postsHome {
	float: left;
	width: 100%;
	padding: 50px 0 90px 0;
}

.postsHome h2 {
	float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
	position: relative;
	margin: 0 0 40px 0;
	padding-bottom: 20px;
}

.postsHome h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	background: #9E4B47;
}

.postsHome ul.listaPosts {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.postsHome ul.listaPosts li.itemPost {
	padding: 0 15px;
}

.postsHome ul.listaPosts li.itemPost .boxInterno {
	float: left;
	width: 100%;
	padding: 25px;
	border: solid 1px #f1f1f1;
}

.postsHome ul.listaPosts li.itemPost .boxInterno .categorias {
	float: left;
	color: #9E4B47;
	width: 100%;
	line-height: 100%;
	font-size: 12px;
}

.postsHome ul.listaPosts li.itemPost .boxInterno .categorias a {
	color: #9E4B47;
	line-height: 20px;
}

.postsHome ul.listaPosts li.itemPost .boxInterno h3 {
	float: left;
    width: 100%;
    color: #000000;
    font-weight: 100;
    margin: 20px 0;
    font-size: 20px;
    line-height: 30px;
}

.postsHome ul.listaPosts li.itemPost .boxInterno p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.postsHome ul.listaPosts .slick-dots {
	position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.postsHome ul.listaPosts .slick-dots li {
	display: inline-block;
	line-height: 100%;
}

.postsHome ul.listaPosts .slick-dots li button {
	background-color: #EA6C00;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    text-indent: -9999em;
    border: 0;
    margin: 0 3px;
    transition: all 0.2s linear;
}

.postsHome ul.listaPosts .slick-dots li.slick-active button {
	background-color: #CCCCCC;
    width: 30px;
}

@media (max-width: 1000px) {

	/* A Clínica */

	.aClinica .container {
		flex-direction: column;
	}

	.aClinica .col-sm-6 {
		float: left;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.aClinica figure {
		text-align: center;
	}

	/* Transplante Capilar */

	.transplanteCapilar .boxBaixo {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.transplanteCapilar figure {
		text-align: center;
	}

	.transplanteCapilar .col-sm-6 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

	/* Cirurgia Plástica */

	.cirurgiaPlastica .boxBaixo {
		flex-direction: column;
	}

	.cirurgiaPlastica .col-sm-6 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

	/* Dermatologia */

	.dermatologia .boxBaixo {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.dermatologia .col-sm-6 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

	.dermatologia figure {
		text-align: center;
	}

	/* Picoway */

	.picoway .boxBaixo {
		flex-direction: column;
	}

	.picoway .col-sm-6 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

	.picoway figure {
		text-align: center;
	}

	/* Mais Serviços */

	.boxServicos .boxBaixo .col-sm-6 {
		float: left;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.boxServicos .boxBaixo figure {
		text-align: center;
	}

	.boxServicos .listaConteudos .card button {
		width: 100%;
	}
	
	/* Congresso */

	.congressoEApresentacoes .boxBaixo {
		flex-direction: column;
	}

}

@media (max-width: 768px) {

	/* A Clínica */

	.aClinica h1 {
		font-size: 24px;
		line-height: 34px;
	}

	/* Transplante Capilar */

	.transplanteCapilar .boxBaixo h2 {
		font-size: 24px;
		line-height: 34px;
	}

	/* Dermatologia */

	.dermatologia .boxBaixo h2 {
		font-size: 24px;
		line-height: 34px;
	}

	/* Picoway */

	.picoway .boxBaixo h2 {
		font-size: 24px;
		line-height: 34px;
	}

	/* Mais Serviços */

	.boxServicos h2 {
		font-size: 24px;
		line-height: 34px;
	}

	/* Congressos */

	.congressoEApresentacoes {
		padding: 30px 0 0 0;
	}

	.congressoEApresentacoes .boxBaixo h2 {
		font-size: 24px;
		line-height: 34px;
	}

	/* Blog */

	.postsHome h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.postsHome ul.listaPosts li.itemPost .boxInterno h3 {
		margin: 15px 0;
		font-size: 18px;
		line-height: 28px;
	}

}