  .price-box {
    color: #fff;
  }

  .hero-slider-section-one:after, .hero-slider-section-two:after{
    /*background: none;*/
  }

  #conta {
    padding-bottom: 50px;
  }

  .hero-content h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .hero-content h3 {
    font-size: 30px;
  }


  h2, small, .dados strong{
    color: #808080;
  }
  .select2-container .select2-selection--single{
    height: 35px;
  }

  p.text-p{
    font-size: 12px;
    padding: 0px 0 15px;
  }

  p.text-m{
    font-size: 16px;
    padding: 0px 0 15px;
  }

  .alert-success {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #fff;
  }

  .alert-success .msg {
    font-size: 15px;
  }

  .alert-success .msg a{
    text-decoration: underline;
    font-size: 16px;
    color: #fff;
    font-weight: 800;    
  }

  .alert-info {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
  }

  .hero-slider-wrap{
    padding-top: 30px;    
  }

  hr{
    border-top: dotted 1px #fff;
  }

  .price-box h2 {
    color: #fff;
  }


  .panel-info{
    margin-top: 20px;
    background-color: #fff;
    padding: 50px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    
  }

  .dados table {
    margin-top: 15px;
  }

  .tb-label{
    width: 200px;
    border-right: 1px dotted #808080;
    padding-right: 15px;
    text-align: right;
    border-top: 1px dotted #808080;
    line-height: 20px;
    font-weight: bold;
    color: #808080;
  }

  .tb-value{
    border-top: 1px dotted #808080;
    text-align: left;
    padding-left: 5px;
    color: #808080;
  }

  .table-expanded{
    width: 100%;
    font-size: 12px;
  }

  .table-expanded > thead > tr > th{
    color: #808080 !important;
  }

  .table-expanded > tbody > tr > td, .table-expanded > tbody > tr > td:hover{
    /* background-color: #ecf0f1 !important; */
  }

  .table-expanded > tbody > tr > td{
    color: #808080 !important;
  }

  .panel-info h2{
    font-size: 30px;
    color: #808080;
  }

  .panel-info .label {
    color: #808080;
    font-size: 100%;    
    padding-left: 0!important;
    margin-bottom: 0;
  }


  .panel-info p {
    color: #808080 !important;
    padding: 0px 0;
    font-size: 14px;
  }

  .dados-cartao .panel-info input, .dados-cartao .panel-info select {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px
    border-color: rgba(41, 93, 142, 1);
  }

  .panel-info input,  .panel-info select, .panel-info textarea {
    border-color: rgba(41, 93, 142, 1);
    border-radius: 2px;
    margin-top: 5px;
  }

  .select2-container {
    margin: 5px 0 0 0;    
  }
  .select2-container--default .select2-selection--single{
    border: 1px solid rgba(41, 93, 142, 1);
    height: 38px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
  }

  .dados-carta .panel-info select{
    text-align-last:center;
  }

  .i-checks label{
    font-size: 16px;
  }

  .pricing-single .pricing-single-content .main-price{
    font-size: 30px;
  }

  .select2-container--default .select2-selection--single{
    border-radius: 2px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 5px;
    top: 4px;
  }

  footer {
    margin-top: 100px;  
  }