/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Corporate-A';
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateA-Regular.eot");
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateA-Regular.eot?#iefix") format("embedded-opentype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateA-Regular.woff2") format("woff2"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateA-Regular.woff") format("woff"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateA-Regular.ttf") format("truetype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateA-Regular.svg#CorporateA-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corporate-A-Cond-Pro';
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACondPro-Regular.eot");
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACondPro-Regular.eot?#iefix") format("embedded-opentype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACondPro-Regular.woff2") format("woff2"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACondPro-Regular.woff") format("woff"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACondPro-Regular.ttf") format("truetype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACondPro-Regular.svg#CorporateACondPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corporate-A-Condensed';
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACon-Reg.eot");
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACon-Reg.eot?#iefix") format("embedded-opentype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACon-Reg.woff2") format("woff2"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACon-Reg.woff") format("woff"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACon-Reg.ttf") format("truetype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateACon-Reg.svg#CorporateACon-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corporate-S';
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateS-Light.eot");
  src: url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateS-Light.eot?#iefix") format("embedded-opentype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateS-Light.woff2") format("woff2"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateS-Light.woff") format("woff"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateS-Light.ttf") format("truetype"), url("/custom/site-mercedes-modulo-meu-mercedes/fonts/CorporateS-Light.svg#CorporateS-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

body {
  font-weight: normal;
  font-style: normal;
  font-family: "Corporate-A";
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

body {
  width: 100vw;
  height: 100vh;
  /*background: url('../img/bg-module-mb.jpg') no-repeat center top #e0e3e8;*/
}

.page-content {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100vh;
}

.page-content > .content {
  padding-top: 40px;
  margin-bottom: 80px;
}

.page-content > .content p {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .page-content > .content p {
    font-size: 18px;
  }
}

.page-content > .content h5 {
  font-size: 40px;
}

@media (min-width: 1024px) {
  .page-content > .content h5 {
    font-size: 30px;
  }
}

.container {
  font-family: "Corporate-S";
  /*width: calc(100% - 40px);*/
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*@media(min-width: 1024px) {
        width: 100%;
    }*/
}

.title h2 {
  font-family: "Corporate-A-Cond-Pro";
  font-size: 75px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .title h2 {
    font-size: 40px;
  }
}

.title h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #1db2eb;
  margin: 15px 0;
}

.title p {
  font-family: "Corporate-S";
  font-size: 30px;
  color: #838383;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .title p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #00beff;
  font-family: "Corporate-S";
  color: #fff;
  font-size: 22px;
  height: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: unset;
  padding: 10px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .btn {
    font-size: 12px;
    height: auto;
  }
}

.btn:hover {
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.segments {
  padding-top: 40px;
}

.segments .links {
  display: flex;
  justify-content: center;
  margin-top: 180px;
}

@media (min-width: 1024px) {
  .segments .links {
    width: 63%;
    margin: 40px auto;
  }
}

.segments .links a {
  width: calc(100%/3 - 10px);
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 5px;
}

@media (min-width: 1024px) {
  .segments .links a {
    font-size: 13px;
    width: 120px;
    margin: auto;
    padding: 5px;
  }
}

.gallery-container .expand {
  display: none;
  position: absolute;
  right: 25px;
  bottom: 19px;
  width: 38px;
  height: 38px;
  background: url("/custom/site-mercedes-modulo-meu-mercedes/img/expand-arrow.png");
  cursor: pointer;
}

@media (min-width: 1024px) {
  .gallery-container .expand {
    display: block;
  }
}

.gallery-container .slick-slide img {
  max-width: 100%;
}

.gallery-container .slick-dots {
  bottom: 30px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .gallery-container .slick-dots {
    bottom: 20px;
    width: 70%;
    margin: auto;
    right: 0;
    left: 0;
  }
}

.gallery-container .slick-dots li {
  width: 115px;
  height: 6px;
  margin: 0 5px;
}

@media (min-width: 1024px) {
  .gallery-container .slick-dots li {
    width: 42px;
    height: 3px;
    margin: 0 2px;
  }
}

.gallery-container .slick-dots li button {
  width: 115px;
  height: 6px;
  background-color: #d3d3d3;
  padding: 0;
}

@media (min-width: 1024px) {
  .gallery-container .slick-dots li button {
    width: 42px;
    height: 3px;
  }
}

.gallery-container .slick-dots li button::before {
  content: none;
}

.gallery-container .slick-dots li.slick-active button {
  background-color: #1db2eb;
}

.gallery-container .slick-prev,
.gallery-container .slick-next {
  width: 23px;
  height: 23px;
  background-color: #1ab9ff;
  z-index: 1;
}

.gallery-container .slick-prev::before,
.gallery-container .slick-next::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #fff;
}

.gallery-container .slick-prev {
  left: -32px;
}

.gallery-container .slick-prev::before {
  content: '\f104';
}

.gallery-container .slick-next {
  right: -32px;
}

.gallery-container .slick-next::before {
  content: '\f105';
}

#models {
  padding-top: 40px;
  margin-bottom: 80px;
}

#models .models-wrapper {
  position: relative;
}

@media (min-width: 1024px) {
  #models .models-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

#models .title-type {
  position: absolute;
  top: 220px;
  width: 100%;
  text-align: center;
}

#models .title-type h2::after {
  content: none;
}

#models .left-panel {
  position: relative;
  width: 100%;
}

#models .left-panel .nav-controls {
  display: none;
}

@media (min-width: 1024px) {
  #models .left-panel .nav-controls {
    /*display: block;*/
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}

#models .left-panel .nav-controls .nav-prev,
#models .left-panel .nav-controls .nav-next {
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: #1ab9ff;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
}

#models .left-panel .nav-controls .nav-prev::before,
#models .left-panel .nav-controls .nav-next::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#models .left-panel .nav-controls .nav-prev {
  left: 0;
}

#models .left-panel .nav-controls .nav-prev::before {
  content: '\f104';
}

#models .left-panel .nav-controls .nav-next {
  right: 0;
}

#models .left-panel .nav-controls .nav-next::before {
  content: '\f105';
}

#models .left-panel .navmodels {
  position: relative;
  /*background-color: #000;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  z-index: 2;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels {
    width: calc(100% - 165px);
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: transparent;
    padding-bottom: 100px;
    margin-left: auto;
  }
}

#models .left-panel .navmodels > li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li {
    width: auto;
  }
}

#models .left-panel .navmodels > li.inactive > a {
  color: #666;
}

#models .left-panel .navmodels > li.active > a {
  color: #fff;
  background-color: #000;
}

#models .left-panel .navmodels > li.active > a::after {
  content: '';
  position: absolute;
  top: 31px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
}

#models .left-panel .navmodels > li.active .submenu-wrapper {
  display: block;
  /*@include transition(.3s all ease-in-out);*/
  width: calc(100vw - 40px);
  position: relative;
  background-color: #eee;
  color: #000;
  text-transform: uppercase;
  top: 100%;
  left: 0;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li.active .submenu-wrapper {
    position: absolute;
    width: calc(100% + 165px);
    top: 32px;
    left: -165px;
    height: 35px;
    overflow: hidden;
  }
}

#models .left-panel .navmodels > li.active .submenu-wrapper .submenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li.active .submenu-wrapper .submenu {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#models .left-panel .navmodels > li.active .submenu-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  height: 100%;
  margin: 0;
}

#models .left-panel .navmodels > li.active .submenu-wrapper li {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li.active .submenu-wrapper li {
    font-size: 12px;
    width: calc(580px / 3);
    height: 100%;
    flex-shrink: 0;
  }
}

#models .left-panel .navmodels > li.active .submenu-wrapper li:nth-of-type(even) a {
  background-color: #f7f5f5;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li.active .submenu-wrapper li:nth-of-type(even) a {
    background-color: #eee;
  }
}

#models .left-panel .navmodels > li.active .submenu-wrapper li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li.active .submenu-wrapper li a {
    height: 100%;
    margin: auto;
    padding: unset;
  }
}

#models .left-panel .navmodels > li.active .submenu-wrapper li a:link, #models .left-panel .navmodels > li.active .submenu-wrapper li a:visited, #models .left-panel .navmodels > li.active .submenu-wrapper li a:active {
  color: #000;
}

#models .left-panel .navmodels > li.active .submenu-wrapper li a:hover {
  color: #00beff;
}

#models .left-panel .navmodels > li.active .submenu-wrapper li.active a:link, #models .left-panel .navmodels > li.active .submenu-wrapper li.active a:visited, #models .left-panel .navmodels > li.active .submenu-wrapper li.active a:hover, #models .left-panel .navmodels > li.active .submenu-wrapper li.active a:active {
  color: #00beff;
}

#models .left-panel .navmodels > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  background-color: #000;
  height: auto;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li > a {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: unset;
    height: 32px;
    font-size: 13px;
  }
}

#models .left-panel .navmodels > li > a span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  height: 80px;
}

@media (min-width: 1024px) {
  #models .left-panel .navmodels > li > a span {
    height: auto;
  }
}

#models .left-panel .navmodels > li > a span::before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  left: -1px;
  background-color: #000;
  z-index: -1;
}

#models .left-panel .navmodels .submenu-wrapper {
  display: none;
}

#models .left-panel .vehicles {
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  #models .left-panel .vehicles {
    position: absolute;
    width: 165px;
    height: 32px;
    overflow: hidden;
  }
}

#models .left-panel .vehicles ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 100%;
  margin: 10px -10px;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 1024px) {
  #models .left-panel .vehicles ul {
    display: block;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  #models .left-panel .vehicles ul::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

#models .left-panel .vehicles ul li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: calc(100%/3 - 10px);
  margin: 0 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media (min-width: 1024px) {
  #models .left-panel .vehicles ul li {
    display: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    letter-spacing: unset;
  }
}

@media (min-width: 1024px) {
  #models .left-panel .vehicles ul li.active {
    display: block;
  }
}

#models .left-panel .vehicles ul li.active > a {
  color: #fff;
  background-color: #1db2eb;
}

@media (min-width: 1024px) {
  #models .left-panel .vehicles ul li.active > a::after {
    content: '\f107';
    color: #fff;
  }
}

#models .left-panel .vehicles ul li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  background-color: #bbb;
  height: 60px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  #models .left-panel .vehicles ul li > a {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: unset;
    height: 32px;
    font-size: 13px;
  }
}

#models .left-panel .vehicles.active {
  overflow: visible;
}

#models .left-panel .vehicles.active ul::after {
  content: '\f106';
}

#models .left-panel .vehicles.active ul li {
  display: block;
}

#models .left-panel .vehicles.active ul li a {
  color: #fff;
  background-color: #1db2eb;
}

#models .left-panel .gallery {
  display: none;
  padding-top: 40px;
}

@media (min-width: 1024px) {
  #models .left-panel .gallery {
    padding-top: unset;
  }
}

#models .left-panel .gallery .gallery-container,
#models .left-panel .gallery .model-gallery-item {
  width: 100%;
  min-height: 413px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  #models .left-panel .gallery .gallery-container,
#models .left-panel .gallery .model-gallery-item {
    width: 514px;
    margin: auto;
    background-size: contain;
  }
}

#models .left-panel .gallery .gallery-nav {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  #models .left-panel .gallery .gallery-nav {
    margin-bottom: unset;
  }
}

#models .left-panel .gallery .gallery-nav a {
  display: inline-block;
  width: calc(100% / 3 - 5px);
  color: #fff;
  background-color: #b9b9b9;
  font-size: 25px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #models .left-panel .gallery .gallery-nav a {
    width: 145px;
    font-size: 13px;
  }
}

#models .left-panel .gallery .gallery-nav a.active, #models .left-panel .gallery .gallery-nav a.active-btn {
  background-color: #1db2eb;
}

#models .left-panel .gallery .gallery-nav a + a {
  margin-left: 5px;
}

#models .left-panel .gallery .slick-dots {
  bottom: -55px;
}

#models .left-panel .gallery .notice {
  text-align: center;
  margin-top: 10px;
}

#models .right-panel {
  display: none;
}

@media (min-width: 1024px) {
  #models .right-panel {
    width: 40%;
  }
}

#models .right-panel h3 {
  font-family: "Corporate-A-Cond-Pro";
  font-size: 40px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  #models .right-panel h3 {
    font-size: 30px;
  }
}

#models .right-panel h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #1db2eb;
  margin: 15px 0;
}

#models .right-panel #description {
  font-size: 30px;
}

@media (min-width: 1024px) {
  #models .right-panel #description {
    font-size: 18px;
  }
}

#models .right-panel .model-info {
  margin-top: 30px;
}

#models .right-panel .model-info p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  font-size: 28px;
  padding: 10px 0;
}

@media (min-width: 1024px) {
  #models .right-panel .model-info p {
    font-size: 12px;
  }
}

#models .right-panel .model-info p::before {
  content: '';
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

#models .right-panel .model-info span {
  background-color: #fff;
  display: inline-block;
  max-width: 50%;
  z-index: 1;
}

#models .right-panel .model-info span + span {
  text-align: right;
  margin-left: auto;
}

@media (min-width: 1024px) {
  #models .right-panel .model-info span + span {
    font-size: 13px;
  }
}

#models .right-panel .model-info strong {
  text-transform: uppercase;
  font-weight: bold;
}

#models .right-panel .model-info .color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 5px;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.75);
}

#models .right-panel .btn-download {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 25px;
  text-align: center;
}

#models .right-panel .btn-download .btn {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  #models .right-panel .btn-download .btn {
    height: 30px;
  }
}

#models .right-panel .btn-download .btn.item-mobile {
  display: inline-flex;
}

@media (min-width: 1024px) {
  #models .right-panel .btn-download .btn.item-mobile {
    display: none;
  }
}

#models .right-panel .btn-download .btn + .btn {
  margin-left: 10px;
}

#models .right-panel .btn-download .btn.btn-interested {
  background-color: #000;
  color: #1db2eb;
}

#models .right-panel .btn-bottom {
  width: 100%;
  flex-direction: column;
  margin-top: 20px;
  background-color: #000;
  font-size: 31px;
  line-height: 2;
  text-transform: none;
  height: auto;
}

@media (min-width: 1024px) {
  #models .right-panel .btn-bottom {
    font-size: 16px;
  }
}

#models .right-panel .btn-bottom span {
  color: #1db2eb;
  font-size: 39px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  #models .right-panel .btn-bottom span {
    font-size: 20px;
  }
}

#models .choice {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (min-width: 1024px) {
  #models .choice {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#dealers {
  font-family: "Corporate-S";
  font-weight: 400;
  color: #000;
  padding: 0;
  margin: 0;
}

#dealers h2 {
  font-size: 50px;
  color: #000;
}

#dealers h2::after {
  content: none;
}

#dealers .tabs {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 150px;
}

@media (min-width: 1024px) {
  #dealers .tabs {
    margin-bottom: 50px;
  }
}

#dealers .tabs ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100px;
}

#dealers .tabs ul .btn {
  width: 100%;
  background-color: #fff;
  border: 1px solid #00beff;
  color: #00beff;
  padding: 15px 20px;
  font-size: 28px;
  text-transform: none;
}

@media (min-width: 1024px) {
  #dealers .tabs ul .btn {
    font-size: 16px;
  }
}

#dealers .tabs ul li {
  width: 50%;
}

@media (min-width: 1024px) {
  #dealers .tabs ul li {
    width: 195px;
  }
}

@media (min-width: 1024px) {
  #dealers .tabs ul li + li {
    margin-left: 20px;
  }
}

#dealers .tabs div {
  display: none;
  height: 140px;
  position: absolute;
  left: 0;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  #dealers .tabs div {
    width: 50px;
  }
}

#dealers .tabs .active div {
  display: block;
  width: 100%;
}

#dealers .tabs .active .btn {
  background-color: #00beff;
  color: #fff;
}

#dealers .tabs input[type=text] {
  width: 100%;
  font-size: 26px;
  color: #757575;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
}

#dealers .tabs input[type=text]::-webkit-input-placeholder {
  color: #757575;
  font-size: unset;
  font-weight: normal;
  font-style: normal;
}

#dealers .tabs input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
  font-size: unset;
  font-weight: normal;
  font-style: normal;
}

#dealers .tabs input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
  font-size: unset;
  font-weight: normal;
  font-style: normal;
}

#dealers .tabs input[type=text]:-ms-input-placeholder {
  color: #757575;
  font-size: unset;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1024px) {
  #dealers .tabs input[type=text] {
    width: 625px;
    font-size: 16px;
  }
}

#dealers .tabs select {
  width: 100%;
  font-size: 26px;
  color: #757575;
  border: 1px solid #e5e5e5;
  padding: 9px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("/custom/site-mercedes-modulo-meu-mercedes/img/arrow-select.gif");
  background-repeat: no-repeat, repeat;
  background-position: right top 50%, 0 0;
}

@media (min-width: 1024px) {
  #dealers .tabs select {
    width: 305px;
    font-size: 16px;
    padding: 15px 20px;
  }
}

#dealers .tabs select + select {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  #dealers .tabs select + select {
    margin-top: 0;
    margin-left: 13px;
  }
}

#dealers .result {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1024px) {
  #dealers .result {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#dealers .result .dealers {
  max-height: 500px;
}

@media (min-width: 1024px) {
  #dealers .result .dealers {
    width: 480px;
    margin-right: 24px;
  }
}

#dealers .result .dealers ul {
  max-height: 500px;
}

#dealers .result .dealers ul.active {
  border: 1px solid #e8e8e8;
}

#dealers .result .dealers li {
  position: relative;
  padding: 20px;
  cursor: pointer;
}

#dealers .result .dealers li + li {
  border-top: 1px solid #e8e8e8;
}

#dealers .result .dealers li::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 13px;
  line-height: 0;
  color: #000;
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 13px;
}

#dealers .result .dealers li.active::after {
  color: #2bb3ed;
  font-weight: 600;
}

#dealers .result h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

#dealers .result p {
  font-size: 18px;
  line-height: 1.4;
}

#dealers .result #map-dealer {
  margin-top: 70px;
}

@media (min-width: 1024px) {
  #dealers .result #map-dealer {
    width: 607px;
    /*max-height: 500px;*/
    margin-top: 0;
  }
}

#dealers .result #map-dealer img {
  width: 100%;
  margin: 0 auto 80px;
}

#dealers .mCSB_scrollTools .mCSB_draggerContainer {
  width: 16px;
  background-color: #fafafa !important;
  border: 1px solid #e8e8e8;
}

#dealers .mCSB_scrollTools .mCSB_dragger {
  width: 7px !important;
  background-color: #c2c2c2;
  left: 4px !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#dealers .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #c2c2c2;
}

#dealers .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c2c2c2 !important;
}

#dealers .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

#dealers .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
