/* 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 {float: left; line-break: auto;line-height: 22px; color: #89858B;}

strong {font-weight: bold;}

a {
    color: #72707c !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: #beb9c1 !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: #72707c;
}
.menu-item a, .menu-item a:link  {
    display: block;
    padding: 10px 0px;
    width: 100%;
    height: auto;
    color: #72707c;
}
.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: #72707c !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;
    height: 185px;
    margin-top: 140px;
}
.TopHotsite {
    width: 100%;
    height: 381px;
}
.TopHotsiteCampanha {
    text-align: center;
    background-position-x: left;
    background-position-y: 50px;
    height: 395px;
  background-image: url("images/background.png"); 
}
/* 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 #72707c;
    height: 32px; /* 40px; */
    margin: 0 auto;
    text-align: center;
    padding-top: 0px !important; /* 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: 0 auto;
    padding: 12px 25px;
    font-size: 16px !important;
    font-weight: lighter !important;
    border: 0px !important;
    background-color: #72707c;
    color: #FFFFFF !important;
    margin-top: 50px;
    margin-left: 205px;
    -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: #25C9FF !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;
}


/**
 * Light Box
 */

.mfp-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}
.mfp-wrap {
    height: 100%;
    left: 0;
    outline: 0 none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}
.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    top: 0;
    width: 100%;
}
.mfp-iframe-holder .mfp-content {
    max-width: 900px;
    width: 100%;
}
.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    z-index: 1045;
}
.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* ultima atualizaÃ§Ã£o para map */
.mfp-fade.mfp-bg{opacity:0.001;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}
.mfp-fade.mfp-bg.mfp-ready{opacity:0.8;}
.mfp-fade.mfp-bg.mfp-removing{opacity:0;}
.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0;}
.mfp-fade.mfp-bg.mfp-ready{opacity:0.8;}
.mfp-fade.mfp-bg{opacity:0.001;transition:all 0.15s ease-out 0s;}
.mfp-bg{background:none repeat scroll 0 0 #0b0b0b;opacity:0.8;}
.mfp-wrap{background-color:rgba(255,255,255, 0.5);}
.mfp-container:before{content:"";}
.mfp-container{text-align:center;}
mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;}
.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all 0.15s ease-out 0s;}
.mfp-iframe-holder .mfp-content{line-height:0;}
.mfp-content{text-align:left;}
.mfp-auto-cursor .mfp-content{cursor:auto;}
.mfp-iframe-scaler iframe{background:none repeat scroll 0 0 #000;box-shadow:0 0 8px rgba(0, 0, 0, 0.67) !important;}
.footer-link a{background:none !important;}