@import url('https://fonts.googleapis.com/css?family=Anton|Lato:400,700');

html, body {
	width: 100%;
	height: 100%;
}
.m-tb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.p-tb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.topo {
	height: 100px;
	position: absolute;
}
.logo {
    width: 99%;
    padding: 20px 0;
    margin: auto;
}
.b-radius-0 {
	border-radius: 0px !important;
}
.bg-control {
    background-color: #0b1721 !important;
}
.mask-banner {
    position: absolute;
    bottom: 0px;
    height: 112px;
    width: 100%;
}
.mask-banner-img {
	background: url(../images/slider-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.banner {
	background: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: #fff;
}
.camada {
	background: rgba(138, 33, 33, 0.8);
    padding: 30px 30px;
    height: 100%;
    margin-top: 100px;
}
.formulario {
    padding: 30px 30px;
}
.macbook {
    position: absolute;
    bottom: -44px;
    z-index: 10;
	width: 100%;
}
.banner h1 {
	font-family: 'Anton', sans-serif;
	letter-spacing: 4px;
}
.banner p {
	
}
.corpo {
	margin-top: 30px;
}
.corpo .btn-outline-success {
    color: #446dfb !important;
}
.corpo .btn-outline-success:hover {
    color: #fff !important;
}
.corpo .btn-success {
    color: #fff !important;
}
.corpo .btn-success:hover {
    color: #fff !important;
}

.corpo h1 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    color: #002d57;
	margin-top: 20px;
}
.bg-control h1 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    color: #00cc02;
	margin-top: 20px;
}

.corpo p {
	font-family: 'Lato', sans-serif;
	color: #63738c;
}
.corpo font {
	color: #2f50c2;
}
.vantagen {
	padding-top: 50px;
}
.vantagen .fa {
    float: left;
    font-size: 30px;
    color: #446dfb;
}

.vantagen h3 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    color: #002d57;
	margin-left: 60px;
}
.vantagen h4 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    color: #fff;
}

.vantagen p {
	font-family: 'Lato', sans-serif;
	color: #63738c;
	margin-left: 60px;
}
.fa-whatsapp {
	color: #16A707;
	font-size: 15px;
}




.footer {
    min-height: 160px;
    background: #06071A;
    padding: 50px 0;
    color: #fff;
    font-size: 13px;
}
