h1 {
    font-size: 46px;
}
#depositions .depoimento {
    background-color: #F5FAFC;
    padding: 20px;
    margin-bottom: 10px;
}
#depositions .depoimento p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9em;
}
#depositions h2, #depositions>p, #depositions h3, #video-depositions p {
    text-align: center;
}
#video-depositions p {
    margin-bottom: 50px;
    line-height: 1.9em;
}
#video-depositions .btn {
    text-align: center;
    margin: auto;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #133143;
    border: 1px solid #133143;
}
.nav {
    font-size: 13px;
    font-weight: 700;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #133143;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    background-color: #F5FAFC;
    border-color: #133143;
    color: #286991;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #133143;
    }
}
.nav-tabs>li>a:hover {
    border-color: #133143 #133143 #133143;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #F5FAFC;
}
.panel-default .panel-heading, .panel-default .panel-title, .panel-default .panel-footer {
    color: #98978b;
}
.panel .panel-heading, .panel .panel-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}
.panel-default>.panel-heading {
    color: #3e3f3a;
    background-color: #133143;
    border-color: #133143;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #133143;
    font-size: 16px;
    padding: 30px;
}
.panel-default {
    border-color: #133143;
}
.btn-danger {
    -webkit-box-shadow: 7px 7px 0px 0px rgba(158, 50, 3, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(158, 50, 3, 1);
    box-shadow: 7px 7px 0px 0px rgba(158, 50, 3, 1);
    text-shadow: 1px 1px 0px rgba(158, 50, 3, 1);
}
.btn-info {
    -webkit-box-shadow: 7px 7px 0px 0px rgba(40, 105, 145, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(40, 105, 145, 1);
    box-shadow: 7px 7px 0px 0px rgba(40, 105, 145, 1);
    text-shadow: 1px 1px 0px rgba(40, 105, 145, 1);
    background-color: #4197CB;
}
.btn-success {
    -webkit-box-shadow: 7px 7px 0px 0px rgba(31, 119, 121, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(31, 119, 121, 1);
    box-shadow: 7px 7px 0px 0px rgba(31, 119, 121, 1);
    text-shadow: 1px 1px 0px rgba(31, 119, 121, 1);
}
.btn-lg {
    font-size: 20px;
    font-weight: 900;
    padding: 25px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

#lista-beneficios ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: 8%;
  margin-top: 20px;
}
#lista-beneficios ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 44%;
  font-size: 18px;
  margin-bottom: 30px;
  margin-right: 3%;
  text-align: justify;
}
#lista-beneficios ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 5rem;
  margin-right: 1.5rem;
  line-height: 1;
  color: #2EADB1;
  letter-spacing: -4px;
}
.checkout-promocao {
    border: 4px dotted #133143;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.checkout-promocao h2 {
    margin-top: 0px;
}
#text-clock {
    font-size: 50px;
    letter-spacing: -5px;
    background-color: #FB6120;
    color: #fff;
    display: inline;
    padding: 0px 30px;
    border-radius: 5px;
    font-weight: 400;
}
#contador-countdown {
    font-size: 18px;
}
.well {
    padding: 50px;
    border-radius: 5px;
    background-color: #133143;
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
}
#menu-footer {
    display: none;
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }
    h2 {
        font-size: 26px;
        letter-spacing: -1px;
    }
    #lista-beneficios ol {
      list-style: none;
      counter-reset: my-awesome-counter;
      display: block;
      flex-wrap: none;
      margin: 0;
      padding: 0;
      margin-left: 0%;
      margin-top: 20px;
    }
    #lista-beneficios ol li {
      counter-increment: my-awesome-counter;
      display: block;
      font-size: 18px;
      width: 100%;
      margin-bottom: 30px;
      margin-right: 0%;
      text-align: left;
    }
    #text-clock {
        font-size: 20px;
        letter-spacing: -2px;
        font-weight: 700;
    }
    #lista-bonus img.pull-left {
        display: block;
        float: none !important;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0px !important;
    }
    #lista-bonus h3, #lista-bonus h4 {
        text-align: center;
    }
}