/* CSS Document */
.col-md-12.topo {
    background: #4aaf50;
    padding: 15px 0px;
}	
.logo img {
    width: 90px;
    float: left;
}
.menu {
    width: auto;
    float: right;
}
.menu ul {
    list-style: none;
    margin: 0px;
    
}
.menu ul li {
    cursor: pointer;
	padding: 22px 0px;
}
.menu ul li a {
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
ul.ul-sub {
    display: none;
    position: absolute;
    z-index: 999;
    margin-top: 37px;
    margin-left: -20px;
    padding: 0px;
}
ul.ul-sub li  {
	background: #4aaf50;
    padding: 11px 40px;
    text-align: center;
	transition: 1s background;
}
.ul-sub li :hover{
    background: #378a3c;
    transition: 1s background;
}
.container {
    width: 1140px !important;
}
.banner {
    background: url("img/moedas.avif")no-repeat;
    object-fit: cover;
    padding: 0px 0px;
    background-size: cover;
	color: #FFF;
}
.background {
    background: #00000061;
}
.background2 {
    padding: 70px 15px;
    background: linear-gradient(to bottom, rgb(74 255 85 / 60%) 0%, rgb(43 90 222 / 57%) 100%);
}
.my-3 {
    color: #4aaf50;
    margin: 23px 0px;
    font-weight: bold;
    font-size: 19px;
}
p.text-muted.mb-3 {
    margin-bottom: 17px;
}
.col-md-6.box i {
    font-size: 44px;
}
.box a {
    background: #4aaf50;
    color: #FFF;
    font-size: 20px;
    padding: 8px 14px;
    text-transform: uppercase;
    position: initial;
    margin-top: 10px;
    border-radius: 10px;
}
.box .form-group{
	text-align: left;
}
.col-md-6.box {
    padding: 20px 40px;
}
.footer img {
    width: 120px;
}
.col-md-12.footer {
    background: #4aaf50;
    text-align: center;
    color: #FFF !important;
    padding: 40px 0px;
}
.col-md-12.footer a{
    color: #FFF !important;
	text-decoration: none;

}
.corpo h4 {
    padding: 15px 0px;
    color: #4aaf50;
}
.corpo h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #4aaf50;
}
.corpo p {
    font-size: 15px;
    color: #777777;
    padding: 0px 0px;
    margin-bottom: 25px;
}
.corpo .link {
    float: right;
    color: #FFF;
    background: #4aaf50;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}
.corpo a {
    float: right;
    color: #FFF;
    background: #4aaf50;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}
.corpo label {
    font-size: 12px;
    color: #888888;
}
input[type=submit] {
    background: #4aaf50;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
    height: auto;
    text-transform: uppercase;
    border: 0px;
    width: auto;
    float: right;
    margin-top: 10px;
}
.corpo .col-md-6 {
    min-height: 350px;
    padding: 15px 64px 70px 64px;
	
}
input[type=submit] {
    background: #4aaf50;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
    height: auto;
    border: 0px;
    width: auto;
    float: right;
    margin-top: 10px;
}
.background-termos {
    position: fixed;
    width: 100%;
    top: 0px;
    bottom: 0px;
    background: #000000a6;
    z-index: 999999;
	overflow-y: auto;
}
.termos_de_uso {
    background: #FFF;
    float: left;
    margin-top: 40px;
    padding: 30px 40px;
    border-radius: 10px;
	margin-bottom: 40px;
}
.footer p {
    color: #FFF !important;
}
@media only screen and (max-width: 800px) {
.container {
    width: 100% !important;
}
.col-md-6.box {
    padding: 20px 15px !important;
}
	.topo{
		display: none;
	}
.box a {
    font-size: 16px;
    margin-top: 3px;
    display: inline-block;
}	
.corpo .col-md-6 {
    padding: 15px 0px 0px 0px;
    width: 100%;
    border: 0px !important;
    min-height: 200px;
}		
ul.ul-sub {
    right: 0px;
}	
.corpo.col-md-12 {
    margin-top: 20px;
    margin-bottom: 20px;
}	
.background2 {
    padding: 40px 15px 150px 15px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

