.comforta {
  font-family: 'Comfortaa', cursive; }

#logo {
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#menu {
  display: inline;
  padding: 0px;
  margin: 0px; }

#linha {
  background-color: #B6C0F3; }

#prime {
  height: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.fundo {
  margin-top: -20px;
  background-image: url(../images/fundo.png);
  background-color: #f9f9f9;
  background-size: 60%;
  background-position: top right;
  background-repeat: no-repeat; }

.clientes {
  max-height: 50px;
  max-width: 100px; }

.bx-controls {
  position: relative; }

.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 30px; }

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#pricing-table {
  margin: 100px auto 50px auto;
  text-align: center;
  width: 1072px;
  /* total computed width = 222 x 3 + 226 */ }

#pricing-table .plan {
  font: 14px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #fff;
  color: #7D7D7D;
  border: 1px solid #ddd;
  padding: 20px;
  width: 245px;
  /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float: left;
  position: relative; }

#pricing-table ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none; }

#pricing-table li {
  text-align: left;
  padding: 12px 0; }

#pricing-table #most-popular {
  z-index: 2;
  top: -13px;
  border-width: 3px;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15); }

.parallax {
  /* The image used */
  background-image: url(../images/sobre/fundo.jpg);
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.fundosobre {
  background-color: rgba(255, 255, 255, 0.4); }
