/* Add here all your css styles (customizations) */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,400i,700,800,900');

.caption p{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    font-size: 2.2rem;
    color: #474747;
    margin-bottom: -10px;
}

.thumbnails h4{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
}

#cambio .powerby{
  margin-top:5.71429rem !important;
  bottom: 0;
}

#cambio .powerby p{
  color: #d2d2d2;
}

.interactive-slider-v2 {
    padding: 0;
}

.interactive-slider-v2 h6{
    color: #fff;
}

.interactive-slider-v2 h4{
  color: #fff;
}

.interactive-slider-v2 h3{
  color: #fff;
}

.interactive-slider-v2 h5{
    color: #fff;
}

.text-danger strong {
  color: #474747;
  font-weight: bold;
}

.caixa-simulacao{
  background: #fff;
  padding: 10px;
}
.receipt-main {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 12px solid #333333;
  border-top: 12px solid #9f181c;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 30px !important;
  position: relative;
  box-shadow: 0 1px 21px #acacac;
  color: #333333;
  font-family: open sans;
}

.receipt-main p {
  color: #333333;
  font-family: open sans;
  line-height: 1.42857;
}

.receipt-footer h1 {
  font-size: 15px;
  font-weight: 400 !important;
  margin: 0 !important;
}

.receipt-main::after {
  background: #414143 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: -13px;
}

.receipt-main thead {
  background: #414143 none repeat scroll 0 0;
}

.receipt-main thead th {
  color: #fff;
}

.receipt-right h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px 0;
}

.receipt-right p {
  font-size: 12px;
  margin: 0px;
}

.receipt-right p i {
  text-align: center;
  width: 18px;
}

.receipt-main td {
  padding: 9px 20px !important;
}

.receipt-main th {
  padding: 13px 20px !important;
}

.receipt-main td {
  font-size: 13px;
  font-weight: initial !important;
}

.receipt-main td p:last-child {
  margin: 0;
  padding: 0;
}

.receipt-main td h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.receipt-header-mid .receipt-left h1 {
  font-weight: 100;
  margin: 34px 0 0;
  text-align: right;
  text-transform: uppercase;
}

.receipt-header-mid {
  margin: 24px 0;
  overflow: hidden;
}

.card {
  position: relative;
  margin-bottom: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.step-progress {
  padding: 16px;
  background-color: #FAFAFA;
  margin: 0 auto;
}

.step-progress .step-slider {
  width: 100%;
}

.step-progress .step-slider .step-slider-item {
  width: 25%;
  height: 1px;
  position: relative;
  float: left;
  background-color: #E0E0E0;
}

.step-progress .step-slider .step-slider-item:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  right: 0;
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease-out 0.5s;
  -webkit-transition: all 0.3s ease-out 0.5s;
}

.step-progress .step-slider .step-slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B0BEC5;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
}

.step-progress .step-slider .step-slider-item.active:before {
  width: 100%;
  background-color: #FF8F00;
}

.step-progress .step-slider .step-slider-item.active:after {
  border-color: #FF8F00;
}

.step-content {
  padding: 16px 0;
}

.step-content .step-content-foot {
  text-align: right;
}

.step-content .step-content-foot button {
  border: 0;
  padding: 8px 16px;
  background-color: #CFD8DC;
  font-size: 14px;
  border-radius: 3px;
  outline: 0;
}

.step-content .step-content-foot button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.step-content .step-content-foot button.out {
  display: none;
}

.step-content .step-content-foot button.disable {
  background-color: #ECEFF1;
}

.step-content .step-content-foot button.active {
  background-color: #00ACC1;
  color: white;
}

.step-content .step-content-body {
  padding: 16px 0;
  text-align: center;
  font-size: 18px;
}

.step-content .step-content-body.out {
  display: none;
}

/* Add here all your css styles (customizations) */
.g-color-light{
	color: #fff !important;
}

.abaixo{
	align-items: flex-end;
}

.mb-40{
	margin-bottom: 60px !important;
}

#about{
  background-image: url(../img/aboutbg.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size:cover;
  color: #fff;
}

#about::after {
  content: "";
  background: url(image.jpg);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
@media (max-width: 600px) {
  .img-footer{
    height: 3rem;
    float: left;
  }
}