/* Contact Form Basic Styles
========================================================*/
#contact-form  {
  position: relative;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  #contact-form {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  #form-newsletter {
    width: 160%;
  }
}
@media (max-width: 1024px) {
  #tabloide {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #form-newsletter{
    width: 135%;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #tabloide{
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
   #form-newsletter {
    width: 200%;
  }
}
@media (max-width: 479px) {
  .bottom {
    position: relative;
    margin-top: 60px;
    margin-left: -242px;
  }
}
@media (max-width: 479px) {
   #tabloide {
    margin-top: 30px;
  }
}
#contact-form label {
  position: relative;
  background-color: transparent;
  letter-spacing: normal;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 17px 18px 0;
  width: 243px;
  float: left;
}
#contact-cartao label, #form-newsletter label{
  position: relative;
  background-color: transparent;
  letter-spacing: normal;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
#contact-form label.last-item {
  margin-right: 0;
}
#contact-cartao label.last-item{
  margin-right: 0;
} 
@media (min-width: 980px) and (max-width: 1199px) {
  #contact-form label, #contact-cartao label, #form-login label{
    width: 195px;
  }
}
@media (max-width: 979px) {
  #contact-form label, #contact-cartao label, #form-login label, #form-newsletter label {
    width: 100%;
    float: none;
  }
}

#contact-form label.message {
  float: none;
  margin-left: 0;
  width: 503px;
}
#contact-cartao label.message {
  float: none;
  margin-left: 0;
  width: 503px;
}
@media (max-width: 979px){
  #contact-form label.message,  #contact-cartao label.message{
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #contact-form label.message, #contact-cartao label.message {
    width: 407px;
  }
}
#contact-form fieldset, #contact-cartao fieldset, #form-login fieldset, #form-newsletter fieldset {
  border: none;
}

/* Contact Form Input
========================================================*/
#contact-form input[type='text'] {
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  outline: none;
  height: 34px;
  border: 1px solid #9b9999;
  font-weight: 300;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
}
#form-login input[type='text']{
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  outline: none;
  height: 34px;
  border: 1px solid #9b9999;
  font-weight: 300;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  position: relative;
  margin-left: 140px;
}
#form-newsletter input[type='text']{
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  outline: none;
  height: 34px;
  border: 1px solid #9b9999;
  font-weight: 300;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  position: relative;
  margin-left: 0px;
  margin-top: 20px;
}
#form-login input[type='password']{
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  outline: none;
  height: 34px;
  border: 1px solid #9b9999;
  font-weight: 300;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  position: relative;
  margin-left: 140px;
}
#contact-cartao input[type='text'] {
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  outline: none;
  height: 34px;
  border: 1px solid #9b9999;
  font-weight: 300;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
}
#contact-cartao .input, #form-login .input, #form-newsletter .input{
  margin-top: 7px;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
}
#contact-cartao ._placeholder, #form-login ._placeholder, #form-newsletter ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
}
#contact-form ._placeholder.focused, #form-login ._placeholder.focused, #form-newsletter ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden, #form-login ._placeholder.hidden, #form-newsletter ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Buttons
========================================================*/
/*#contact-form .btn-wrapper {
  margin-top: 49px;
}*/
#form-newsletter .btn-wrapper{
  position: relative;
  margin-top: -35px;
  margin-left: 304px;
}
.btn_position{
  position: relative;
  margin-left: 315px;
  margin-top: 8px;
}
#contact-form .btn-wrapper .btn {
  letter-spacing: normal;
  padding: 9px 46px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border: 0px;
}
#contact-cartao .btn-wrapper .btn {
  letter-spacing: normal;
  padding: 9px 46px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    border: 0px;
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  outline: none;
  border: 1px solid #9b9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 128px !important;
  -webkit-appearance: none;
  overflow: auto;
}
#contact-cartao textarea {
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 6px 17px 7px 14px;
  color: #9b9999;
  outline: none;
  border: 1px solid #9b9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 128px !important;
  -webkit-appearance: none;
  overflow: auto;
}

/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-cartao .empty-message,
#contact-cartao .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-cartao .invalid .error-message,
#contact-cartao .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 247, 247, 0.48) url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: .7;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#contact-cartao .contact-cartao-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 247, 247, 0.48) url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5%;
  opacity: 0;
}
#contact-cartao.processing .contact-cartao-loader {
  opacity: .7;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  color: #000;
  padding: 0;
  margin: 0;
  font: 700 34px/36px 'Comfortaa', sans-serif;
}
#contact-cartao .modal {
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#contact-cartao .modal h4 {
  color: #000;
  padding: 0;
  margin: 0;
  font: 700 34px/36px 'Comfortaa', sans-serif;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #534e47;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#contact-form small.error{
  margin: 10px 0px;
  padding:-4px;
  margin:10px 0px;
  font-size:19px;
  vertical-align:middle;
  color: #ffffff;
  background-color: #EB3135;
  display: block; 
}
#contact-cartao small.error{
  margin: 10px 0px;
  padding:-4px;
  margin:10px 0px;
  font-size:19px;
  vertical-align:middle;
  color: #ffffff;
  background-color: #EB3135;
  display: block; 
}
#contact-form small.error_cartao{
  position: relative;
  bottom: 5px;
  left: 0px;
  margin: 10px 0px;
  padding:-4px;
  margin:10px 0px;
  font-size:19px;
  vertical-align:middle;
  color: #ffffff;
  background-color: #EB3135;
  display: block; 
}
#contact-cartao small.error_cartao{
  position: relative;
  bottom: 5px;
  left: 0px;
  margin: 10px 0px;
  padding:-4px;
  margin:10px 0px;
  font-size:14px;
  vertical-align:middle;
  color: #ffffff;
  background-color: #EB3135;
  display: block; 
}
.name{
  
}
.email{
  
}
.documento{
  
}
  
#flashMessage, #authMessage{
  color: #ffffff;
  background-color: #EB3135;
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
#flashMessage .container{
  margin-top: 60px;
}
#flashMessage .container .alert{
  background-color: #EB3135;
  color: #fff;
  margin-bottom: 0;
}
#NossoCartaoNome{
  
}
#NossoCartaoEmail{

}
#NossoCartaoDataNascimento{
  
}
#NossoCartaoDocumento{
 
}
#NossoCartaoSexo{
  width: 270px;
}
#NossoCartaoEstadoCivil{
  width: 270px;
}
#NossoCartaoCep{
  
}
#NossoCartaoLogradouro{
  
}
#NossoCartaoNumero{
  
}
#NossoCartaoComplemento{
  
}
#NossoCartaoBairro{
   
}
#NossoCartaoCelular{
  
}
#NossoCartaoTelefone{
}
#sexo label{
  display: none;
}
#estado_civil label{
  display: none;
}
#data_vencimento label {
    display: none;
}
#data_vencimento .select select{
    width: 100%;
}
