/* ESTILOS GERAIS */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');

*
{
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.painel {
	padding: 50px 0;
}

.titulo-procedimento {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 600;
	text-decoration: underline;
	color:  #ffcd71;
}

.painel .titulo {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 600;
}

.painel p {
	padding: 0 10px 0 10px;
	text-align: justify;
	font-size: 1.5rem;
}

.caixa {
	margin: 10px 0;
	padding: 30px 0;
	border-radius: 10px;
	text-align: center;
}

.btn-banner {
	background-color: #ffa300;
	color: #000;
	padding: 10px 50px;
	font-size:  1.5rem;
	font-weight: bold;
}

.btn-banner:hover {
	background-color: #fff;
	color: #ffa300;
	border:  1px solid #ffa300;
}


.btn-acao {
	width: 80%;
	background-color: #ffa300;
	color:  #000;
	border-radius:  10px;
	padding:  20px 50px;
	font-size:  1.5rem;
	font-family: 'Ubuntu', sans-serif;
}

.btn-acao:hover {
	color:  #000;
	background-color: #ffc455;
}

.btn-padrao {
	background-color: #ffa300;	
	font-weight:  bold;
	color: #000;
	padding:  15px 40px;
	font-size:  1.5rem;
	margin: 10px;	
}

.btn-padrao:hover {
	background-color: #fff;
	color: #ffa300;
	border:  1px solid #ffa300;
}

.btn-padrao-azul {
	margin-top: 20px;
	font-weight:  bold;
	background-color: #328cc1;
	color:  #fff;
}

.btn-padrao-azul:hover {
	background-color: #fff;
	color: #ffa300;
}


.btn-equipe {
	color: #000;
	background-color: yellow;
}

.negrito {
	font-weight: bold;
}

.italico {
	font-style: italic;
}

.whatsapp {
	height: 60px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 100;
}

.fade-in {
	animation: fadeIn 6s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* ESTILOS DO TOPO */

.midias {
	background-color: #062F4F;
	color: #fff;
	height: 50px;
	text-align: right;
	padding: 5px 5% 0 0;
	margin-bottom: 10px;
}

.midias svg {
	width: 35px;
	height: 35px;
	color: #fff;
	padding: 5px;
}

.logotipo {
	margin: 0px 100px 10px 0;
}

.navbar {
	font-size: 1.5rem;

}

.banner {
	width: 100%;
}

/* CARROSSEL */

.carousel-caption {
	color: #fff;
}

.carousel h5 {
	font-size: 3.5rem;
	color:  #000;
}

.carousel p {
	color:  #000;
	font-size: 2.0rem;
}

.carousel-indicators {
	left:  0;
	top:  auto;
	bottom: -45px;
}

.carousel-indicators button {
	background-color: #000;
	border-radius: 50%;
}

/* PAINEL DIFERENCIAIS */

.diferenciais {
	background-image: linear-gradient(#fff, #00294f);
	color: #000;
}

.diferenciais .caixa {
	background-color: #fff;
	color: #000;
	padding: 20px;
}

.diferenciais svg {
	width: 50px;
	height: 50px;
}

.diferenciais .caixa p {
	font-size: 1rem;
}


.diferenciais .detalhes-item {
	padding: 20px 5px 40px 5px;
	margin: 10px auto;
	margin-bottom: 5px;
	text-align: center;
	background-color: #328CC1;
	height: 75vh;
	color: #fff;
}

.diferenciais .detalhes-item-titulo {
	font-size: 1.5em;
	font-weight: 900;
}

/* PAINEL HISTÓRIA */

.historia {
	background-color: #fff;
	color: #000;
}

.historia img {
	width: 100%;
}

/* PAINEL EQUIPE */

.equipe {
	background-color: #03141F;
	color: #fff;
}

.equipe .caixa h3 {
	margin: 20px 0;
	text-align: center;
	font-size: 1.5rem;
}

.equipe .caixa p {
	font-size: 1rem;
	padding: 0 50px 0 50px;
}


/* PARALLAX */

.parallax {
	background: url(../img/fundo.jpg) fixed;
	background-size: cover;
	color: #fff;
}

.parallax h2 {
	font-size: 3.5rem;
 	text-shadow: 2px 2px #000;
 	padding: 0 20px;
}

/* DEPOIMENTOS */

.depoimentos {
	background-color: #0A1612;
	color: #fff;
}

.depoimentos p {
	font-style: italic;
	color: #fff;
}

/* CLÍNICA */

/* ESTRUTURA */

.estrutura {
	background-color: #fff;
	color: #000;
}

.estrutura .caixa {
	background-color: #367484;
	color: #fff;
	height: 25vh;
}

.estrutura .caixa p {
	text-align: center;
	font-size: 1.3rem;
}

.estrutura svg {
	width: 35px;
	height: 35px;
}

/* INSTALAÇÕES */

.instalacoes {
	background-color: #0A1612;
	color: #fff;
}

.instalacoes img {
	width: 100%;
	margin: 12px 0;
}

/* MENSAGEM */

.mensagem {
	background-color: #fff;
	color: #000;
}

.mensagem h2 {
	font-style: italic;
}

/* PROCEDIMENTOS */

.procedimentos {
	background-color: #00294f;
	color: #fff;
}

.procedimentos .caixa {
	background-color: rgba(202, 235, 242, 0.8);
	color: #000;
	padding: 20px;
}

/* PROCEDIMENTOS - DETALHES */

.procedimento {
	background-color: #062F4F;
	color: #fff;
}


/* INVISALIGN */

.invisalign {
	background-color: #009ace;
	color: #fff;
}

.invisalign h3 {
	color: #ffcd71;
}

.invisalign .depoimento p {
	font-family: 'Amatic SC', cursive;
	text-align: center;
	font-size: 2rem;
}

.invisalign .depoimento h4 {
	font-family: 'Amatic SC', cursive;
	text-align: center;
	font-size:  2.5rem;
	font-weight:  bold;
	color: #ffcd71;
}

.invisalign .sombra {
	box-shadow: 5px 5px 10px #333333;
}

/* IMPLANTE */

.implante {
	background-color: #062F4F;
	color: #fff;
}

.implante .img-logotipo {
	width: 300px;
	height:  126px;
}

.implante .img-titulo {
	text-align: left;
	color: #ffcd71;
}

.implante .icon-titulo {
	color: #ffcd71;
}

.implante .depoimento p {
	font-family: 'Amatic SC', cursive;
	text-align: center;
	font-size: 2rem;
	color:  #fff;
}

.implante .depoimento h4 {
	font-family: 'Amatic SC', cursive;
	text-align: center;
	font-size:  2.5rem;
	font-weight:  bold;
	color: #ffcd71;
}

.implante h5 {
	font-family: "Ubuntu";
}

.implante .sombra {
	box-shadow: 5px 5px 10px #000;
}

.implante svg {
	width: 100px;
	height: 100px;
}


/* DÚVIDAS */

.duvidas .pergunta {
	font-weight:  bold;
	color: #ffcd71;
	margin-top: 40px;
}

.duvidas .resposta {
	font-size:  1.3rem;
	text-align:  justify;
}

.duvidas .accordion-flush {
	border: 1px solid #fff;
}


.duvidas .accordion-header {
	color: #909090;
}

.duvidas .accordion-item {
	background-color: #8d2037;
	color: #fff ;
}


/* CONTATO */

.contato {
	background-color: #0A1612;
	color: #fff;
}

/* RODAPÉ */

.rodape
{
	display: block;
	width: 100%;
	bottom: 0;
	background-color: #000;
	padding: 30px;
	color: #909090;
	font-weight: bold;
}

.rodape .google {
	width: 100%;
	height: 30vh;
	border: 5px solid #ccc;
}

.rodape img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}


@media (max-width: 568px)
{

	.logotipo {
		width: 200px;
		margin: 10px 0 10px 0;
	}

	.btn-banner {
		background-color: #ffa300;
		font-size:  0.5rem;
		white-space:  nowrap;
		margin: -10px;
	}

	.btn-acao {
		font-size:  1.0rem;
	}

	.descricao {
		text-align:  justify;
	}

	.titulo-procedimento {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 50px;
		font-weight: 600;
		text-decoration: underline;
		color:  #ffcd71;
	}

	.painel .titulo {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.painel p {
		padding: 0 10px 0 10px;
		text-align: left;
		font-size: 1rem;
	}

	.parallax {
		background: url(../img/fundo-568.jpg) fixed;
		background-size: cover;
		color: #fff;
	}

	.parallax h2 {
		font-size: 1.8rem;
	 	text-shadow: 2px 2px #000;
	}

	.carousel-inner {
		bottom: 0;
	}

	.carousel h5 {
		font-size: 0.8rem;
		color: #000;
	}

	.carousel p {
		color: #000;
		font-size: 0.4rem;
	}

	.carousel .btn {
		width: 10%;
	}

}
@media (min-width: 569px) and (max-width: 991px)
{

	.logotipo {
		width: 200px;
		margin: 10px 0 10px 0;
	}

	.titulo-procedimento {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 50px;
		font-weight: 600;
		text-decoration: underline;
		color:  #ffcd71;
	}

	.painel .titulo {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 20px;
		font-weight: 600;
	}

	.painel p {
		padding: 0 10px 0 10px;
		text-align: left;
		font-size: 1rem;
	}

	.carousel h5 {
		font-size: 1.0rem;
	}	

	.carousel p {
		font-size: 0.8rem;
	}

	.btn-banner {
		font-size:  0.8rem;
	}

	.parallax h2 {
		font-size: 1.8rem;
	 	text-shadow: 2px 2px #000;
	}

}
@media (min-width: 768px)
{
	/* ANIME */
	[data-anime] {
		opacity: 0;
		transition: .9s;
	}

	[data-anime="left"] {
		transform: translate3d(-200px,0,0);
	}

	[data-anime="right"] {
		transform: translate3d(200px,0,0);
	}

	[data-anime="top"] {
		transform: translate3d(0,-200px,0);
	}

	[data-anime="bottom"] {
		transform: translate3d(0,200px,0);
	}

	[data-anime].animate {
		opacity: 1;
		transform: translate3d(0px,0px,0px);
	}

	[data-anime="fade"] {
		-webkit-animation: fadeIn 20s ease-in-out;
		-moz-animation: fadeIn 20s ease-in-out;
		-o-animation: fadeIn 20s ease-in-out;
		animation: fadeIn 20s ease-in-out;
	}
}

.link-colapso[aria-expanded='true']:after{
    content: "-";
}

.link-colapso[aria-expanded='false']:after{
    content: "+";
}

.link-colapso:after {
    content: "";   
    float: right;
    font-weight: bold;       
    font-size: 16px; 
}