/* Space out content a bit */
body {
  font-family:'Open Sans', sans-serif;
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@font-face {
  font-family: Amazone;
  src: url(http://amplusdobrasil.com.br/assets/fonts/amazone.ttf);
}

.message-wrapper h2 {
  font-family: Amazone;
}
.payments {
  position:absolute;
  z-index:300;
  overflow:auto;
  margin-left: -500px;
  margin-top:45px;
}

.principios {
  font-size:16px;
  font-weight:400;
}
.pointer {
  cursor:pointer;
}

.mix {
  padding:15px;
}

.cut {
height: 250px;
overflow:hidden;
}
 
.cut img {
width: auto;
border-radius:5px;
}

.header-top img{
background-color:#FFFFFF;
}

.header {
  position:relative;
    min-height:40px;

}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.message-wrapper {
  padding: 19px;
  text-align:center;
  color: #333;
  background-color:#fff;
}

/* Custom page footer */
footer {
  padding-top: 19px;
  color: #fff;
  background-color: #003300;
 
}

.wrapper {
  padding:30px;
  color: #eaeaea;
  background: #363435;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  }

.wrapper h1 {
  padding:30px;
  }

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
footer a:hover {
  color:#fff;
}
footer-img {
  position:relative;
  background: #003300;
  width:100%;
}

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