body {
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
	background-image: url(../img/bg-application.jpg);
	background-attachment:fixed;
    min-width: 450px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00ccff;
    text-decoration: none;
    font-size: 1.6em;
}

a:hover {
    text-decoration: underline;
}


/* ==|== Estilos Principais ================================================== */

.container {
    max-width: 600px;
    margin: 0 auto;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

.header {
    width: 100%;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.header img { display: block; }

.logo {
    float: right;
    width: 50%; /*250px / 500px */  
}


.banner {
    background: url('../img/banner.jpg'); 
    height: 222px;
    margin-bottom: 0.6em;
    position: relative;
}


h1  {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4em;
    font-weight: 200;
    color: #FFF;
}

.grupo-colunas,
.grupo-colunas > li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.coluna {
    width: 50%; /* 300px / 600px */
    height: 110px;
    margin-bottom: 10px;
}

.coluna:nth-child(odd) {
    margin-right: 50%;
}

.coluna:nth-child(even) {
    margin-left: 50%;
}

.coluna h2 {
    padding: 0 5px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
}

.coluna h2.texto-longo {
    padding-top: 14px;
    font-size: 17px;
    line-height: 25px;
}

.mini-col-esquerda01 {
    float: left;
    width: 35%; /*80px / 300px */ 
	height: 110px;
	background: #6bb487;
}


.mini-col-esquerda02 {
    float: left;
    width: 35%; /*80px / 300px */ 
    height: 110px;
    background: #f0d335;
}


.mini-col-esquerda03 {
    float: left;
    width: 35%; /*80px / 300px */ 
    height: 110px;
    background: #dd3f51;
}


.mini-col-esquerda04 {
    float: left;
    width: 35%; /*80px / 300px */ 
    height: 110px;
    background: #17cbc4;
}


.mini-col-esquerda05 {
    float: left;
    width: 35%; /*80px / 300px */ 
    height: 110px;
    background: #c3cb95;
}


.mini-coluna-esquerda01 {
    float: right;
    width: 65%; /*170px / 250px */
	height: 110px;
	background: #75c493;
}


.mini-coluna-esquerda02 {
    float: right;
    width: 65%; /*170px / 250px */
    height: 110px;
    background: #ffe037;
}


.mini-coluna-esquerda03 {
    float: right;
    width: 65%; /*170px / 250px */
    height: 110px;
    background: #ee4558;
}


.mini-coluna-esquerda04 {
    float: right;
    width: 65%; /*170px / 250px */
    height: 110px;
    background: #19dad3;
}


.mini-coluna-esquerda05 {
    float: right;
    width: 65%; /*170px / 250px */
    height: 110px;
    background: #d3dca2;
}


.mini-col-direita01 {
    float: right;
    width: 35%; /*105px / 300px */ 
	height: 110px;
	background: #109ed9;
}


.mini-col-direita02 {
    float: right;
    width: 35%; /*105px / 300px */ 
    height: 110px;
    background: #dc1c8c;
}


.mini-col-direita03 {
    float: right;
    width: 35%; /*105px / 300px */ 
    height: 110px;
    background: #c8cf20;
}


.mini-col-direita04 {
    float: right;
    width: 35%; /*105px / 300px */ 
    height: 110px;
    background: #dc115d;
}


.mini-col-direita05 {
    float: right;
    width: 35%; /*105px / 300px */ 
    height: 110px;
    background: #e99b1f;
}


.mini-coluna-direita01 {
    float: left;
    width: 65%; /*195px / 300px */
	height: 110px;
	background: #11a8e7;
}


.mini-coluna-direita02 {
    float: left;
    width: 65%; /*195px / 300px */
    height: 110px;
    background: #ec1d96;
}


.mini-coluna-direita03 {
    float: left;
    width: 65%; /*195px / 300px */
    height: 110px;
    background: #d5dd22;
}


.mini-coluna-direita04 {
    float: left;
    width: 65%; /*195px / 300px */
    height: 110px;
    background: #eb1263;
}


.mini-coluna-direita05 {
    float: left;
    width: 65%; /*195px / 300px */
    height: 110px;
    background: #f8a521;
}


.caixa2 {
    width: 100%;
	height: 55px;
}


.caixa3 {
    width: 100%;
	height: 36.6px;
	float:right;
	
}


h2 {
    font-size: 1.6em;
    font-weight: 80;
	 color: #444;
}


p {
    font-size: 1.6em;
}


.footer {
    width: 100%;
    margin-top: 2.4em;
    margin-bottom: 2.4em;
    float: left;
    clear: both;
}

.footer p {
    margin-bottom: 0;
}

.footer small {
    font-size: 1.4em;
}

.footer a {
    font-size: 1em;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


@media screen and (max-width: 500px) {

    .container {
        padding: 0 2.4em 0 2.4em;
    }

}

@media screen and (max-width: 768px) {

    .caixa {
        width: 65%;
    }

    .coluna {
         margin-bottom: 2.4em;
        margin-right: 2%;
    }

    .coluna h2.texto-muito-longo {
        font-size: 17px;
        padding-top: 0;
    }

    .coluna .texto-medio {
        font-size: 20px;
        padding-top: 14px;
        line-height: 25px;
    }

    .logo {
        margin-top: 1.2em;
    }

}


@media screen and (max-width: 718px) {

   .banner {
        position: relative;
        margin:0;
        height: 150px;
    }

    .caixa {
        position: relative;
        display: block;
        float: left;
        margin-top:100px;
        width: 100%;
        background: #000;
    }

    .caixa h1 {
        font-size: 2.5em;
    }

    .principal {
        margin-top: 0.6em;
    }

}

@media screen and (max-width: 640px) {

    .menu {
        width: 100%;
    }
    
    .menu ul {
        float: left;
        font-size: 0.8em;
    }

    .menu li:first-child {
        margin-left: 0;
    }

}


@media screen and (max-width: 520px) {

    .coluna {
        width: 100%;
    }

    .coluna + .coluna {
        margin-top: 0.6em;
    }

    .coluna:nth-child(odd) {
       margin-right: 0;
    }

    .coluna:nth-child(even) {
       margin-left: 0;
    }

    .coluna h2.texto-muito-longo {
        padding-top: 14px;
    }

    .coluna h2.texto-medio {
        padding-top: 0;
        line-height: 80px;
    }

    .coluna h2.texto-longo {
        padding-top: 0;
        line-height: 80px;
    }

    .caixa {
         padding: 1.2em 2em 1.2em 2em;
    }

     .banner {
        height: 120px;
    }

    .caixa {
        position: relative;
        display: block;
        float: left;
        margin-top:80px;
        width: 100%;
        background: #000;
    }


}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
