@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,700;1,800&display=swap');

body{
	margin: 0;
	font-family: 'Mulish', sans-serif;
}

.topo{
	background-image: url("../img/banner.jpg");
	width: 100%;
	background-size: cover;
	background-position: top;
	height: auto;
	display: table;
	background-repeat: no-repeat;
	position: relative;
	
}
.topo:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 90%);
	opacity: 0.7;
	top:0;
	left: 0;
	z-index: 1;
}

.nav-top{
	background-color: #F03A3B;
	width: 100%;
	padding: 10px 0px;
	z-index: 10;
	position: relative;
}

 .nav-top span{
	color:#fff;
	font-size: 16px;
	float: right;
}


.nav-top .fa-facebook-f,.nav-top .fa-instagram, .nav-top .fa-linkedin-in{
	color: #fff;
	font-size: 16px;
	padding-right: 5px;
}

.nav-top .box-top{
	width: auto;
	float: right;
	position: relative;
	margin-left:28px;
}
 .nav-top .box-top .fa-envelope,  .nav-top .box-top .fa-phone-volume,.nav-top .fa-whatsapp{
	color:#fff;
	font-size: 16px;
	padding-right: 8px;
}

.navbar-nav .nav-link {
    color:#fff;
	font-size: 18px;
}

.navbar-nav .nav-link:hover{
	color:#F03A3B;
}
.navbar-nav .nav-link-i:hover{
	color:#F03A3B!important
}
.navbar-nav .nav-link-i{
	color:#6B6B6C!important
}
.navbar {
	position: relative;
	z-index: 99;
}


@media (min-width: 1200px) {
.navbar-nav{
	margin-top: 35px;
}
}

.topo .box-banner{
	width: 60%;
	float: left;
	padding: 20% 15px;
	z-index: 99;
	position: relative;
}

.topo .box-banner h1{
	color: #fff;
	font-size: 40px;
	font-weight: 400;
}
.topo .box-banner h1 strong{
	font-weight: 900;
}

.topo .box-banner h1:after{
	width: 20%;
	height: 4px;
	background-color: #F03A3B;
	content: "";
	display: block;
	margin:25px 0px;
}
.topo .box-banner h4{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

.topo .box-banner a{
	color:#fff;
	font-size: 20px;
	font-weight: 900;
}
@media (max-width: 576px) {
.topo .box-banner{
	width: 80%;
}	
.topo .box-banner h1{
	font-size: 24px!important;
}
.topo .box-banner h4{
	font-size: 18px!important;
}

.topo .box-banner a{
	font-size: 14px!important;
}
}

.topo .fa-bars{
	color: #fff;
	font-size: 24px;
}

.titulo-destaque {
	margin-bottom: 60px;
	position: relative;
}
.titulo-destaque h2{
	font-size: 35px;
	color:#6B6B6C;
	font-weight: 600;
	padding-left: 25px;
}
.titulo-destaque span{
	margin: 0;
    color: #F44C45;
    line-height: 1em;
    letter-spacing: .05em;
	font-size: 12px;
    position: absolute;
    left: 11px;
	text-transform: uppercase;
    bottom: 8px;
    -webkit-transform-origin: 1% 100%;
    -ms-transform-origin: 1% 100%;
    transform-origin: 1% 100%;
    -webkit-transform: rotate(270deg) translateY(0);
    -ms-transform: rotate(270deg) translateY(0);
    transform: rotate(270deg) translateY(0);
}
.servicos{
	padding: 80px 0px;
}
.servicos .box-servico{
	position: relative;
}

.servicos .box-servico:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	transition: 0.8s all;
}

.servicos a:hover .box-servico:after{
 	background: rgba(240,58,59,0.5);

}

.servicos .col-md-3{
	padding-left: 8px;
	padding-right: 8px;
}

.servicos .box-servico span{
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 999;
	color:#fff
}


.servicos .box-servico span:after{
	width: 30px;
	height: 2px;
	display: block;
	content: "";
	background-color: #F03A3B;
	margin: 15px 0px;
}

@media (max-width: 576px){
	.servicos .col-md-3{
		width: auto;
		margin: 8px auto;
	}
}

.servicos .veja-mais{
	color:#F03A3B;
	border:solid 1px #F03A3B;
	padding: 8px 20px;
	font-size: 18px;
	font-weight: 600;
	display: table;
	margin: 40px auto 0px;
	transition: 0.8s all;
}

.servicos .veja-mais:hover{
	color:#fff;
	background:#F03A3B;
	text-decoration: none;
}

.pages-3{
	padding: 80px 0px;
	background: #F1F3F5;
}
@media (max-width: 576px){
.pages-3 .col-md-4{
	margin-bottom: 20px;
}
}
.pages-3 span{
	color:#fff;
	background-color: #F03A3B;
	position: absolute;
	left: 30px;
	bottom: 15px;
	padding: 5px 12px;
	transition: 2s all;
}

.pages-3 a:hover span{
	width: 85%;
	text-align: center;
}

.pages-3 a:hover .img-fluid{
	background-color: #F03A3B;
}

.noticias{
	padding: 80px 0px;
}
.noticias .col-md-4{
	margin-bottom: 20px;
}
.noticias .title-news{
	font-size: 18px;
	color: #6B6B6C;
	font-weight: 400;
	border-bottom: 1px solid #CACACB;
	padding: 15px 0px;
}


.noticias .date-news{
	color: #F34C46;
	font-weight: 700;
	font-size: 16px;
	margin-top: 15px;
	display: block;
}

.noticias .read-more{
	color:#F34C46;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 0px;
	letter-spacing: .2em;
}

.clientes{
	padding: 80px 0px;
	background: #F1F3F5;
}

.clientes .col-md-3{
	margin-bottom: 20px;
}
.clientes .veja-mais{
	color:#F03A3B;
	border:solid 1px #F03A3B;
	padding: 8px 20px;
	font-size: 18px;
	font-weight: 600;
	display: table;
	margin: 40px auto 0px;
	transition: 0.8s all;
}

.clientes .veja-mais:hover{
	color:#fff;
	background:#F03A3B;
	text-decoration: none;
}
footer{
	background: url("../img/bg-ft.png") #000;
	padding: 50px 0px;
	display: table;
	width: 100%;
}
footer .fab{
	color: #fff;
    background: red;
    padding-top: 10px;
    border-radius: 50px;
    font-size: 20px;
    margin-left: 7px;
    width: 40px;
    height: 40px;
    text-align: center;
}

footer .logo{
	margin:auto;
	display: block;
}

footer .ft-redes{
	width: auto;
	margin: 35px auto;
	display: table;
}

footer h5{
	font-size: 16px;
	font-weight: 900;
	color:#fff;
}

footer h5:after{
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #F03A3B;
	margin: 18px 0px;
}

footer ul{
	padding:0;
}

footer ul li{
	list-style: none;
}

footer .nav-ft{
	font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

footer span{
	font-size: 16px;
	color:#fff;
	margin-bottom: 12px;
	display: block;
}

footer .direitos {
    border-top: 1px solid #F1F3F5;
    padding: 15px 0px;
    margin-top: 30px;
}

footer .direitos .rights {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    float: left;
}

footer .direitos .conquista {
    float: right;
    width: 78px;
    height: 20px;
    background: url(../img/conquista.png) 0 0 no-repeat;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



.page-in{
	background: url("../img/img-page.jpg") top no-repeat;
	position: relative;
	width: 100%;
	background-attachment: fixed;
	
}

.page-in:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 90%);
	opacity: 0.7;
	top:0;
	left: 0;
	z-index: 1;
}

.page-in h1{
	padding: 100px 0px;
	font-size: 35px;
	color: #fff;
	font-weight: 900;
	position: relative;
	z-index: 999;
	margin-bottom: 0;
}

.empresa{
	padding: 80px 0px;
}

.empresa h3{
	font-size: 24px;
	font-weight: 700;
	color:#F03A3B;
	margin-top: 25px
}

.empresa h3:after{
	display: block;
	content: "";
	width: 30px;
	height: 3px;
	background: #F03A3B;
	margin: 25px 0px ;
}

.regular-text{
	font-size: 16px;
	color:#6B6B6C;
	font-weight: 300;
}
.empresa2{
	background: #F1F3F5;
	padding: 50px 0px;
}

.empresa2 h4{
	font-size: 20px;
	font-weight: 900;
	color:#F03A3B;
	margin: 15px 0px;
}

.servicos-in .regular-text{
	padding: 40px 0px;
	text-align: center;
	font-size: 20px;
}
.servicos-in .regular-text strong{
	font-weight: 700;
}
.servicos-in .e-2 {
    margin-right: 0px!important;
    margin-left: 0px!important;
	 background: #F03A3B;
}
@media (min-width: 991.98px){
.servicos-in .col-lg-6 {
    padding-right: 0px;
    padding-left: 0px;
}
}

@media (min-width: 991.98px){
.box-perfil {
    padding: 1% 2%!important;
}
}
.servicos-in .box-perfil {
    background: #F03A3B;
}

.servicos-in .box-perfil h4{
	color:#fff;
	font-size: 20px;
	font-weight: 900;
}

.servicos-in .box-perfil p{
	color:#fff;
	font-size: 16px;
}

.servicos-in .img1{
	max-height: 900px;
    float: right;
}
.servicos-in .img2{
	max-height: 900px;
    float: right;
}
.servicos-in .img3{
	max-height: 900px;
    float: right;
}

.noticias-int {
	padding: 80px 0px;
}

.noticias-int h5{
	color:#F03A3B;
	margin-bottom: 20px;
}

.noticias-int .data{
	font-size: 14px;
	color:#ccc;
	letter-spacing: 2px;
}

.noticias-int .img-not {
    float: left;
    padding: 0px 10px 10px 0px;
    max-width: 500px!important;
    width: 100%;
}

.contato{
	padding: 80px 0px;
}


.contato h5{
	font-size: 18px;
	font-weight: 500
}

.contato .info-cont{
	margin-top: 40px;
}
.contato .bg-cont{
	background: #F1F3F5;
	padding: 25px;
}

.contato .regular-text{
	margin-bottom: 0px;
}
.contato .fa-whatsapp{
	padding-right: 5px;
}
.contato .form-control {
    padding: 10px 20px;
    border-radius: 4px;
}

.contato .site-button {
    height: 50px;
    width: 100%;
	color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	background: #F03A3B;
}
.contato .site-button:hover{
	background: #6B6B6C
} 

.treinamentos{
	padding: 80px 0px;
}

.treinamentos strong{
	font-weight: 700;
}
.treinamentos h5{
	font-size: 18px;
	font-weight: 700;
	color: #6B6B6C;
}

.treinamentos h4{
	font-size: 22px;
	font-weight: 900;
	color: #F03A3B;
	margin: 25px 0px!important;
}

.treinamentos .galeria{
	margin-bottom: 25px;
	width: 100%;
	display: table;
}

.treinamentos .tre-fotos{
	color:#fff;
	font-size: 18px;
	background: #F03A3B;
	width: auto;
	padding: 12px 18px;
	font-weight: 700;
	float: right;
	transition: all 0.8s; 
}

.treinamentos .tre-fotos:hover{
	background-color: #6B6B6C;
	text-decoration: none;
}

.treinamentos .fa-images{
	color:#fff;
	margin-right:8px; 
}

.cases{
	padding: 80px 0px;
}

.cases .col-md-4{
	margin-bottom: 20px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: rgba(240,58,59,1);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  background: rgba(0,0,0,0.5);	
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  font-weight: 900;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
 text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 300;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.clientes-in{
	padding: 80px 0px;
}

.clientes-in .col-md-3 img{
	border:1px solid #F1F3F5;
	margin-bottom: 15px;
}

.clientes-in h3{
	padding: 35px 0px;
	color:#F03A3B;
	font-weight: 700;
}

.clientes-in h3:after{
	background:#F03A3B;
	display: block;
	content: "";
	width: 40px;
	height: 3px;
	margin-top: 20px;
}

.certificado{
	padding: 25px 0px;
}

.certificado h3{
	padding: 35px 0px;
	color:#F03A3B;
	font-weight: 700;
}

.certificado h3:after{
	background:#F03A3B;
	display: block;
	content: "";
	width: 40px;
	height: 3px;
	margin-top: 20px;
}

.certificado .col-md-3 img{
	border:1px solid #F1F3F5;
	margin-bottom: 15px;
}
.equipe{
	background: #F1F3F5;
	padding: 40px 0px;
} 
.equipe h3 {
    font-size: 24px;
    font-weight: 700;
    color: #F03A3B;
    margin-top: 25px;
}

.equipe h3:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #F03A3B;
    margin: 10px 0px;
}