/*
    Desenvolvido por Artweb Design Digital
    https://www.agenciamaya.com.br/
    jeferson@agenciamaya.com

    font-family: 'Noto Serif', serif;
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Noto+Serif');

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: 400;
} 

body{
    font-family: 'Montserrat', sans-serif;
	background: #FFFFFF;
}

a{
	text-decoration: none;
	color: #491D74;
}

a:hover{
	text-decoration:none;
	color: #79767C;
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

input, textarea, input.form-control, textarea.form-control{
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #2e0b47;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #dddddd;
	margin-bottom: 20px;
	padding: 10px;
}

.btn-secondary, .btn-primary{
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #2E0B47;
	background-color: #2E0B47;
	color: #FFFFFF;
}

.btn-secondary:hover, .btn-primary:hover{
	background-color: transparent;
	border: 1px solid #2E0B47;
	color: #2E0B47;
}

::-webkit-input-placeholder {
    color: #2e0b47;
}

::-moz-placeholder {
    color: #2e0b47;
}

::-ms-placeholder {
    color: #2e0b47;
}

::placeholder {
    color: #2e0b47;
}

/* header */
.navbar{
	background-color: #2E0B47;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #A7A9AC;
	text-align: center;
}

.navbar .container{
	position: relative;
}

.redes-sociais-topo{
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 10;
}

.redes-sociais-topo a{
	color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.telefone-topo{
	display: none;
}

.navbar-brand{
	margin: 0;
	padding: 30px 0 20px;
}

.navbar-nav li{
	margin: 10px 0 0 20px;
	list-style: none;
	float: left;
}

.navbar-nav li a{
	display: block;
	color: #ffffff;
	font-size: 13px;
	line-height: 40px;
	text-transform: uppercase;
	border-bottom: 2px solid #2E0B47;
	padding: 0 2px;
}

.navbar-nav li a.menuAtivo, .navbar-nav li a:hover{
	color: #A7A9AC;
	border-bottom-color: #A7A9AC;
}

/* content */
#content{
	margin:0 auto;
}

#content::before, #content::after {
	content: ' ';
	display: table;
}

#content::after{
	clear: both;
}

h1, h2{
	font-size: 40px;
	color: #491d74;
    font-family: 'Noto Serif', serif;
    margin-bottom: 20px;
    line-height: 50px;
}

.text-center .traco-titulo:after{
	margin-left: auto;
	margin-right: auto;
}

.traco-titulo:after{
	background-color: #491d74;
	width: 42px;
	height: 2px;
	margin-top: 15px;
	display: block;
	content: '';
}

h3{
	line-height: 30px;
	font-size: 20px;
	color: #491d74;
    font-family: 'Noto Serif', serif;
    margin-bottom: 20px;
}

#content, #content p{
	font-size: 14px;
	color: #939096;
	line-height: 27px;
}

/* Home */
.areas-individual{
	margin: 0 40px;
	background-color: #FAFAFA;
	border: 1px solid #DFDDE1;
}

.alinha-area-individual{
	padding: 70px 20px 20px;
	position: relative;
}

#content .areas-individual, #content .areas-individual p, #content .textos-mvv, #content .textos-mvv p{
	font-size: 12px;
	line-height: 24px;
}

.areas-individual span{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #DFDDE1;
	position: absolute;
	left: 50%;
	top: -50px;
	display: block;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.icone-empresa-home{
	display: block;
	content: '';
	background-image: url(../img/icone-quem-somos.png);
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30px;
	position: relative;
}

.empresa-home{
	padding-top: 30px;
	background-color: #FAFAFA;
}

.imagem-empresa{
	max-width: 50%;
	margin: 0 0 20px 30px;
	float: right;
}

.responsavel-home{
	background-color: #ffffff;
	border: 1px solid #dfdde1;
    font-family: 'Noto Serif', serif;
}

.alinha-responsavel-home{
	padding: 35px 15px;
}

.imagem-responsavel-home{
	float: right;
	max-width: 270px;
	margin: -30px 25px 0 20px;
}

.noticia-individual{
	position: relative;
}

.noticia-individual:before{
	background-color: #FAFAFA;
	border: 1px solid #DFDDE1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
}

.noticia-individual-menor:before{
	left: 15px;
	right: -15px;
}

.noticia-individual:after{
	background: url(../img/aspas-maiores.png) no-repeat;
	width: 71px;
	height: 57px;
	display: block;
	content: '';
	position: absolute;
	left: 30px;
	top: -25px;
}

.noticia-individual-menor:after{
	background: url(../img/aspas-menores.png) no-repeat;
	width: 46px;
	height: 38px;
	top: -20px;
	left: 45px;
}

.bg-aspas-noticias{
	display: block;
	background: url(../img/aspas-fundo.png) no-repeat;
	width: 233px;
	height: 191px;
	position: absolute;
	left: -30px;
	top: 0;
}

.noticia-menor-cima{
	margin-bottom: 35px;
}

.noticia-individual h3, .noticia-individual p{
	position: relative;
	z-index: 10;
}

.noticia-individual-menor{
	padding: 45px 15px 20px 45px;
}

.noticia-individual-maior{
	padding: 70px 30px 25px;
}

.noticia-individual a{
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	position: relative;
	z-index: 10;
}

.alinha-paginas{
	background: #fafafa;
	padding-top: 90px;
}

.bg-white{
	background: #FFFFFF;
}

.imagem-borda{
	border: 1px solid #dfdde1;
}

.paginacao a{
	background-color: #f0f0fa;
	padding: 0 12px;
	line-height: 33px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
    font-family: 'Noto Serif', serif;
}

.paginacao a.pager-ativo{
	font-weight: bold;
}

/* footer */
footer{
	background: #2E0B47;
	width: 100%;
	position: relative;
	clear: both;
	padding-top: 60px;
}

footer p, footer a {
    color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}

footer a {
    color: #fff;
}

footer a:hover{
	color: #A7A9AC;
}

footer i{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

footer h3{
	line-height: 38px;
	color: #FFFFFF;
    font-family: 'Noto Serif', serif;
    margin-bottom: 10px;
}

.rodape-baixo{
	border-top: 1px solid #43245A;
	text-align: center;
}

.rodape-baixo p{
	line-height: 60px;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	float: right;
	margin: 0 0 15px;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* Contato */
.contato-direita{
	background-color: #f7f7f7;
}

.alinha-contato-direita{
	padding: 40px 25px;
}

.contato-direita i{
	font-size: 32px;
	color: #2e0b47;
	margin-bottom: 15px;
}

.contato-direita-whats i{
	font-size: 18px;
}

.contato-rodape-whats i{
	font-size: 15px;
}

#content .contato-direita p.texto-menor{
	font-size: 12px;
	line-height: 20px;
}

#formContato{
	padding-right: 15px;
}

.fundo-enviada{
	background-color: rgba(73, 29, 116, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
}

.caixa-enviada{
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -125px 0 0 -200px;
	width: 400px;
	height: 250px;
	background-color: #FFFFFF;
	padding: 30px 30px;
	z-index: 100;
}

.caixa-enviada i{
	position: absolute;
	right: -15px;
	top: -20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #FF0000;
	font-size: 34px;
}

.download-individual{
	background-color: #fafafa;
	border: 2px solid #dfdde1;
	position: relative;
	height: 155px;
	margin-top: 26px;
	margin-bottom: 60px;
}

.download-individual h3{
	position: absolute;
	left: 20px;
	right: 20px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	font-size: 25px;
}

.download-individual i{
	background-color: #FFFFFF;
	z-index: 2;
	background-image: url("../img/icone-download.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 52px;
	height: 52px;
	border: 1px solid #e3e1e5;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	top: -26px;
}

.download{
	display: block;
	color: #666666;
}

.download i{
	color: #491D74;
	margin-right: 5px;
}

.download:hover{
	color: #491D74;
	text-decoration: underline;
}

/* Aumentar ao chegar */
.anime{
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.animacaoAtiva{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Queries */
@media(max-width: 1199px) {
	h1, h2 {font-size: 32px; line-height: 40px;}
	h3 {font-size: 18px;}
	.areas-individual{margin: 0 0 30px;}
	.imagem-responsavel-home{max-width: 200px;}
	footer .col-md-2{margin-left: -20px;}
}

@media(max-width: 991px) {
	.navbar-brand{padding: 15px 0;}
	.navbar-brand img{max-width: 120px;}
	.navbar-nav li{margin: 0 10px;}
	.navbar-nav li a{text-transform: none;}

	h1, h2{font-size: 24px; line-height: 32px;}
	h3 {font-size: 16px; line-height: 20px; margin-bottom: 10px;}
	.traco-titulo:after{margin-top: 10px; width: 30px;}
	.areas-individual span{width: 60px; height: 60px; top: -30px; background-size: auto 34px;}
	.alinha-area-individual{padding: 50px 0 20px;}
	.responsavel-home{margin-top: 50px;}
	.imagem-responsavel-home{max-width: 270px;}
	footer .col-md-2{margin-left: 0;}
	footer .col-sm-6{margin-bottom: 30px; text-align: center;}
	footer h3{max-width: 150px; margin: 0 auto;}
	.contato-direita{margin-top: 30px;}

	.pt-5, .py-5{padding-top: 30px !important;}
	.pb-5, .py-5{padding-bottom: 30px !important;}
	.alinha-paginas{padding-top: 50px;}
}

@media(max-width: 767px){
	body{padding-top: 92px;}
	.navbar{position: fixed; left: 0; top: 0; right: 0; z-index: 100;}
	.navbar-brand{padding: 10px 0; float: left;}
	.navbar-toggler{float: right; margin: 24px 0;}
	.telefone-topo{display: block; float: right; line-height: 40px; margin: 24px 15px 0 0; color: #FFFFFF; font-size: 14px; font-family: 'Noto Serif', serif;}
	.telefone-topo:hover{color: #FFFFFF;}
	.telefone-topo i{font-size: 14px; margin-right: 5px;}
	.redes-sociais-topo{display: none;}

	h1, h2{font-size: 20px; line-height: 30px;}
	h3{font-size: 14px;}
	.areas-individual{margin: 0 15px 50px;}
	#content, #content p{text-align: center; line-height: 24px;}
	.responsavel-home{margin: 30px 15px 0; text-align: center !important; padding: 20px;}
	.imagem-responsavel-home{max-width: 80%; float: none; margin: 0 auto 20px;}
	.alinha-responsavel-home{padding: 0;}
	.noticia-individual-maior{margin: 0 15px;}
	.noticia-individual{padding: 30px 15px 15px; margin-bottom: 50px;}
	.bg-aspas-noticias{display: none;}
	.noticia-individual-menor:before{left: 0; right: 0;}
	.noticia-individual:after{background: url(../img/aspas-menores.png) no-repeat; width: 46px; height: 38px; left: 15px; top: -25px;}
	.rodape-baixo p{line-height: 20px; margin: 20px 0;}
	.noticia-individual{margin-top: 0 !important;}
	.contato-direita i{margin-top: 20px; margin-bottom: 10px; font-size: 24px;}
	.alinha-contato-direita{padding: 30px 0;}
	.imagem-empresa{max-width: 90%; margin: 0 auto 20px; float: none; display: block;}
	.contato-direita{display: none;}
	#formContato{padding-right: 0;}
	footer .col-lg-3{display: none;}
	.alinha-paginas{padding-top: 30px;}
}

@media(max-width: 367px){
	.telefone-topo{display: none;}
}