@media only screen and (min-width: 991px) and (max-width: 1024px) {

   /* Geral */
   .c-tablet-col-12{
      width: 100% !important;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .c-tablet-col-7{
      width: 60% !important;
      flex: 0 0 60%;
      max-width: 60%;
   }

   .c-tablet-col-6{
      width: 50% !important;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .c-tablet-col-5{
      width: 40% !important;
      flex: 0 0 40%;
      max-width: 40%;
   }

   .c-tablet-height-auto{
      height: auto !important;
   }

   .c-tablet-height-55{
      height: 55px !important;
   }

   .c-tablet-mb-0{
      margin-bottom: 0px !important;
   }

   /* Header */
   .mmenu-trigger{
      margin-top: 0px !important;
   }

   #logo img{
      width: 100px !important;
   }

   #header.cloned #logo img{
      margin: auto;
   }

   /* Homepage */
   section.c-homepage-section, div.c-homepage-section{
      padding: 40px 0px !important;
   }

   /* Homepage - Slider */
   .hero-inner2{
      margin-top: 0px !important;
   }
   .fullwidth-home-map.dark-overlay video{
      -webkit-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important;
   }

   div.dark-overlay h1{
      font-size: 32px !important;
      line-height: 30px;
   }

   div.dark-overlay .main-search-inner{
      bottom: 100px !important;
   }

   #montraSlideshow .carousel-indicators{
      bottom: 0px;
   }

   .fullwidth-home-map.dark-overlay{
      height: 400px !important;
   }

   /* Homepage - Modalidades */
   .c-homepage-modalidades-section{
      top: 0px !important;
      margin-top: 0px !important;
   }

   .c-homepage-modalidades-item{
      margin-top: 35px !important;
      margin-bottom: 40px;
      float: none;
   }

   .c-homepage-modalidades-item.c-last{
      margin-bottom: 0px !important;
   }

   .c-homepage-modalidades-icon{
      /* display: none; */
   }

   .c-homepage-modalidades-item .c-homepage-modalidades-title{
      padding: 10px !important;
   }

   .services-home .service .media{
      margin-top: -55px !important;
   }

   /* Verbas */
   .portfolio .homes-content h3{
      line-height: 1;
      height: 55px;
   }

}
