@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: 'Lato', sans-serif;*/
}
.erro{
    color:tomato;
    font-style: italic;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

/*NEWSLETTER*/
.pluginNews{
    width: 500px;
    height: 200px;
    position: fixed;
    bottom: 60px;
    right: 0;
}
.pluginNews *{
    font-family: 'Lato', sans-serif;
}
.pluginNews form{
    width: 100%;
    overflow: hidden;
}
.pluginNews h2{
    padding-left: 45px;
    font-size: 18px;
    color: #00205a!important;
    /*    color: #fff!important;
        position: relative;
        top: 30px;*/
}
.pluginNews form *{
    font-family: 'Lato', sans-serif!important;
    color: #fff;
    font-size: 14px;
}
.pluginNews form input[type="email"]{
    width: 240px;
    height: 110px;
    float: left;
    background: #00205a url(bg_mail_newsletter.png) no-repeat left 15px center;
    border: 0;
    outline: 0;
    padding-left: 55px;
    border-radius: 55px 0 0 55px;
}
.pluginNews form input[type="button"]{
    width: 110px;
    height: 110px;
    float: right;
    background: #00112f;
    border: 0;
    outline: 0;
}
.pluginNews form a{
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    text-decoration: none;
    float: right;
    background: #00112f;
    border: 0;
    outline: 0;
}
.pluginNews form ::-webkit-input-placeholder{
    color: #fff;
}
.pluginNews form :-moz-placeholder{
    color: #fff;
}
.pluginNews form ::-moz-placeholder{
    color: #fff;
}
.pluginNews form :-ms-input-placeholder{
    color: #fff;
}
.pluginNews .close{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #00205a;
    padding: 2px;
    text-decoration: none;
    display: block;
}
#frmCadNews *{
    font-family: 'Lato', sans-serif!important;
}
#frmCadNews input{
    height: 30px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 5px;
}
#frmCadNews select{
    height: 30px;
    /*width: 100%;*/
    /*display: block;*/
    margin-bottom: 10px;
    padding: 0px;
}
#frmCadNews input[type="checkbox"]{
	width:12px!important;
	height:12px!important;
    padding-right: 5px!important;
	display:inline-block!important;
}
#frmCadNews input[type="button"]{
    background: #00205a;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    border: 0;
    height: auto;
}
#frmCadNews p{
    color: #aaaaaa;
    font-size: 12px;
    text-align: justify;       
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
#frmCadNews #spanNews{
    display: block;
    margin-top: 10px;
}
#frmCadNews h2{
    color: #002559;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
#frmCadNews input[type='radio']{
    height: auto;
    width: auto;
    display: inline;
}
#frmCadNews label{
    margin: 0 5px 0 4px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}


/* RESPONSIVO */
@media screen and (max-width: 1023px){
    .pluginNews{
        display: none!important;
    }

}