/* Comentario */

/* 
nome de uma tag{...}
#nome de uma tag com id{...}
.nome de uma tag com uma classe{...}
 */

*{
	margin:0px;
	padding:0px;
	
	}

.mega_div{
    height: auto;
    background-color: rgb(255, 255, 255); 
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px; 
    padding: 20px;
}


.cabecalho{
    background-color:#64E9EE;
    width: 100%;
    max-width: 1000px;
    height: 340px;
    color: #093A3E;
    font-family:'Great Vibes', cursive;
    font-size: 250px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 60px;
}



.barra_titulo{
    background-color:rgb(223, 219, 219);
    width: 100%;
    max-width: 1000px;
    height: 100px;
    overflow: hidden;
    color: #001011;
    font-family:'Great Vibes', cursive;
    font-size: 65px;
    text-align: center;
    line-height: 120px;
    margin-bottom: 15px;
    
}

.corpo{
    background-color: #64E9EE;
    width: 100%;
    max-width: 1000px;
    height: 1048px;
    margin-bottom: 15px;
}


.row_1{
    width: 100%;
    height: 350px;
    margin-top: 15px;
}
 

.row_2{
    width: 100%;
    height: 400px; 
    margin-bottom: 100px;    
}


.div_1{
width: 48%;
    height: 500px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    background-color: #093A3E; 
    text-align: center;
    font-family: 'Prociono', serif;
    font-size: 400px;
    color: rgb(56, 133, 143);

}


.div_2{
  width: 48%;
    height: 500px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    background-color: rgb(56, 133, 143);
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 400px;
    color: #093A3E;
 
}


.div_3{
    width: 48%;
    height: 500px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    background-color: rgb(56, 133, 143); 
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 400px;
    color:#093A3E ;

}


.div_4{
    width: 48%;
    height: 500px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    background-color: #093A3E;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 400px;
    color: rgb(56, 133, 143);
   
  }


.rodape{
    background-color: rgb(223, 219, 219);
    width: 100%;
    max-width: 1000px;
    height: 100px;
    color: black;
    font-family: 'Fjalla One', sans-serif; 
    font-size: 15px;
    text-align: center;
    line-height: 100px;  
}


body{
    background-color: #001011;
    height: auto;
}




