@font-face {
    font-family: 'FUTURA';
    src: url(../_fonts/FUTURAB.TTF);
}

html, body {
    height:100%;
    font-family: 'FUTURA';
    color: #363636;
}

main {
    width: 100%;
    font-size: 15px;
    margin: 0px auto;
    position: relative;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 1;
}

.btnAbrirMenu {
    position: absolute;
    margin-top: 30px;
    margin-left: 30px;
    display: none;
}

header section.logo {
    width: 100%;
    height: 140px;
    margin-left: 29%;
    background-image: url(../_img/logo630.png);
    background-repeat: no-repeat;
    background-size: 40%;
    margin-bottom: 30px;
}

header section.idioma {
    width: 100px;
    float: right;
    margin-right: 10px;
    margin-top: -145px;
    background-color: white;
}

header section.idioma nav ul li{
    list-style-type: none;

}

header nav#menu {
    width: 100%;
    height: 70px;
    background-image: linear-gradient(white, dodgerblue);
}

header nav#menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
           
header nav#menu ul li {
    list-style-type: none;
    display: inline;
    float: left;
    width: 25%;
    height: 80px;
    color: black;
}

header nav#menu ul li:hover {
    background-image: linear-gradient(white, darkorange);
    color: white;
}

header nav#menu ul li a {
    text-decoration: none;
    text-align: center;
} 

header nav#menu ul li img {
    width: 48px;
    float: left;
    padding-left: 20px;
    padding-top: 18px;
}

header nav#menu ul li p {
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-weight: bold;
}

.contatoAcesso {
    position: fixed;
    right: -9px;
    z-index: 1;
}

.contatoAcesso ul li {
    list-style-type: none;
    border: 4px solid dodgerblue;
    box-shadow: -5px 1px 5px #666;
    padding: 5px;
    height: 64px;
    border-bottom: none;
    border-top: none;
    border-radius: 10px;
    background-color: white;
}

.contatoAcesso img {
    width: 64px;
}

.contatoAcesso ul a li {
    background-image: url(../_img/contato4.png);
    background-repeat: no-repeat;
    background-size: 74px;
    background-position: center;
}

.contatoAcesso ul a li:hover {
    background-image: url(../_img/contato4orange.png);
    background-repeat: no-repeat;
    background-size: 74px;
    background-position: center;
}

#content {
    margin-top: 230px;
    min-height: 550px;
}

.container {
    display: none;
}

.footer {
    width: 100%;
    height: 320px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    bottom: 0;
    background-image: linear-gradient(white, dodgerblue);
}

.socialmedia {
    position: relative;
    width: 20%;
    bottom: 320px;
    height: 100px;
    left: 80%;
}

.socialmedia img {
    width: 36px;
}

.socialmedia h3 {
    position: relative;
    right: 5%;
}

.parceiros {
    position: relative;
    width: 60%;
    font-size: 18px;
    height: 230px;
    left: 20%;
    bottom: 200px
}

.parceiros img {
    width: 72px;
    border-radius: 5px;
}

.parceiros a #logoHorizontal {
    height: 64px;
    width: 128px;
}

.footer a {
    font-size: 16px;
    text-decoration: none;
    color: black;
}

.footer a:hover {
    color: red;
}

.infos  {
    width: 20%;
    height: 230px;
}

.suporte {
    position: relative;
    bottom: -172px;
    left: 30%;
    width: 250px;
    text-align: left;
}

.regras {
    position: relative;
    bottom: -190px;
    left: 30%;
    width: 250px;
    text-align: left;
}

.footer hr {
    position: relative;
    bottom: 320px;
}

.footer p {
    position: relative;
    bottom: 310px;
}