/* Geral */
.c-mt-20{
   margin-top: 20px !important;
}

.c-sub-titulo{
   font-size: 24px;
   margin: 0px;
}

/* Homepage - Slider */
.slide-caption{
   background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Homepage - Services */
.c-service-title h4{
   line-height: 22px;
   height: 44px;
}
/* Homepage - Big Highlight */
.c-big-highlight-box{
   position: relative;
}

.c-big-highlight-overlay{
   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.3);
   z-index: 0;
}

/* Mobile */
@media only screen and (max-width: 991px) {

   /* Geral */
   .c-mobile-mb-40{
      margin-bottom: 40px !important;
   }

   .c-mobile-mb-120{
      margin-bottom: 120px !important;
   }

   .c-sub-titulo{
      font-size: 18px !important;
   }

   /* Homepage - About Us */
   .c-about-us-video{
      height: 220px !important;
      width: 100% !important;
   }

   /* Homepage - Big Highlight */
   .c-big-highlight-overlay{
      display: none !important;
   }

}
