/**
 * @file
 * Subtheme specific CSS.
 */

@font-face {
  font-family: 'montserratbold';
  src: url('../css/fonts/montserrat-bold-webfont.woff2') format('woff2'),
       url('../css/fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratbold_italic';
  src: url('../css/fonts/montserrat-bolditalic-webfont.woff2') format('woff2'),
       url('../css/fonts/montserrat-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratmedium';
  src: url('../css/fonts/montserrat-medium-webfont.woff2') format('woff2'),
       url('../css/fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratmedium_italic';
  src: url('../css/fonts/montserrat-mediumitalic-webfont.woff2') format('woff2'),
       url('../css/fonts/montserrat-mediumitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src : url('../css/fonts/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../css/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('../css/fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url('../css/fonts/gotham/GothamBook/font.woff2') format('woff2'),
       url('../css/fonts/gotham/GothamBook/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



  @font-face {
    font-family: "Flaticon";
    src: url("../css/fonts/Flaticon.eot");
    src: url("../css/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../css/fonts/Flaticon.woff2") format("woff2"), url("../css/fonts/Flaticon.woff") format("woff"), url("../css/fonts/Flaticon.ttf") format("truetype"), url("../css/fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
      font-family: "Flaticon";
      src: url("../css/fonts/Flaticon.svg#Flaticon") format("svg");
    }
  }

  :root {
    /*Colors*/
    /*Primary*/
    --brand: #34414E;
    --brand-dark: #3463AE;
    --brand-light: #88A7E1;
    --brand-white: #FFFFFF;
    --brand-black: #000000;
    --brand-disabled: #D1D6DA;
    --brand-DarkMode: #E33D38;
    --brand-dark-dark: #222222;
    --brand-red: #E60012;
    --brand-grey: #A9B3B7;
    --brand-icon: #FFFFFF;
    /*--brand-black-light: #A0A0A0;*/
    /*Secondary*/
    /*--brand-secondary: #003399;
    --brand-secondary-medium: #00368F;
    --brand-secondary-dark: #001151;
    --brand-secondary-light: #0098D9;*/
    /*Border Show case*/
    /*--brand-secondary-border: #176DB7;*/
    /*Gray*/
    --gray-dark-12: #595758;
    --gray-dark-11: #999FA6;
    --gray-dark-10: #717A84;
    --gray-dark-9: #F1F1F1;
    --gray-dark-8: #E5E5E5;
    --gray-dark-7: #CCCCCC;
    --gray-dark-6: #B3B3B3;
    --gray-dark-5: #F7F7F7;
    --gray-dark-4: #838383;
    --gray-dark-3: #6C6C6C;
    --gray-dark-2: #565656;
    --gray-dark-1: #414141;
    --gray-light-1: #FFFFFF;
    --gray-light-2: #F2F2F2;
    --gray-light-3: #F2F1F6;
    --gray-light-4: #F1F1F1;
    --gray-light-6: #EFEFEF;
    --gray-light-5: #ECEBF2;
    /* Was Duplicated */
    /* --gray: #9A9A9A;
    --gray-light-1: #B3B3B3;
    --gray-light-2: #CCCCCC;
    --gray-light-3: #E5E5E5;
    --gray-light-4: #F1F1F1;
    --gray-light-5: #999;*/
    /* No Colors */
    /*    --black: black;
    --white: white;*/
    /* Blue */
    /*--blue: blue;
    --blue-dark-1: #014E98;
    --blue-blogHome: #039;
    --error: rgb(227, 25, 25);*/
    /* Notification */
    --notification-default: #236377;
    --notification-light: #E7F1FA;
    /*Alerts*/
    --alert-error-main: #CF000E;
    --alert-error-light: #E9CAC7;
    --alert-success-email: #4FBD88;
    --alert-success-email-light: #BDD6C5;
    --alert-main: #F9A12B;
    --alert-main-light: #FCE1B5;
    --alert-information-main: #3D85C6;
    --alert-information-light: #D3E5EA;
    /*Opacity*/
    /*    --opacity-black-80: #000000, rgba(0, 0, 0, 0.80);*/
    /* Fonts */
    --font-family-1: 'Gotham Book';
    --font-family-2: 'Gotham Medium';
    --font-family-3: 'Gotham Light';
    --font-family-4: 'Gotham Thin';
    --font-family-3-1: 'Montserrat';
    --font-family-3-2: 'Montserrat Bold';
    --font-family-4-1: 'Avenir Next LT Pro';
    --font-family-4-2: 'Avenir Next LT Pro Bold';
    /* Font sizes*/
    --title-large-1: 3.125rem;
    --title-1: 57px;
    --title-2: 2.75rem;
    --title-3: 27px;
    --title-4: 1.75rem;
    --title-5: 1.5rem;
    --title-6: 1.25rem;
    /* customize */
    /* 50-34 */ --title-7: 3.125rem;
    /* 32-30 */ --title-8: 2rem;
    /* 20-12 */ --title-9: 1.25rem;
    /* 32-26 */ --title-10: 2rem;
    --paragraph-1: 23px;
    --paragraph-2: 21px;
    --paragraph-3: 19px;
    --paragraph-4: 13px;
    /* 18-14 */ --paragraph-5: 1.125rem;
    /* 22-18 */ --paragraph-6: 1.375rem;
    --cta-1: 1.125rem;
    --cta-2: 1rem;
    --cta-3: 1rem;
    --cta-4: 0.875rem;
    /* Font weights*/
    --weight-extra-bold: 800;
    --weight-bolder: 700;
    --weight-bold: 600;
    --weight-semibold: 500;
    --weight-normal: 400;
    --weight-semilight: 300;
    --weight-light: 200;
    --weight-lighter: 100;
    /* Line Heights */
    --paragraph-1-line-height: normal;
    /* Borders */
    --border-xlg: 12px solid;
    --border-lg: 6px solid;
    --border-md: 4px solid;
    --border-sm: 2px solid;
    --border-xs: 1px solid;
    /* Layers */
    --header-layers: 99;
    --aside-model-layer: 9;
    /* Spacing */
    /* Colors: styles - figma */
    /*CAUTION: Colors: styles - figma are not find into the figma*/
    --primary: #1F3750;
    --white: #fff;
    --white-20: #ffffff50;
    --gray: #666666;
    --gray2: #969696;
    --gray3: #D2D1D1;
    --grayLight: #F4F4F4;
    --darkGray: #414141;
    --footer: #414141;
    --footer-copyright: #212529;
    --black: #000;
    --gray-pagination: #B2B2B2;
    /*END CAUTION*/
    /* Font sizes: styles - figma */ /*CAUTION: Font sizes: styles - figma: --text_p is not found into figma*/
    --text_p: 18px;
    /**
    * Global Layers (z-index)
    */
    --layer-header: 99;
    /***
    * Simple Header
    */
    --logo-alignment: "center";
    /***
    * Simple Footer
    */
    --post-footer-color: #3B485A;
    --a-footer-color: #737C88;
}
  
  img{max-width: 100%;height:auto;}
  h1,h2{font-family: "montserratsemibold";}

  .navbar ul.navbar-nav li.nav-item{
    margin-right: 8px;
  }

  .navbar-brand{padding: 0;}
  .navbar{padding: 0;}

  .dropdown-item{border-bottom: 1px solid #FFF;}
  .dropdown-item:hover{color:#000;background: none; border-bottom: 1px solid #34414e;}

  .dropdown-item a{color: #34414e;} 
  .dropdown-item a:hover{color: #152e46;}

  .navbar a.nav-link{
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
  }
  .navbar .navbar-toggler-icon {
    background-color:#FFF ;
  }

  #block-changan-barrio-views-block-car-performance-car-block-1{background-color:#F1F1F1 ;}
  #block-changan-barrio-views-block-car-performance-car-block-1 h3 .field--name-field-performance-title{font-size: 36px;}
  #block-changan-barrio-views-block-car-performance-car-block-1 h4 {font-family: 'montserratbold'; color: #000;}
  #block-changan-barrio-views-block-car-safety-block-1 h4 {font-family: 'montserratbold'; color: #000;}
  

  body.node--type-leads-offer main.main-content{display:none;}
  body.node--type-leads-offer .node.node--type-article.node--view-mode-full{max-width: 1024px; margin: 0 auto; padding:30px;}
  body.node--type-leads-offer .node.node--type-article.node--view-mode-full .field--name-body{text-align: justify;}
  body.node--type-leads-offer .content_left_right {max-width: 1024px; margin: 0 auto;}
  body.node--type-leads-offer .content_left_right.me-3 {margin-right: auto !important;}
  body.node--type-leads-offer .content_left_right .content_left {background: #ffffff;}
  /* LEADS PAGE */
  body.page-node-79 .node.node--type-article.node--view-mode-full{max-width: 1024px; margin: 0 auto; padding:30px;}
  body.page-node-79 .node.node--type-article.node--view-mode-full .field--name-body{text-align: justify;}
  body.page-node-79 .content_left_right {max-width: 1024px; margin: 0 auto;}
  body.page-node-79 .content_left_right.me-3 {margin-right: auto !important;}
  body.page-node-79 .content_left_right .content_left {background: #ffffff;}

  #block-changan-barrio-views-block-leads-registration-block-1 .node.node--type-leads-offer header{display:none}
  #block-changan-barrio-views-block-leads-registration-block-1 .node.node--type-leads-offer .node__content{margin: 0;}
  #block-changan-barrio-views-block-leads-registration-block-1 .node.node--type-leads-offer .field--type-image{margin:0}
  #block-changan-barrio-views-block-leads-registration-block-1 .carousel .field--type-image img{margin:0}

  #block-changan-barrio-views-block-leads-registration-block-2 .node.node--type-leads-offer header{display:none}
  #block-changan-barrio-views-block-leads-registration-block-2 .node.node--type-leads-offer .node__content{margin: 0;}
  #block-changan-barrio-views-block-leads-registration-block-2 .node.node--type-leads-offer .field--type-image{margin:0}
  #block-changan-barrio-views-block-leads-registration-block-2 .carousel .field--type-image img{margin:0}

  .navbar a.nav-link{font-family: "GothamBook"; font-size: 18px;}

  .dropdown-item{text-transform: uppercase;}
  .navbar-nav .dropdown-menu{background: #FFF;}
  .navbar-nav .dropdown-menu .dropdown-item li{color:#34414e;}
  
  /* line 68, src/sass/4-modules/_fonts.scss */
  .fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
  }

  #block-changan-barrio-views-block-car-header-block-1{position: absolute;
    top: 120px;
    z-index: 2; left:5%}

    #block-changan-barrio-views-block-car-header-block-1 .field--name-field-brochure{margin-top:45px;}
    #block-changan-barrio-views-block-car-header-block-1 .field--name-field-brochure .file, #block-changan-barrio-views-block-car-summary-block-1 .field--name-field-brochure .file{padding-left: 0px; display: block;}
    #block-changan-barrio-views-block-car-header-block-1 .field--name-field-brochure .file--application-pdf, #block-changan-barrio-views-block-car-summary-block-1 .field--name-field-brochure .file--application-pdf{background-image: none;}
    #block-changan-barrio-views-block-car-header-block-1 a, #block-changan-barrio-views-block-car-summary-block-1 .field--name-field-brochure a{--bs-btn-padding-x: 0.75rem;
      --bs-btn-padding-y: 0.375rem;
      text-transform: uppercase;
      --bs-btn-font-family: ;
      --bs-btn-font-size: 1rem;
      --bs-btn-font-weight: 400;
      --bs-btn-line-height: 1.5;
      --bs-btn-color: #212529;
      --bs-btn-bg: transparent;
      --bs-btn-border-width: 1px;
      --bs-btn-border-color: transparent;
      --bs-btn-border-radius: 0.375rem;
      --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
      --bs-btn-disabled-opacity: 0.65;
      --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
      display: block;
      padding: 15px 45px;
      font-family: montserratmedium;
      font-size: var(--bs-btn-font-size);
      font-weight: var(--bs-btn-font-weight);
      line-height: var(--bs-btn-line-height);
      color: #34414e;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
      border-radius: 0;
      
      border-color: #fff;
      background-color: #fff;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;}

      #block-changan-barrio-views-block-car-header-block-1 a.bookATestDrive{
      
        border-color: #34414e;
        background-color: #34414e;
        color: #FFFFFF;

      }

      #block-changan-barrio-views-block-car-summary-block-1 .field--name-field-brochure a{border:1px solid #0a457e;}
      #block-changan-barrio-views-block-car-summary-block-1 a.bookATestDrive{border-color: #34414e;
        background-color: #34414e;
        color: #FFFFFF;
        display: block;
        margin-top: 8px;
        padding: 15px;
        text-align: center;
      }

    #block-changan-barrio-views-block-car-header-block-1 .field--name-field-slogan{color:#FFF;}
    #block-changan-barrio-views-block-car-header-block-1 h1{font-family: montserratmedium;
      font-size: var(--title-1);
      font-style: normal;
      line-height: 3.5rem;
      text-transform: uppercase;
      width: 100%;
      color: var(--brand-white);}

.field--name-field-model-summary ul li{margin-bottom: 8px;}

  .field.field--name-field-car-name-image{    width: 270px;
    height: 89px;
    background-image: url(../images/car-title-bg-long.png);
    text-align: center;
  background-size: cover;}
  .field.field--name-field-car-name-image img{max-width: 195px;
    height: auto;
    display: inline-block;
    margin-top: 15px;}
  
  /* line 83, src/sass/4-modules/_fonts.scss */
  .flaticon-discount:before {
    content: "\f100";
  }
  
  /* line 87, src/sass/4-modules/_fonts.scss */
  .flaticon-shuttle:before {
    content: "\f101";
  }
  
  /* line 91, src/sass/4-modules/_fonts.scss */
  .flaticon-wrench:before {
    content: "\f102";
  }
  
  /* line 95, src/sass/4-modules/_fonts.scss */
  .flaticon-steering-wheel:before {
    content: "\f103";
  }
  
  /* line 99, src/sass/4-modules/_fonts.scss */
  .flaticon-reward:before {
    content: "\f104";
  }
  
  /* line 103, src/sass/4-modules/_fonts.scss */
  .flaticon-security:before {
    content: "\f105";
  }
  
  /* line 107, src/sass/4-modules/_fonts.scss */
  .flaticon-pin:before {
    content: "\f106";
  }
  
  /* line 111, src/sass/4-modules/_fonts.scss */
  .flaticon-car:before {
    content: "\f107";
  }
  
  /* line 115, src/sass/4-modules/_fonts.scss */
  .flaticon-idea:before {
    content: "\f108";
  }
  
  /* line 119, src/sass/4-modules/_fonts.scss */
  .flaticon-booking:before {
    content: "\f109";
  }
  
  /* line 123, src/sass/4-modules/_fonts.scss */
  .flaticon-steering-wheel-1:before {
    content: "\f10a";
  }
  

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "montserratregular", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

ul:not(.browser-default)>li {
    list-style-type: none
}

a{text-decoration: none; color: #333;}

#page{margin-top: 79px;}

#header{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #34414E;
    box-shadow: 0 0 8px #34414E;
}
#header .navbar .right-wrapper{justify-content: end;}

#header .navbar{padding: 15px 0;}

img#logo{max-height: 50px;}

.headerSpacor{margin-top:65px;}

.view.view-video-slider-block .view-content.row .views-row{padding: 0;}

/* line 1, src/sass/5-layout/_layout.scss */
.video-banner {
    position: relative;
    background-color: black;
    height: 95vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }

  .nav-link{color: #FFF; font-size: 18px;}

  .video-banner.title{height: auto; min-height: auto; margin: 65px 0 30px; overflow: auto; background-color: #0b457f;}
  .video-banner.fluid{height: auto; min-height: auto;}

  .video-banner > img{max-width: 100%; height: auto;}
  video{max-width: 100%; height: auto;width:100%;}

  .row.region.region-featured-top{margin:0;padding:0}

  #block-changan-barrio-views-block-slider-image-block-1{margin-top:80px;}
  
  
  
  /* line 28, src/sass/5-layout/_layout.scss */
  .video-banner__overlay h1 {
    color: #fff;
    font-size: 52px;
  }

  .video-banner.title .video-banner__overlay h1{padding: 30px 0;}
  
  @media (max-width: 767.98px) {
    /* line 28, src/sass/5-layout/_layout.scss */
    .video-banner__overlay h1 {
      font-size: 34px;
    }
  }
  
  /* line 37, src/sass/5-layout/_layout.scss */
  .video-banner__overlay h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    opacity: 0.8;
    line-height: 1.6;
  }
  
  @media (max-width: 767.98px) {
    /* line 37, src/sass/5-layout/_layout.scss */
    .video-banner__overlay h3 {
      font-size: 18px;
    }
  }
  
  /* line 51, src/sass/5-layout/_layout.scss */
  .video-banner::before {
    content: "";
    background-color: rgba(18, 18, 18, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 1;
  }

  .video-banner.title::before {display: none;}

  /* Floating Social Media Bar Style Starts Here */
/* line 45, src/sass/4-modules/_slider.scss */
.float-sm {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: calc(100vh/3)
}

.fl-fl {
    background: #121212;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 7px 10px;
    width: 164px;
    position: absolute;
    right: -126px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  
  /* line 58, src/sass/4-modules/_slider.scss */
  .fl-fl:hover {
    right: 0;
  }
  
  /* line 62, src/sass/4-modules/_slider.scss */
  .fl-fl i {
    color: #fff;
    font-size: 20px;
  }
  
  /* line 67, src/sass/4-modules/_slider.scss */
  .fl-fl a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 0.1px;
    margin-left: 5px;
  }
  
  /* line 82, src/sass/4-modules/_slider.scss */
  .float-position__1 {
    top: 0px;
  }
  
  /* line 86, src/sass/4-modules/_slider.scss */
  .float-position__2 {
    top: 50px;
  }
  
  /* line 90, src/sass/4-modules/_slider.scss */
  .float-position__3 {
    top: 100px;
  }
  
  /* line 94, src/sass/4-modules/_slider.scss */
  .float-position__4 {
    top: 150px;
  }
  
  /* line 98, src/sass/4-modules/_slider.scss */
  .float-position__5 {
    top: 200px;
  }
  
  /* Floating Social Media Bar Style Ends Here */

  /* line 38, src/sass/5-layout/_columns.scss */
.feature__col {
    text-align: center;
  }
  
  @media (max-width: 991.98px) {
    /* line 38, src/sass/5-layout/_columns.scss */
    .feature__col {
      margin-top: 20px;
    }
  }
  
  /* line 45, src/sass/5-layout/_columns.scss */
  .feature__col_icon {
    font-size: 50px;
  }
  .feature__col_icon a{
    color:#212529;
  }

  #block-changan-barrio-whatwouldyouliketodo-2 .feature__col_icon a {
    color: #212529;
    display: inline-block;
    border-radius: 100px;
    background: #f2f2f2;
    margin-bottom: 5px;
} #block-changan-barrio-whatwouldyouliketodo-2 .feature__col_icon:hover a {

  background: #afbac5;
}
  
  /* line 49, src/sass/5-layout/_columns.scss */
  .feature__col_title {
    margin-top: 0;
    text-transform: uppercase;
    font-family: "montserratsemibold";
  }

    /* line 49, src/sass/5-layout/_columns.scss */
    .feature__col_title a{color:#212529;}
  
/* line 206, src/sass/5-layout/_columns.scss */
.about_features {
    margin-top: 3rem;
  }
  
  /* line 209, src/sass/5-layout/_columns.scss */
  .about_features li ~ li {
    margin-top: 20px;
  }
  
  /* line 213, src/sass/5-layout/_columns.scss */
  .about_features li {
    background-color: #e9ecec;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "montserratsemibold";
  }
  
  @media (max-width: 991.98px) {
    /* line 213, src/sass/5-layout/_columns.scss */
    .about_features li {
      padding: 10px 10px;
      font-size: 14px;
      font-family: "montserratmedium";
    }
  }
  
  /* line 227, src/sass/5-layout/_columns.scss */
  .about_features svg.icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 10px;
  }
  
  @media (max-width: 991.98px) {
    /* line 236, src/sass/5-layout/_columns.scss */
    .about_grphic {
      margin-top: 3rem;
    }
  }
  
  @media (max-width: 991.98px) {
    /* line 244, src/sass/5-layout/_columns.scss */
    .feature > .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    /* line 248, src/sass/5-layout/_columns.scss */
    .feature > .row .col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
    }
  }

  /* line 1, src/sass/5-layout/_footer.scss */
.footer {
  padding: 100px 0 0 0;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

@media (max-width: 991.98px) {
  /* line 1, src/sass/5-layout/_footer.scss */ .footer {
      padding: 50px 0 0 0;
  }
}

/* line 9, src/sass/5-layout/_footer.scss */
.footer .row .col {
  min-height: auto;
}

/* line 13, src/sass/5-layout/_footer.scss */
.footer__menu {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
}

@media (max-width: 991.98px) {
  /* line 13, src/sass/5-layout/_footer.scss */ .footer__menu {
      margin-top: 25px;
      padding-top: 25px;
  }
}

/* line 24, src/sass/5-layout/_footer.scss */
.footer__menu h5 {
  font-family: "montserratmedium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  /* line 31, src/sass/5-layout/_footer.scss */ .footer__menu ul {
      display: none;
      margin-bottom: 25px;
  }
}

/* line 38, src/sass/5-layout/_footer.scss */
.footer__menu li ~ li {
  margin-top: 0.5rem;
}

/* line 43, src/sass/5-layout/_footer.scss */
.footer__menu li a {
  color: #121212;
}

/* line 46, src/sass/5-layout/_footer.scss */
.footer__menu li a:hover {
  color: #0b457f;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  /* line 53, src/sass/5-layout/_footer.scss */ .footer__menu .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

/* line 60, src/sass/5-layout/_footer.scss */
.footer__copyright {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  /* line 60, src/sass/5-layout/_footer.scss */ .footer__copyright {
      margin-top: 25px;
      padding-top: 25px;
      padding-bottom: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

/* line 76, src/sass/5-layout/_footer.scss */
.footer__copyright_info {
  margin-bottom: 1rem;
}

/* line 84, src/sass/5-layout/_footer.scss */
.social__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 87, src/sass/5-layout/_footer.scss */
.social__icons li {
  margin-right: 15px;
}

/* line 90, src/sass/5-layout/_footer.scss */
.social__icons li a {
  color: #121212;
  font-size: 16px;
}

/* line 94, src/sass/5-layout/_footer.scss */
.social__icons li a:hover {
  color: #0b457f;
}

.return-top {
  width: 96px;
  line-height: 1;
  background-color: #c31e1a;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 45px 0 0 45px;
  position: fixed;
  right: -100px;
  bottom: 100px;
  z-index: 111;
  padding: 13px 0 13px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
  .return-top{display: none !important;}

  /* line 105, src/sass/5-layout/_footer.scss */ .mobile__menu_btn {
      position: relative;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-item-align: center;
      align-self: center;
      width: 14px;
      height: 100%;
      height: 2px;
      border: none;
      background: none;
      -webkit-transition: -webkit-transform .4s ease-in-out;
      transition: -webkit-transform .4s ease-in-out;
      transition: transform .4s ease-in-out;
      transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
      /* Vertical line */
      /* horizontal line */
  }

  /* line 119, src/sass/5-layout/_footer.scss */
  .mobile__menu_btn:before, .mobile__menu_btn:after {
      position: absolute;
      display: inline-block;
      background: #0b457f;
      content: "";
  }

  /* line 128, src/sass/5-layout/_footer.scss */
  .mobile__menu_btn:before {
      width: 14px;
      height: 2px;
      opacity: 1;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
  }

  /* line 136, src/sass/5-layout/_footer.scss */
  .mobile__menu_btn:after {
      width: 2px;
      height: 14px;
  }

  /* line 144, src/sass/5-layout/_footer.scss */
  .mobile__menu.active .mobile__menu_btn {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  /* line 147, src/sass/5-layout/_footer.scss */
  .mobile__menu.active .mobile__menu_btn:before {
      opacity: 0;
  }
}

.hashSection{}
.hashSection .hashTitle{background-color: #0b457f;}
.hashSection .hashTitle h2{font-family: 'montserratsemibold';}

/* line 153, src/sass/5-layout/_about.scss */
.qlty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
  border-radius: 0.42rem;
  padding: 2rem 2.25rem;
  height: 100%;
}

@media (max-width: 991.98px) {
  /* line 153, src/sass/5-layout/_about.scss */ .qlty-block {
      padding: 1rem;
  }
}

/* line 168, src/sass/5-layout/_about.scss */
.qlty-block__icon svg {
  width: 50px;
  height: 50px;
  fill: rgba(18, 18, 18, 0.7);
}

@media (max-width: 991.98px) {
  /* line 168, src/sass/5-layout/_about.scss */ .qlty-block__icon svg {
      width: 30px;
      height: 30px;
  }
}

/* line 181, src/sass/5-layout/_about.scss */
.qlty-block__value {
  margin-top: 0.5rem;
  font-size: 1.5rem !important;
  font-family: "montserratsemibold";
}


@media (max-width: 991.98px) {
  /* line 181, src/sass/5-layout/_about.scss */ .qlty-block__value {
      font-size: 1rem !important;
  }
}

/* line 192, src/sass/5-layout/_about.scss */
.qlty-block h5 {
  font-family: "montserratmedium";
  margin-bottom: 0;
  color: rgba(18, 18, 18, 0.5);
  font-size: 1.15rem;
}

@media (max-width: 991.98px) {
  /* line 192, src/sass/5-layout/_about.scss */ .qlty-block h5 {
      font-size: 0.9rem !important;
  }
}

/* line 253, src/sass/5-layout/_about.scss */
.key-features:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ced4d4;
  border-width: 10px;
  margin-left: -10px;
}

/* line 268, src/sass/5-layout/_about.scss */
.key-features h5 {
  font-size: 14px;
  font-family: "montserratsemibold";
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 277, src/sass/5-layout/_about.scss */
.key-features ul li {
  font-size: 13px;
  color: #2c2c2c;
}

.row{--bs-gutter-x: 0;}

#block-changan-barrio-views-block-video-slider-block-block-2 .node--view-mode-teaser{padding: 0; margin:0;}
#block-changan-barrio-views-block-video-slider-block-block-2 .node__content{margin-top: 0;}

#block-changan-barrio-views-block-car-model-block-1 .view-content.row .views-row{padding: 0; margin: 0;}

#block-changan-barrio-views-block-history-block-block-1{margin-bottom: 30px;}

/*COOKIE **/
@media (min-width: 768px){
  .cookiesjsr-banner--action{
    width:15%;align-self: flex-start;
  }
  .cookiesjsr-banner--info{
    width:85%;
    margin: 0;
  }
}

#cookiesjsr {
  --banner-bg-color: #0a457e;
  background-color: #0a457e;

}
/* END COOKIE **/

.modelBlockWrapper{position:relative;}
.modelBlockWrapper .modelBlockImage{ position: relative; z-index: 1;}
.modelBlockWrapper .modelBlockImage img{margin: 0;}
.modelBlockWrapper .modelBlockContent{text-align: center;}

  .modelBlockWrapper.right .modelBlockContent{left: auto; right:10%;}

  .modelBlockWrapper.node-15{    padding: 90px 0 20px 0; background: url(../images/dimensions-bg.jpg) center bottom no-repeat;  background-size: cover;   min-height: 583px;}
  .modelBlockWrapper.node-15 .modelcontainer{max-width: 1440px;--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; padding-right: calc(var(--bs-gutter-x)* .5); padding-left: calc(var(--bs-gutter-x)* .5); margin-right: auto; margin-left: auto;}
  .modelBlockWrapper.node-15 .modelBlockContent h2{font-size: 60px;color: #333;font-weight: bold; line-height: 1.2;}
  .modelBlockWrapper.node-15 .modelBlockContent{padding-top:45px;}
  
  /* .modelBlockWrapper.node-32{    padding: 0;}
  .modelBlockWrapper.node-32 .modelcontainer{max-width: 1440px;--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; padding-right: calc(var(--bs-gutter-x)* .5); padding-left: calc(var(--bs-gutter-x)* .5); margin-right: auto; margin-left: auto;}
  .modelBlockWrapper.node-32 .modelBlockContent h2{font-size: 30px;color: #333;font-weight: bold; line-height: 1.5;}
  .modelBlockWrapper.node-32 .modelBlockContent.alternate-post__text_content p{color: #2c2c2c; line-height: 1.5;}
  .modelBlockWrapper.node-32 .modelBlockContent{padding-top:0;} */

  .modelBlockWrapper.node-57{    padding: 90px 0 20px 0; background: url(../images/dimensions-bg.jpg) center bottom no-repeat;  background-size: cover;   min-height: 583px;}
  .modelBlockWrapper.node-57 .modelcontainer{max-width: 1440px;--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; padding-right: calc(var(--bs-gutter-x)* .5); padding-left: calc(var(--bs-gutter-x)* .5); margin-right: auto; margin-left: auto;}
  .modelBlockWrapper.node-57 .modelBlockContent h2{font-size: 60px;color: #333;font-weight: bold; line-height: 1.2;}
  .modelBlockWrapper.node-57 .modelBlockContent{padding-top:45px;}

  .modelBlockWrapper .modelBlockContent h2{color:#222;font-size:28px; text-transform: uppercase; font-family: 'montserratregular';}
  .modelBlockWrapper .modelBlockContent h3{color:#222;font-size:16px}
  .modelBlockWrapper .modelBlockContent h4{color:#222;font-size:16px}
  .modelBlockWrapper .modelBlockContent p{color:#222;}
  .modelBlockWrapper .modelBlockContent hr{color:#222;}
  .modelBlockWrapper .modelBlockContent ul li{color:#222;list-style-type: disc; margin-left: 15px;}

  #block-changan-barrio-views-block-tvc-block-2 .node__content{margin: 0;}

  .navbar-nav .nav-link.active{color:#dee2e6;}

  .modelHomeSlider{position: relative;}
  .modelHomeSlider h2{color:#FFF;}
  .modelHomeSlider p{color:#FFF;}
  .modelHomeSlider .field--name-field-slider-text{position: absolute; bottom:14%; left:10%;}
  .modelHomeSlider .btn{position: absolute; bottom:8%; left:10%; background-color: #000;border-color: #000; z-index: 99; border-radius: 5px;}
  .modelHomeSlider .btn:hover{background-color: #34414e;border-color: #34414e;}

  .btn.btn-primary{background-color: #34414e;border-color: #34414e ;}

  .page-node-12 .after_content_left_right .after_content_left{background-color: #f8f9fa;}
  .page-node-12 .after_content_left_right .after_content_right{border-left: 1px solid #dee2e6;}
  
  .page-node-2 .after_content_left_right .after_content_right{background-color: #f8f9fa;border-left: 1px solid #dee2e6;}
  .page-node-2 .after_content_left_right .after_content_left ul{margin-left:20px;}
  .page-node-2 .after_content_left_right .after_content_left ul li{list-style-type: disc;}


  .homeInnovations{position: relative;}
  .homeInnovations .backgroundPic{}
  .homeInnovations .contentCont{position:absolute; left: 10%; bottom:10%; width:33%; z-index: 2; padding: 20px; background: #111111c7;}
  .homeInnovations .contentCont h2{color: #FFF;}
  .homeInnovations .contentCont h3{color: #FFF;}
  .homeInnovations .contentCont p{color: #FFF;}
  .homeInnovations .contentCont .btn{background-color: #34414e;border-color: #34414e;}
  .homeInnovations .contentCont .btn:hover{background-color: #34414e;border-color: #34414e;}

  .perfomanceGroup {}
  .perfomanceGroup h3{font-size: 16px; text-align: center;}
  #block-changan-barrio-views-block-car-performance-block-1 h2{padding-top:45px;font-size: 60px;text-align: center;color: #333;font-weight: bold; line-height: 1.2;}
  #block-changan-barrio-views-block-car-fashion-block-1{margin-bottom: 45px;}
  #block-changan-barrio-views-block-car-fashion-block-1 h2{padding-top:45px;font-size: 60px;text-align: center;color: #333;font-weight: bold; line-height: 1.2;}
  
form.contact-message-get-in-touch-form{max-width: 1024px; margin: 45px auto; padding: 15px;}

#cookiesjsr .cookiesjsr-banner{background-color: #fff; border-top: solid #e7e7e7 1px;}
#cookiesjsr ul.cookiesjsr-links{display: none;}
#cookiesjsr span{color: #333; background: url(../images/l-logo.png) left center no-repeat; padding-left: 140px;}
#cookiesjsr .cookiesjsr-btn{display: block;line-height: 38px;font-size: 16px;color: #34414e;font-weight: bold;text-align: center;border: 1px solid #34414e;border-radius: 38px;margin: 0 auto;}


@media (max-width: 767px) {
  .modelHomeSlider .field--name-field-slider-text{position: static; padding: 15px; width: 100%; width: 100%;}
  .modelHomeSlider .btn{display: none;}

  #cookiesjsr span{background: none; padding: 0;}

  .homeInnovations .contentCont{position: static; padding: 15px; width: 100%; width: 100%;}
  #block-changan-barrio-views-block-slider-image-block-3 .carousel-item{background-color: #333;}

  #block-changan-barrio-views-block-car-header-block-1{position: static; margin-top: 79px; padding: 15px;}
  #block-changan-barrio-views-block-car-header-block-1 h1{color:#152e46;}
  #block-changan-barrio-views-block-car-header-block-1 .field--name-field-slogan {color:#333;}
  #block-changan-barrio-views-block-car-header-block-1 .field--name-field-brochure{margin: 15px 0 0; border: 1px solid #0a457e; background-color: #efefef;}
  .field.field--name-field-car-name-image{width: 100%;}
}

  .investment-talents-item {
    padding: 75px 0 65px 0;
    background-color: #f9f9f9;
  }
  .investment-talents-item .item-inner .txt-box {
    width: 1100px;
    font-size: 18px;
    line-height: 2;
    margin: 30px auto 0 auto;
    text-align: justify;
  }
  .investment-talents-item .item-inner .list-box {
    margin-top: 20px;
    font-size: 0;
    text-align: center;
  }
  .investment-talents-item .item-inner .list-box li {
    display: inline-block;
    width: 20%;
    padding: 0 15px;
    vertical-align: top;
  }
  .investment-talents-item .item-inner .list-box li .block-box .pic-box {
    width: 85%;
    margin: 0 auto;
  }
  .investment-talents-item .item-inner .list-box li .block-box .pic-box img {
    display: block;
    width: 100%;
  }
  .investment-talents-item .item-inner .list-box li .block-box .cont-box {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
  }
  .investment-talents-item .item-inner .list-box li .block-box .cont-box .title {
    font-size: 24px;
    font-weight: bold;
  }

  .node--view-mode-tvc header{display: none;}
  #block-changan-barrio-views-block-car-model-features-block-1 h2{padding-top:45px;font-size: 60px;text-align: center;color: #333;font-weight: bold; line-height: 1.2;}



.view-car-model-features .field--name-field-feature-image img{margin:0}
.featureArticle{position: relative;}
.featureArticle .featureArticleText{position: absolute; bottom: 0; width: 100%;}
.featureArticle .featureArticleText h3{    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);}


  .view.view-frontpage.view-id-frontpage.view-display-id-page_1{display:none}

  /** MOPdel COlor Scheme **/
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-indicators-btn .field--name-field-car-image{display:none;}
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-indicators-btn .field--name-title{display:none;}
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-indicators-btn .colorCode{border-radius: 50%; border: solid 2px var(--gray-dark-8);}
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-indicators-btn .colorCode span{border-radius: 50%;height: 2.25rem;width: 2.25rem;border: solid 5px var(--brand-white);background-color: transparent;cursor: pointer;display: block;}
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-indicators-btn .field--name-field-car-color-scheme img {max-width: 36px; height:auto; margin: 0;}
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-item .field--name-field-car-color-scheme{display:none;}
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-item .field--name-field-car-image{text-align: center;}
  #block-changan-barrio-views-block-car-model-color-block-1 .carousel-item .colorCode{display:none;}
  .content_left_right{margin:0 0;}
  .content_left_right .content_left{padding: 45px; background: #41454b;}
  /** END MOPdel COlor Scheme **/

 

  #block-changan-barrio-content .node__content{margin: 0;}

  .specificationView img{ max-width: 40px; height: auto;}
  .specificationView h2{color:#FFF;}
  .specificationView .field--name-field-specification img{ max-width: 100%; height: auto;}
  .specificationView .field__label{ font-weight: bold; color:#FFF;}
  .specificationView .field__item{ color:#FFF;}

  .carousel-control-prev{background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */}

  .carousel-control-next{background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */}

  .field--name-field-video-slider video{display: block;}

  .node--type-car-model.node--view-mode-gallery-item .node__content {margin: 0;}
  .contact-message-book-a-test-drive-form.contact-message-form{padding: 15px; border:1px solid #efefef; background: #f8f9fa;}

  .view-car-model-home .node--type-car-model.node--view-mode-teaser{position: relative;padding: 0; margin: 0; border: 0;}
  .view-car-model-home .node--type-car-model.node--view-mode-teaser .field--type-image{margin: 0;}
  .view-car-model-home .col:first .node--type-car-model.node--view-mode-teaser .field--type-image{margin: 0 1em 0 0;}
  .view-car-model-home .node--type-car-model.node--view-mode-teaser header{position: absolute; left: 0; bottom: 0;width:100%; background: rgba(51,51,51,0.5);}
  .view-car-model-home .node--type-car-model.node--view-mode-teaser header h2{margin: 0; padding: 12px 20px;}
  .view-car-model-home .node--type-car-model.node--view-mode-teaser header h2 a{color:#FFF;}
  .view-car-model-home .node--type-car-model.node--view-mode-teaser img{margin:0}

.overlay_info{position: relative;}
.overlay_info .content{position: absolute; bottom: 0;}

.featured-bottom{margin-top: 30px;}

body.page-user-login #header{position: relative; margin-bottom: 30px;}

/** Compatibility **/
@media (max-width: 767px) {
.modelBlockWrapper .modelBlockContent{position: static;width: 100%;max-width: none;}
}

/* line 6, src/sass/5-layout/_about.scss */
.brand-info {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  height: 100%;
}

/* line 13, src/sass/5-layout/_about.scss */
.brand-info__theme {
  background-color: #0b457f;
}

/* line 17, src/sass/5-layout/_about.scss */
.brand-info__alt {
  background-color: #121212;
}

/* line 21, src/sass/5-layout/_about.scss */
.brand-info h6 {
  font-size: 1.06rem;
  font-family: "montserratsemibold";
  line-height: 1.66;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 10px;
}

/* line 33, src/sass/5-layout/_about.scss */
.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 37, src/sass/5-layout/_about.scss */
.count__icon {
  background-image: url(../images/icon-keypad.svg);
  background-size: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 49, src/sass/5-layout/_about.scss */
.count__number {
  font-size: 26px;
  font-family: "montserratsemibold";
  color: #fff;
}

@media (max-width: 767px) {
  .overlay_info .content{position: relative; bottom: auto;}
  .brand-info {
    padding: 15px;
    text-align: center;
    height: 100%;
  }
  .count__icon{display:none}
  .count__number{font-size: 18px;}
  .brand-info h6{font-size: 14px;}
  .count{display:block}

}
