@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: #231f20;
    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: #231f20;
    width: 100%;
    position: fixed;
    z-index: 3;
    /*padding: 15px 0px 15px 15px;*/
}

@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:500px), only screen and (max-device-width:500px) {
    .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;
    padding-bottom: 70px;
}

@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%;
    }
}

.centercor {
    margin: 0 auto;
    text-align: center;
    background: #231f20;
    padding-bottom: 40px;
}

.centertitulointerior {
    margin: 0 auto;
    max-width: 1294px;
    width: 98%;
    padding: 60px 1% 30px 1%;
    text-align: center;
}

.centercorinterior {
    margin: 0 auto;
    max-width: 1294px;
    width: 98%;
    padding-left: 0px 1% 60px 1%;
    text-align: center;
}
.centercorinterior0 {
    margin: 0 auto;
    max-width: 1294px;
    width: 98%;
    padding: 30px 0 30px 0;
    text-align: center;
}

    .centercorinterior0 img {
        max-width: 250px;
        text-align: center;
    }

@media only screen and (max-width:630px), only screen and (max-device-width:630px) {
    .centercorinterior0 {
        margin: 0 auto;
        max-width: 1294px;
        width: 98%;
        padding: 15px 0 15px 0;
        text-align: center;
    }
    .centercorinterior0 img {
        max-width: 150px;
        text-align: center;
    }
}
.centercorcinza {
    margin: 0 auto;
    text-align: center;
    background: #e6e6e6;
    /*padding-bottom: 70px;*/
}




/*
.centertitulointeriorcinza {
    margin: 0 auto;
    max-width: 1294px;
    width: 98%;
    padding: 80px 1% 60px 1%;
    text-align: center;
}

.centercorinteriorcinza {
    margin: 0 auto;
    max-width: 1294px;
    width: 98%;
    padding-left: 0px 1% 60px 1%;
    text-align: center;
}*/


#logo {
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#menucima {
    float: right;
    text-align: left;
    padding-top: 50px;
}

.tipomenu {
    float: left;
    padding-top: 6px;
    color: #ffffff;
}

.idioma {
    float: right;
    padding-top: 0px;
    text-align: right;
    /*padding-right: 30px;*/
}


@media only screen and (max-width:630px), only screen and (max-device-width:630px) {
    #logo {
        float: none;
        padding-left: 0px;
    }

    #menucima {
        padding-top: 0px;
        float: none;
    }
    .idioma {
        float: right;
        padding-top: 0px;
        text-align: right;
        padding-right: 2px;
    }
}

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%;
    }
}



.linhacinza {
    clear: both;
    height: 3px;
    background-color: #F1F1F1;
}

@media screen and (max-width:835px) {
    .linhacinza {
        display: none;
    }
}

.linhabranca10 {
    height: 10px;
}

.linhabranca0clean {
    clear: both;
}

.linhabranca10clean {
    clear: both;
    height: 10px;
}

.linhabranca20 {
    height: 20px;
}

.linhabranca20clean {
    clear: both;
    height: 20px;
}
.linhaescuraclean {
    clear: both;
    height: 8px;
    background-color: #231f20;
}

.linhacor20clean {
    clear: both;
    height: 20px;
    background: #231f20;
}

.linhabranca30 {
    clear: both;
    height: 30px;
}

/*para não ir para baixo do footer*/
#conteudo {
    clear: both;
    padding-top: 145px;
    padding-bottom: 198px;
}

@media only screen and (max-width:1170px), only screen and (max-device-width:1170px) {
    #conteudo {
        padding-top: 133px;
    }
}

@media only screen and (max-width:630px), only screen and (max-device-width:630px) {
    #conteudo {
        padding-top: 184px;
    }
}

@media only screen and (max-width:485px), only screen and (max-device-width:485px) {
    #conteudo {
        padding-bottom: 215px;
    }
}

@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;
    }
}

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: #231f20;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

    h2.tituloentrada {
        /*padding: 10px 0px 2px 0px;*/
        font-size: 20px;
        color: #ffffff; /*#231f20;*/
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        padding-bottom:0px;
        padding-left: 2%;
        padding-right: 2%;
        text-shadow: 2px 1px #000;
    }

    h2.branco {
        padding: 2px 0px 2px 0px;
        font-size: 40px;
        color: #ffffff; /*#231f20;*/
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        border-left: 10px solid #ec1c24;
    }

    h2.cinza {
        padding: 2px 0px 2px 0px;
        font-size: 40px;
        color: #231f20; /*#231f20;*/
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        border-left: 10px solid #ec1c24;
    }

    h2.tituloprincipalbb {
        padding: 5px 0px 5px 0px;
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
        text-transform: none;
        text-align: center;
    }

    h2.tituloprincipal {
        padding: 0px 0px 5px 0px;
        font-size: 18px;
        color: #231f20; /*#231f20;*/
        font-weight: bold;
        text-transform: none;
        text-align: center;
    }

    h2.tituloprincipaldet {
        padding: 10px 0px 15px 0px;
        font-size: 20px;
        color: #231f20;
        font-weight: bold;
        text-transform: none;
        text-align: center;
    }

@media only screen and (max-width:500px), only screen and (max-device-width:500px) {
    h2 {
        padding: 35px 0px 25px 0px;
        font-size: 30px;
        color: #231f20;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

        h2.tituloentrada {
            padding: 15px 0px 0px 2%;
            font-size: 15px;
            color: #ffffff; /*#231f20;*/
            font-weight: bold;
            text-transform: uppercase;
            text-align: left;
        }

        h2.branco {
            padding: 2px 0px 2px 0px;
            font-size: 30px;
            color: #ffffff; /*#231f20;*/
            font-weight: normal;
            text-transform: uppercase;
            text-align: left;
            border-left: 10px solid #ec1c24;
        }

        h2.cinza {
            padding: 2px 0px 2px 0px;
            font-size: 25px;
            color: #231f20; /*#231f20;*/
            font-weight: normal;
            text-transform: uppercase;
            text-align: left;
            border-left: 10px solid #ec1c24;
        }

        h2.tituloprincipalbb {
            padding: 5px 0px 5px 0px;
            font-size: 14px;
            color: #FFFFFF;
            font-weight: bold;
            text-transform: none;
            text-align: center;
        }

        h2.tituloprincipal {
            padding: 0px 0px 5px 0px;
            font-size: 14px;
            color: #231f20; /*#231f20;*/
            font-weight: bold;
            text-transform: none;
            text-align: center;
        }

        h2.tituloprincipaldet {
            padding: 10px 0px 5px 0px;
            font-size: 18px;
            color: #231f20;
            font-weight: bold;
            text-transform: none;
            text-align: center;
        }
}

h3 {
    padding-top: 10px;
    color: #231f20;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.5em;
}

h4, h4 a {
    padding-top: 10px;
    color: #231f20;
    font-size: 1.313em;
    font-weight: normal;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #272525
}
    a:hover {
        text-decoration: none;
        color: #231f20;
    }

.contact a {
    text-decoration: none;
    color: #ffffff;
}
    .contact a:hover {
        text-decoration: none;
        color: #ec1c24;
    }

.contact1 a {
    text-decoration: none;
    color: #8bc83e;
    text-transform: uppercase;
}
    .contact1 a:hover {
        text-decoration: none;
        color: greenyellow;
        text-transform: uppercase;
    }
@media only screen and (max-width:500px), only screen and (max-device-width:500px) {
    .contact a {
        text-decoration: none;
        color: #ffffff;
        font-size:12px;
    }

        .contact a:hover {
            text-decoration: none;
            color: #ec1c24;
            font-size: 12px;
        }

    .contact1 a {
        text-decoration: none;
        color: #8bc83e;
        text-transform: uppercase;
        font-size: 12px;
    }

        .contact1 a:hover {
            text-decoration: none;
            color: greenyellow;
            text-transform: uppercase;
            font-size:12px;
        }
    select.dropdownlist {
        background-color: #231f20;
        border: none;
        padding-top: 0px;
        height: 35px;
        color: #ffffff;
        font-size: 12px;
    }
}
    .data {
        font-size: 12px;
    }

    .datab {
        color: #ffffff;
        font-size: 12px;
    }

    .textobranco, .textobranco p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.5em;
        text-align: justify;
        padding-left: 2%;
        padding-right: 2%;
        text-shadow: 2px 1px #000;
    }

        .textobranco a {
            text-decoration: none;
            color: #FFFFFF;
            font-size: 17px;
        }

            .textobranco a:hover {
                text-decoration: none;
                color: #231f20;
            }

    .textop {
        color: #231f20;
        font-size: 13px;
        line-height: 1.5em;
        text-align: center;/*justify;*/
    }

        .textop a {
            text-decoration: none;
            color: #231f20;
            font-size: 14px;
        }

            .textop a:hover {
                text-decoration: none;
                color: #231f20;
            }

.textop1 {
    color: #231f20;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center; /*justify;*/
}

    .textop1 a {
        text-decoration: none;
        color: #231f20;
        font-size: 13px;
    }

        .textop1 a:hover {
            text-decoration: none;
            color: #231f20;
        }
@media only screen and (max-width:1005px), only screen and (max-device-width:1005px) {
    .textop1 {
        color: #231f20;
        font-size: 11px;
        line-height: 1.5em;
        text-align: center; /*justify;*/
    }

        .textop1 a {
            text-decoration: none;
            color: #231f20;
            font-size: 11px;
        }

            .textop1 a:hover {
                text-decoration: none;
                color: #231f20;
            }

}
    .texto {
        color: #231f20;
        font-size: 18px;
        line-height: 1.5em;
        text-align: justify;
    }

        .texto a {
            text-decoration: underline;
            color: #231f20;
            font-size: 14px;
            font-weight: bold;
        }

            .texto a:hover {
                text-decoration: none;
                color: #231f20;
            }

    .textoc {
        color: #231f20;
        font-size: 18px;
        line-height: 1.5em;
        text-align: justify;
    }

        .textoc a {
            text-decoration: underline;
            color: #231f20;
            font-size: 14px;
            font-weight: bold;
        }

            .textoc a:hover {
                text-decoration: none;
                color: #231f20;
            }

    .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: #231f20;
        font-size: 17px;
        line-height: 1.5em;
        text-align: center;
    }

        .textoc a {
            text-decoration: none;
            color: #231f20;
            font-size: 17px;
        }

            .textoc a:hover {
                text-decoration: none;
                color: #231f20;
            }

    .texto1 {
        color: #231f20;
        font-size: 17px;
        line-height: 1.5em;
        text-align: justify;
    }

        .texto1 a {
            text-decoration: none;
            color: #231f20;
        }

            .texto1 a:hover {
                text-decoration: none;
                color: #231f20;
            }

    .erro {
        color: Red;
    }

    input, select {
        background: #F4F4F4;
        border: 1px solid #ECECEC;
        height: 25px;
    }

        select.dropdownlist {
            background-color: #231f20;
            border: none;
            padding-top: 0px;
            height: 35px;
            color: #ffffff;
            font-size: 15px;
        }

    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%;
    }

    #conteudosacesso1 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        background-image: url(../images/fachada.jpg);
        /* background-repeat: no-repeat; */
        background-position: center;
        /* background-repeat: no-repeat; */
        background-size: cover;
    }
    /* 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;
        }


        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;
        }

    @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%);
        }
#msgmensagem {
    margin: 0 auto;
    padding-top: 0px;
    width: 100%;
    background-color: #231f20;
    text-transform:uppercase;
    font-weight:bold;
}
.textobrancomsg, .textobrancomsg p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.5em;
    text-align: justify;
    padding-left: 2%;
    padding-right: 2%;
    text-shadow: 2px 1px #000;
}

    .textobrancomsg a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 20px;
    }

        .textobrancomsg a:hover {
            text-decoration: none;
            color: #ec1c24;
        }


    #msgempresa0 {
        margin: 0 auto;
        padding-top: 0px;
        width: 100%;
        /*  background-color: #091935;*/
        /*background: url('../images/4.jpg') repeat-x top;*/
        background: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../images/FundoRedeLojas.jpg") center;
    }

    #msgempresa {
        margin: 0 auto;
        padding: 60px 1% 70px 1%;
        max-width: 1294px;
        width: 98%;
        text-align: center;
    }

    #msgempresa1 {
        float: left;
        width: 73%;
        text-align: left;
        padding-bottom: 50px;
    }

    #msgempresa2 {
        float: right;
        padding-left: 5%;
        padding-right: 2%;
        width: 20%;
        padding-top: 40px;
    }

    @media only screen and (max-width:700px), only screen and (max-device-width:700px) {
        #msgempresa1 {
            float: none;
            width: 100%;
            text-align: left;
            padding-bottom: 20px;
        }

        #msgempresa2 {
            display: none;
            float: none;
            width: 90%;
            text-align: center;
            padding-top: 0px;
        }

            #msgempresa2 img {
                display: none;
                float: none;
                width: 50%;
                text-align: center;
                padding-top: 20px;
                padding-bottom: 20px;
            }
    }
    /*** 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;*/
    /*}*/
    /*
.grelha-items0 {
    margin: 0px 3% 2% 3%;
    width: 44%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}*/
.grelha-items00 iframe, .grelha-items00 img, .grelha-items00 a img, .google iframe {
    max-width: 50%; /* 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-items00 {
    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-items00 {
        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-items00 {
        margin: 0px 1% 2% 1%;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
}

    .grelha-items0 iframe, .grelha-items0 img, .grelha-items0 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-items0 {
        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-items0 {
            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-items0 {
            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-items0 {
            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-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;
        }
    }

    .grelha-itemsx {
        margin: 0px 1% 0px 1%;
        width: 17.6%;
        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-itemsx {
            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-itemsx {
        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: 5.14%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center;
    }

    @media only screen and (max-width:1450px), only screen and (max-device-width:1450px) {

        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 6.33%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:1180px), only screen and (max-device-width:1180px) {

        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 8%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:930px), only screen and (max-device-width:930px) {
        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 10.5%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:780px), only screen and (max-device-width:780px) {
        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 14.66%;
            display: inline-block;
            vertical-align: top;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }
    }

    @media only screen and (max-width:500px), only screen and (max-device-width:500px) {
        .grelha-itemsM {
            margin: 0px 1% 2% 1%;
            width: 23%;
            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: #231f20;
        color: #ffffff;
        padding: 8px 25px 8px 25px;
        width: 300px;
        /*border-radius: 15px;*/
        border: 1px solid #ffffff;
        text-transform: uppercase;
    }

        span.button0 a:hover {
            font-size: 14px;
            /*font-weight: bold;*/
            margin: 5px;
            background-color: #ffffff;
            color: #231f20;
            padding: 8px 25px 8px 25px;
            width: 300px;
            /*border-radius: 15px;*/
            border: 1px solid #ffffff;
            text-transform: uppercase;
        }

    span.button1 a {
        font-size: 14px;
        /*font-weight: bold;*/
        margin: 5px;
        background-color: #231f20;
        color: #ffffff;
        padding: 8px 25px 8px 25px;
        width: 300px;
        /*border-radius: 15px;*/
        border: 1px solid #ffffff;
        text-transform: uppercase;
    }

        span.button1 a:hover {
            font-size: 14px;
            /*font-weight: bold;*/
            margin: 5px;
            background-color: #ffffff;
            color: #231f20;
            padding: 8px 25px 8px 25px;
            width: 300px;
            /*border-radius: 15px;*/
            border: 1px solid #231f20;
            text-transform: uppercase;
        }

    span.buttonGreen a {
        font-size: 14px;
        /*font-weight: bold;
    margin: 5px;*/
        background-color: #231f20;
        color: #8bc83e;
        padding: 8px 25px 8px 25px;
        width: 300px;
        /*border-radius: 15px;*/
        border: 1px solid #ffffff;
        text-transform: uppercase;
    }

        span.buttonGreen a:hover {
            font-size: 14px;
            /*font-weight: bold;
            margin: 5px;*/
            background-color: #ffffff;
            color: #231f20;
            padding: 8px 25px 8px 25px;
            width: 300px;
            /*border-radius: 15px;*/
            border: 1px solid #231f20;
            text-transform: uppercase;
        }
    /*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: #231f20;
            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: #231f20;
                color: #ffffff;
            }

    .button11 {
        height: 26px;
        color: #231f20;
        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: #231f20;
            padding: 5px 15px 5px 15px;
            height: 50px;
            width: 200px;
            /*border-radius: 15px;*/
            border: 1px solid #231f20;
            text-transform: uppercase;
        }

            .form input[type=submit]:hover {
                font-size: 14px;
                /*font-weight: bold;*/
                margin: 5px;
                background-color: #231f20;
                color: #ffffff;
                padding: 5px 15px 5px 15px;
                height: 50px;
                width: 200px;
                /* border-radius: 15px;*/
                border: 1px solid #231f20;
                text-transform: uppercase;
            }

    .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: #FFFFFF;
        background-color: #231f20;
        border-top: solid 2px #ec1c24;
    }

    #rodapefundo {
        clear: both;
        margin: 0 auto;
        max-width: 1294px;
        width: 98%;
        /*border-top: solid 2px #ec1c24;*/
        background-color: #231f20;
        text-align: center;
        padding: 50px 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: #FFFFFF;
        text-align: center;
        padding-top: 7px;
        /*font-weight: bold;*/
    }

        .rodapetexto a {
            font-weight: normal;
            color: #FFFFFF;
            text-decoration: none;
        }

            .rodapetexto a:hover {
                font-weight: normal;
                color: #ec1c24;
                text-decoration: none;
            }

    #rede {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 40px;
    }

        #rede a {
            padding: 0px 4% 0px 4%;
        }

    #termos {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 15px;
        color: #ec1c24;
    }

        #termos span {
            vertical-align: top;
            font-size: 14px;
            font-weight: bold;
        }

        #termos a {
            color: #FFFFFF;
            text-transform: uppercase;
        }

            #termos a:hover {
                color: #ec1c24;
            }
