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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
	--cor-1:#54C5D0;
	--cor-1-hover:#16A3B1;
}

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

body{
	font-family: 'Montserrat', sans-serif;
	background: #17171A;
	overflow-x: hidden;
	padding-top: 110px;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

a{
	text-decoration: none;
	color: var(--cor-1);
}

a:hover{
	text-decoration:none;
	color: var(--cor-1-hover);
}

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

button{
	font-family: 'Montserrat', sans-serif;
	border:none;
	cursor:pointer;
}

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

input.form-control, select.form-control, textarea.form-control, .custom-file-label{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #545454;
	margin-bottom: 30px;
	border-radius: 0;
	background-color: transparent;
}

.custom-file{
	text-align: left;
}

input.form-control:focus, textarea.form-control:focus{
	color: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--cor-1);
	background-color: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.form-control::-moz-placeholder {
    color: #FFFFFF;
}

.form-control::-ms-placeholder {
    color: #FFFFFF;
}

.form-control::placeholder {
    color: #FFFFFF;
}

input.form-control, .custom-file-label, .custom-file{
	height: 50px;
	padding: 10px 0;
}

select.custom-select{
	padding: 0;
	height: 50px;
}

textarea.form-control{
	height: 170px;
	padding: 10px 0;
}

.custom-file-label::after{
	border-radius: 0;
	content: "Selecionar";
	line-height: 46px;
	height: 56px;
	padding: 5px 30px;
}

.custom-file-label{
	margin: 0;
	line-height: 36px;
}

.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	line-height: 65px;
	padding: 0 50px;
	border: 1px solid;
}

.btn-primary{
	border-color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
}

.btn-primary:hover, .btn-active{
	border-color: var(--cor-1);
	background-color: var(--cor-1);
	color: #17171A;
}

h1, h2{
	font-size: 48px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 50px;
}

.titulo-maior, .texto-contato h2{
	font-size: 72px;
	line-height: 73px;
}

.titulo-menor{
	font-size: 30px;
	line-height: 42px;
}

h3{
	font-size: 40px;
	line-height: 51px;
	margin-bottom: 40px;
	color: #FFFFFF;
	font-weight: 400;
}

h3.subtitulo{
	font-size: 15px;
	line-height: 24px;
	position: relative;
	margin-bottom: 30px;
}

h3.subtitulo:after{
	display: inline-block;
	vertical-align: middle;
	width: 63px;
	height: 1px;
	content: '';
	margin-left: 8px;
	background-color: var(--cor-1);
}

.text-white, .text-white p{
	color: #FFFFFF;
}

body, p{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 27px;
}

p{
	margin-bottom: 20px;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.link-seta{
	color: #FFFFFF;
}

.link-seta svg{
	font-size: 14px;
	margin-left: 5px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* header */
.fixed-top{
	background-color: #17171A;
}

.alinha-topo{
	padding-left: 100px;
	padding-right: 100px;
}

.navbar-brand{
	display: block;
	padding: 41px 0 0;
	margin: 0;
}

.navbar{
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-collapse li:first-child{
	margin-left: 0;
}

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

.nav-item-mobile{
	display: none;
}

.navbar-collapse li a, .navbar-collapse li .dropdown-menu a{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 400;
}

.navbar-collapse li a:hover{
	color: var(--cor-1);
}

.header-right{
	text-align: right;
}

.header-right a{
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	line-height: 22px;
}

.header-right a.email-topo{
	font-size: 13px;
}

/* BANNER */
.caixa-banner{
	position: relative;
	padding-right: 100px;
	padding-left: 100px;
}

.tp-bullets{
	left: -50px !important;
	margin: 0 !important;
	top: 50% !important;
	bottom: auto !important;
	-ms-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

.tp-bullets .bullet{
	margin: 5px 0;
	width: 2px;
	height: 50px;
	background-color: #FFFFFF;
	display: block;
	cursor: pointer;
}

.tp-bullets .bullet.selected{
	background-color: var(--cor-1);
}

.caixa-banner .tp-caption{
	z-index: 10;
}

.imagem-banner{
	height: 100%;
	position: absolute;
	margin-left: 150px;
	position: relative;
}

.imagem-banner img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.imagem-banner:after{
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.texto-banner{
	margin-bottom: 60px;
}

.texto-banner, .texto-banner p{
	font-size: 24px;
	line-height: 42px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.texto-banner p{
	margin: 0;
}

.texto-banner strong, .texto-banner p strong{
	font-size: 55px;
	line-height: 66px;
	font-weight: 700;
}

.redes-sociais-banner{
	position: absolute;
	right: 40px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.redes-sociais-banner a{
	width: 18px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin: 20px 0;
}

/* footer */
footer{
	border-top: 1px solid #313636;
	padding-top: 115px;
}

.logo-rodape{
	margin-bottom: 40px;
	display: block;
}

footer p.rodape{
	font-size: 13px;
	font-weight: 300;
}

footer h3{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}

footer p, footer small, footer a{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

.contato-rodape{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 31px;
	display: block;
}

.contato-rodape strong{
	font-weight: 700;
}

.contato-rodape svg{
	margin-right: 5px;
	color: var(--cor-1);
}

.menu-rodape a{
	margin-bottom: 6px;
}

footer a:hover{
	color: var(--cor-1);
}

footer a.texto-sublinhado{
	display: block;
	padding-top: 5px;
	color: var(--cor-1);
	text-decoration: underline;
	font-size: 12px;
}

footer small{
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.links-redes-sociais a{
	font-size: 14px;
	line-height: 37px;
	display: block;
}

.rodape-baixo{
	padding-top: 100px;
	padding-bottom: 20px;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: block;
	margin: 0 auto;
	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;
}

/* Home */
.espaco-maior{
	height: 160px;
	clear: boths;
}

.espaco{
	width: 100%;
	clear: both;
	height: 100px;
}

.espaco-menor{
	clear: both;
	height: 50px;
}

.caixa-image-capa{
	margin-right: 90px;
}

.bg-dark{
	background-color: #000000 !important;
}

.servico-individual{
	margin-bottom: 30px;
	background-color: #252525;
	height: 100%;
	padding: 80px 60px 0;
	height: 420px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.caixa-icone{
	height: 110px;
}

.caixa-icone img{
	max-height: 64px;
}

.servico-individual h3{
	font-weight: 500;
	min-height: 72px;
	border-bottom: 1px solid #454545;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.servico-individual a{
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
}

.servico-individual:hover{
	background-color: var(--cor-1);
}

.servico-individual:hover h3{
	border-bottom-color: #FFFFFF;
}

.servico-individual:hover img{
	filter: brightness(0) invert(1);
}

.bg-blue{
	background-color: var(--cor-1);
}

.titulo-conheca{
	margin-right: 100px;
}

.bg-gestao-de-crise{
	position: relative;
	padding-top: 220px;
	padding-bottom: 220px;
	background-image: url('../img/fundo-banner-baixo.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.bg-gestao-de-crise:before{
	background-color: rgba(37, 37, 37, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: '';
}

.frase-banner p{
	text-transform: uppercase;
	font-size: 65px;
	line-height: 80px;
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 70px;
}

.frase-banner p strong{
	font-weight: 700;
}

#owl-parceiros.owl-carousel .owl-item{
	height: 110px;
	text-align: center;
}

.parceiro-individual{
	height: 110px;
	line-height: 110px;
}

.parceiro-individual img{
	max-height: 108px;
	max-width: 90%;
}

.owl-carousel .owl-dots{
	display: block;
	text-align: center;
	padding-top: 50px;
}

.owl-carousel .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	cursor: pointer;
}

.owl-carousel .owl-dots .active span{
	background-color: #FFFFFF;
}

.capa-depoimentos{
	float: right;
	width: 500px;
}

.depoimento-individual:before{
	display: block;
	background-image: url('../img/aspa-depoimento.png');
	width: 67px;
	height: 54px;
	content: '';
	margin-bottom: 30px;
}

.depoimento-individual img{
	width: 65px;
	height: 65px;
	object-fit: cover;
	float: left;
	margin-right: 20px;
}

.depoimento-individual h3{
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 7px;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
}

.depoimento-individual span{
	font-weight: 400;
	text-transform: none;
}

.noticia-individual{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #1F2929;
}

.noticia-individual:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.noticia-individual h3, .servico-individual h3{
	font-size: 30px;
	line-height: 36px;
}

.noticia-individual h3{
	margin-bottom: 20px;
}

.noticia-individual p{
	margin-bottom: 30px;
}

.noticia-individual p, .infos-noticia, .noticia-individual .link-seta{
	font-size: 14px;
	line-height: 28px;
}

/* Páginas */
.espaco-topo{
	height: 100px;
}

.bg-gestao-de-crise.banner-interno{
	padding-top: 120px;
	padding-bottom: 120px;
}

.depoimento-individual.depoimento-interno{
	margin-bottom: 90px;
}

.depoimento-individual.depoimento-interno:after{
	clear: both;
	content: '';
	display: block;
}

.g-recaptcha{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.contato-direita{
	position: relative;
	height: 100%;
	margin-left: 40px;
}

.contato-direita img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contato-direita:after{
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.imagem-noticia{
	margin-bottom: 50px;
	display: block;
}

.caixa-compartilhamentos{
	text-align: right;
}

.caixa-compartilhamentos h3{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	display: inline-block;
}

.caixa-compartilhamentos .compartilhar-individual{
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.paginacao-blog{
	vertical-align: top;
}

.paginacao-blog a{
	width: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: 800;
	margin: 0 2px;
	line-height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
}

.paginacao-blog a.pager-ativo, .paginacao-blog a:hover{
	background-color: var(--cor-1);
}

/* Animações */
.anime{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.anime.animacaoDireita{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-o-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
}

.anime.animacaoEsquerda{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
}

.anime.animacaoBaixo{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.animacaoAtiva.animacaoDireita, .animacaoAtiva.animacaoEsquerda, .animacaoAtiva.animacaoBaixo{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Modal */
.modal-dialog{
	max-width: 700px;
}

.modal-content{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal-body{
	padding: 80px 60px;
}

.modal-body h2{
	color: #343a40 !important;
}

.close-modal{
	z-index: 10;
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid #929292;
	color: #929292;
	text-align: center;
	line-height: 24px;
	width: 26px;
	height: 26px;
	background-color: transparent;
	font-size: 12px;
}


/* Queries */
@media(min-width: 1339px) {
	.container{max-width: 1300px;}
}

@media(max-width: 1338px) {
	.alinha-topo{padding-left: 40px; padding-right: 40px;}
	.navbar-collapse li{margin: 0 15px;}
	.titulo-maior, .texto-contato h2{font-size: 60px; line-height: 64px;}
	.texto-banner, .texto-banner p{font-size: 20px; line-height: 34px;}
	.texto-banner strong, .texto-banner p strong{font-size: 48px; line-height: 58px;}
	.texto-banner{margin-bottom: 30px;}
	.btn{line-height: 54px; padding: 0 35px;}
	.espaco-maior, .espaco{height: 80px;}
	h3{font-size: 36px; line-height: 44px; margin-bottom: 30px;}
	h1, h2{font-size: 44px; line-height: 50px; margin-bottom: 40px;}
	.servico-individual{padding: 60px 50px 0; height: 360px;}
	.caixa-icone{height: 80px;}
	.noticia-individual h3, .servico-individual h3{font-size: 25px; line-height: 34px;}
	.frase-banner p{font-size: 54px; line-height: 70px; margin-bottom: 50px;}
	.bg-gestao-de-crise{padding-top: 120px; padding-bottom: 120px;}
	.parceiro-individual img{max-height: 90px;}
	footer{padding-top: 80px;}
	.rodape-baixo{padding-top: 60px;}
	.capa-depoimentos{width: 450px;}
	.espaco-topo{height: 50px;}
}

@media(max-width: 1199px) {
	body{padding-top: 83px;}
	.header-right a.email-topo{font-size: 12px;}
	.navbar-collapse li{margin: 0 12px;}
	.navbar-collapse li a, .navbar-collapse li .dropdown-menu a{font-size: 12px;}
	.navbar-brand{padding: 20px 0 0; max-width: 150px;}
	.caixa-banner{padding-left: 40px; padding-right: 40px;}
	.tp-bullets{left: -20px !important;}
	.redes-sociais-banner{right: 12px;}
	.texto-banner strong, .texto-banner p strong{font-size: 42px; line-height: 52px;}
	.texto-banner, .texto-banner p{font-size: 18px; line-height: 30px;}
	.btn{line-height: 48px; padding: 0 30px;}
	.redes-sociais-banner a{margin: 15px 0;}
	.espaco-maior, .espaco{height: 60px;}
	.titulo-maior, .texto-contato h2{font-size: 50px; line-height: 56px;}
	.caixa-image-capa{margin-right: 50px;}
	h3.subtitulo{font-size: 14px; margin-bottom: 10px;}
	h3{font-size: 30px; line-height: 38px; margin-bottom: 20px;}
	h1, h2{font-size: 36px; line-height: 42px; margin-bottom: 30px;}
	.servico-individual{padding: 40px 40px 0; height: 290px;}
	.noticia-individual h3, .servico-individual h3{font-size: 18px; line-height: 28px;}
	.noticia-individual p{margin-bottom: 15px;}
	.servico-individual h3{min-height: 56px; padding-bottom: 15px; margin-bottom: 15px;}
	.frase-banner p{font-size: 42px; line-height: 54px; margin-bottom: 30px;}
	.bg-gestao-de-crise{padding-top: 80px; padding-bottom: 80px;}
	.parceiro-individual img{max-height: 70px; max-width: 70%;}
	.parceiro-individual{height: 74px; line-height: 74px;}
	#owl-parceiros.owl-carousel .owl-item{height: 74px;}
	.owl-carousel .owl-dots{padding-top: 30px;}
	.capa-depoimentos{width: 365px;}
	.depoimento-individual:before{margin-bottom: 20px;}
	.titulo-conheca{margin-right: 70px;}
	.bg-blue .titulo-conheca{margin-right: 80px;}
	.noticia-individual{margin-bottom: 35px; padding-bottom: 35px;}
	.links-redes-sociais{margin-top: 30px;}
	footer h3{font-size: 15px; margin-bottom: 10px;}
	.links-redes-sociais a{display: inline-block; vertical-align: top; margin: 0 40px 0 0;}
	footer{padding-top: 50px;}
	.bg-gestao-de-crise.banner-interno{padding-top: 80px; padding-bottom: 80px;}
	.modal-body{padding: 50px 30px;}
}

@media(max-width: 991px) {
	.espaco-maior, .espaco{height: 50px;}
	.espaco-menor{height: 30px;}
	body{padding-top: 75px;}
	.header-right{display: none;}
	#menu-principal .mr-auto{margin-right: 0 !important;}
	.navbar-collapse li{margin: 0 0 0 25px;}
	.navbar-brand{max-width: 130px;}
	.texto-banner, .texto-banner p{font-size: 16px; line-height: 28px;}
	.texto-banner strong, .texto-banner p strong{font-size: 38px; line-height: 48px;}
	.texto-banner{margin-bottom: 25px;}
	.btn{line-height: 44px; padding: 0 22px;}
	.imagem-banner{margin-left: 60px;}
	.titulo-maior, .texto-contato h2{font-size: 36px; line-height: 40px;}
	.caixa-image-capa{margin-right: 0;}
	h3{font-size: 24px; line-height: 32px;}
	body, p{font-size: 14px; line-height: 26px;}
	h1, h2{font-size: 26px; line-height: 32px; margin-bottom: 25px;}
	.frase-banner p{font-size: 30px; line-height: 40px; margin-bottom: 25px;}
	.bg-gestao-de-crise{padding-top: 60px; padding-bottom: 60px;}
	.capa-depoimentos{width: 265px;}
	.depoimento-individual::before{margin-bottom: 15px; width: 40px; background-size: contain; height: 32px; background-repeat: no-repeat;}
	.depoimento-individual img{display: none;}
	.depoimento-individual h3{margin: 0;}
	.titulo-conheca{margin-right: 0;}
	.noticia-individual{margin-bottom: 20px; padding-bottom: 20px;}
	.noticia-individual:last-child{margin-bottom: 60px;}
	.contato-rodape{font-size: 14px; line-height: 30px;}
	.logo-rodape{margin-bottom: 20px;}
	footer p.rodape{font-size: 12px;}
	.caixa-rodape-1{display: none;}
	.links-redes-sociais{margin-top: 10px;}
	footer, .rodape-baixo{padding-top: 30px;}
	footer h3{margin-bottom: 10px;}
	.espaco-topo{height: 30px;}
	.bg-gestao-de-crise.banner-interno{padding-top: 50px; padding-bottom: 50px;}
	.contato-direita{margin-left: 0;}
	.espaco-contato{display: none;}
}

@media(max-width: 767px){
	body{padding-top: 70px;}
	.navbar-brand{max-width: 120px; padding: 10px 0;}
	.alinha-topo{padding-left: 15px; padding-right: 15px;}
	.navbar-collapse li{margin: 0; display: block; float: none;}
	#menu-principal{padding-bottom: 20px;}
	.redes-sociais-banner a{margin: 4px 0; font-size: 12px;}
	.caixa-banner{padding-left: 20px;}
	.tp-bullets{left: -10px !important;}
	.texto-banner strong, .texto-banner p strong{font-size: 24px; line-height: 36px;}
	.texto-banner, .texto-banner p{font-size: 12px; line-height: 24px;}
	.texto-banner{margin-bottom: 20px;}
	.imagem-banner{margin-left: 40px;}
	.btn{line-height: 40px; padding: 0 18px; font-size: 12px; font-weight: 500;}
	.titulo-maior, .texto-contato h2{font-size: 28px; line-height: 32px;}
	.caixa-image-capa{margin-bottom: 30px;}
	h3{font-size: 20px; line-height: 28px;}
	h1, h2{font-size: 22px; line-height: 28px; margin-bottom: 20px;}
	.servico-individual{padding: 30px; height: auto;}
	.frase-banner p{font-size: 22px; line-height: 32px; margin-bottom: 20px;}
	.bg-gestao-de-crise{padding-top: 40px; padding-bottom: 40px;}
	.capa-depoimentos{width: auto; float: none;}
	.depoimento-individual h3{float: none;}
	.depoimento-individual{margin-bottom: 30px;}
	.noticia-individual h3, .servico-individual h3{font-size: 16px; line-height: 26px;}
	.bg-blue .titulo-conheca{margin-right: 0;}
	.link-esquerda{margin-bottom: 30px;}
	.noticia-individual h3{margin-bottom: 0;}
	.depoimento-individual.depoimento-interno{margin-bottom: 30px;}
	input.form-control, select.form-control, textarea.form-control, .custom-file-label{margin-bottom: 5px;}
	textarea.form-control{height: 140px; margin-bottom: 20px;}
	.contato-direita{display: none;}
	.blog-esquerda{margin-bottom: 30px;}
	.noticia-individual:last-child{margin-bottom: 0;}
	.imagem-noticia{margin-bottom: 20px;}
	.mb-5{margin-bottom: 20px !important;}
	.modal-dialog{max-width: 90%;}
	.modal-body{padding: 30px;}
}