*{margin:0px;padding:0px;}
html{
    height:100%;
}
body{
    font-family: 'Roboto Condensed', 'sans-serif';
    height:100%;
    background: #ddd;
}
#container{
    padding:10px;

}
a, .blue{
    color: #3b69af;
    text-decoration: none;
    font-weight: bold;
}
h1{
    font-weight:normal;
    font-size:30px;
    color:#636363;
    width: 100%;
    text-align: center;
}
span{
    margin-top:20px;
    font-size:16px;
    display:block;
    line-height:20px;
}

ul li a{
    width: 100%;
    height: 60px;
    display: block;

    border: 0;
    float: left;
}


.iconPrincipal{
    width: 60px;
    height: 60px;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    background: #0069b3;
    float: left;
}

ul li .descricaoApp{
    width: 160px;
    margin-left: 10px;
    float: left;
    font-size: 18px;
    color: #333;
}

.separador{
    width: 100%;
    float: left;
    height: 15px;
}


ul li{
    width: 100%; height: 60px; 
    float: left;
    text-decoration: none;
    list-style: none;
    margin: 0 0 10px 0;
    text-align: left;
    overflow: hidden;
}



p{
    font-size:20px;
    line-height:22px;
    color:#636363;
}
#header{
    padding:20px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
#header .logoGES A{
    width: 100%;
    float: left;
}
#header img{
    margin:0 20px;
}
#mainContent, .logoGES{
    width: 100%;
    float: left;
    text-align: center;
}
#company span{
    font-size:14px;
}
#company a{
    color: #333;
    text-decoration: none;
}
#company a:hover{
    text-decoration: underline;
}
#imagemEmail{
    margin-top:20px;
    margin-bottom:20px;
}

h1{
    margin: 0 0 15px 0;
    font-size: 18px;
}
span{
    margin-top:10px;
    font-size:12px;
    display:block;
    line-height: 22px;
}
p{
    font-size:14px;
    line-height:18px;
    color:#636363;
}

.bigger{
    font-size: 18px !important;
}

.dataLanc{
    color: #999 !important;
    margin-top: 5px !important;
}

@media (min-width: 481px) and (max-width: 640px){

    ul li{
        width: 50%; height: 60px; 
    }
}

@media (min-width: 641px) and (max-width: 800px){

    #container {
        padding: 40px;
    }

    ul li{
        width: 33%; height: 60px; 

    }

    ul li .descricaoApp{
        width: 150px;
    }

    #header {
        padding: 50px 0px;
        margin-bottom: 45px;
    }

}

@media (min-width: 800px) {

    #container {
        padding: 40px;
    }


    ul li{
        width: 25%; height: 60px; 

    }

    ul li .descricaoApp{
        width: 150px;
    }


    #header {
        padding: 50px 0px;
        margin-bottom: 45px;
    }

}

.logoABC{
    margin-bottom: 50px;
}