body{
     /*background:url(imagens/background.png); /*inserção da imagem de fundo em todo o site*/
     color:#fff; /*cor padrão para todas as fontes*/
     font-family: "Open Sans", Helvetica, sans-serif, arial; /*definição da fonte geral incorporada do Google Fonts*/
     font-size: 18px; /*tamanho da fonte*/
     font-weight: 300; /*indica que a fonte está coonfigurada como Open Sans Light*/
     line-height: 22px;/*altura da linha*/
     text-align: left; /*alinhando o texto à esquerda*/
     /* text-shadow:1px 1px 0px #fff; /*sombreamento para as fontes do site*/
	 background-attachment: fixed
	 font-family: 'Droid Sans', sans-serif;
}

section { 
    min-height: 100vh;
    padding: 2vw;
    /*font-size: 4vw;*/
	background-color: #fff;
	color: #000;
    /*min-height: 100% !important;*/
}

hr {
    margin-top: -1%;
    width: 370px;
    height: 2px;
    background: #d3d3d3;
    border: none;
    margin-bottom: 30px;
}

.a_padding {
	padding-right: 20px;	
}

.center{
     margin: 0 auto; /*centralizando o conteúdo no navegador*/
     width: 100%; /*largura do layout*/        
}

.section {
	background-color: #000;
	background-image: none;
	
}

.my_menu {
	padding-top: 33px;font-size:15px;letter-spacing: -1px;
	
}

.header_mask {
	background-image: url(imagens/mask.png);
}

header {
	background-image: url(http://sunempreendimentos.com.br/imagens/wall1.png);
	background-attachment: fixed;
	min-height: 100vh;
    background-size:100% 100%; /* Imagem ocupando toda largura e altura da div */
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -khtml-background-size: 100%;
    -moz-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#contato-container {
	/*margin-left: 20%;*/
	/*;margin-right: 20%;
	;margin-top: 200px;
	;margin-bottom: 200px;
	;position: relative;*/
	/*text-align: left;*/
	color: rgb(102,102,102);
    /*;width: 80%;
    ;height: 100%;*/
}

.my-child {
    position: relative;
    /*;top: 100%;
    ;left: 100%;
    ;left: 0;
    ;bottom: 8;
    ;left:50px;*/
    top: 0px;
    bottom: 100%;

    height: 80px;
    width: 100%;
    margin-bottom: -100px;
    background-color: blue;
}


.submit_form {
 border: 1px solid rgb(140, 199, 57);
 height: 20px;
 width: 200px;
 margin-top: 10px;
 margin-bottom: 10px;
}

.button_send {

 height: 142px;
 color: #fff;
 background-color: rgb(140, 199, 57);
 width: 75px;

}

.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  background: rgb(140, 199, 57);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
height: 42px;
color: #fff;
width: 150px;
border: 0;
font-weight: bold;
}

.btn:hover {
  text-decoration: none;
}

#post {
 margin-left: 20%;
 word-wrap: break-word;
 #width: 500px;
 margin-right: 20%;
 text-align: left;
 color: #666;
 #line-height: 60px;
 #display: block;
 #content:""; clear:both;
}

#post:after {
 content:""; display:block; clear:both;
}



h4 {
 font-size: 30px;
 font-weight: 100;
}

.ta5 {
    border: 1px solid rgb(140, 199, 57);
    height: 280px;
    width: 650px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.haha {
	/* width: 100%; */
	background-color: rgb(140, 199, 57);
	min-height: 80px;
	width: 100%;
	vertical-align: middle;
	position: absolute;
    bottom: 0;
	/* bottom: 0; */
	/* padding-top: 500px; */
	/* 42,3 45,1 */
	/* align: center; */
}

.contato {
margin-top:
width: 100%;

}

footer {
	
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*fim do clearfix*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}

footer {
 color: #000;	
}

h1, h2{
     color:#fff;
     font-size: 60px;
     font-weight: 100;
     letter-spacing: 2px; /*espaçamento entre as letras*/
     line-height: 60px;
}

h3{
	 color: #000;
     font-size: 32px;
     font-weight: 300;
     letter-spacing: 0px; /*espaçamento entre as letras*/
     line-height: 38px;
}

p{
     font-weight: 300;/*modifica a força da fonte para light*/
     letter-spacing: -1px; /*espaçamento entre as letras*/
}

a, a:link, a:visited{
     color:#fff; /*cor dos links*/
     /* font-weight:400; /*modifica a força da fonte para semi-bold*/
     text-decoration:none; /*retira o sublinhado dos links*/
}
a:hover{
     color:#fff;
     text-decoration:underline; /*inseri uma linha sob o link*/
     text-shadow:none; /*retira a sombra da fonte*/
}



.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: #8cc739;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
