@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/*scroll sempre visivel*/
#mozscroll {
    position: absolute;
    top: 0px;
    bottom: -1px;
    visibility: hidden
}

html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #000000;
    padding-top: 0px;
}

#atalhotop {
    position: fixed;
    width: 13px;
    display: inline-block;
    right: 5px;
    bottom: 65px;
    background: #d4d4d4;
    opacity: 0.8;
    border: 1px solid #d4d4d4;
    padding: 5px 10px 5px 8px;
    color: #ffffff;
}
/*.clearfix usado para adicionar um espaço vazio antes e depois dos elementos evitando que os floats se aglomerem.*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*alinhamento do rodape sempre ao fundo - s n quiser retirar position aqui e no footer*/
.geral {
    min-height: 100%;
    position: relative;
}

#header {
    clear: both;
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    z-index: 3;
}

@media only screen and (max-width:835px), only screen and (max-device-width:835px) {
    #header {
        height: auto;
        position: absolute;
    }
}

.centerHeader {
    margin: 0 auto;
    padding-left: 2%; /*135px;*/
    padding-right: 2%; /*135px;*/
    text-align: center;
}

@media only screen and (max-width:1755px), only screen and (max-device-width:1755px) {
    .centerHeader {
        margin: 0 auto;
        text-align: center;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

.center {
    margin: 0 auto;
    max-width: 1294px;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
}

@media only screen and (max-width:1000px), only screen and (max-device-width:1000px) {
    .center {
        margin: 0 auto;
        max-width: 950px;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media only screen and (max-width:570px), only screen and (max-device-width:570px) {
    .center {
        margin: 0 auto;
        text-align: center;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

#logo {
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 6px;
}

#menucima {
    float: right;
    text-align: left;
    padding-top: 25px;
}

.tipomenu {
    float: left;
    width: 590px; /*580*/
    padding-top: 10px;
}

.idioma {
    float: right;
    padding-top: 0px;
    text-align: right;
    /*width: 260px; **/
}

@media only screen and (max-width:1170px), only screen and (max-device-width:1170px) {
    #logo {
        float: none;
    }

    #menucima {
        padding-top: 10px;
        float: none;
    }
}

@media only screen and (max-width:835px), only screen and (max-device-width:835px) {
    .tipomenu {
        float: none;
        width: 100%;
    }

    .idioma {
        float: none;
        text-align: center;
        width: 100%;
    }
}

h1 {
    display: block;
    height: 0px;
    text-indent: -9999px;
}

@media only screen and (max-width:570px), only screen and (max-device-width:570px) {
    #logo h1 a {
        height: auto;
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width:320px), only screen and (max-device-width:320px) {
    h1 a img {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media only screen and (max-width:570px), only screen and (max-device-width:570px) {
    .idioma {
        margin-top: 2%;
        text-align: center;
    }
}


.linhacinza {
    clear: both;
    height: 3px;
    background-color: #F1F1F1;
}

@media screen and (max-width:835px) {
    .linhacinza {
        display: none;
    }
}

.linhabranca10 {
    height: 10px;
}

.linhabranca10clean {
    clear: both;
    height: 10px;
}

.linhabranca20 {
    height: 20px;
}

.linhabranca20clean {
    clear: both;
    height: 20px;
}

.linhabranca30 {
    clear: both;
    height: 30px;
}

/*para não ir para baixo do footer*/
#conteudo {
    clear: both;
    padding-top: 86px;
    padding-bottom: 66px;
}

@media only screen and (max-width:1170px), only screen and (max-device-width:1170px) {
    #conteudo {
        padding-top: 133px;
    }
}

@media only screen and (max-width:835px), only screen and (max-device-width:835px) {
    #conteudo {
        padding-top: 180px;
    }
}

@media only screen and (max-width:570px), only screen and (max-device-width:570px) {
    #conteudo {
        padding-top: 152px;
    }
}

@media only screen and (max-width:565px), only screen and (max-device-width:565px) {
    #conteudo {
        padding-top: 192px;
    }
}

@media only screen and (max-width:485px), only screen and (max-device-width:485px) {
    #conteudo {
        /* padding-top: 147px;*/
        padding-bottom: 85px;
    }
}

@media only screen and (max-width:360px), only screen and (max-device-width:360px) {
    #conteudo {
        /* padding-top: 147px;*/
        padding-bottom: 100px;
    }
}

@media only screen and (max-width:315px), only screen and (max-device-width:315px) {
    #conteudo {
        /* padding-top: 147px;*/
        padding-bottom: 120px;
    }
}

#bannertop {
    background: #ffffff;
}

img, picture, video, embed, figure {
    max-width: 100%;
}
/*define a largura máxima em até 100%*/

h2 {
    padding: 35px 0px 25px 0px;
    font-size: 40px;
    color: #000000;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

    h2.tituloprincipal {
        padding: 0px 0px 5px 0px;
        font-size: 18px;
        color: #000000;
        font-weight: bold;
        text-transform: none;
        text-align: center;
    }
    h2.tituloprincipallinha {
        padding: 0px 0px 5px 0px;
        font-size: 18px;
        color: #000000;
        font-weight: bold;
        text-transform: none;
        text-align: left;
    }

    h2.tituloprincipaldet {
        padding: 10px 0px 5px 0px;
        font-size: 20px;
        color: #000000;
        font-weight: bold;
        text-transform: none;
        text-align: center;
    }

    h2.tituloprincipalb {
        padding: 30px 0px 15px 0px;
        font-size: 38px;
        color: #ffffff;
        font-weight: 100;
        text-transform: none; /*uppercase;*/
        text-align: center;
    }

    h2.tituloprincipale {
        padding: 30px 0px 15px 0px;
        font-size: 38px;
        color: #000000;
        font-weight: 100;
        text-transform: none; /*uppercase;*/
        text-align: center;
    }

h3 {
    padding-top: 10px;
    color: #000000;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.5em;
}

h4, h4 a {
    padding-top: 10px;
    color: #000000;
    font-size: 1.313em;
    font-weight: normal;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #272525
}

    a:hover {
        text-decoration: none;
        color: #0080d7;
    }

.data {
    font-size: 12px;
}
.resumo {
    font-size: 13px;
    max-width:320px;
}
.textocenter, .textocenter p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

    .textocenter a {
        text-decoration: none;
        color: #000000;
        font-size: 15px;
    }

        .textocenter a:hover {
            text-decoration: none;
            color: #0080d7;
        }

.textobranco, .textobranco p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

    .textobranco a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 15px;
    }

        .textobranco a:hover {
            text-decoration: none;
            color: #0080d7;
        }

.texto {
    color: #000000;
    font-size: 15px;
    line-height: 1.5em;
    text-align: justify;
}

    .texto a {
        text-decoration: none;
        color: #000000;
        font-size: 15px;
    }

        .texto a:hover {
            text-decoration: none;
            color: #0080d7;
        }

.textoinfo {
    font-size: 9px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
    text-align: justify;
}

.textoc {
    color: #000000;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}

    .textoc a {
        text-decoration: none;
        color: #000000;
        font-size: 15px;
    }

        .textoc a:hover {
            text-decoration: none;
            color: #0080d7;
        }

.texto1 {
    color: #000000;
    font-size: 15px;
    line-height: 1.5em;
    text-align: justify;
}

    .texto1 a {
        text-decoration: none;
        color: #000000;
    }

        .texto1 a:hover {
            text-decoration: none;
            color: #0080d7;
        }

.erro {
    color: Red;
}

input, select {
    background: #F4F4F4;
    border: 1px solid #ECECEC;
    height: 25px;
}

    select.dropdownlist {
        background-color: #ffffff;
        border: none;
        padding-top: 0px;
        height: 35px;
        color: #000000;
        font-size: 12px;
    }

textarea {
    background: #F4F4F4;
    border: 1px solid #ECECEC;
    height: 85px;
}

.texto table tr td, .texto1 table tr td, .textoc table tr td {
    vertical-align: middle;
}


#conteudosacesso {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
/* o right, é a soma do width da coluna com o padding desejado */
#conteudos {
    text-align: center;
    padding: 0px 0px 0px 0px;
}

@media only screen and (max-width:590px), only screen and (max-device-width:590px) {
    #conteudos, #conteudos table {
        height: auto;
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }

        #conteudos, #conteudos tr td {
            text-align: left;
            padding: 0px 0px 0px 0px;
        }
}

@media only screen and (max-width:320px), only screen and (max-device-width:320px) {
    #conteudos {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

/*
    #conteudos .texto p img {
        width: 100%;
        padding-bottom: 5px;
    }

    #conteudos .textoc p img {
        width: 60%;
        padding-bottom: 5px;
    }

    #conteudos .texto1 p img {
        width: 50%;
        padding-bottom: 5px;
    }

    @media only screen and (max-width:470px), only screen and (max-device-width:470px) {
        #conteudos .texto1 p img {
            width: 100%;
            padding-bottom: 5px;
        }

        #conteudos .textoc p img {
            width: 100%;
            padding-bottom: 5px;
        }
    }*/

/*** slogan ***/
h2.slogan {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-size: 38px;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    color: white;
  /*  padding: 10px;*/
}

    h2.slogan span.um {
        padding: 0px 0px 0px 0px;
        color: white;
        font-size: 38px;
        /*letter-spacing: -1px;*/
        /*background: rgb(0, 0, 0); 
        background: rgba(0, 0, 0, 0.4);*/
        padding: 10px;
        text-shadow: 2px 1px #000;
    }


    h2.slogan span.dois {
        padding: 0px 0px 0px 0px;
        color: white;
        font-size: 20px;
        /*letter-spacing: -1px;*/
        /*background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.4);*/
        padding: 10px;
        text-shadow: 2px 1px #000;
    }

@media only screen and (max-width:700px), only screen and (max-device-width:700px) {
    h2.slogan {
        position: absolute;
        top: 25%;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-size: 38px;
        font-weight: bold;
        text-transform: none;
        text-align: center;
        color: white;
        /*  padding: 10px;*/
    }
    h2.slogan span.um {
        display: none;
    }

    h2.slogan span.dois {
        padding: 0px 0px 0px 0px;
        color: white;
        font-size: 18px;
        /*letter-spacing: -1px;*/
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.4);
        padding: 5px;
    }
}
#msgslogan {
    position: relative;
    width: 100%; /* for IE 6 */
}
    #msgslogan img {
        filter: brightness(70%);
    }
        
#msgempresa0 {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7)100%),url("../images/mercados.jpg") center;
}

#msgempresa01 {
    float: left;
    width: 50%;
}

#msgempresa02 {
    float: right;
    width: 50%;
}
/*
#msgvideo {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #091935;
}*/
#sombra img {
    border-radius: 15px;
    box-shadow: 0 0 60px 10px rgba(13, 36, 62, 0.1);
}
#msgempresa {
    margin: 0 auto;
    padding-top: 0px;
    width: 100%;
   /* background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../images/mercados.jpg") center;*/
}
#msgempresa1 {
    float: left;
    width: 34%;
    padding-left: 8%;
    padding-right: 8%;
}
@media only screen and (max-width:785px), only screen and (max-device-width:785px) {
    #msgempresa1 {
        float: left;
        width: 44%;
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media only screen and (max-width:550px), only screen and (max-device-width:550px) {
    #msgempresa1 {
        float: left;
        width: 50%;
        padding-left: 0%;
        padding-right: 0%;
    }
}
    #msgempresa2 {
        float: right;
        width: 50%;
    }
    /*** video ***/
    #msgvideo {
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        background-color: #091935;
        /* background: width:100% url('../images/publicacoes.jpg') repeat-x top;*/
    }

    .noticias1 {
        float: left;
        width: 15%;
    }

        .noticias1 img {
            max-width: 100%; /* border-radius: 8px;*/
            /*border:1px solid #33465a;*/
            border-radius: 15px;
            background-color: #ffffff;
            box-shadow: 0 0 60px 10px rgba(13, 36, 62, 0.1);
        }

    .noticias2 {
        float: right;
        padding-left: 2%;
        text-align: left;
        width: 83%;
    }
 @media only screen and (max-width:500px), only screen and (max-device-width:500px) {
    .noticias1 {
        float: left;
        width: 25%;
    }

        .noticias1 img {
            max-width: 100%; /* border-radius: 8px;*/
            /*border:1px solid #33465a;*/
            border-radius: 15px;
            background-color: #ffffff;
            box-shadow: 0 0 60px 10px rgba(13, 36, 62, 0.1);
        }

    .noticias2 {
        float: right;
        padding-left: 2%;
        text-align: left;
        width: 73%;
    }
    }
   /* @media only screen and (max-width:500px), only screen and (max-device-width:500px) {
        .noticias1 {
            float: none;
            width: 100%;
        }

        .noticias2 {
            padding-left: 0%;
            float: none;
            width: 100%;
        }
    }*/

    /*grelha noticias - com sombras*/
    .grelha-items iframe, .grelha-items img, .grelha-items a img, .google iframe {
        max-width: 100%; /* border-radius: 8px;*/
        /*border:1px solid #33465a;*/
        border-radius: 15px;
        background-color: #ffffff;
        box-shadow: 0 0 60px 10px rgba(13, 36, 62, 0.1);
    }

    .grelha-items {
        margin: 0px 1% 0px 1%;
        width: 22%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center;
    }

    @media only screen and (max-width:1005px), only screen and (max-device-width:1005px) {

        .grelha-items {
            margin: 0px 1% 2% 1%;
            width: 31.333%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:800px), only screen and (max-device-width:800px) {
        .grelha-items {
            margin: 0px 1% 2% 1%;
            width: 48%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:400px), only screen and (max-device-width:400px) {
        .grelha-items {
            margin: 0px 1% 2% 1%;
            width: 98%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }


    /*grelha sobre nos - sem sombras*/
    .grelha-itemsC iframe, .grelha-itemsC img, .grelha-itemsC a img {
        max-width: 100%; /* border-radius: 8px;*/
        /*border:1px solid #33465a;*/
        border-radius: 15px;
        background-color: #ffffff;
        /*box-shadow: 0 0 60px 10px rgba(13, 36, 62, 0.1);*/
    }

    .grelha-itemsC {
        margin: 0px 1% 0px 1%;
        width: 22%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center;
    }

    @media only screen and (max-width:1005px), only screen and (max-device-width:1005px) {
        .grelha-itemsC {
            margin: 0px 1% 2% 1%;
            width: 31.333%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:800px), only screen and (max-device-width:800px) {
        .grelha-itemsC {
            margin: 0px 1% 2% 1%;
            width: 48%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:400px), only screen and (max-device-width:400px) {
        .grelha-itemsC {
            margin: 0px 1% 2% 1%;
            width: 98%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    /*grelha noticias - com sombras*/
    .grelha-itemsM iframe, .grelha-itemsM img, .grelha-itemsM a img {
        max-width: 100%; /* border-radius: 8px;*/
        /*border:1px solid #33465a;*/
        border-radius: 15px;
        background-color: #ffffff;
        box-shadow: 0 0 60px 10px rgba(13, 36, 62, 0.1);
    }

    .grelha-itemsM {
        margin: 0px 1% 0px 1%;
        width: 10.5%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center;
    }

    @media only screen and (max-width:1005px), only screen and (max-device-width:1005px) {

        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 14.47%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:800px), only screen and (max-device-width:800px) {
        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 23%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:400px), only screen and (max-device-width:400px) {
        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 31.33%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }
    /*botão ver mais news*/
    span.button0 a {
        font-size: 14px;
        font-weight: bold;
        margin: 5px;
        background-color: #ffffff;
        color: #0080d7;
        padding: 8px 25px 8px 25px;
        width: 300px;
        border-radius: 15px;
        border: 2px solid #0080d7;
    }

        span.button0 a:hover {
            font-size: 14px;
            font-weight: bold;
            margin: 5px;
            background-color: #0080d7;
            color: #ffffff;
            padding: 8px 25px 8px 25px;
            width: 300px;
            border-radius: 15px;
            border: 2px solid #0080d7;
        }

    /*paginação*/
    #paginas {
        clear: both;
        margin: 0 auto;
        width: 100%;
        text-align: left;
    }

    .pagina {
        float: left;
        text-align: left;
        height: 40px;
    }

    .button10 {
        height: 26px;
        color: #ffffff;
        background: #33465a;
        padding: 5px 11px 5px 11px;
        text-decoration: none;
    }

        .button10:hover {
            text-decoration: none;
            background: #000000;
            color: #ffffff;
        }

        .button10 a {
            height: 26px;
            color: #ffffff;
            background: #33465a;
            padding: 5px 11px 5px 11px;
            text-decoration: none;
        }

            .button10 a:hover {
                text-decoration: none;
                background: #000000;
                color: #ffffff;
            }

    .button11 {
        height: 26px;
        color: #000000;
        background: #F2F2F2;
        padding: 5px 11px 5px 11px;
        text-decoration: none;
    }



    /*** CONTACTOS ***/
    #contactostexto {
        float: left;
        width: 48%;
        margin: 0px 1% 0px 1%;
    }

    #contactosform {
        float: right;
        padding-right: 1%;
        width: 49%;
    }

    @media screen and (max-width:550px) {
        #contactostexto {
            float: none;
            width: 98%;
        }

        #contactosform {
            float: none;
            padding-left: 0%;
            padding-left: 0%;
            width: 98%;
        }
    }

    .form input {
        width: 98%;
        height: 30px;
        padding: 0px 0px 0px 2%;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #6e7d96;
        border-radius: 5px;
        background-color: #edf0f6;
        background-color: var(--pale-grey);
        border: solid 1px #dedede;
    }

        .form input[type=submit] {
            font-size: 14px;
            font-weight: bold;
            margin: 5px;
            background-color: #ffffff;
            color: #0080d7;
            padding: 5px 15px 5px 15px;
            height: 50px;
            width: 200px;
            border-radius: 15px;
            border: 2px solid #0080d7;
        }

            .form input[type=submit]:hover {
                font-size: 14px;
                font-weight: bold;
                margin: 5px;
                background-color: #0080d7;
                color: #ffffff;
                padding: 5px 15px 5px 15px;
                height: 50px;
                width: 200px;
                border-radius: 15px;
                border: 2px solid #0080d7;
            }

    .form textarea {
        width: 98%;
        height: 170px;
        padding: 4px 0px 0px 2%;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #6e7d96;
        border-radius: 5px;
        background-color: #edf0f6;
        background-color: var(--pale-grey);
        border: solid 1px #dedede;
    }

    .form select {
        height: 30px;
        padding: 0px 0px 0px 2%;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.63;
        letter-spacing: normal;
        color: #6e7d96;
        border-radius: 5px;
        background-color: #edf0f6;
        background-color: var(--pale-grey);
        border: solid 1px #dedede;
    }

    .form .texto {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        color: #F8F8F8;
    }


    /*** FOOTER ***/
    /*************************** FOOTER - Rodape com 2 colunas ******************************/
    footer {
        font-family: 'Open Sans', sans-serif;
        clear: both;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        text-align: center;
        bottom: 0px;
        color: #787878;
        background-color: #000000;
    }

    #rodapefundo {
        clear: both;
        margin: 0 auto;
        max-width: 1294px;
        width: 98%;
        border-top: solid 1px #000000;
        background-color: #000000;
        text-align: center;
        padding: 10px 2% 0px 2%;
        bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 5px;
    }

    .rodapetexto {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #d4d3d3;
        text-align: left;
        width: 50%;
        padding-top: 10px;
        float: left;
        font-weight: bold;
    }

        .rodapetexto a {
            font-weight: normal;
            color: #d4d3d3;
            text-decoration: none;
        }

            .rodapetexto a:hover {
                font-weight: normal;
                color: #0080d7;
                text-decoration: none;
            }

    #rede {
        float: right;
        text-align: right;
        width: 50%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    @media only screen and (max-width:500px), only screen and (max-device-width:500px) {
        .rodapetexto {
            float: none;
            width: 100%;
            text-align: center;
        }

        #rede {
            float: none;
            width: 100%;
            text-align: center;
        }
    }
