html,
html a,
html .btn {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body {
  height: 100%;
}

body {
  color: #333;
}

.container {
  max-width: 1020px !important;
  min-width:320px !important;
}

.landing-alert {
  background-color: #000;
  color: #fff;
  line-height: 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}
.landing-alert a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.placeholder {
  color: #999;
  opacity: 1;
}

.seo-hide, .control-label-icon, .form-sticker {
  overflow: hidden;
}
.seo-hide:before, .control-label-icon:before, .form-sticker:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.text-center {
  text-align: center;
}

.text-small {
  font-size: 80%;
}

.navbar {
  background-color: #fff;
}

.navbar-brand {
  padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a {
  color: #97b90b;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #789408;
}

.form, .form-result, .form-message {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  margin-top: 30px;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 1000;
}
.form .btn-primary, .form-result .btn-primary, .form-message .btn-primary {
  margin-top: 20px;
}

.form-legend {
  border: 0;
  font-size: 34px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}

.form-result {
  display: none;
}
.form-result .form__legend {
  font-weight: bold;
}
.form-result .form__message {
  text-align: center;
}

.form-group {
  margin-bottom: 0;
  position: relative;
}
.form-group input, .form-group select {
  font-size: 12px;
  box-shadow: none;
}

.form-control {
  font-weight: bold;
  margin-bottom: 6px;
}

.help-block {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 6px;
  text-align: center;
}

.control-label-icon {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs") no-repeat 0 0;
  z-index: 1001;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
}

.input-feedback, .input-feedback-loader {
  background-position: 0 -192px;
  background: transparent url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs") no-repeat right top;
  z-index: 1002;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34px;
  width: 34px;
}

.input-feedback-loader {
  background: url("loader.gif") no-repeat center center;
}

body {
  background: #f3f2f0 url("bg.jpg") no-repeat center top;
  padding-top: 30px;
}


.header {
  background-color: #fff;
  border-top: 1px solid #efeeec;
  padding: 30px 0;
}
.header a {
  outline: none;
}

.header-message {
  color: #525252;
  text-align: right;
  font-size: 22px;
  margin: 10px 0 0;
}
.header-message strong {
  color: #97b90b;
}

.section-a, .section-b, .section-b-unsub {
  background: #d9e1ec url("data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs") no-repeat left 0;
  min-height: 520px;
}

.section-a {
  background-image: url("section-a.jpg");
}

.section-b {
  background-image: url("section-b.jpg");
}

.section-b-unsub {
  background-image: url("section-b-unsub.jpg");
}

.form, .form-result, .form-message {
  border: 1px solid #9bcfcb;
  margin-top: 106px;
  padding-top: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.form .checkbox, .form-result .checkbox, .form-message .checkbox {
  font-size: 11px;
}
.form .checkbox a, .form-result .checkbox a, .form-message .checkbox a {
  color: #525252;
  text-decoration: underline;
}

.form-sticker {
  background: transparent url("sticker.png") no-repeat center 0;
  height: 152px;
  width: 250px;
  position: absolute;
  top: -90px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  margin-left:auto;
  margin-right:auto;
}

.form-legend {
  color: #97b90b;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}

.form-message {
  display: none;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}
.form-message .form-legend {
  color: #525252;
  font-size: 24px;
  line-height: 28px;
}
.form-message strong {
  color: #97b90b;
}

.form-again,
.form-success,
.form-failure {
  display: none;
}

input[name="email"] {
  background: url("icon-email.png") no-repeat 10px center;
  padding-left: 35px;
  border-width: 2px;
}
input[name="email"]:focus {
  border-color: #97b90b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
}

input[name="name"] {
  background: url("icon-name.png") no-repeat 10px center;
  padding-left: 35px;
  border-width: 2px;
}

input[name="name"]:focus {
  border-color: #97b90b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(151, 185, 11, 0.6);
}

.btn-primary {
  margin-top: 0 !important;
  background-color: #e0002f;
  background-color: #e0002f;
  background-image: -webkit-linear-gradient(#e0002f, #b30025);
  background-image: linear-gradient(#e0002f, #b30025);
  border: 0;
  color: #fff;
  font-weight: bold;
}
.btn-primary:hover {
  background: #b30025;
}
.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background: #e63358 !important;
}
.btn-primary:focus {
  background: #9c0020;
  overflow: hidden;
}

.checkbox label, .radio-inline label {
  cursor: pointer !important;
}
.checkbox input, .radio-inline input {
  margin-top: 3px;
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ed5f5e;
}
.has-error .form-control a,
.has-error .form-control:focus a {
  color: #ed5f5e;
}

.footer-copyright {
  background-color: #a1c023;
  color: #525252;
  font-size: 12px;
  line-height: 40px;
  padding-top: 2px;
  text-align: center;
}
.footer-copyright a {
  color: #525252;
  font-weight: bold;
}

.footer-info {
  color: #858585;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 30px;
  text-align: center;
}


/*###BLOCO PUBLICIDADE###*/
#PubSubscribe {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.LoginRegister-PubSubscribe {
    float: left;
    text-align: left;
    font-size: 10px;
    margin-bottom: 5px;
}



#PubSubscribeCHK {
    float: left;
}

    #PubSubscribeCHK input[type="checkbox" i] {
        margin: 3px 3px 3px 4px;
        margin-left: 1px !important;
    }

    #PubSubscribeCHK input[type="checkbox" i] {
        -webkit-appearance: checkbox;
        box-sizing: border-box;
    }

    #PubSubscribeCHK input[type=checkbox].css-checkbox {
        display: none;
    }

    #PubSubscribeCHK .tblComprar input, textarea, select {
        font-family: 'Open Sans', sans-serif;
        padding: 5px;
        border: solid 1px #C9C9C9;
        outline: 0;
        background: #fff;
        border-radius: 5px;
        cursor: pointer;
    }

    #PubSubscribeCHK input[type=checkbox].css-checkbox + label.css-checklabel {
        padding-left: 21px;
        height: 16px;
        display: inline-block;
        line-height: 16px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 16px;
        vertical-align: middle;
        cursor: pointer;
    }

    #PubSubscribeCHK label.css-checklabel {
        background-image: url(/img/GUI_descontos/box.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

#PubSubscribeInfo {
    margin-left: 5px;
    width: 96%;
}


#container {
    position: relative;
    width: 98%;
    height: 34px;
    overflow-y: scroll;
    overflow-x: hidden;
}


label[for="CHKPubSubscribe"] {
    position: relative;
    top: -18px;
    left: 25px;
}

/* Styles specific to this particular page */

#PubSubscribeInfo p {
    margin-top: -17px;
    text-indent: 30px;
}

    #PubSubscribeInfo p:last-of-type {
        margin-top: 0;
        text-indent: 0px;
    }

#PubSubscribeInfo > ul {
    margin: 0;
    padding: 0;
    list-style-type: circle !important;
}

    #PubSubscribeInfo > ul > li {
        list-style-type: circle;
        list-style-position: inside;
    }

.CHKPubInteresses > label {
    margin-left: 5px;
}

div.ok-container {
    margin: 5px;
    padding: 5px;
    color: #6DA009;
    border: 1px solid #6DA009;
    background: #ffffea url(/images/iconOK.png) no-repeat 12px 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 15px
}

.oklist {
    margin-top: 8px;
}

/*###BLOCO PUBLICIDADE###*/


.Privacidade-Entidades {
}


ul.Privacidade-Entidades {
    list-style: none;
    margin-left: 15px;
}

.Privacidade-Entidades li {
    position: relative;
}

    .Privacidade-Entidades li:before {
        position: absolute;
        top: -9px;
        margin: 8px 0 0 -12px;
        vertical-align: middle;
        display: inline-block;
        content: "-";
    }

