@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap');

/*BÁSICO*/
* { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; color: #01010180; font-weight: 600; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
ul,li { list-style:none; }
*:focus { outline:none; }
.clear { clear:both; }
a, a:hover, a:visited { text-decoration:none; border:0 none; color: inherit; }
textarea { resize:none; }
input, textarea, select { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; -ms-appearance: none; -webkit-border-radius: 0; }
select::-ms-expand { display: none; }
select { text-indent: 0.01px; text-overflow: ''; }
select::-ms-expand { display: none; }
body { margin: 0; }
img { max-width: 100%; border:0 none;}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.preto { color: #010101; }
.mobile { display: none; }
/*FIM BÁSICO*/

/*MENU RESPONSIVO*/
.abre_menu { 
	display: none; 
}
.menu .links ul li {
	float: left;
	padding: 13px 0;
}
.menu .links ul li.primeira {
	padding-left: 7vw;
}
.menu .links ul li.meio {
	padding: 13px 2.7vw;
}
.menu .links a {
	font-size: 0.9em;
	padding: 10px 15px;
	font-weight: 600;
	border-radius: 50px;
	color: #010101; 
	text-align: center;
}

.menu .links a:hover {
	background: #edf8ff;
	color: #1570EF;
}

.menu .contato a {
	float: right;
	padding: 13px 0;
	border-radius: 15px;
	background: #1570EF; 
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	font-weight: 600;
	width: 65%;
}

.menu .contato a:hover {
	background: #9c8aff;
} 
/*FIM MENU RESPONSIVO*/

header {
	padding: 15px 4vw;
	height: 80px;
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

header .logo {
    z-index: 9;
}

header .logo img, footer .logo img {
	max-height: 46.95px;
}

h1 {
	color: #000;
    font-size: 4vw;
    font-weight: 600;
    background: url(imgs/onda.png);
    display: inline;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;
    padding-bottom: 15px;
}

#home {
	text-align: center;
	margin-top: 160px;
	margin-bottom: 110px;
}

#home p {
    width: 42vw;
    margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
	font-size: 0.9em;
}

#home a {
	padding: 15px 24px;
	border-radius: 15px;
	background: #1570EF; 
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 0.8em;
}

#solucoes p.titulo {
	padding: 8px 15px;
	border-radius: 20px;
	background: #1570EF; 
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 0.9em;
	width: 15%;
    margin: 0 auto;
    z-index: 8;
    position: relative;
}

#solucoes div.cinza {
	border-radius: 25px;
	border: 1px solid #EAECF0;
	background: #F9F9F9;
	padding: 90px 60px;
    text-align: center;
    margin-top: -20px;
}

#solucoes p {
	font-size: 0.8em;
}

#solucoes p.destaque {
	color: #010101;
	font-weight: 600;
	font-size: 0.9em;
	padding: 35px 0;
	margin-bottom: 0;
}

#solucoes p.destaque.aceleracao {
	padding: 25px 0;
}

#solucoes .col-md-3 {
	padding: 0 10px;
}

#solucoes img {
	max-height: 50px;
}

#parceiros {
	margin-top: 100px;
	margin-bottom: 130px;
}

#parceiros p.destaque {
    font-size: 1.6em;
    color: #010101;
    font-weight: 600;
}

#parceiros p {
    font-size: 0.8em;
}

#parceiros .col-md-5 {
	padding-top: 140px;
}

#parceiros .frase {
	font-size: 2em;
    color: #010101;
    text-align: center;
    line-height: 45px;
    padding: 0 75px;
    margin-top: 70px;

    background: url(imgs/splash.png);
    background-repeat: no-repeat;
    background-size: 4%;
    background-position: 14% top;
    padding-top: 24px;

}

#parceiros .frase b {
	font-size: 1em;
    color: #010101;
	font-weight: 800;
}

#contato .fundocontato {
	background: url('imgs/fundo_contato.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 830px;
    position: absolute;
    margin-top: -70px;
    background-size: cover;
    z-index: -1;
}

#contato p {
	font-size: 0.8em;
}

#contato p.destaqueazul {
	color: #1570EF;
	font-weight: 600;
}

#contato p.destaque {
	color: #010101;
	font-weight: 600;
	font-size: 2.5em;
}

#contato .col-md-7 {
	padding-top: 60px;
}

#contato form {
	padding: 20px 25px;
	border-radius: 15px;
	border: 1px solid #EAECF0;
	background: #FFF;
	box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}

#contato form label {
	color: #010101;
	font-weight: 600;
	font-size: 0.7em;
	padding-bottom: 3px;
}

#contato form input, #contato form textarea {
	border-radius: 10px;
	background: #F1F2F3;
	border: 0;
	font-size: 0.7em;
	padding: 15px;
}

#contato form textarea {
	height: 120px;
}

#contato .g-recaptcha {
	margin: 10px 0;
}

#contato form button {
	border-radius: 10px;
	border: 0;
	background: #1570EF;
	width: 100%;
	font-size: 0.8em;
	color: #fff;
	padding: 10px 0;
	font-weight: 600;
}

footer {
	border-top: 1px solid #EAECF0;
	background: #f8f8f8;
	margin-top: 50px;
	padding: 50px 0 40px 0;
}

footer p {
	text-align: right;
	font-size: 0.8em;
	padding: 10px 0;
}

@media (max-width: 1200px) {
	#parceiros .frase {
   	 background-position: 7% top;
	}
}

@media (max-width: 991px) {
	.mobile { display: block; }
	.desktop { display: none; }

	.menu .links ul li.primeira, .menu .links ul li.meio {
		padding-left: 0;
	}

	/*MENU RESPONSIVO*/
	.cont-menu { float: right; margin-right: 10px; margin-top: 12px; }
	.cont-menu .abre_menu{ display: block; cursor: pointer; width: 40px; height: 30px; }
	.abre_menu span { width: 40px; height: 5px; display: block; background: #010101; margin-top: 0px; z-index: 99; position: absolute; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
	.abre_menu span:before { content: ''; width: 30px; height: 5px; display: block; background: #010101; margin-top: 10px; z-index: 99; position: absolute; right: 10px; opacity: 1; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
	.abre_menu span:after { content: ''; width: 40px; height: 5px; display: block; background: #010101; margin-top: 20px; z-index: 99; position: absolute; right: 0px;-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}

	header ul{ position: absolute; padding: 20px; margin-top: 60px; width: 100%; height: 100%; left: -3000px; z-index: 4; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
	header ul li { display: block; width: 100%; margin-bottom: 10px; }

	.menu_aberto .abre_menu span:before { content: ''; width: 40px;}
	header ul.aberto{ left: 0; }
	body.menu_aberto .abre_menu span { background: transparent; box-shadow: none; }
	body.menu_aberto .abre_menu span:before { right: 0px; box-shadow: none; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-top: 0px; }
	body.menu_aberto .abre_menu span:after { margin: 0px; box-shadow: none; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
	header .fundo { 
		opacity: 0.9; 
		background: #1570ef; 
		position: absolute; 
		left: -3000px; 
		top: 0; 
		z-index: 3; 
		-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;
	}

	body.menu_aberto header .fundo { 
		width: 100%;
	    height: 100%;
	    left: 0;
	    position: fixed;
	}

	.menu .links a {
		width: 100%;
		display: block;
		text-align: left;
		color: #fff;
	}

	.menu .links ul li, .menu .links ul li.meio {
		padding: 5px 0;
		margin: 0;
	}

	/*FIM MENU RESPONSIVO*/

	#home p {
    	width: 100%;
	}

	h1 {
	    font-size: 6vw;
	}

	#solucoes p.titulo {
		width: 30%;
	}

	#parceiros .col-md-5 {
    	padding-top: 40px;
    	text-align: center;
	}

	#parceiros {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}

	#parceiros .frase {
		margin-top: 40px;
		padding: 0;
		font-size: 1.6em;
		line-height: 40px;
		background-size: 6%;
    	background-position: left top;
    	padding-top: 20px;
	}

	#contato p {
		text-align: center;
	}

	#contato p.destaque {
		font-size: 1.8em;
	}

	#contato .col-md-7 {
	    padding-top: 0px;
	}
}

@media (max-width: 767px) {
	h1 {
	    font-size: 10vw;
	    padding-bottom: 20px;
	}

	#home {
		margin-top: 120px;
		margin-bottom: 60px;
	}

	#home p {
		margin-top: 70px;
	}

	#solucoes div.cinza {
		padding: 50px 20px;
	}

	#solucoes .col-md-3 {
	    margin-bottom: 50px;
	}

	#solucoes p.destaque.aceleracao {
		padding: 35px 0;
	}

	#parceiros .frase {
    	padding-top: 12px;
	}

	footer {
	    padding: 30px 0 15px 0;
	}

	footer .logo {
		text-align: center;
	}

	footer p {
		text-align: center;
		padding: 30px 0 0 0;
	}

	#contato .fundocontato {
	    width: 100%;
	    height: 1250px;
	    margin-top: -30px;
	}
}