body {
	background-color: black;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../font/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../font/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-light', sans-serif;
    src: url(../font/Roboto-Light.ttf);
}

p{
	color: white;
}

p2{
	color: #666666;
}

h5{
	color: #44bb00;
}


h4{
	font-family: Roboto;
	color: #c87ceb;
	font-size: 1.7em !important;
}

h3{
	font-family: Roboto-light;
	color:white;
}

h2{
	font-family: Roboto;
	color: #44bb00;
	font-size: 1.5em !important;
}

h1{
	font-family: Roboto;
	color: #fff;
	font-size: 3.5em !important;
}



.sticker{
	text-align: center;
	background-color: #1f1f1f;
	padding-top: 13px;
	padding-bottom: 13px;
	position: fixed;
	z-index: 2;
}

.bg1{
	padding-top: 100px;
	background-image: url(../img/bg-1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	
}

.bg2{
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/img1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.bg3{
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/im2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.bg4{
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: center;
}

.paragrafo1{
	text-align: center;
	padding-bottom:25px;
	padding-top:25px;
}

.img1{
	text-align: center;
}

.img2{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.button {
    background-color: #fff;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 2px 10px;
    cursor: pointer;
}

div.col-sm-7.five-three {
    width: 60% !important;
    }

div.col-sm-5.five-two {
      width: 40% !important;
    }
	
	