﻿* {
  --step: 5px;
}
* .d-flex {
  display: flex;
}
* .mt-0 {
  margin-top: calc(var(--step) * 0);
}
* .mt-1 {
  margin-top: calc(var(--step) * 1);
}
* .mr-0 {
  margin-right: calc(var(--step) * 0);
}
* .mr-1 {
  margin-right: calc(var(--step) * 1);
}
* .mb-0 {
  margin-bottom: calc(var(--step) * 0);
}
* .mb-1 {
  margin-bottom: calc(var(--step) * 1);
}
* .ml-0 {
  margin-left: calc(var(--step) * 0);
}
* .ml-1 {
  margin-left: calc(var(--step) * 1);
}

html {
  --footer-height: 370px;
  height: 100%;
  /* menu */
  /* destaques */
  /* instagram */
  /* resultado de busca */
  /* blog */
  /* sections */
  /* back to top */
  /* carrossel */
  /* outdoor */
  /* responsivo */
}
html body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
}
html h1 {
  font-size: 36px;
  color: #222;
  font-weight: 300;
  margin: 40px 0;
  text-align: center;
}
html h1 > small {
  font-weight: 300;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
html h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 20px 0 40px;
  color: #222;
  text-align: center;
}
html h2 > small {
  font-weight: 300;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
html h3 {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  margin: 0;
}
html h4 {
  font-weight: 400;
}
html a, html .text-link {
  color: #3097d1;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
  opacity: 0.9;
}
html #mn-container {
  min-height: 100%;
}
html #mn-menu {
  background: white;
  border: 0;
  border-radius: 0;
  width: 100%;
  z-index: 100;
  margin-bottom: 0;
}
html #mn-main {
  overflow: auto;
  padding-bottom: var(--footer-height); /* tem que ter pelo menos a mesma altura do #mn-footer */
  margin-bottom: 80px;
  width: 100%;
}
html #mn-footer {
  background: #242526;
  color: rgba(255, 255, 255, 0.6);
  padding: 30px 0;
  position: relative;
  height: var(--footer-height);
  margin-top: calc(var(--footer-height) * -1); /* tem que ter a mesma altura do footer e do #mn-main */
  width: 100%;
  clear: both;
}
html #mn-footer .lang-selector {
  margin-top: 10px;
}
html #mn-footer .lang-selector h4 {
  display: none;
}
html #mn-footer .lang-selector .btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.6666666667);
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}
html #mn-footer .lang-selector img {
  width: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
html #mn-footer .lang-selector ul {
  background: #444;
}
html #mn-footer .lang-selector ul li a {
  color: rgba(255, 255, 255, 0.6666666667);
  padding: 6px 10px;
  display: block;
  font-size: 0.8em;
}
html #mn-footer .lang-selector ul li a:hover {
  background: #666;
}
html #mn-footer address {
  margin-bottom: 10px;
}
html #mn-footer h4 {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 14px;
}
html #mn-footer a {
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 0;
  display: inline-block;
}
html #mn-footer .agent-container a {
  color: rgba(255, 255, 255, 0.6);
}
html #mn-footer .agent-container a:hover {
  color: rgba(255, 255, 255, 0.9);
}
html #mn-footer ul a {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 5px;
  display: inline-block;
}
html #mn-footer .subscriber-form input[name=email] {
  font-size: 12px;
  height: 32px;
  padding: 10px;
}
html #mn-footer .subscriber-form button[type=submit] {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  height: 32px;
  font-size: 12px;
}
html #mn-footer .subscriber-form button[type=submit]:hover {
  background: rgba(255, 255, 255, 0.2);
}
html #mn-footer .fab {
  display: inline-block;
  margin-right: 10px;
}
html #mn-footer .agent-container {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
html .bg-cover {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0px;
}
html .w-100 {
  width: 100% !important;
}
html .text-lg {
  font-size: 1.2em;
}
html .text-sm {
  font-size: 0.85em;
}
html .text-weight-md {
  font-weight: 400;
}
html section {
  padding: 40px 0;
  margin: 0;
}
html h1 + section {
  padding-top: 0;
}
html section h2 {
  margin: 0 0 40px;
}
html .text-block {
  display: inline-block;
  vertical-align: top;
}
html .m-r-sm {
  margin-right: 0.3em;
}
html #mn-menu .menu-site {
  height: 80px;
  padding: 10px 0;
}
html #mn-menu .menu-site .navbar-brand {
  padding: 0;
}
html #mn-menu .menu-site .navbar-brand img {
  height: 40px;
  margin: 10px 0;
}
html #mn-menu .menu-site .navbar-nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  color: #444;
  line-height: 30px;
  font-weight: 400;
}
html #mn-menu .menu-site .navbar-nav > li > a:hover {
  background: none;
  opacity: 0.6;
}
html #mn-menu .menu-site .navbar-nav > li > a:active,
html #mn-menu .menu-site .navbar-nav > li > a:focus {
  background: none;
}
html #mn-menu .menu-sections {
  background-color: #273A4F;
}
html #mn-menu .menu-sections {
  height: 50px;
  padding: 10px 0;
}
html #mn-menu .menu-sections .nav {
  display: flex;
  justify-content: flex-end;
}
html #mn-menu .menu-sections .nav > li > a {
  color: #fff;
  background-color: transparent;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
html #mn-menu .menu-sections .nav > li > a:hover {
  /*background-color: rgba(255,255,255,.1);*/
  opacity: 0.6;
}
html #mn-menu .menu-sections .nav > li.active > a {
  background-color: rgba(255, 255, 255, 0.2);
}
html #mn-menu .menu-sections .opening-hours {
  color: #fff;
  line-height: 30px;
  font-size: 12px;
}
html .slider {
  display: flex;
}
html .slider .slider-item {
  background-color: white;
  flex: auto;
  height: 200px;
}
html .slider .slider-item img {
  max-width: 100%;
}
html .mosaic .slider .slider-item {
  height: auto;
}
html .news-item {
  height: 320px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  display: block;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
html .news-item:hover {
  text-decoration: none;
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
html .news-item .news-img {
  min-width: 100%;
  height: 150px;
}
html .news-item .news-title {
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  margin-top: 15px;
  display: block;
  color: #666;
}
html .news-item .news-content {
  color: #666;
  font-size: 14px;
  padding: 5px 15px;
}
html .news-item .news-content .text-link {
  display: block;
  margin-top: 5px;
}
html .instagram-item {
  background: #fff;
  border: 1px solid #eee;
}
html .instagram-item .instagram-img {
  width: 100%;
}
html .form-group.search {
  position: relative;
}
html .form-group.search .form-control {
  padding: 20px 35px 20px;
}
html .form-group.search .search-icon {
  position: absolute;
  left: 10px;
  margin-top: -30px;
}
html .form-group.search .search-clear {
  position: absolute;
  right: 10px;
  margin-top: -30px;
}
html .list-filter li {
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 14px;
}
html .list-filter .list-filter-clear {
  display: none;
}
html .list-filter .selected > a {
  font-weight: bold;
}
html .list-filter .selected > a small {
  font-weight: normal;
}
html .list-filter .selected .list-filter-clear {
  display: inline-block;
  font-weight: normal;
  position: absolute;
  margin-top: 1px;
  right: 20px;
}
html .list-result .list-result-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
html .list-result .list-result-item .list-result-item-main {
  margin-right: 100px;
}
html .list-result .list-result-item > .list-result-item-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  color: #444;
  text-decoration: none;
}
html .list-result .list-result-item > .list-result-item-wrapper:hover {
  /*opacity: .8;
  color: #337ab7;
  cursor:pointer;*/
}
html .list-result .list-result-item > .list-result-item-wrapper .label {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #888;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
}
html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-name {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-description {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-site {
  font-size: 14px;
  margin: 5px 0;
  display: block;
}
html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-unit,
html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-phone {
  text-align: right;
  color: #444;
}
html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-phone a {
  color: #444;
}
html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-phone a:hover {
  color: #3097d1;
}
html .list-result .list-result-item .show-more,
html .list-result .list-result-item .show-less {
  margin-left: 5px;
}
html .list-result .list-result-item .more {
  display: none;
}
html .list-result .list-result-item .less {
  display: inline;
}
html .list-result .list-result-item .open .more {
  display: inline;
}
html .list-result .list-result-item .open .less {
  display: none;
}
html .blog-item {
  margin-bottom: 20px;
}
html .blog-item h3 {
  margin-bottom: 10px;
}
html .blog-details .blog-body {
  /*max-width: 800px;*/
  margin: 20px auto;
}
html .blog-details .blog-images {
  /*max-width: 800px;*/
  margin: auto auto;
}
html .section-banners,
html .section-brands,
html .section-map {
  padding: 0;
}
html .section-location,
html .section-directory {
  padding-top: 0;
}
html .section-highlight {
  padding-bottom: 0;
}
html .section-news, html .section-site {
  background: #f4f5f6;
}
html .section-directory .contact-info {
  display: flex;
  gap: 5px;
  flex-direction: column;
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
html .section-directory .contact-info li i {
  width: 24px;
  display: inline-block;
}
html .section-directory .contact-info .highlight {
  font-weight: 500;
}
html .section-directory .contact-info .highlight a {
  color: #444;
}
html .section-directory .contact-info .highlight a:hover {
  color: #3097d1;
}
html .back-to-top {
  width: auto;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #496174;
  line-height: 30px;
  opacity: 1;
  padding: 0 10px 0 15px;
}
html .back-to-top:hover {
  text-decoration: none !important;
}
html .back-to-top:hover span, html .back-to-top:hover i {
  color: rgb(255, 255, 255);
}
html .back-to-top i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
}
html .back-to-top span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  display: inline-block;
  padding: 0 7px 0 0;
  vertical-align: top;
}
html .carousel .carousel-caption {
  position: absolute;
  bottom: 0;
  text-align: left;
  color: #fff;
  left: 0;
}
html .carousel .carousel-caption .carousel-caption-title {
  margin-bottom: 5px;
}
html .carousel .carousel-caption .carousel-caption-title > span {
  background-color: rgba(39, 55, 67, 0.7);
  display: inline-block;
  padding: 15px 50px 15px 100px;
  text-align: left;
  text-shadow: none;
  font-weight: 500;
  color: #fff;
  font-size: 40px;
}
html .carousel .carousel-caption .carousel-caption-body {
  margin-bottom: 0;
}
html .carousel .carousel-caption .carousel-caption-body > span {
  background-color: rgba(39, 55, 67, 0.7);
  display: inline-block;
  padding: 15px 50px 15px 100px;
  text-align: left;
  text-shadow: none;
  font-weight: 300;
  color: #fff;
  font-size: 28px;
}
html .carousel .carousel-inner .item img {
  margin: auto auto;
}
html .carousel .carousel-control {
  padding-top: 200px;
}
html .caption-right .carousel .carousel-caption .carousel-caption-title > span,
html .caption-right .carousel .carousel-caption .carousel-caption-body > span {
  padding-right: 100px;
  padding-left: 50px;
  text-align: right;
}
html .caption-right .carousel .carousel-caption {
  right: 0;
  text-align: right;
}
html .outdoor {
  position: relative;
}
html .outdoor .container {
  position: relative;
}
html .outdoor .outdoor-caption {
  position: absolute;
  right: 50px;
  top: 50px;
  text-align: left;
  color: #fff;
  width: 500px;
  padding: 20px;
  background-color: rgba(39, 55, 67, 0.8);
  max-height: 450px;
  overflow-y: auto;
}
html .outdoor .outdoor-caption .outdoor-caption-title {
  display: block;
  text-shadow: none;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
html .outdoor .outdoor-caption .outdoor-caption-body {
  font-size: 16px;
  text-shadow: none;
  display: block;
  font-weight: 300;
}
html .section-about-services .service-item {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  height: 100px;
}
html .section-about-services .service-item i {
  display: block;
  margin-bottom: 10px;
  font-size: 60px;
}
html .max-100 {
  max-width: 100%;
}
html .max-50 {
  max-width: 50%;
}
html .p-0 {
  padding: 0 !important;
}
html .p-1 {
  padding: 5px !important;
}
html .m-0 {
  margin: 0 !important;
}
html .mr-0 {
  margin-right: 0 !important;
}
html .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  html {
    /*.slider {
    		display: block;
    		text-align: center;
    	}

    		.slider .slider-item {
    			width: 33%;
    			float: left;
    			height: auto;
    			margin: 0 auto;
    		}
    */
  }
  html h2 {
    font-size: 24px;
  }
  html #mn-menu .menu-site {
    padding: 0 0 0 15px;
    height: auto;
  }
  html #mn-menu .menu-sections {
    height: auto;
    padding: 0;
  }
  html #mn-footer {
    height: fit-content;
  }
  html .news-item {
    margin: 0 -15px 15px;
    box-shadow: none;
    border-radius: 0;
    height: auto;
  }
  html .news-item .news-img-wrapper {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  html .news-item .news-img {
    width: 100%;
    height: auto;
  }
  html .menu-mobile ul {
    margin: 20px 10px;
    text-align: right;
  }
  html .menu-mobile ul a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 40px;
  }
  html .carousel .carousel-caption {
    padding: 10px 0;
  }
  html .carousel .carousel-caption .carousel-caption-title {
    font-size: 18px;
    padding: 5px 10px !important;
    display: none;
  }
  html .carousel .carousel-caption .carousel-caption-body {
    padding: 5px 10px !important;
    font-size: 16px;
    display: none;
  }
  html .brand-carousel-home .carousel,
  html .brand-carousel-home .carousel .carousel-inner {
    height: 60px;
  }
  html .brand-carousel-home .carousel .carousel-indicators {
    display: none;
  }
  html .mosaic .slider .slider-item {
    display: none;
  }
  html .mosaic .slider .slider-item:first-child {
    display: inline-block;
  }
  html .outdoor .outdoor-caption {
    left: 0;
    top: 0;
    max-width: 100%;
  }
  html .section-about-services .service-item {
    text-align: center;
    margin-top: 30px;
    font-size: 10px;
    display: inline-block;
    height: 60px;
  }
  html .section-about-services .service-item i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
  }
  html .list-result .list-result-item .list-result-item-main {
    margin-right: -15px;
  }
  html .list-result .list-result-item > .list-result-item-wrapper .list-result-item-phone {
    text-align: left;
  }
  html .mobile-only {
    display: block;
  }
}
