/* Space out content a bit */
body {
  padding-bottom: 20px;
  font-family:'Open Sans', sans-serif;
  background: rgb(53,106,160); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,106,160,1)), color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#000',GradientType=0 ); /* IE6-9 */
  background-color:#FFFFFF;
}

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

.message-wrapper h2 {
  font-family: Amazone;
 
}

.fundo-cor{
background-color:#FFFFFF;
}
.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{
}

.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: #000;
  background-color:#fff;
}
.edivania{
  padding-top: 19px;
  color: #fff;
  font-size:36px;
}
/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #fff;
  font-size:36px;
}

.wrapper {
  padding:30px;
  color: #fff;
  background: #fff;

  }

.wrapper h1 {
  padding:30px;
  }

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

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* 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:#c5fffd;
  width:100%;
}
.footer-img img {
  opacity:0.8;
}
.text-left {
  text-align:left;
}