* {
    outline: none;
}
a {
    text-decoration: none!important;
    cursor: pointer!important;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: url(../images/bg.png);
    background-size: 40px;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}

.conteudo {
    text-align: center;
}
.logo {
    margin: 10px 0;
    width: 300px!important;
}
h1 {
    font-size: 40px;
    font-weight: bold;
    color: #1d1d1b;
    text-transform: uppercase;
    margin: 0;
}
h4 {
    font-size: 24px;
    font-weight: bold;
    color: #1d1d1b;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
}
p {
    font-size: 16px;
    margin-bottom: 30px;
}
input {
    margin-bottom: 20px;
    height: 45px!important;
    border: 1px solid #1d1d1b!important
}
textarea {
    margin-bottom: 20px;
    height: 110px!important;
    border: 1px solid #1d1d1b!important
}
button {
    background: #1d1d1b!important;
    color: #fff!important;
    border: 1px solid #1d1d1b!important;
    text-align: center;
    text-transform: uppercase;
    height: 45px!important;
    transition: 1s!important;
}
button:hover {
    background: #000!important;
}
ul {
    text-align: left;
}
ul span {
    font-weight: bold;
}
ul li {
    margin-left: 30px;
    list-style: circle;
}
.img-geral {
    margin-top: 20px;
}

footer {
    padding: 30px 0;
    background: #1d1d1b;
    margin-top: -5px;
}
footer p,
footer a {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
footer a .fa {
    font-size: 40px;
}

/* Float button */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#2fb944;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:17px;
    margin-left: 1px;
}

/* --- MOBILE --- */
@media (min-width: 768px) and (max-width: 992px) {
    
}
@media (max-width: 767px) {
    .logo {
        width: 70%;
    }
    .conteudo img {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 20px;
    }
    h4 {
        font-size: 20px;
        margin-top: 20px;
    }
}