.servicos_subtitulo{
height: 120px;    
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px; 
    font-size: 18px;
    line-height: 20px;
}

.navbar-custom .navbar-brand {
    font-size: 4em;
}

.navbar-custom.affix .navbar-brand {
    font-size: 3.5em;
}


.portfolio-img{
width: 100%;  
}

.card{
  color: white;
  margin-bottom: 40px;
}


/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.pricing-active {
  border: 1px solid #0C4D59;
}

.pricing:hover {
  border: 1px solid #222D33;
}

.pricing:hover h4 {
  color: #222D33;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
}

.pricing-head h3 {
  font-weight: 300;
  color: #FCFBE3;
  padding: 12px 0;
  font-size: 27px;
  background: #222D33;
  border-bottom: solid 1px #222D33;
}

.pricing-head h4 {
  color: #0C4D59;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #FCFBE3;
  border-bottom: solid 1px #FCFBE3;
}

.pricing-head-active h4 {
  color: #0C4D59;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  padding: 7px 15px;
  border-bottom: solid 1px #FCFBE3;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #222D33;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #222D33;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.contratar.btn {
  margin-top: 3px;
  color: #FFFFFF;
  background-color: #222D33;
}
.contratar.btn:hover,
.contratar.btn:focus,
.contratar.btn:active,
.contratar.btn.active {
    color: #FFFFFF;
    background-color: #0C4D59;
}

.detalhes{height: 180px;}


@media (max-width: 767px) {
.navbar-custom .navbar-brand {
    font-size: 3em;
    padding: 5px;
}

.navbar-custom.affix .navbar-brand {
    font-size: 3em;
    padding: 5px;
}
}

.font30{
  font-size: 30px;
}