/* General */
*, a, h1, h2, h3, h4, h5, h6, p, span, img, div, small, adress, form, input, textarea, strong, body, footer, header, button, label, ul, il, table, ol, fieldset, select, nav {
    font-family: 'Roboto' !important;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
li {font-style: normal; text-decoration: none; }

body {text-align: center; width: 100%; margin: 0 auto;}

p {line-break: auto;line-height: 22px; color: #89858B;}

strong {font-weight: bold;}

a {
    color: #47af4c !important;
    font-style: italic;
    /*-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}*/
}
a:hover {
    color: #a2d6a5 !important; 
    /*-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;*/
}

/* Menu */
ul li a, ul li a:hover,  ul li a:link {font-style: normal;}
.menu-item {
    color: #47af4c;
}
.menu-item a, .menu-item a:link  {
    display: block;
    padding: 10px 0px;
    width: 100%;
    height: auto;
    color: #47af4c;
}
.menu-item a:hover {
    background: none;
    color: #25C9FF;
}
a.linkMenu {
    font-size: 14px;
    font-weight: normal;
}
/* Titulos */
h1, h2, h3, h4, h5, h6 {
    width: 100% !important;
    display: inline-block !important;
    font-family: 'Roboto' !important;
    font-weight: lighter !important;
    color: #47af4c !important;	
}
h1 {
    font-size: 24px !important;
}
h2 {
    font-size: 22px !important;
}
h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 18px !important;
}
h5 {
    font-size: 16px !important;
}
h6 {
    font-size: 14px !important;
}
/* Imagem Principal */
img.site-image-main {
    margin: 0 auto;
    margin-top: 50px;
}
.TopHotsite {
    width: 100%;
    height: 367px;
}
.TopHotsiteCampanha {
    text-align: center;
    background-position-x: right;
    background-position-y: 50px;
    height: 382px;
    background-color: #fff; 
    background-repeat: repeat-x;
}
/* Barra do menu superior */
.barrMenu1 {
    margin-top: 14px;
    height: 1px;
    background-color: #fff;
}
.GroupMainHotsite {
    margin-top: 40px;
}
.GroupMainHotsite .menu-item {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dotted #EAEEF1;
    padding: 7px 7px;
}
.listLinkMenu1 {
    width: 100%;
    border-bottom: 1px solid #47af4c;
    height: 32px; /* 40px; */
    margin: 0 auto;
    text-align: center;
    padding-top: 13px; /* 21px; */
}
/* ConteÃºdo Central*/
.ConteudoCentral {
    margin: 0 auto;
    text-align: center;
    padding-left: 3%;
    width: auto;
    width: 100%;
    margin-top: 75px;
    display: inline-block;
}

/* Formulario de inscricao */
fieldset {
    float: left;
    width: 540px;
}
.clearfix {
    float: left;
    clear: both;
    width: 100%;
}
ul.clearfix, ul.clearfix li {
    width: 90%;
}
li label {
    padding-left: 6px;
}
input#button {
    display: none;
}
input, textarea {
    border: 1px solid #BCBEC0 !important;	
    font-size: 15px !important;
    color: #89858B !important;
    border-radius: 6px;
    box-shadow: none !important;
    transition: all 0,3s linear;
}
input:hover, input:focus, textarea:hover, textarea:focus {
    border: 1px solid #EAEEF1;
    box-shadow: none !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
textarea {
    width: 533px;
}
/*button*/
input#bt_enviar {
    clear: both;
    margin: 20px auto;
    padding: 12px 25px;
    font-size: 16px !important;
    font-weight: lighter !important;
    border: 0px !important;
    background-color: #47af4c;
    color: #FFFFFF !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input#bt_enviar:hover  {
    background-color: #a2d6a5 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input#bt_enviar:link  {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
/* FormulÃ¡rio com table */
.formGrade {
    width: 523px;
    float: left;
}
table {
    width: 100%;
    float: left;
}
tr {
    width: 100%;
    float: left;
    padding-bottom: 25px;
}

td {
    float: left;
    font-size: 13px;
    clear: both;
}

select {
    font-size: 14px;
    font-weight: lighter;
    height: 28px;
    box-shadow: none;
    border: 1px solid #AFAFAF;
    border-radius: 6px;
}
.blocConteudo1 li {
    float: left;
    font-size: 13px !important;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #89858B;
}
.blocConteudo1 p {
    text-align: justify;
}
/**************** PROGRAMAÇÂO TABELA COM FOTO *****************/
.block {
    border: 1px solid #89858b;
    width: 100%;
  float: left;
}
.block-left {
    border-right: 1px solid #89858b;
    width: 24%;
    display: inline-block;
    
}
.block-right {
    float: right;
    width: 75%;
    
}
.block-left p {
    text-align: center;
    margin-right: 1px;
}
img.img-block {
    width: 100px;
}
.block-left p {
   text-align: center;
   margin-right: 1px;
   margin: 0 auto;
   float: none;
}
/************************************************************************************/