body{
	margin:0;
	font-family: Roboto, Arial;
}
nav{
	position:fixed;
	width: 100%;
    height: 60px;
    background-color: #00000047;
	color: #FFF;
}
section{
	width: 100%;
    float: left;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
div{
	
}
h1{
	text-align: center;
    font-size: 50px;
	float: left;
    width: 100%;
}
h2{
	text-align: center;
    font-size: 27px;
	float: left;
    width: 100%;
}
h3{
	text-align: center;
    font-size: 35px;
	float: left;
    width: 100%;
}
h4{
	text-align: center;
    font-size: 40px;
    line-height: 57px;
	float: left;
    width: 100%;
}
p{
	float: left;
    width: 100%;
	text-align: center;
}
img{
	width: 100%;
}
footer{
	width: 100%;
    height: 60px;
    background-color: #FFF;
	color: #000;
    float: left;
}
.logo{
	text-align: left;
    margin-top: 12px;
    float: left;
}
.whatsapp{
	background: #8bc34a;
    padding: 10px 100px 10px 100px;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bolder;
    font-size: 25px;
    box-shadow: 1px 1px 2px #000;
}

.whatsapp_inner4{
	background: #8bc34a;
    padding: 5px 60px 5px 60px;
    border-radius: 2px;
    color: #FFF;
    margin-top: 41px;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
}



.section_top{
	background-image: url(../imgs/banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 0;
	color:#FFF;
	text-align: center;
	text-shadow: 2px 2px #000000;
}
.section2{
	padding-bottom: 50px;
}
.section_background2{
	background-image: url(../imgs/Untitled7.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 0;
	color:#FFF;
	text-align: center;
	text-shadow: 2px 2px #000000;
}
.last_background{
	background-image: url(../imgs/Untitled8.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 0;
	color:#FFF;
	text-align: center;
	text-shadow: 2px 2px #000000;
}
.container{
	width: 100%;
    max-width: 1000px;
    margin: auto;
}
.box1{
	width: 100%;
	float: left;
}
.box2{
	width: 50%;
	float: left;
}
.box3{
	width: 33.33%;
	float: left;
}
.box4{
	width: 25%;
	float: left;
}
.box_color{
	width: 100%;
    height: 265px;
    background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%);
	border-radius: 80px 10px 80px 10px;
}
.box_color2{
	width: 100%;
    height: 265px;
    background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
	border-radius: 80px 10px 80px 10px;
}
.box_color3{
	width: 100%;
    height: 265px;
    background-image: linear-gradient(to right, #B24592 0%, #F15F79 51%, #B24592 100%);
	border-radius: 80px 10px 80px 10px;
}

.title_box_color{
	margin: 0;
    color: #FFF;
    font-size: 24px;
	font-weight:bold;
}
.whatsfull{
	float: left;
    width: 95%;
    background: #8bc34a;
    padding: 10px 0 10px 0;
    color: #FFF;
    font-size: 18px;
    border-radius: 2px;
    margin-top: 25px;
    margin-left: 2.5%;
}
.title2_box_color{
	margin: 5px 0 10px 0;
    color: #FFF;
}

.cont_text_box_color{
	color: #FFF;
    font-size: 20px;
    float: left;
    padding: 10px;
}


.innerbox{
	padding: 10px 10px 10px 10px;
}

.innerbox4{
	padding: 25px 25px 25px 25px;
}
.txt_left{
	text-align:left;
	
}
.h1_margin_botom{
	margin-bottom: 0;
}
.h1_margin_top{
	margin-top: 0;
}

.innerboxjoin{
	text-align: left;
    max-width: 35%;
    margin: auto;
}


.txt_left_agarre{
	text-align: left;
    color: green;
    font-weight: bold;
    font-size: 20px;
}

.comecar_agora{
	background: #8bc34a;
    padding: 10px 60px 10px 60px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
	cursor:pointer;
}

.logo_div{
	float: left;
    width: 25%;
    text-align: center;
}
.menu{
	float: left;
    width: 75%;
	text-align: right;
}


.txt_left_mobile{
	text-align: left;
	margin: 10px 0px 20px 0px;
}
.btopo{
	background: #8bc34a;
    color: #FFF;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
}

@media only screen and (max-width: 700px) {
	
	
	.cont_text_box_color{
	color: #FFF;
    font-size: 25px;
    float: left;
    padding: 10px;
}
	
	nav{
	position:fixed;
	width: 100%;
    height: 60px;
    background-color: #00000047;
	color: #FFF;
}
section{
	width: 100%;
    float: left;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
div{
	
}
h1{
	text-align: center;
    font-size: 36px;
	float: left;
    width: 100%;
}
h2{
	text-align: center;
    font-size: 27px;
	float: left;
    width: 100%;
}
h3{
	text-align: center;
    font-size: 35px;
	float: left;
    width: 100%;
}
h4{
	text-align: center;
    font-size: 40px;
    line-height: 45px;
	float: left;
    width: 100%;
}
p{
	
}
img{
	width: 100%;
}
footer{
	width: 100%;
    height: 60px;
    background-color: #FFF;
	color: #000;
    float: left;
}
	
	
	
	.whatsapp{
	background: #8bc34a;
    padding: 10px 50px 10px 50px;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 1px 1px 2px #000;
}

.whatsapp_inner4{
	background: #8bc34a;
    padding: 5px 60px 5px 60px;
    border-radius: 2px;
    color: #FFF;
    margin-top: 41px;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
}



.section_top{
	background-image: url(../imgs/banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 0;
	color:#FFF;
	text-align: center;
	text-shadow: 2px 2px #000000;
}
.section2{
	padding-bottom: 50px;
}
.section_background2{
	background-image: url(../imgs/Untitled7.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 65px 0;
	color:#FFF;
	text-align: center;
	text-shadow: 2px 2px #000000;
}
.last_background{
	background-image: url(../imgs/Untitled8.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 0;
	color:#FFF;
	text-align: center;
	text-shadow: 2px 2px #000000;
}
.container{
	width: 100%;
    max-width: 1000px;
    margin: auto;
}
.box1{
	width: 100%;
	float: left;
}
.box2{
	width: 100%;
	float: left;
}
.box4{
	width: 100%;
	float: left;
}
.box_color{
	width: 100%;
    height: 300px;
    background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%);
	border-radius: 80px 10px 80px 10px;
}
.box_color2{
	width: 100%;
    height: 300px;
    background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%);
	border-radius: 80px 10px 80px 10px;
}
.box_color3{
	width: 100%;
    height: 300px;
    background-image: linear-gradient(to right, #B24592 0%, #F15F79 51%, #B24592 100%);
	border-radius: 80px 10px 80px 10px;
}
.innerbox{
	padding: 10px 10px 10px 10px;
}

.innerbox4{
	padding: 65px;
}
.txt_left{
	text-align:left;
	
}


.innerboxjoin{
	text-align: left;
    max-width: 80%;
    margin: auto;
}
	
.txt_left_agarre{
	text-align: left;
    color: green;
    font-weight: bold;
    font-size: 20px;
}

.comecar_agora{
	background: #8bc34a;
    padding: 10px 10px 10px 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
	cursor:pointer;
}
	
	
	
.box3 {
    width: 100%;
    float: left;
}
	
	
.logo_div{
	float: left;
    width: 100%;
    text-align: center;
}
.menu{
	float: left;
    width: 50%;
	text-align: right;
    display:none;
}
	
.btopo{
	background: #8bc34a;
    color: #FFF;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    border-radius: 2px;
    border: 0;
}






}































