﻿*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Sora";
}
/*
	Classes Auxiliares
*/

html{
	scroll-behavior: smooth;
}

.center{
	max-width: 1366px;
	margin: 0 auto;
	
}

.clear{clear: both;}
.form-clear{
	display: none;
	clear: both;
}

.w50{float: left;width: 50%;padding:0 15px;}
.w100{float: left;width: 100%;padding:0 25px;}

/**/

.menu-mobile{display: none;}

.menu-mobile{

	width: 100%;
	height: 90px;
	padding:10px 25px;
	background-color: white;
	
}

.menu-mobile i{
	margin-top:23px;
	float:right;
	font-size: 33px;
	color: #040036;
	cursor: pointer;
}

.menu-mobile ul{
	left: 0;
	top: 77px;
	display: none;
	width: 100%;
	position: absolute;
	list-style-type: none;
}

.menu-mobile li{
	padding: 8px 0;
	text-align: center;
	display: block;
	width: 100%;
	background: white;
	border-bottom: 1px solid #00f9f7;
}

.menu-mobile a{
	display: block;
	text-decoration: none;
	color: #202020;
}

section.topo{
	
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.logo{
	float: left;
	padding:30px 43px 68px 43px ;
	width: 278px;
	height: 198px;
	background: url(images/fundo_logo.png);

}



.rodape{
	color: #ffffff;
	width: 100%;
	height: 90px;
	padding:0 2%;
	background-color: #040036;

}
.rodape p{
	padding: 40px 10% 0;
	float: left;
}

.rodape-mobile{
	display: none;
	color: #ffffff;
	width: 100%;
	height:150px ;
	padding:0 2%;
	background-color: #040036;
	text-align: center;

}
.rodape-mobile img{
	position:absolute;
	top:10%;
	left:50%;
	
	margin-left:-90px;
	margin-bottom: 30px;
	
	
}

.rodape-mobile p{
	position:absolute;
	top: 70%;
	width: 100%;
}

.social-circle{
	
	margin:25px 10px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #249BEB;
	float: right;
}
.social-circle img{
	margin: 12px 12px ;
}

.menu-desktop{
	
	width: 100%;
	height: 90px;
	
	padding-left: 10%;
	padding-right:10%;
	background-color: #040036;

}

.menu-desktop button{
	background-color: #249BEB;
	padding:10px 15px;
	color: #ffffff;
	border-radius: 8px;	
}

.menu-desktop ul{
	margin-top: 25px;
	float: right;
}

.home{
	margin-top: -146px;
	padding-bottom: 0px;
	color: white;
	padding-top: 182px;
	padding-left: 10%;
	
}

.home img{
	bottom:0px;
}






.menu-desktop li{
	
	display: inline-block;
	margin:0 11px;
}

.menu-desktop a{
	text-decoration: none;
	color: white;
	
}

.menu-desktop a:hover{
	opacity: 1;
}

.time-descricao{
	margin-top:90px;
	color: white;
}

.time-descricao h2{
	font-size: 45px;
}

.time-descricao p{
	font-size: 14px;
	margin-top: 10px;
	max-width: 240px;
}

.time-descricao h4{
	font-weight: normal;
	float: left;
	margin-top:7px;
	
}

.time-descricao a{
	display: inline-block;
	text-align:center;
	width:250px;
	height:50px;
	margin-top: 14px;
	padding:10px 10px 0 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
	background: #D91E10;
	box-shadow: 0 20px 30px 0 rgba(37, 15, 138, 0.2);
}

.time-descricao i{
	margin-left: 20px;
	text-align: center;
	padding-top:7px;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	
	background-color: #FC3704;
	float:right;
	
	
}



.time-imagem img{max-width: 100%; margin-bottom: -5px; }

.servicos{
	padding: 50px 100px;
	padding-top: 50px;
	min-height: 861px;
	background-image: url(images/fundo_servico.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.servicos h2{
	margin-top: 10px;
	color: #040036;
	text-align: center;
}

.servicos img{
	display: block;
	margin: 0px auto;
}

.atuacao{
	padding: 80px 100px;
	height: 721px;
	background-image: url(images/cidades.png);
	background-repeat: no-repeat;

}

.atuacao h2{
	font-size: 25px;
	font-weight: bold;
	color: white;
	margin-bottom: 50px;

}

.cidade{
	float: left;
	max-width: 352px;
	margin: 0 7px;
}
.box-single-atuacao{
	
	margin-right: 20px ;
	float: left;
	width: 100%;
	height: 100%;
	
	border-radius: 15px;
}

.box-single-atuacao img{
	width:343px;
	height: 250px;
	border: 2px solid #2D467A;
	border-radius: 15px;
}

.box-legenda{
	float: left;
	margin-top: -20px;
	transform: translateX(15%);
    padding: 5px;
    height: 30px;
    text-align: center;
    line-height: 70px;
	color: white;
	font-weight: bold;
	border-radius: 30px;
	background-color:#040036 ;
	border-color:#02044A 1px solid ;
}

.box-legenda h4{
	width: 100%;
	margin-top: -25px;
}

.time-cidade{
	float: left;
	width: 800px;
	margin-top:50px;
	color: white;
}





.time-cidade p{
	
	font-size: 20px;
	font-weight: normal;
}



.time-cidade h4{
	float:left;
	margin-top: 7px;
}

.time-cidade a{
	display: inline-block;
	text-align:center;
	width:250px;
	height:50px;
	margin-top: 65px;
	padding:10px 10px 0 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
	background: #D91E10;
	box-shadow: 0 20px 30px 0 rgba(37, 15, 138, 0.2);
}

.time-cidade i{
	margin-left: 20px;
	text-align: center;
	padding-top:7px;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	
	background-color: #FC3704;
	float:right;
	
	
}

.circle{
	position: absolute;
	left: 50%;
	margin-top:-20px;
	transform: translateX(-50%);
   width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 10px 25px 0 rgba(37, 15, 139, 0.1);
}

.circle i{
	position: relative;
	top: 5px;
	font-size: 30px;
	color:#1c4aa6;
}

section.clientes-slider{
	padding:60px 0;
}

section.clientes-slider img{padding:0 20px;}

/****SLICK SLIDER****/

.slick-dotted ul{
	list-style-type: none;
	text-align: center;
	position: relative;
	margin-top:10px;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
}

li.slick-active button{
	background: #0c3f8a;
	color: #0c3f8a;
}

.slick-slide:focus { outline: none; }

/**END SLICK**/


section.diferenciais{
	padding: 30px 0;
}

section.diferenciais h2{
	color:#202020;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

.icons-diferenciais{
	display: flex;
	flex-wrap: wrap;
	margin-top:80px;
}


.box-single-servico{
	border: 1px solid #E6EDF8;
	border-radius: 15px;
	min-height: 536px;
	text-align: center;
	width: 352px;
	padding:0 10px;
	
	margin: 10px auto;
	margin-bottom: 30px;
	background-color: white;
	background-image: url(images/linha-azul.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-position-x: 35px;
}

.circle-servico{
	padding-top: 15px;
	margin-left: 70px;
	margin-top:-30px;
	transform: translateX(-50%);
   width: 86px;
  height: 86px;
  text-align: center;
  line-height: 70px;
  border: 1px solid #E6EDF8;
  border-radius: 50%;
  background-color: #ffffff;
  
}

.box-single-diferenciais img{
	max-width: 100%;
}


.box-single-servico h3{
	padding-top: 80px;
	padding-left: 40px;
	text-align: left;
	font-weight: normal;
	font-size: 31px;
	margin:10px 0;
	color: #02044A;
}

.box-single-servico p{
	line-height: 2.0;
	padding: 15px 40px;
	margin-top: 15px;
	text-align: left;
	font-size: 15px;
	color: #040036;
}

section.sobre-time{
	padding: 40px 0;
	

}

.img-time img{
	float:left;
	margin:0 20px ; 
	max-width: 100%;}

.time-parceiros{
	padding: 0 20px;

}

.time-parceiros h2{
	text-align: center;
	color: #202020;
	line-height: 35px;
	font-size: 25px;
	margin-bottom: 30px;
}


.time-descricao-2 p{
	color: #272727;
	padding-right: 30px;
	font-size: 15px;
}









footer{
	position: relative;
	padding-bottom: 0px;
	
	background: white;
}

footer img{
	float: right;
	margin:25px;
}

footer > .center{
	display: flex;
	flex-wrap: wrap;
}

.col-footer{
	width: 20%;
}

.col-footer h2{color: #232931;font-size: 13px;font-weight: normal;margin-bottom: 15px;text-transform: uppercase;}
.col-footer a{color: #b4b4b4;font-size: 13px;display: block;margin-top: 16px;text-decoration: none;}


/*Página sobre*/
section.sobre-equipe{
	padding: 40px 0;
}

section.sobre-equipe img{max-width: 100%;}

.equipe-sobre-texto h2{
	font-size:45px;
	color: #202020;
	padding:0 20px;
}
.equipe-sobre-texto p{
	font-size: 16px;
	line-height: 32px;
	color:#202020;
	padding:0 20px;
}

section.sobre-imagens{
	padding: 100px 0;
	background-color:#f4f9fd;
}

.sobre-imagens > .center{
	display: flex;
	flex-wrap: wrap;
}

.sobre-imagens img{max-width: 100%;}

.sobre-imagens .img-sobre{padding:0 30px;width: 25%;}

section.contato{
	color: white;
	
	
}

.contato-info{
	width: 100%;
	padding: 90px 0px 15px 10%;
	position: relative;
	color: white;
	height: 505px;
	background-color:#040036;
	z-index: 0;
	
}
.contato-info h2{
	
	font-size: 25px;
	font-weight: normal;
}

.contato-info p{
	
	font-size: 15px;
	margin-bottom: 10px;
}

.contato-info a{
	display: inline-block;
	text-align: center;
	width: 350px;
	height: 50px;
	margin-top: 14px;
	padding:15px 8px;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	border-radius: 8px;
	background: #249BEB;
	box-shadow: 0 20px 30px 0 rgba(37, 15, 138, 0.2);
}

.contato-info i{
	float: right;
	width: 20px;
	height: 20px;
}

.mapa-container{
	margin-top: -60px;
	padding: 40px 0px 15px 10%;
	width: 100%;	
	position: relative;
	z-index: 0;
	min-height: 884px;
	background-color: #02044A;

	
}

.social{
	margin-top: 0px;
}

.btn-social{
  
  text-align: left;
  width: 250px;
  height: 90px;
  border-radius: 5px;
  background-color: #181A61;
  float: left;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn-social p{
	
	font-size: 20px;
	margin: 35px 15px;
}

.btn-social-circle{
	margin: 25px 10px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #249BEB;
    float: left;
}
.btn-social-circle img{
	margin: 12px 12px ;
}

.social a{
  text-decoration: none;
  color: white;
  
}


.contato-form{
	position: relative;
	width: 530px;
	margin-top: -400px;
	float: right;
	border: 1px solid white;
	border-radius: 5px;
	background-color: white;
	padding:20px 30px;
	margin-right: 5%;
	z-index: 1;
	color: black;
	
}
section.mapa{
	
	color: #ffffff;
}
.mapa-titulo{
	max-width: 1088px;
	margin-top: 60px;
	text-align: center;
	font-size: 25px;
}

.mapa-img{

position: relative;
width: 100%;
height: 100%;
overflow: hidden;

	

}
.mapa-img frame{
	border-radius: 8px;
	border: 1px solid #5268AF;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		
}

.contato-form input[type=text]{
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding-left: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
}

.contato-form input[type=email]{
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding-left: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
}

.contato-form select{
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding-left: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
}
.contato-form textarea{
	width: 100%;
	height:220px;
	margin-bottom: 15px;
	border: solid 1px #e3e3e3;
	padding: 8px;
	font-size: 16px;
	box-shadow: 0 2px 4px 0 rgba(92, 99, 110, 0.1);
	resize:none;
}
.contato-form input[type=submit]{
	width: 200px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 20px 30px 0 rgba(203, 203, 203, 0.2);
  background-color: #D91E10;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 17px;
  float: right;
}
@media screen and (max-width: 1068px){
	
	.servicos{background: none; margin-top:20px; padding:0px 20px}
	.atuacao{background-color:#040036; padding: 80px 20px; height:1250px;}
	section.cidade{display:none;}
	
	.contato-info{z-index: auto; }
	.contato-info a{width: 100%;}

	.contato-form{z-index: auto; position: static; width: 100%; margin: 100px 0; }
	.form-clear{display: block;}
	.mapa-container{z-index: auto; position: static; margin-top:20px; padding: 10px;}
	
	.home{height:920px; margin-bottom: 10px}

	.rodape{display: none;}
	.rodape-mobile{display: inline;}
	.box-single-diferenciais{width: 100%;}
	.w50{width: 100%;}
	.img-time{margin-top:30px;}
	.img-time img{margin: 0 28px;}
	
	.menu-desktop{display: none;}
	.menu-mobile{display: block; z-index:1;}
.sobre-imagens .img-sobre{padding:0 30px;width: 100%;text-align: center;margin-bottom: 20px;}
	section.sobre-equipe img{margin-top: 20px;}
}