/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Wendy+One');
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/*
    verde: #000000;
    texto: #2a2a2a;
*/
/*scroll sempre visivel*/
#mozscroll {
    position: absolute;
    top: 0px;
    bottom: -1px;
    visibility: hidden;
}

/*.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;
}

.some {
    display: none;
}

html, body {
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

* {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {   
    font-family: 'Open Sans Condensed', sans-serif;/**/ 
    /*Font-family:Arial, Helvetica, sans-serif;*/
    color: #2a2a2a;
    padding-top: 0px;
   /* background: url('../images/personagens.jpg');*/
}

#atalhotop 
{
    position: fixed;
    width: 13px;
    display: inline-block;
    right: 5px;
    bottom: 5px;
    background: #000000;/*#000000*/
    opacity: 0.8;
    border: 1px solid #000000;
    padding: 5px 8px 5px 8px;
    color: #ffffff;
}

.color {
    color: #ffffff;
}

    .color:hover {
        color: #ee2429;
    }

#evento
{
    padding-left:3%;
    padding-right:3%;
}
#evento2 {
    float:left;
    width:66%;
    padding-right:1%;
}
#evento1 {
    padding-left:2%;
    width:30%;
    float:right;
}
    #evento1 img {
        width: 100%;
    }
@media only screen and (max-width:585px), only screen and (max-device-width:585px) {
    #evento {
        padding-left: 2%;
        padding-right: 2%;
    }

    #evento2 {
        float: none;
        width: 100%;
        padding-right: 0%;
    }

    #evento1 {
        float: none;
        display: none;
    }
}


/*alinhamento do rodape sempre ao fundo - s n quiser retirar position aqui e no footer*/
#geral {
    min-height: 100%;
    position: relative;
}

header {
    /* background: url('../images/header.jpg') no-repeat top center / contain;*/
    /* background-color:#FFFFFF;
    background-size: 100% auto;*/
    /*  min-height:474px;/*474px;/*632px;*/
    /*padding-bottom: 25px;*/
    /*background-color:#FFFFFF;
    background-size: 100% auto;
    */
    clear: both;
    
    background-color: #ee2429;
    width: 100%;
    position: fixed;
    z-index: 3;
    border-bottom: 5px solid #ee2429;
}

@media only screen and (max-width:1200px), only screen and (max-device-width:1200px) {
    header {
        min-height: auto;
    }
}

@media only screen and (max-width:820px), only screen and (max-device-width:820px) {
    header {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width:850px), only screen and (max-device-width:850px) {
    header {
        height: auto;
        position: absolute;
    }
}

.centerHeader {
    margin: 0 auto;
    padding-left: 17%; /*135px;*/
    padding-right: 17%; /*135px;*/
    text-align: center;
}
/* @media only screen and (max-width:1310px), only screen and (max-device-width:1310px) {*/
@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%;
    }
}

#logo {
    float: left;
    padding-top: 35px;
    padding-bottom: 15px;
}

#menucima {
    float: right;
    text-align: right;
    padding-top: 20px;
}
#rede1 {
}
#rede1 a{
   color: #000000;
   text-transform:uppercase;
   font-size:15px;
   font-weight:bold;
}
#rede1 a:hover{
   color: #FFFFFF;
   text-transform:uppercase;
   font-size:15px;
   font-weight:bold;
}
#menu1 {
    /*background-color:#000000;*/
    float: right;
    text-align: right;
    padding-top: 35px;
    padding-bottom: 2px;
}

#menucima2 {
    background-color: #000000;
    float: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width:1755px), only screen and (max-device-width:1755px) {
    #logo {
        float: left;
    }

    #menucima {
        float: right;
    }
}

@media only screen and (max-width:1190px), only screen and (max-device-width:1190px) {
    #logo {
        float: none;
        text-align: center;
    }

    #menucima {
        float: none;
        text-align: center;
        padding-top: 15px;
    }

    #menu1 {
        /* background-color: #000000;*/
        float: none;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (max-width:585px), only screen and (max-device-width:585px) {
    #menu1 {
        /*background-color: #ffffff;*/
        float: left;
        text-align: center;
        padding-top: 0px;/*22px;*/
        padding-bottom: 2px;
    }

    #rede1 {
        float: right;
        text-align: center;
    }
}


/***nav - menu1 de navegação ***/
nav.b {
    text-align: center;
    padding: 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;/*500;*/
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #FFFFFF;
}

    nav.b ul {
        list-style-type: none;
    }

    nav.b li {
        display: inline;
    }

    nav.b ul li a {
        margin: 0px 0px 0px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;/*500;*/
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #FFFFFF; /*#000000;*/
    }

   /* nav.b ul li:nth-child(5) a {
        margin-right: 0px;
    }*/

    nav.b a.ativo:link, nav.b a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;/*500;*/
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #000000; /*#2a2a2a;*/
        text-decoration: none;
    }

    nav.b ul li a.ativo {
        color: #000000; /*#2a2a2a;*/
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    nav.b .show-menu {
        padding: 0px 0px;
        text-align: center;
        color: #000000; /*#FFFFFF;*/
        text-decoration: none;
        display: none;
    }

    nav.b input[type=checkbox] {
        display: none;
        -webkit-appearance: none;
    }

        nav.b input[type=checkbox]:checked ~ #menu {
            display: block;
        }

@media only screen and (max-width:585px), only screen and (max-device-width:585px) {
    nav.b ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        position: absolute;
    }

        nav.b ul li a {
            margin: 0px 0px 0px 0px;
            display: inline-block;
            text-decoration: none;
            color: #FFFFFF; /*#FFFFFF;*/
            padding: 10px 0px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-transform: uppercase;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 1px;
        }

    nav.b li {
        margin-right: 1px;
        float: left;
    }

        nav.b li a {
            background: #000000;
            /*height: 18px;*/
            text-align: center;
            line-height: 18px;
            text-decoration: none;
            display: block;
            min-width: 140px;
        }

    nav.b ul li a.ativo {
        color: #ee2429; /*#2a2a2a;*/
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }
    nav.b a.ativo:link, nav.b a:hover {
        text-decoration: none;
        display: inline-block;
        color: #ee2429;
        background-color: #2caac3;
        padding: 10px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1px;
    }

    nav.b li:hover a {
        background: #000000;
        color: #ee2429;
    }

    nav.b li:hover ul a {
        background: #000000;
        height: 40px;
        color: #FFFFFF;
        line-height: 40px;
    }

        nav.b li:hover ul a:hover {
            background: #ee2429;
            color: #FFFFFF;
        }

    nav.b li ul {
        display: none;
    }

        nav.b li ul li {
            float: none;
            display: block;
        }

            nav.b li ul li a {
                padding: 0px 0px;
                width: auto;
                min-width: 100px;
                color: #FFFFFF;
            }

    nav.b ul li a:hover + .hidden {
        display: block;
    }

    nav.b .hidden:hover {
        display: block;
    }

    /*@media screen and (max-width:760px)
		{*/
    nav.b ul {
        display: none;
        position: static;
    }

    nav.b li {
        margin-bottom: 1px;
    }

    nav.b ul li {
        width: 100%;
    }

    nav.b li a {
        width: 100%;
    }

    nav.b .show-menu {
        display: block;
    }
    /* }*/
}
.center0 {
    margin: 0 auto; 
    width:100%;
   /* padding-top: 30px;
    padding-left: 17%; 
    padding-right: 17%;   */
}
.center0 img{
    
    width:100%;
}

.center {
    margin: 0 auto; 
    padding-top: 30px;
    padding-left: 17%; 
    padding-right: 17%;   
}
@media only screen and (max-width:820px), only screen and (max-device-width:820px) {
    .center {
        margin: 0 auto;
        text-align: center;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media only screen and (max-width:930px), only screen and (max-device-width:930px) {.center {padding-top: 0px;}}

.center-sempadding {
    padding-top: 30px;
    text-align: center;
}

/********************/
.center2 {
    margin: 0 auto;
    padding-top: 30px;
    text-align: left;
}
@media only screen and (max-width:820px), only screen and (max-device-width:820px) {
    .center2 {
        margin: 0 auto;
        text-align: left;
        width: 98%;
    padding-top: 5px;
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media only screen and (max-width:930px), only screen and (max-device-width:930px) {
    .center2 {
        padding-top: 5px;
    }
}
/********************/

#fundobranco {
    border-radius: 8px;
    background-color: #ffffff;
    padding:10px 10px 10px 10px;
}

#banner {
    padding: 11px 10px 10px 10px;
    border-radius: 8px;
    background-color: #ffffff;        
}
/*para não ir para baixo do footer*/
#conteudo {
    clear: both;
    padding-bottom: 140px;
    padding-top:150px;
}
@media only screen and (max-width:1190px), only screen and (max-device-width:1190px) {
    #conteudo {
    clear: both;
    padding-bottom: 140px;
    padding-top:234px;
}
}
@media only screen and (max-width:585px), only screen and (max-device-width:585px) {
    #conteudo {padding-bottom: 245px;}}

.titulonome,.titulonome-margem {
    float: left;
    text-align: left;
    width: 50%;
    color:#2a2a2a;
}
.titulolinkc {
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 2px;
    color:#474745;
    padding-bottom:30px;
}
.titulolink,.titulolink-margem  {
    float: right;
    text-align: right;
    width: 50%;
    padding-top: 2px;
    color:#474745;
}
    @media only screen and (max-width:915px), only screen and (max-device-width:915px) {
        .titulonome-margem,.titulolink-margem {
            float: none;
            width: 96%;
            padding-left: 2%;
            padding-right: 2%;
            text-align: center;
            padding-top: 5px;
        }
        .titulonome-margem img {
            width: 100%;
        }
    }
    @media only screen and (max-width:650px), only screen and (max-device-width:650px) {
        .titulonome, .titulolink {
            float: none;
            width: 96%;
            padding-left: 2%;
            padding-right: 2%;
            text-align: center;
            padding-top: 5px;
        }
    }
    @media only screen and (max-width:450px), only screen and (max-device-width:450px) {
            .titulonome img {width: 100%;}
    }
.Subtitulonome img{max-width: 100%}

.margem-pb {padding-bottom: 25px;}

/*.textoC, .textoC p, .textoC span, .textoC a {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 17px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0.5px;
}
    .textoC img, .textoC iframe {
        max-width: 100%;
    }
    .textoC table, .textoC td, .textoC td, .textoC th {
        font-family: Arial, Helvetica, sans-serif;
        border: 2px solid #2a2a2a;
        margin-right: auto;
        margin-left: auto;
        border-collapse: collapse;
    }*/

.texto, .texto p, .texto span, .texto a {
    font-family: Arial, Helvetica, sans-serif;
    color: #2a2a2a;
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.5px;
}
    .texto img, .texto iframe {
        max-width: 100%;
        border-radius: 8px;
    }
    .texto table, .texto td, .texto td, .texto th {
        font-family: Arial, Helvetica, sans-serif;
        border: 8px solid #ffffff;
        /*margin-right: auto;
        margin-left: auto;*/
        border-collapse: collapse;
        text-align: left;
    }

.texto .button2{height:26;color:#ffffff; background:#000000; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:normal;}
.texto .button2:hover{text-decoration:none; background:#2a2a2a; color:#ffffff;font-size: 12px;font-weight:normal;}
.texto .button2 a{height:26;color:#ffffff; background:#000000; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:normal;}
.texto .button2 a:hover{text-decoration:none; background:#2a2a2a; color:#ffffff;font-size: 12px;font-weight:normal;}

/*
@media only screen and (max-width:650px), only screen and (max-device-width:650px) {
    .texto table, .texto td, .texto td, .texto th {border: 2px solid #000000;margin-right: auto; margin-left: auto;border-collapse: collapse;}
}
*/

.texto-float {
    float:left; padding-right:10px;
}
.texto-float img{
    max-width:100%;
}

.texto1, .texto1 p, .texto1 span, .texto1 a { /*texto datas eventos*/
    font-family:Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
}
    .texto1 img, .texto1 iframe {
        max-width: 100%;
        /*border-radius: 8px;*/
    }
    .texto1 table, .texto1 td, .texto1 td, .texto1 th {
        font-family: Arial, Helvetica, sans-serif;
        border: 2px solid #2a2a2a;
        margin-right: auto;
        margin-left: auto;
        border-collapse: collapse;
    }

.texto2 {
    font-size: 12px;
    color: #00a53d;
    font-weight:bold;
}
.texto2_1 {
    font-size: 12px;
    color: #2a2a2a;
}

@media only screen and (max-width:650px), only screen and (max-device-width:650px) {
    .texto-float, .texto {
        float: none;
        padding: 0px 0px 0px 0px;
    }
}

/****************/
#eventos {
    background-color:#f6f6f6;
    padding-bottom: 30px;
}
#projetos {
    padding-bottom: 30px;
}
#redessociais {
    background-color:#f6f6f6;
    padding-bottom: 30px;
}
#newsle {
    padding-bottom: 30px;
}
#parte1 {
    padding-bottom: 40px;
}
#parte2 {   
    background-color:#f6f6f6;
    padding-bottom: 35px;
}
#parte3 {
    padding-bottom: 40px;
}
#parte4 {   
    background-color:#f6f6f6;
    padding-bottom: 40px;
}
#parte5 {
    padding-bottom: 40px;
}
#parte6 {   
    background-color:#f6f6f6;
    padding-bottom: 40px;
}

.flex 
{
    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;
}

.center-margem {
    width: 80%;
    padding-top: 25px;
}
#grelha, #grelhaagenda {
    margin: 0 auto;
    width: 100%;
    text-align:center;
}
.grelha-items iframe, .grelha-items img, .grelha-items a img, .grelha-items2 img, 
.grelha-items3 img,.grelha-items3_1 img,
.grelha-items4 img,.grelha-items4_1 img, .grelha-items5 img, .grelha-items5 iframe, 
.grelha-items6 img, .grelha-items7 img, .google iframe {
    max-width: 100%; /* border-radius: 8px;*/
    /*border:1px solid #33465a;*/
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 60px 10px rgba(13, 36, 62, 0.1);
}
.grelha-items1 iframe, .grelha-items1 img,  .grelha-items1 a img, 
.grelha-items4_1 a img, 
.grelha-items6 a img, .grelha-items7 a img  {max-width: 96%; /* border-radius: 8px;*/}
    .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;
    }
    .grelha-items1 { /*index - diversao - video*/
        margin: 0px 1% 2% 1%;
        width: 30%;
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .grelha-items2 { 
        margin: 0px 1% 0px 1%;
        width: 14.6667%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: left; 
    }
    .grelha-items-border {
        border-radius: 8px;
        background-color: #ffffff;
       /* box-shadow: 0px 0px 60px 10px #ffffff;*/
    } 
    
    .grelha-items3 { /*4 col*/
        margin: 0px 1% 0px 1%;
        width: 22%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: left; 
    } 
    .grelha-items3_1 {
        margin: 0px 1% 0px 1%;
        width: 22%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center; 
    } 
    
    .grelha-items4 { /*5 colunas*/
        margin: 0px 1% 0px 1%;
        width: 17.2%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center; 
    }
    .grelha-items4 a img{ /*5 colunas*/
    }
    
    .grelha-items4 a img:hover{ /*5 colunas*/
            opacity: 0.8;
            filter: alpha(opacity=80); /* For IE8 and earlier */
            background: #000000;
    }
    
    .grelha-items4_1{ /*5 colunas*/
        margin: 0px 1% 0px 1%;
        width: 17.2%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center; 
    }
    .grelha-items5 { /*2colunas*/
        margin: 0px 1% 2% 1%;
        width: 48%;
        display: inline-block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    
    .grelha-items6 { /*6 colunas*/
        margin: 0px 1% 0px 1%;
        width: 14%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center; 
    }
    
    .grelha-items7 { /*7 colunas*/
        margin: 0px 1% 0px 1%;
        width: 11.71%;/*14*/
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center; 
    }

    @media only screen and (max-width:955px), only screen and (max-device-width:955px) {
        .grelha-items2 {
            margin: 0px 1% 0px 1%;
            width: 23%;
            display: inline-block;
            vertical-align: top;
            padding-bottom: 10px;
            text-align: left; 
        }
        .grelha-items3_1 {
            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;
    }

    .grelha-items1 {
        margin: 0px 1% 2% 1%;
        width: 46%;
        display: inline-block;
    }

    .grelha-items3_1 {
        margin: 0px 1% 2% 1%;
        width: 31.333%;
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    
    .grelha-items4_1{ /*5 colunas*/
        margin: 0px 1% 0px 1%;
        width: 46%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center; 
    }
    .grelha-items7 { /*7 colunas*/
        margin: 0px 1% 0px 1%;
        width: 22%; /*14*/
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        text-align: center;
    }
}
    @media only screen and (max-width:555px), only screen and (max-device-width:555px) {
        .grelha-items2 {
            margin: 0px 1% 0px 1%;
            width: 31.3333%;
            display: inline-block;
            vertical-align: top;
            padding-bottom: 10px;
            text-align: left; 
        }

        

        .grelha-items7 { /*7 colunas*/
            margin: 0px 1% 0px 1%;
            width: 30%; /*14*/
            display: inline-block;
            vertical-align: top;
            padding-bottom: 10px;
            text-align: center;
        }
        
    }
    @media only screen and (max-width:450px), only screen and (max-device-width:450px){
        .grelha-items {width:98%; margin-top:2px;text-align:center;}
        .grelha-items1 {width: 98%; margin-top: 2px; text-align: center;}
        .grelha-items3 {width:98%; margin-top:2px;text-align:center;}
        .grelha-items3_1 {width:98%; margin-top:2px;text-align:center;}
        .grelha-items4 {width:98%; margin-top:2px;text-align:center;}
    }   
    @media only screen and (max-width:350px), only screen and (max-device-width:350px) {
        .grelha-items2 {
            margin: 0px 1% 0px 1%;
            width: 48%;
            display: inline-block;
        }
    }
/****************/
#agenda {
  /*  background: url('../images/agenda.jpg'); *//* no-repeat center / cover;*/
    padding-bottom: 25px;
}
.agendaimg {
    float: left;
    text-align: left;
    width: 40%;
    background: url('../images/Img_Agenda.png') no-repeat left / contain;
    min-height: 420px;
}
#agendagrid {
    float: left;
    text-align: left;
    width: 30%;
}
#agendadrop {display:none;}
.agendaplugin {
    float: right;
    text-align: center;
    width: 70%;    
    border-radius: 8px;
    background-color: #ffffff;
    padding:5px 0px 5px 0px;
    
}
.agendaplugin a{
   font-family: 'Open Sans Condensed', sans-serif; 
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-size: 13px;    
}
@media only screen and (max-width:550px), only screen and (max-device-width:550px) {
    #agendagrid {display:none;}
    #agendadrop {display:inherit; width:96%; padding-left: 2%; padding-right: 2%;padding-bottom:15px;}
    .agendaimg, .agendaplugin {
        float: none;
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
        background-position: center;
    }
}
.listagem, .listagem a {
   font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    /*letter-spacing: 2.4px;*/
    color: #2a2a2a;
}
.listagemSelect, .listagemSelect a, .listagemSelect a:hover {
   font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    /*letter-spacing: 2.0px;*/
    color: #00a53d;
    background-color: #f6f6f6;
    height: 47px;
}
.alterada 
{
    background-color: #2a2a2a;
    text-align:center;
    border-radius: 6px;
    vertical-align:middle;
    padding-bottom:0px;
    line-height:1.5;
}

/*APP E LOJA*/
/*
#app {
    background: url('../images/relva.jpg'); 
    padding-bottom: 25px;
}

#loja {
    background: url('../images/loja.jpg'); 
    padding-bottom: 25px;
}
.app-1, .loja-1 {
    float: left;
    text-align: left;
    width: 50%;
}  
.loja-2 {
    float: right;
    text-align: left;
    width: 50%;
    background: url('../images/Img_Loja.png') no-repeat center / contain;
    min-height: 420px;
}
.app-2 {
    float: right;
    text-align: left;
    width: 50%;  
    background: url('../images/Img_App.png') no-repeat center / contain;
    min-height: 395px;    
}
*/
.titulotexto {
    float: none;
    text-align: left;       
}
.textoIndex {
    font-family: 'Open Sans Condensed', sans-serif; 
    color: #2a2a2a;
    font-size:16px;
}
.titulolinkloja {
    text-align: right;
    padding-top: 40px;
}
    @media only screen and (max-width:1100px), only screen and (max-device-width:1100px) {
        .titulotexto img {
            width: 100%;
        }
        .app-2 {
            background: url('../images/Img_App.png') no-repeat center;
            background-size: 100%;
        }
        .loja-2 {
            background: url('../images/Img_Loja.png') no-repeat center;
            background-size: 100%;
        }
    }
    @media only screen and (max-width:550px), only screen and (max-device-width:550px) {
        .app-1, .loja-1, .app-2, .loja-2 {
            float: none;
            width: 96%;
            padding-left: 2%;
            padding-right: 2%;
            text-align: center;
        }
    }
/*DIVERSOS*/
/*img, */
picture, video, embed, figure {
    max-width: 100%;
}
/*define a largura máxima em até 100%*/
.imagem {
    max-width: 100%;
}

a {    
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #2a2a2a;
}

    a:hover {
        color: #000000;/*#00a53d;*/
        text-decoration: none;
    }
    a.active {color: #000000;/*#00a53d;*/}
h1 {
    display: block;
    height: 0px;
    text-indent: -9999px;
}

h2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.250em;/*18px;*/
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #a9c139;
    text-align: center;
    /*
	font-weight: 300;
	letter-spacing:0.5px;
	font-style:normal;
	font-size: 2.250em;
	font-family: 'Open Sans Condensed', sans-serif; 
	padding:2% 0px 2% 0px;color:#a9c139;
	margin-bottom:30px;
    */
}

h2.tituloprincipal {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 20px;/*font-size: 15px;*/
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color:#000000;
    text-align:center;
}
h2.tituloprincipal1 {
    padding: 20px 0 5px 0;
    margin: 0 0 0 0;
    font-family: 'Open Sans Condensed', sans-serif; 	
    font-size: 2.250em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color:#000000;
    text-align:center;
}
h2.tituloprincipal2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color:#b61622;
    text-align:center;
}
h2.tituloprincipal3 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 23px;/*font-size: 15px;*/
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color:#000000;
    text-align:center;
}
h2.tituloprincipal4 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 23px;/*font-size: 15px;*/
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color:#2a2a2a;
    text-align:center;
}

 /*titulo noticias homepage*/
    h2.tituloprincipal_1 {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px; /*font-size: 15px;*/
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        color: #000000;
        text-align: left;
    } 
    h2.tituloprincipal_1:hover {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 18px; /*font-size: 15px;*/
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        color: #000000;
        text-align: left;
        text-decoration:underline;
    }

.data{
    Font-family:Arial, Helvetica, sans-serif; 
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    font-size: 11px;    
}

h3 {
    padding-top: 15px;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 20px; /*22px*/
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #edf0f6;
}

@media only screen and (max-width:810px), only screen and (max-device-width:810px) {
    h3 {
        font-size: 18px;
    }
}
/***********************************CONTACTOS***************************************/

.localizacao {
    padding-top: 30px;
}
#info {
    margin: 0 auto;
    text-align: left;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom:15px;
}
.infotext {
    Font-family:Arial, Helvetica, sans-serif; 
    font-size: 9px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
}
.infotext1 {
    Font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a2a2a;
}
.textocontactos {
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #0c1b2e;
    text-transform: uppercase;
}
.textocontactosdet {
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #718098;
}

#contactos {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
   /* font-weight: bold;/* 300;*/
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #2a2a2a;
    border-radius: 8px;
    background-color: #ffffff;
    padding:10px 10px 10px 10px;
}

#contactostexto {
    float: left;
    width: 48%;
    margin: 0px 1% 0px 1%;

       /* border-radius: 8px;
            background-color: #ffffff;
            box-shadow: 0px 0px 60px 10px #ffffff;/*0 0 60px 10px rgba(13, 36, 62, 0.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 {
    margin: 0px;
    padding: 0px;
}*/
.form input{
    width: 98%;
    height: 30px;
    padding: 0px 0px 0px 2%;
    Font-family:Arial, Helvetica, 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] {
    padding: 0px 0px 0px 0px;
    Font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #ffffff;
    width: 134.5px;
    height: 45.9px;
    border-radius: 8px;
    background-color: #2a2a2a;/*#00b3e1;*/
    padding: 0px 0px 0px 2%;
    border-radius: 5px;
    border: solid 1px #2a2a2a;
}
.form input[type=checkbox] {
   /* width: 98%;
    height: 30px;*/
    padding: 0px 0px 0px 2%;
    Font-family:Arial, Helvetica, 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;
    width:16px;
}
.form checkbox {
   /* width: 98%;
    height: 30px;*/
    padding: 0px 0px 0px 2%;
    Font-family:Arial, Helvetica, 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 textarea {
    width: 98%;
    height: 170px;
    padding: 4px 0px 0px 2%;
    Font-family:Arial, Helvetica, 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:Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #F8F8F8;
}


.form1 input {
    width: 98%;
    height: 30px;
    padding: 0px 0px 0px 2%;
    
    font-family: 'Open Sans Condensed', sans-serif; 
    color: #2a2a2a;
    font-size:16px;
    /*
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6e7d96;*/
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    border-radius: 5px;
    /*background-color: #edf0f6;*/
    background-color: #ffffff;/*var(--pale-grey);*/
    border: solid 1px #dedede;
}
.form1 input[type=submit] {
    padding: 0px 0px 0px 0px;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #ffffff;
    width: 60.5px;
    height: 35px;
    border-radius: 6px;
    background-color: #2a2a2a;/*#00b3e1;*/
}
/*************************** FOOTER - Rodape com 2 colunas ******************************/
footer {    
    font-family: 'Open Sans Condensed', sans-serif; 
    clear: both;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;
    color: #ffffff;
}

.centerFooter {
    margin: 0 auto; 
    padding-top: 10px;
    padding-left: 17%; 
    padding-right: 17%;   
}
@media only screen and (max-width:800px), only screen and (max-device-width:800px) {
    .centerFooter {
        margin: 0 auto;
        text-align: center;
        width: 98%;
    padding-top: 5px;
        padding-left: 1%;
        padding-right: 1%;
    }
}
#rodapefundo {
    clear: both;
    margin: 0 auto;
    width: 100%;
    background-color: #ee2429;/*99c00d;*/
    text-align: center;
    padding: 10px 0px 0px 0px;
    bottom: 0;
    padding-bottom:5px;
}
#rodape1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    width: 40%;
    float:left;
}
    #rodape1 a {
        color: #ffffff;
        line-height:20px;
    }
    #rodape1 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
#rodape2 {
    float:right;
    width:60%;
}
    #logofundo {
        text-align: center;
        width: 30%;
        float:left;
    }
    #rede {
        text-align: right;
        width: 70%;
        float:right;
    }
        .rodapetexto {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #ffffff;
            text-align: left;
        }
            .rodapetexto a {
                color: #ffffff;
                text-decoration: underline;
            }
@media only screen and (max-width:800px), only screen and (max-device-width:800px) {
    #logofundo {
        float:none;
        text-align: left;
    }
    #rede {
        float:none;
        text-align: left;
    }
}

@media only screen and (max-width:540px), only screen and (max-device-width:540px) {
    #rodapefundo {
        float: none;
        text-align: center;
    }

    .rodapetexto {
        text-align: center;
        width: 100%;
        padding-top: 5px;
    }
        #logofundo a img {
            width: initial;
        }
    #rodape1 {
        float: none;
        text-align: center;
        width: 100%;
    }
    #rodape2 {
        float: none;
        text-align: center;
        width: 100%;
    }
        #logofundo {
            text-align: center;
            width: 100%;
        }
        #rede {
            text-align: center;
            width: 100%;
        }
}

/**********************/
#paginas{clear:both;margin: 0 auto; width: 100%; text-align: left;}
.pagina{float:left; text-align: left; height:40px;}

.button1{height:26;color:#ffffff; background:#2a2a2a; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:normal;}
.button1:hover{text-decoration:none; background:#000000; color:#ffffff;font-size: 12px;font-weight:normal;}

.button1 a{height:26;color:#ffffff; background:#2a2a2a; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:normal;}
.button1 a:hover{text-decoration:none; background:#000000; color:#ffffff;font-size: 12px;font-weight:normal;}

.button11 {height:26;color:#000000; background:#F2F2F2; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:normal;}


.button2{height:26;color:#ffffff; background:#000000; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:normal;}
.button2:hover{text-decoration:none; background:#2a2a2a; color:#ffffff;font-size: 12px;font-weight:normal;}
.button2 a{height:26;color:#ffffff; background:#000000; padding:5px 11px 5px 11px; text-decoration:none; font-size: 12px;font-weight:normal;}
.button2 a:hover{text-decoration:none; background:#2a2a2a; color:#ffffff;font-size: 12px;font-weight:normal;}


.erro {
    color: red;
    font-size: 11px;
    line-height: 1.5em;
}