@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

h1, h2, ul, p {
	margin-top: 0;
	padding: 0;
}

.loading{
	color: #EDEDED;
	display: block;
	position: fixed;
	left: 0; top: 0;
	background: #0B0B0B;
	height: 100%; width: 100%;
	z-index: 100;
	text-align: center;
}

h2 {
  position: relative;
  top: 51%
}

.loader {
  width: 500px;
  height: 4.8px;
  display: inline-block;
  position: relative;
  top: 49%;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  /* box-shadow: 5px 5px 42px #EF1144; */
}

.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background: #fa163c;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 1.5s ease-in-out;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@font-face {
	font-family: 'futura';
	src: url('fonts/futura medium bt.eot');
	src: local('☺'), url('fonts/futura medium bt.woff') format('woff'), url('fonts/futura medium bt.ttf') format('truetype'), url('fonts/futura medium bt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #0e0e0e;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../imagens/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
 /*  overflow-x: hidden; Hide horizontal scrollbar */

}

.float-banner {
  	position: fixed;
    overflow: hidden;
    z-index: 11;
    height: 83px;
    width: 83px;
    bottom: 38px;
    left: 25px;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track { 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff1348;
  border-radius: 10px;
  transition: 1s;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #B40727; 
}

.container-triangulos {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.container-triangulos .container {
	position: relative;
	height: 100%;
}

.cima {
	z-index: 10;
	position: relative;
}

.logo-container {
	padding-top: 40px;
}

.bg-triangulos {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.triangulos {
	width: 100%;
	height: 100%;
}

.triangulo1 {
	position: absolute;
	left: -300px;
	top: 70px;
	z-index: 10;
}

.triangulo2 {
	position: absolute;
	right: -20px;
	top: 280px;
}

.triangulo25 {
	position: absolute;
	right: -450px;
	top: 580px;
}

.triangulo3 {
	position: absolute;
	left: -250px;
	top: 650px;
	z-index: 10;
}

.triangulo4 {
	position: absolute;
	right: -190px;
	top: 1050px;
	z-index: 10;
}

.triangulo5 {
	position: absolute;
	right: 250px;
	top: 600px;
	z-index: 10;
}
.triangulo6 {
	position: absolute;
	left: -150px;
	top: 1330px;
	z-index: 10;
}
.triangulo7 {
	position: absolute;
	left: -20px;
	top: 1530px;
	z-index: 10;
}
.triangulo8 {
	position: absolute;
	left: 460px;
	top: 1890px;
	z-index: 10;
}
.triangulo9 {
	position: absolute;
	right: -165px;
	top: 1600px;
	z-index: 10;
}
.triangulo10 {
	position: absolute;
	left: -250px;
	top: 2130px;
	z-index: 10;
}
.triangulo11 {
	position: absolute;
	right: -400px;
	top: 2680px;
	z-index: 10;
}
.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;

}
 
.triangulos{
	
}

.container {
	width: 1200px;
	margin: 0 auto;
	justify-content: center
	
}

.zap {
position:fixed;
	bottom:40px;
	left:40px;
	text-align:center;
       font-size:30px;
  z-index:100;
}


/*.zap:hover {
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	transition: 0.3s;
}
*/
.mouse {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}


.titulo {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #f1f1f1;
	display: flex;
	justify-content: center;
	font-size: 40px;
	margin-bottom: 0px;
}

.titulo2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #f1f1f1;
	display: flex;
	justify-content: center;
	font-size: 40px;
	margin-bottom: 0px;
}

.negrito {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color:#EB094F;
	margin-left: 15px;
	margin-right: 15px;
}

.subtitulo {
	font-family: 'futura';
	color: #727272;
	display: flex;
	justify-content: center;
	font-size: 23px;
	margin-top: 5px;
	margin-bottom: 150px;
}


.space {
	visibility: hidden;
	width: 100%;
	height: auto;	
}

.texto {
	text-align: center;
	font-size: 20px;
	color: #bd0b33;	
	margin-bottom: 100px;
}

.baner-three {
	display: flex;
	width: 1120px;
}

.b1,
.b2,
.b3 {
	width: 33%;	
}

h3 {
	font-family: 'futura';
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #f1f1f1;
	display: flex;
	justify-content: center;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.text-sobre {
	font-family: 'futura';
	color: #959595;
	display: flex;
	justify-content: center;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 140px;
	
}

.vantagem {
	display: block;
	height: 600px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	position: relative;
}

.vant1 {
	display: inline-block;
	width: 446px;
	height: 125px;
	background-color: #090909;
	border-radius: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	position:absolute;
	z-index: -5;
	
}

.vant-txt{
	font-family: 'futura';
	letter-spacing: 1px;
	color: #e5e5e5;
	display: flex;
	justify-content: center;
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
	margin: 5px;;
}

.traco {
	height: 8px;
	width: 35px;
	background-color: #ff1348; 
}

.vant2 {
	display: inline-block;
	width: 416px;
	height: 100px;
	background-color: #090909;
	border-radius: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	position: absolute;
	right: 0px;
	top: 200px;
	z-index: -5;
	
}

.vant-txt- {
	font-family: 'futura';
	letter-spacing: 1px;
	color: #e5e5e5;
	justify-content: center;
	font-size: 16px;
	text-align: right;
	line-height: 1.7;
	margin: 5px;
}

.traco- {
	height: 8px;
	width: 35px;
	background-color: #ff1348; 
	position: absolute;
  	right: 15px;
	
}

.vant3 {
	display: inline-block;
	width: 446px;
	height: 100px;
	background-color: #090909;
	border-radius: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	position:absolute;
	z-index: -5;
	top: 300px;
	
}

.vant4 {
	display: inline-block;
	width: 416px;
	height: 70px;
	background-color: #090909;
	border-radius: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	position: absolute;
	right: 0px;
	top: 400px;
	z-index: -5;
	
}

.banerimagen {
	display: block;
  	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 15px;
}


.trabalho {
	width: 1140px;
	margin-left: auto;
 	margin-right: auto;
	height: 170px;
	display:inline-block;
	margin-top: 80px;
	margin-bottom: 70px;
}

.trab {
	display:inline-block;
	margin-right: 25px;
	
}

.planos {
	display: inline-block;
	width: 280px;
	height: 450px;
	background-color: #141414;
	border-radius: 20px;
	margin-left: 72px;
	position:relative;
	margin-bottom: 50px;
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.50);
}

.plano-t {
	font-family: 'futura';
	font-size: 31px;
	color: #f1f1f1;
	text-transform: uppercase;
	text-align:center;
	margin: 0;
	padding-top: 25px;
	margin-bottom: 15px;
}

.plano-d {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #676767;
	text-align:center;
	line-height: 1.2;
	margin-bottom: 0;
	
}

.plano-l {
	display:flex;
	position:absolute;
	left: 10px;
	top: 10px; 
	z-index: 99;
}

.mktd {
	color: #ff1348;
	margin-left: 2px;
	font-weight: 700;
}

.preco {
	font-size: 80px;
	color: #bd0b33;
	text-align:center;
	font-style:italic;
	font-weight: 700;
	margin-bottom: 23px;
} 

.zero {
	font-weight: 300;
	font-size: 32px;
}

.modal {
	display: none;
	position: fixed;
	left: 0; top: 0;
	background: rgba(0,0,0,0.80);
	height: 100%; width: 100%;
	z-index: 100;
	cursor: pointer;
}

.modal img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	transform: translate( -50%, -50%);
	z-index: 100;
}

.modal2 {
	display: none;
	position: fixed;
	left: 0; top: 0;
	background: rgba(0,0,0,0.80);
	height: 100%; width: 100%;
	z-index: 100;
	cursor: pointer;
}

.modal2 img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	transform: translate( -50%, -50%);
	z-index: 100;
}

.modal3 {
	display: none;
	position: fixed;
	left: 0; top: 0;
	background: rgba(0,0,0,0.80);
	height: 100%; width: 100%;
	z-index: 100;
	cursor: pointer;
}

.modal3 img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	transform: translate( -50%, -50%);
	z-index: 100;
}


.plano-td {
	font-family: 'futura';
	color: #7c7c7c;
	display: flex;
	justify-content: center;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 60px;
}

 
.detalhes {

	background: #BD0B33;
	font-family: 'Open Sans', sans-serif;
	position:absolute;
	z-index: 20;
    display: flex;
	right: 46px;
    margin-left: auto;
	letter-spacing: 3px;
    cursor: pointer;
    color: #f1f1f1;
	font-weight: 700;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
	text-transform:uppercase;
	border-width: 0;
	border-radius: 50px;
	transition: 1s;
	
}

.detalhes input[type="button"]:hover, 
.detalhes:hover {
	transform: scale(1.1);
	box-shadow: 0 1px 30px 0 #ff1348 inset, 0 5px 50px 0 #ff1348;
}

.plano-img {
	display: flex;
	margin-left: auto;
	margin-right:auto;
	padding-top: 75px;
}

.formulario{
	display: flex;
	padding-top: 140px;
}

.email {
	font-family: 'futura';
	font-size: 85px;
	line-height: 114px;
	font-style: italic;
	color: #bd0b33;
	width: 460px;
	margin-bottom: 0;
}

.form-style-8{
    width: 655px;
}

.form-style-8 input[type="text"],
.form-style-8 input[type="email"]
{ 
	font-family: 'futura';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #1d1d1d;
    background: transparent;
    margin-bottom: 15px;
    height: 45px;
	font-size:30px;
	color: #ff1348;
}

.form-style-8 textarea{
	font-family: 'futura';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #1d1d1d;
    margin-bottom: 15px;
    height: 250px;
	font-size:24px;
	color: #ff1348;
}

.form-style-8 textarea{
    overflow: hidden;
	background-color: #1d1d1d;
}
.form-style-8 input[type="button"], 
.form-style-8 input[type="submit"]{
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    background-color: #bd0b33;
    display: inline-block;
    border: 2px solid #bd0b33;
    letter-spacing: 2px;
    cursor: pointer;
    color: #f1f1f1;
    font-size: 20px;
    padding: 10px 20px;
	text-transform:uppercase;
	border-radius: 50px;
}
.form-style-8 input[type="button"]:hover, 
.form-style-8 input[type="submit"]:hover {
    background-color: #0e0e0e;
    opacity: 80%; 
    display: inline-block;
    box-shadow: 0 1px 30px 0 #ff1348 inset, 0 5px 50px 0 #ff1348;
    font-size: 20px;
    cursor: pointer;
	color:#bd0b33;
	transition: background 0.5s linear;
	transition-duration: 0.4s;
	transition: 1.5s;
}

.seta{
	display: block;
	margin-left: auto;
	margin-right: 658px;
	padding-top: 20px;
	
}

.texto-seta{
	color:#242424;
	font-size: 32px;
	text-align: center;
	display:block; 
	margin-bottom: 140px;
	margin-right: 128px;
}

.foguete{
	position: absolute;
	bottom: -300px;
	z-index: -30;
	opacity: 80%;
}

.footer{
	padding-top: 10px;
	height: 330px;
	background-color:#0B0B0B;
}

.media{
	list-style:none;
	display: flex;
	justify-content:center;
	margin-top: 150px;
}

.social{
	margin-right: 70px;
}

.bn39 {
  background-image: linear-gradient(135deg, #bd0b33, #b2062d);
  border-radius: 6px;
  box-sizing: border-box;
  color: #bd0b33;
  display: block;
  height: 80px;
  font-size: 1.4em;
  font-weight: 600;
  padding: 4px;
  position: relative;
  text-decoration: none;
  width: 200px;
  z-index: 2;
  margin-left: auto; margin-right: auto; margin-bottom: 50px; margin-top: 50px;
		
}

.bn39:hover {
  color: #000;
	    box-shadow: 0 1px 30px 0 #ff1348 inset, 0 5px 50px 0 #ff1348;
		transition: 1.5s;
}

.bn39 .bn39span {
  align-items: center;
  background: #0e0e10;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 2s ease;
  width: 100%;
}

.bn39:hover .bn39span {
  background: transparent;
}

.bn39sp {

}
.copy {
	color: #5E0A1D;
	font-size: 18px;
	text-align: center;
	display:block;
}

.czap {
	position: absolute;
	z-index: -100;
}

@media only screen and (max-width: 1199px){
	
.container{
	width:758px
}

.programas-icon {
	width: 90%;
}

.mouse {
	display: none;
} 

.texto {
	font-size: 18px;
	margin-bottom: 100px;
}


.titulo{
	font-size:16px;
}

.negrito{
	margin-left: 6px;
    margin-right: 6px;
}

.subtitulo {
    font-size: 11px;
    margin-bottom: 60px;
   
}

.baner-three {
    flex-direction: column;
    width: 758px;
	align-items: center;
    justify-content: center;
}

h3 {
    font-size: 15px;

}

.programas{
	font-size:18px;
}

.email{
	font-size: 80px;
}


.logo{
	width: 300px;
	height:auto;
}

.triangulo1, .triangulo2, .triangulo25, .triangulo3, .triangulo4, .triangulo5,
.triangulo6 {
	transform: scale(0.8);
}

.triangulo7, .triangulo8, .triangulo9, .triangulo10, .triangulo11{
	transform: scale(0.3);
}

.form-style-8 input[type="text"],
.form-style-8 input[type="email"],
.form-style-8 textarea{
	font-size:18px;
	
}
	
.modal img{
	width: 80%;
}
	
	
.seta{
	margin-left: 350px; 
}

.media{
	transform: scale(0.7);
}

.texto-seta{
	margin-left: 100px;
}
	

.trabalho {
		display: block;
		width: 400px;
		height: auto;
		margin-top: 36px;
    margin-bottom: 57px;
	}
		
	.trab {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.trab1 {
		width: 100%;
	}
	
	.planos {
		margin-left: 227px;
	}
	
	.vantagem {
		width: 440px;
		padding-top: 38px;
	}
	
	.vant1 {
		width: 300px;
	}
	
	.vant2 {
		width: 300px;
		right: 15px;
		top: 183px;
	}
	
	.vant3 {
		width: 300px;
	}
	
	.vant4 {
		width: 300px;
		right: 15px;
		top: 439px;
	}
	
	.vant-txt {
		    font-size: 12px;
	}
	
	.vant-txt- {
		    font-size: 12px;
	}
	
	.modal img{
	width: 100%;	
}
	
	.modal2 img{
	width: 100%;	
}

	.modal3 img{
	width: 100%;	
}
}
@media only screen and (max-width: 767px){


.container{
	width:300px
}

.triangulo1, .triangulo2, .triangulo25, .triangulo3, .triangulo4, .triangulo5,
.triangulo6 {
	transform: scale(0.6);
	display: none;
}

.triangulo7, .triangulo8, .triangulo9, .triangulo10, .triangulo11{
	transform: scale(0.3);
	display: none;
}

.seta{
	margin-left: 130px; 
	margin-bottom: 50px;
}

.media{
	transform: scale(0.3);
	margin-bottom: 0;
}

.baner-three {
    flex-direction: column;
    width: 100%;
}
	
.b1, .b2, .b3 {
	width: 100%;
}

.formulario {
	flex-direction: column;
}

.form-style-8{
    width: 300px;
    padding-left: 0;
}

.email{
	font-size: 66px;
	width: 280px;
}

.logo{
	width: 200px;
	height:auto;
}

.titulo {
    font-size: 11px;
}
	
.titulo2 {
	font-size: 25px;
}

.text-sobre {
    margin-bottom: 58px;
}

.zap{
	width: 243px;
}

.planos {
		margin-left: 0;
	}
	
	.trabalho {
		display: block;
		width: 300px;
		height: auto;
		margin-top: 36px;
    margin-bottom: 57px;
	}
	
	.trab {
		width: 310px;
		margin-bottom: 25px;
	}
	
	.trab1 {
		width: 310px;
	}
	
	.planos {
		margin-left: 14px;
	}
	
	
	.vantagem {
		width: 100%;
		padding-top: 38px;
	}
	
	.vant1 {
		width: 254px;
	}
	
	.vant2 {
		width: 228px;
		top: 183px;
	}
	
	.vant3 {
		width: 254px;
	}
	
	.vant4 {
		width: 228px;
		top: 439px;
	}
	
	.vant-txt {
		    font-size: 11px;
	}
	
	.vant-txt- {
		    font-size: 11px;
	}
.copy{
	font-size:9px;
}
	
.modal img{
	width: 100%;
}

.texto-seta{
	display:none;
}

.form-style-8 input[type="button"], 
.form-style-8 input[type="submit"]{
	margin-left: 90px;
}
	} 
