/* Estilos Gerais */

body{
	font-family: "ClementePDai Regular", Arial, sans-serif;
}

p {
 	font-family: Georgia, "Times New Roman", serif;
 	font-size: 14px;
 	line-height: 20px;
}

img {
 	display: block;
 	max-width: 100%;
}

.formphp label.nao-aparece, .formphp input.nao-aparece {
	display: none !important;
}

#form-erro span, #form-send span  {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
}

#form-send {
	color: #31aa39;
}

#form-erro {
	color: #f64540;
}


.li-georgia{
	font-family: georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
	color: #2f110f;
}

.btn{
 	border: 3px solid #d1c2c2;
 	padding: 10px 30px;
 	color: #d1c2c2;
 	font-size: 14px;
 	font-weight: bold;
 	line-height: 20px;
 	text-transform: uppercase;
 	letter-spacing: .1em;
 	transition: all .5s ease;
}

.btn:hover {
	color: #FFF;
	border-color: #FFF;
}

.btn.btn-preto {
	color: #2f110f;
	border-color: #2f110f;
}

.btn.btn-preto:hover {
	color: #d1c2c2;
	border-color: #d1c2c2;
}

.subtitulo{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: .1em;
	color: #2f110f;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.subtitulo:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #2f110f;
	margin: 8px auto;
}

.maiuscula{
	text-transform: uppercase;
	font-weight: bold;
	font-family: "ClementePDai Regular", Arial, sans-serif;
}

.call-lp{
	clear: both;
	padding-top: 0px;
	text-align: center;
}

.call-lp h3{
	color: #2f110f;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;
}

.call-lp p {
	font-family: "ClementePDai Regular", Arial, sans-serif;
	margin-bottom: 0px;
	color: #2f110f; 
}

.call{
	clear: both;
	padding-top: 40px;
	text-align: center;
}


.call p {
	font-family: "ClementePDai Regular", Arial, sans-serif;
	margin-bottom: 20px;
	color: #2f110f; 
}

.subtitulo-interno {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: .1em;
	color: #2f110f;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}

.subtitulo-interno:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #2f110f;
}



/*Header*/

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #d1c2c2; /* Rosa */
	padding: 22px 0;
	z-index: 10;
}

.header_menu {
	text-align: right;
}

.header_menu ul li {
	display: inline-block;
	margin-left: 25px;
	margin-top: 20px;
}

.header_menu ul li a {
	color: #2f110f; /* Vermelho */
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	transition: all .3s ease;
}

.header_menu ul li a:hover {
	color: #FFF;
}

.header_menu ul li a.menu-ativo{
	color: #FFF;
}
/* Introducao */

.introducao {
	width: 100%;
	height: 380px;
	background: url("../img/bg-home.jpg") no-repeat center;
	background-size: cover;
	margin-top: 82px;
	padding-top: 80px;
	color: #FFF;
	text-align: center;
}
.introducao-lp{
	font-family: "ClementePDai Regular", Arial, sans-serif;
	width: 100%;
	height: 360px;
	background: url("../img/bg-home-red.jpg") no-repeat center;
	background-size: cover;
	padding-top: 40px;
	color: #FFF;
	text-align: center;
}


.introducao-lp h1{
	font-family: "ClementePDai Regular", Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	
}

.quote-externo-lp {
	max-width: fit-content;
	margin: 0 auto;
	margin-bottom: 0px;
	color: #FFF;
	padding-top: 10px;
}
.quote-externo-lp p {
	font-style: bold;
	font-size: 32px;
	color: #FFF;
}

.quote-externo-lp p:before, .quote-externo-lp p:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #FFF;
	margin: 0px auto 0px auto;
}
.introducao h1 {
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}

.quote-externo {
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 60px;
	color: #FFF;
}

.quote-externo p {
	font-style: italic;
	color: #FFF;
}

.quote-externo p:before, .quote-externo p:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #FFF;
	margin: 14px auto 10px auto;
}

.quote-externo cite {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}



/*INTRODUCAO INTERNA*/
.introducao-interna {
	width: 100%;
	margin-top: 82px;
	height: 160px;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
}

.introducao-interna p {
	color: #FFF;
}

.introducao-interna h1 {

	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;

}

.introducao-interna h1:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #FFF;
	margin: 6px auto 10px auto;
}

/*Areas de atuação*/

.areas {
	padding: 60px 0;
}

.areas-lista li {
	/*background: #2f110f;*/
	background: #d1c2c2;
	text-align: center;
}

.areas-lista li h3{
	color: #2f110f;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;
}

.areas-lista li h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #2f110f;
	margin: 2px auto;
}

.areas-lista li p {
	padding: 10px 20px 20px 20px;
	color: #2f110f;
}

.areas-icone {
	background: #2f110f;
	padding: 20px;
}

.areas-icone img{
	margin: 0 auto;
}

.areas ul li:nth-child(4), .areas ul li:nth-child(5), .areas ul li:nth-child(6) {
	margin-top: 20px;
}


/*SUSTENTACAO ORAL*/

.sustentacao {
	margin-top: 20px;
	background: #2f110f;
	padding: 20px 0;
}
.sustentacao img {
	margin: 0 auto;
}

.sustentacao-oral {
	margin-top: 20px;
	background: #d1c2c2;
	height: 240px;
}

.sustentacao-oral h3{
	color: #2f110f;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;	
	margin-left: 20px;
}	

.sustentacao-oral h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #2f110f;
	margin-bottom: 20px;
	text-align: right;
}	

.sustentacao-oral p {
	padding: 10px 20px 20px 20px;
	color: #2f110f;
}


/*Profissionais*/
.profissionais-lp{
	width: 100%;
	background: #2f110f;
	padding: 40px 0;
}

.profissionais-lp .subtitulo{
	color:#d1c2c2;
}

.profissionais-lp .subtitulo:after {
	background: #d1c2c2;
}


.profissionais-lp .call p{
	color: #d1c2c2;
}

.profissionais{
	width: 100%;
	background: #2f110f;
	padding: 40px 0;
}

.profissionais .subtitulo{
	color:#d1c2c2;
}

.profissionais .subtitulo:after {
	background: #d1c2c2;
}

.profissionais-lista div:last-of-type{
	margin-top: 20px;
}

.profissionais .call p{
	color: #d1c2c2;
}

.adv {
	padding: 60px 0;
}

.adv-lista li {
	/*background: #2f110f;*/
	background: #d1c2c2;
	text-align: center;
}

.adv-lista li h3{
	color: #2f110f;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;
}

.adv-lista li h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #2f110f;
	margin: 2px auto;
}

.adv-lista li p {
	padding: 10px 20px 20px 20px;
	color: #2f110f;
}

.adv-icone {
	background: #FFF;
	padding: 20px;
}

.adv-icone img{
	margin: 0 auto;
}

.adv ul li:nth-child(4), .adv ul li:nth-child(5), .adv ul li:nth-child(6) {
	margin-top: 20px;
}
/* Valores */


.valores {
	padding: 60px 0;
}

.valores:after {
	content: "";
	width: 664px;
	height: 90px;
	display: block;
	background: url("../img/institucional/linhas.png") no-repeat center;
	position: absolute;
	top: 360px;
	right: 149px;
	z-index: -1;
}

.valores img{
	margin: 0 auto;
}

.valores-lista{
	padding-top: 40px;
	overflow: auto; /* CLEAR FIX*/
}

.valores-lista li {
	text-align: center;
	padding: 0 40px;
}

.valores-lista li p {
	color: #2f110f;
}

.valores-lista li h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 20px;
	color: #2f110f;
}

.valores-lista li h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #2f110f;
	margin: 6px auto;
}

/*QUEBRA*/

.quebra{
	margin-top: 60px;
	padding-top: 30px;
	width: 100%;
	height: 220px; 
	background: url(../img/bg-footer.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.quote-externo-footer {
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 60px;
	color: #FFF;
}

.quote-externo-footer p {
	font-style: italic;
}

.quote-externo-footer p:before, .quote-externo-footer p:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #d1c2c2;
	margin: 14px auto 10px auto;
}

.quote-externo-footer cite {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #d1c2c2;
}


/*FOOTER*/

.footer{
	width: 100%;
	background: #2f110f; 
	padding: 20px 0;
}

.footer ul li, p{
	color: #d1c2c2;
}

.footer h3{
	color: #d1c2c2;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.footer h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #d1c2c2;
	margin-bottom: 20px;
	text-align: right;
}

.footer_contato{
	padding-right: 60px;
}

.footer_historia{
	padding-right: 60px;
}

.footer_contato {
	font-family: georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
}

.footer_redes {
	display: inline-block;
	margin-right: 10px;
}

.footer_redes a {
	border: 3px solid #d1c2c2;
	display: block;
	padding: 6px;

}

.footer_redes a:hover {
	border-color: #FFF;
	transition: all .3s ease;	
}

/*COPYRIGHT*/
.copy {
	width: 100%;
	background: #d1c2c2;
}

.copy p {
	color: #2f110f;
	padding: 20px 0;
}

/*Animações*/
.js .introducao h1, .js .introducao blockquote,  .js .introducao .btn, .js .animar, .js .animar-interno, .js .introducao-interna h1, .js .introducao-interna p {
	opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
