/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }

  .tabela-preco{
    padding: 0 0 40px 0;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

  .tabela-preco .preco-detalhe h2{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    padding: 30px 0;
}

.tabela-preco .preco-detalhe span{
    display: block;
    font-size: 48px;
    font-weight: 400;
    color: #4c465f;
    margin-bottom: 20px;
}

.tabela-preco .preco-detalhe ul {
    margin-bottom: 35px;
    padding: 0 !important;
}

.tabela-preco .preco-detalhe ul li {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px dotted #f1f1f1;
    list-style: none;
}

.btn-preco {
    border: 1px solid #ff3859;
    background-color: #ff3859;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
}

.btn-preco:hover {
    color: #fff;
    background: #4c465f;
    border-color: #4c465f;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

/*Card*/
.tabela-soft{
  padding: 40px 40px 40px 40px !important;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

/* Formulário de Contato*/
.contact-form{ margin-top:15px;}
.contact-form .textarea{ min-height:220px; resize:none;}
.form-control{ box-shadow:none; border-color:#eee; height:49px;}
.form-control:focus{ box-shadow:none; border-color:#00b09c;}
.form-control-feedback{ line-height:50px;}
.main-btn{ background:#00b09c; border-color:#00b09c; color:#fff;}
.main-btn:hover{ background:#00a491;color:#fff;}
.form-control-feedback {
line-height: 50px;
top: 0px;
}

img {border: 0pxm; filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}

A:hover img {filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;}
