#g-top{
    position:absolute;
    top:-100%;
    height:0;
}

#g-header {
    background: #fff;
}

#g-header .g-content {
    padding: 0;
    margin: 0;
}

#barraSuperior{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    left: 0;
    border-bottom: 1px solid #ddd;
}

#barraSuperior .logo{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: inset 0 -1px 0px #ddd;
    -webkit-box-shadow: inset 0 -1px 0px #ddd;
    box-shadow: inset 0 -1px 0px #ddd;
}

#barraSuperior .logo img{
    height: 130px;
    padding: 5px;
}

#barraSuperior .menu{
    width: auto;
    display: inline-flex;
    vertical-align: middle;
    text-align: right;
    margin-left: 30%;
    height: 100px;
    justify-content: right;
    align-items: center;
    float: right;
}

#barraSuperior .menu .menuItem{
    width: auto;
    color: #333;
    display: inline;
    margin-left: 20px;
    cursor: pointer;
    font-family: 'RakeslyBkRegular',Helvetica,Arial,sans-serif;
    font-size: 18px;
}

#barraSuperior .menu .menuItem:hover{
    color: #1179b6;
}

#g-slideshow {
    background: #fff;
    margin-top: 0px;
    border-bottom: 0px;
    position: relative;
}

#g-slideshow .pagetitle{
    position: absolute;
    bottom: 45%;
    text-align: center;
    width: 80%;
    left: 10%;
}

#g-slideshow .image img{
    width: 100%;
}

h2 {
    margin: 0;
    font-family: 'RakeslyBkRegular',Helvetica,Arial,sans-serif;
    font-size: 50px;
}

#g-showcase {
    background: #fff;
    border-top: 0px;
    color: #333;
}

#g-showcase .g-content{
    margin:0;
    padding:0;
}

#intro, #apoios, #condicoes, #documentos{
    padding-top: 70px;
    padding-bottom: 70px;
    outline: none;
    border-top:1px solid #ddd;
}

#intro a{
    color: #1179b6 !important;
    font-weight: bold;
    text-decoration:underline;
}

.bold{
    font-weight:bold;
}

ul{
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'RakeslyBkRegular',Helvetica,Arial,sans-serif;
    font-size: 40px;
    color: #1179b6;
}

p, li{
    font-size: 16px;
    text-align: justify;
    font-family: 'nexa',sans-serif;
    color:#333;
}

li{
    padding-bottom: 10px;
    list-style:none;
}

li img{
    width: 25px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #ddd;
}

body:-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid;
}

.g-container {
    width: 100%;
}

#g-copyright {
    background: #ddd;
    color: #fff;
}

#g-copyright .g-content{
    margin: 0;
    padding:0;
}

#MenuInferior .g-content{
    padding:50px 0 0 0;
}

#MenuInferior svg{
    width:30px;
    height:30px;
}

#MenuInferior svg path{
    fill: #333;
}

#MenuInferior .itemContact{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}

#MenuInferior .w50{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

#MenuInferior .itemContact .text{
    margin-left: 20px;
    font-family: 'nexa',sans-serif;
    font-size: 14px;
    color: #333;
}

#MenuInferior .w50 img{
    height: auto;
    max-height: 75px;
    margin: 0 10px;
}

#MenuInferior .w100{
    font-family: 'nexa',sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-top: 1px solid #333;
    padding: 20px 0;
    margin-top: 20px;
}

#g-copyright .g-container {
    border-top: 0px;
}

ul{
    margin-left: 0;
}

@media (max-width: 361px){
    #barraSuperior{
        padding: 0 10px;
    }
    
    #barraSuperior .logo img {
        height: 70px;
    }
    
    #barraSuperior .menu {
        margin-left: 30%;
        height: 75px;
    }
    
    #barraSuperior .menu .menuItem {
        margin-left: 10px;
        font-size: 12px;
        text-align: center;
        display: flex;
    }
    
    #g-slideshow {
        margin-top: 75px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    #g-slideshow .pagetitle {
        bottom: 40%;
    }
    
    #intro{
        padding-top:50px;
        padding-bottom:50px;
    }
    
    #intro, #apoios, #condicoes, #documentos {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    p, li {
        font-size: 12px;
    }
    
    h3{
        font-size:25px;
    }
    
    #MenuInferior .g-content {
        padding: 50px 10px 0 10px;
    }
    
    #MenuInferior svg {
        width: auto;
        height: 22px;
        max-width: 23px;
    }
    
    #MenuInferior .w50 {
        width: 100%;
    }
    
    #MenuInferior .w50 img {
        max-height: 37px;
    }
    
    #MenuInferior .itemContact .text {
        margin-left: 15px;
        font-size: 12px;
        text-align: left;
    }
    
    #MenuInferior .w100{
        font-size: 12px;
    }
}

@media (min-width: 362px) and (max-width: 469px){
    #barraSuperior{
        padding: 0 10px;
    }
    
    #barraSuperior .logo img {
        height: 80px;
    }
    
    #barraSuperior .menu {
        margin-left: 30%;
        height: 75px;
    }
    
    #barraSuperior .menu .menuItem {
        margin-left: 10px;
        font-size: 13px;
        text-align: center;
        display: flex;
    }
    
    #g-slideshow {
        margin-top: 75px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    #g-slideshow .pagetitle {
        bottom: 40%;
    }
    
    #intro{
        padding-top:50px;
        padding-bottom:50px;
    }
    
    #intro, #apoios, #condicoes, #documentos {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    p, li {
        font-size: 13px;
    }
    
    h3{
        font-size:25px;
    }
    
    #MenuInferior .g-content {
        padding: 50px 10px 0 10px;
    }
    
    #MenuInferior svg {
        width: auto;
        height: 22px;
        max-width: 23px;
    }
    
    #MenuInferior .w50 {
        width: 100%;
    }
    
    #MenuInferior .w50 img {
        max-height: 42px;
    }
    
    #MenuInferior .itemContact .text {
        margin-left: 15px;
        font-size: 12px;
        text-align: left;
    }
    
    #MenuInferior .w100{
        font-size: 12px;
    }
}

@media (min-width: 470px) and (max-width: 591px){
    #barraSuperior{
        padding: 0 10px;
    }
    
    #barraSuperior .logo img {
        height: 100px;
    }
    
    #barraSuperior .menu {
        margin-left: 27%;
        height: 75px;
    }
    
    #barraSuperior .menu .menuItem {
        margin-left: 15px;
        font-size: 14px;
        text-align: center;
        display: flex;
    }
    
    #g-slideshow {
        margin-top: 75px;
    }
    
    h2 {
        font-size: 35px;
    }
    
    #g-slideshow .pagetitle {
        bottom: 40%;
    }
    
    #intro, #apoios, #condicoes, #documentos {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    p, li {
        font-size: 13px;
    }
    
    h3{
        font-size:30px;
    }
    
    #MenuInferior .g-content {
        padding: 50px 10px 0 10px;
    }
    
    #MenuInferior svg {
        width: auto;
        height: 22px;
        max-width: 23px;
    }
    
    #MenuInferior .w50 img {
        height: auto;
        max-height: 60px;
        margin: 0 10px 10px 10px;
    }
    
    #MenuInferior .w50:nth-child(2){
        text-align:center;
    }
    
    #MenuInferior .itemContact .text {
        margin-left: 15px;
        font-size: 12px;
        text-align: left;
    }
    
    #MenuInferior .w100{
        font-size: 12px;
    }
}

@media (min-width: 592px) and (max-width: 757px){
    #barraSuperior{
        padding: 0 10px;
    }
    
    #barraSuperior .logo img {
        height: 100px;
    }
    
    #barraSuperior .menu {
        margin-left: 23%;
        height: 75px;
    }
    
    #barraSuperior .menu .menuItem {
        margin-left: 15px;
        font-size: 14px;
    }
    
    #g-slideshow {
        margin-top: 75px;
    }
    
    h2 {
        font-size: 35px;
    }
    
    #g-slideshow .pagetitle {
        bottom: 40%;
    }
    
    #intro, #apoios, #condicoes, #documentos {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    p, li {
        font-size: 13px;
    }
    
    h3{
        font-size:30px;
    }
    
    #MenuInferior .g-content {
        padding: 50px 10px 0 10px;
    }
    
    #MenuInferior svg {
        width: auto;
        height: 22px;
        max-width: 23px;
    }
    
    #MenuInferior .w50 img {
        height: auto;
        max-height: 60px;
        margin: 0 10px 10px 10px;
    }
    
    #MenuInferior .w50:nth-child(2){
        text-align:center;
    }
    
    #MenuInferior .itemContact .text {
        margin-left: 15px;
        font-size: 12px;
    }
    
    #MenuInferior .w100{
        font-size: 12px;
    }
}

@media (min-width: 758px) and (max-width: 958px){
    #MenuInferior .g-content, #g-header .g-content, #g-showcase .g-content{
        width:658px;
        margin: 0 auto;
    }
    
    #g-slideshow .pagetitle {
        bottom: 40%;
    }
    
    h2 {
        font-size: 40px;
    }
    
    #g-slideshow {
        margin-top: 100px;
    }
    
    #barraSuperior .menu{
        margin-left: 20%;
    }
    
    #barraSuperior .menu .menuItem{
        font-size:16px;
    }
    
    #barraSuperior .logo img {
        height: 115px;
    }
    
    p, li {
        font-size: 15px;
    }
    
    #MenuInferior .w50:nth-child(2){
        text-align: center;
    }
    
    #MenuInferior .w50 img{
        margin: 0 10px 10px 10px;
    }
}

@media (min-width: 959px) and (max-width: 1199px){
    #MenuInferior .g-content, #g-header .g-content, #g-showcase .g-content{
        width:859px;
        margin: 0 auto;
    }
    
    #g-slideshow {
        margin-top: 100px;
    }
    
    h2 {
        font-size: 40px;
    }
    
    #barraSuperior .menu .menuItem{
        font-size:16px;
    }
    
    #barraSuperior .logo img {
        height: 115px;
    }
    
    p, li {
        font-size: 15px;
    }
    
    #MenuInferior .w50:nth-child(2){
        text-align: center;
    }
    
    #MenuInferior .w50 img{
        margin: 0 10px 10px 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px){
    #MenuInferior .g-content, #g-header .g-content, #g-showcase .g-content{
        width:1100px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) and (max-width: 1599px){
    #MenuInferior .g-content, #g-header .g-content, #g-showcase .g-content{
        width:1340px;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) and (max-width: 1799px){
    #MenuInferior .g-content, #g-header .g-content, #g-showcase .g-content{
        width:1500px;
        margin: 0 auto;
    }
}

@media (min-width: 1800px){
    #MenuInferior .g-content, #g-header .g-content, #g-showcase .g-content{
        width:1600px;
        margin: 0 auto;
    }
}