main#main .container {
  width: 100%!important;
  padding: 0px!important;
  margin: 0px!important;
}

#kolorv2 *:focus {
  outline: inherit;
}

#kolorv2 a:hover {
  color: #E0E0E0;
}

#kolorv2 {
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 100;
  width: 100%;
  overflow: hidden;
}
/*
* Module: Redes
*/
#kolorv2 .redes {
  text-align: center;
  padding: 0 3rem;
  height: auto;
}

#kolorv2 .ico-youtube,
#kolorv2 .ico-facebook,
#kolorv2 .ico-instagram {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  margin-right: 10px;
}

#kolorv2 .ico-youtube svg,
#kolorv2 .ico-facebook svg,
#kolorv2 .ico-instagram svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

#kolorv2 .ico-youtube path,
#kolorv2 .ico-facebook path,
#kolorv2 .ico-instagram path {
  fill: #999999;
}

#kolorv2 .ico-youtube:hover path,
#kolorv2 .ico-facebook:hover path,
#kolorv2 .ico-instagram:hover path {
  fill: #b30722;
}
/*
* Module: Header
*/
#kolorv2 .header {
  position: relative;
  width: 100%;
  height: 502px;
}

#kolorv2 .header .content {
  position: relative;
  width: 1000px;
  height: 600px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

#kolorv2 .wrapper h2 {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 300;
  font-size: 21pt;
  line-height: 27pt;
}

#kolorv2 .header .slide {
  position: absolute;
  width: 100%;
  height: 502px;
  display: none;
}

/* Slick - Slider Mobile */
#kolorv2 .slick-prev, .slick-next {
  position: absolute;
  top: 98px;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1;
}

#kolorv2 .slick-next {
  right: -8px;
}

#kolorv2 .slick-prev {
  left: -9px;
}

#kolorv2 .slick-prev path, .slick-next path {
  fill: #acacac;
}

#kolorv2 .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#kolorv2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#kolorv2 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#kolorv2 .slick-dots li.slick-active button:before {
  color: #acacac;
}

#kolorv2 .opacity {
  opacity: 0.3 !important;
}

#kolorv2 .slick-dots li button:before {
  font-size: 50pt;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #dedede;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#kolorv2 .header .slide-1 {
  background-image: url(/static/contenido/marcas_propias/kolor/img/kolor--header__featured-img__slide-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#kolorv2 .header .slide-2 {
  background-image: url(/static/contenido/marcas_propias/kolor/img/kolor--header__featured-img__slide-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#kolorv2 .slide__text {
  background-image: url(/static/contenido/marcas_propias/kolor/img/kolor--header__featured-img__text.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 380px;
  height: 140px;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -70px;
  z-index: 3;
  display: none;
}

#kolorv2 .slide__logo {
  background-image: url(/static/contenido/marcas_propias/kolor/img/kolor--header__featured-img__logo.png);
  background-repeat: no-repeat;
  background-size: 220px auto;
  position: absolute;
  width: 220px;
  height: 118px;
  top: 0;
  left: 50%;
  margin-left: -110px;
  z-index: 3;
  display: none;
}

#kolorv2 .sidebar {
  position: absolute;
  width: 1000px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}

#kolorv2 .sidebar-content {
  width: 210px;
  min-height: 200px;
  margin-top: 40px;
  position: absolute;
  padding: 20px 20px 20px 20px;
  z-index: 9;
}

#kolorv2 .sidebar-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#kolorv2 .sidebar-content ul li {
  margin-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(51,51,51,0.5);
  padding-bottom: 7px;
}

#kolorv2 .sidebar-content ul li:last-child {
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#kolorv2 .sidebar-content ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 10pt;
}

#kolorv2 .sidebar-content ul li a:hover {
  color: #005dad;
}

#kolorv2 .sidebar-mobile {
  display: none;
}

#kolorv2 .sidebar-content .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: -1;
}

/*
* Module: Video
*/

#kolorv2 .feature {
 /* position: relative;
  width: 1000px;*/
  margin: auto;
}

#kolorv2 .feature video {
  width: 100%;
  height: auto;
  margin-top: -3px;
}

#kolorv2 .info-video-feature {
  width: 600px;
  float: right;
}

#kolorv2 .info-video-feature__embed {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

#kolorv2 .info-video-feature__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#kolorv2 .feature .preview {
  width: auto;
  height: auto;
  width: 100%;
  z-index: 1;
}

#kolorv2  .info-video-feature__embed .opacity {
  opacity: 0 !important;
}



/*
* Custom Grid
*/
#kolorv2 .wrapper {
  position: relative;
  width: 1000px;
  margin: auto;
  padding-bottom: 30px;
}

#kolorv2 .container-grid {
  width: 100%;
  min-height: 450px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#kolorv2 .container-grid .row-item {
  width: 32%;
  display: block;
  margin-bottom: 13px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-right: 20px;
  margin-bottom: 20px;
}

#kolorv2 .container-grid .row-item img {
  width: 100%;
  height: auto;
}

#kolorv2 .container-grid .row-item:nth-child(3) {
  margin-right: 0px;
}

#kolorv2 .container-grid .row-item:nth-child(6) {
  margin-right: 0px;
}

#kolorv2 .container-grid .row-item:nth-child(9) {
  margin-right: 0px;
}

#kolorv2 .container-grid .row-item:nth-child(12) {
  margin-right: 0px;
}

#kolorv2 .container-grid-full {
  position: relative;
  width: 1618px;
  margin-left: -809px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

#kolorv2 .row-item-2 {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 25px;
  width: 100%;
  width: 526px;
  color: #000;
  text-decoration: none;
}

#kolorv2 .container-grid-full .row-item-2:nth-child(3) {
  margin-right: 0px;
}

#kolorv2 .container-grid-full .row-item-2:nth-child(6) {
  margin-right: 0px;
}

#kolorv2 .container-grid-full .row-item-2:nth-child(8) {
  margin-right: 0px;
}

#kolorv2 .container-grid-center {
  width: 100%;
  min-height: 450px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#kolorv2 .container-grid-center .row-item {
  width: 32%;
  display: block;
  margin-bottom: 13px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  margin-right: 20px;
  margin-bottom: 20px;
}

#kolorv2 .container-grid-center .row-item:nth-child(3) {
  margin-right: 0px;
}

#kolorv2 .container-grid-center .row-item:nth-child(6) {
  margin-right: 0px;
}

#kolorv2 .container-grid-center .row-item:nth-child(8) {
  margin-right: 0px;
}

#kolorv2 .container-grid-center .row-item:last-child {
  margin-left: -158px;
}

#kolorv2 .container-grid-medium {
  width: 860px;
  min-height: 300px;
  position: relative;
  margin: auto;
}

#kolorv2 .container-grid-medium .row-item-side {
  width: 50%;
  margin-bottom: 50px;
  float: left;
  min-height: 300px;
}

/*
* Module: Ideas
*/

#kolorv2 .reference-ideas .title {
  margin: 0;
  font-weight: 300;
  font-size: 20pt;
  line-height: 23pt;
  margin-bottom: 17px;
}

#kolorv2 .reference-ideas .category {
  display: block;
  color: #7d7d7d;
  font-size: 12pt;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 5px;
}

#kolorv2 .reference-ideas .link {
  color: #ed723b;
  font-size: 14pt;
  font-weight: 400;
  text-decoration: none;
}

/*
* Module: Color
*/

#kolorv2 .reference-color .color .title {
  margin: 0;
  padding: 0;
  padding: 20px 10px 0 20px;
  font-weight: bold;
  font-size: 15pt;
  line-height: 18pt;
}

#kolorv2 .reference-color p {
  margin: 0;
  padding: 0;
  padding: 10px 10px 0 20px;
  font-weight: 300;
  font-size: 13pt;
  line-height: 18pt;
}

#kolorv2 .reference-color .color {
  height: 260px;
  color: #000;
}

#kolorv2 .reference-color .color-1 {
  background: #f0de67;
}

#kolorv2 .reference-color .color-2 {
  background: #8bd796;
}

#kolorv2 .reference-color .color-3 {
  background: #58c5f3;
}

#kolorv2 .reference-color .color-4 {
  background: #cc8cd7;
}

#kolorv2 .reference-color .color-5 {
  background: #ed6363;
}

#kolorv2 .reference-color .color-6 {
  background: #f7a256;
}

/*
* Module: Pinturas
*/

#kolorv2 .reference-pinturas-espacios .pintura img {
  width: 100%;
}

#kolorv2 .reference-descarga .descarga img {
  width: 100%;
}

#kolorv2 .reference-pinturas-espacios .pintura .title {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  font-weight: 300;
  font-size: 20pt;
  line-height: 23pt;
}

#kolorv2 .reference-descarga .descarga .link {
  color: #ed723b;
  font-size: 14pt;
  font-weight: 400;
  text-decoration: none;
}

#kolorv2 .reference-descarga .descarga .title {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 19pt;
  line-height: 23pt;
  margin-bottom: 5px;
}

/*
* Module: Tipos
*/

#kolorv2 .reference-tipos {
  padding-top: 30px;
}

#kolorv2 .reference-tipos .tipos {
  width: 340px;
}

#kolorv2 .tipo-4,
#kolorv2 .tipo-2 {
  float: right;
}

#kolorv2 .tipo-4 .highlight {
  width: 123px;
}

#kolorv2 .tipos .logo__small {
  display: block;
  width: 100px;
  height: 40px;
  background-color: #000;
  border-radius: 7px;
  float: left;
  background-image: url(/static/contenido/marcas_propias/kolor/img/kolor--logo-small.jpg);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center center;
}

#kolorv2 .tipos .type {
  display: block;
  width: 170px;
  height: 40px;
  border-radius: 7px;
  float: left;
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12pt;
  margin-left: 5px;
}

#kolorv2 .tipos .logo__sello {
  display: block;
  width: 55px;
  height: 50px;
  float: left;
  margin-left: 10px;
  margin-top: -5px;
}

#kolorv2 .tipos .title {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-top: 10px;
  font-weight: 300;
  font-size: 20pt;
  line-height: 23pt;
}

#kolorv2 .tipos .description {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-top: 5px;
  font-weight: 300;
  font-size: 13pt;
  line-height: 18pt;
}

#kolorv2 .tipos .highlight {
  width: 275px;
  float: left;
  font-weight: bold;
  font-size: 16pt;
  line-height: 18pt;
  text-transform: uppercase;
  padding: 10px 0px 10px 0px;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  margin: 10px 0px 5px 0px;
  text-align: center;
}

#kolorv2 .tipos .description .title-small-strong {
  display: block;
  width: 100%;
  float: left;
  font-weight: bold;
}

#kolorv2 .tipo-1 .highlight {
  color: #ddab56;
}

#kolorv2 .tipo-1 .type {
  background-color: #ddab56;
}

#kolorv2 .tipo-1 .logo__sello {
  background-image: url(/static/contenido/marcas_propias/kolor/img/10anos.png);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center center;
}

#kolorv2 .tipo-2 .highlight {
  color: #919191;
}

#kolorv2 .tipo-2 .type {
  background-color: #919191;
}

#kolorv2 .tipo-2 .logo__sello {
  background-image: url(/static/contenido/marcas_propias/kolor/img/15anos.png);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center center;
}

#kolorv2 .tipo-3 .highlight {
  color: #86402d;
}

#kolorv2 .tipo-3 .type {
  background-color: #86402d;
}

#kolorv2 .tipo-3 .logo__sello {
  background-image: url(/static/contenido/marcas_propias/kolor/img/20anos.png);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center center;
}

#kolorv2 .tipo-4 .highlight {
  color: #3c749f;
}

#kolorv2 .tipo-4 .type {
  background-color: #3c749f;
}

/*
* Module: Video
*/

#kolorv2 .info-video {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#kolorv2 .info-video-preview {
  width: 600px;
  float: right;
}

#kolorv2 .info-video-preview__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#kolorv2 .info-video-preview__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#kolorv2 .info-video-preview__embed .preview {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  width: 100%;
  z-index: 1;
}

#kolorv2  .info-video-preview__embed .opacity {
  opacity: 0 !important;
}

#kolorv2 .info-video-preview img {
  width: 100%;
}

#kolorv2 .info-video-txt {
  margin: 0;
  padding: 0;
  width: 200px;
  float: left;
}

#kolorv2 .info-video-txt .title {
  font-weight: 100;
  font-size: 24pt;
  line-height: 28pt;
}

@media (max-width: 1618px) {
  /*
  * Custom Responsive
  */
  #kolorv2 .container-grid-full {
    width: 1200px;
    margin-left: -600px;
  }

  #kolorv2 .container-grid .row-item {
    width: 286px;
  }

  #kolorv2 .container-grid-center .row-item {
    width: 286px;
  }

  #kolorv2 .container-grid-center .row-item:last-child {
    margin-left: -145px;
  }

  #kolorv2 .row-item-2 {
    width: 386px;
  }

  #kolorv2 .wrapper {
    width: 900px;
  }

  /*
  * Module: Video
  */
  #kolorv2 .featured {
    width: 900px;
  }
}

@media (max-width: 1200px) {
  /*
  * Custom Grid
  */
  #kolorv2 .container-grid-full {
    width: 900px;
    margin-left: -450px;
  }

  #kolorv2 .row-item-2 {
    width: 286px;
  }
}

@media (max-width: 1000px) {
  /*
  * Custom Grid
  */
  #kolorv2 .container-grid-full {
    width: 800px;
    margin-left: -400px;
  }

  #kolorv2 .container-grid .row-item {
    width: 253px;
  }

  #kolorv2 .row-item-2 {
    width: 253px;
  }

  #kolorv2 .wrapper {
    width: 800px;
  }
  /*
  * Module: Header
  */
  #kolorv2 .sidebar {
    width: 900px;
  }

  #kolorv2 .header .content {
    width: 900px;
  }

  #kolorv2 .slide__text {
    width: 300px;
    height: 87px;
    margin-left: -150px;
  }
  /*
  * Module: Video
  */
  #kolorv2 .featured {
    width: 800px;
  }

}

@media (max-width: 950px) {
  /*
  * Custom Grid
  */
  #kolorv2 .wrapper {
    width: 780px;
  }

  #kolorv2 .container-grid-full {
    width: 780px;
    margin-left: -390px;
  }

  #kolorv2 .container-grid-center .row-item {
    width: 246px;
  }

  #kolorv2 .container-grid-center .row-item:last-child {
    margin-left: -125px;
  }

  #kolorv2 .container-grid .row-item {
    width: 246px;
  }

  #kolorv2 .container-grid-full .row-item-2 {
    width: 246px;
  }

  #kolorv2 .container-grid-medium {
    width: 800px;
  }
  /*
  * Module: Header
  */
  #kolorv2 .sidebar {
    width: 780px;
  }

  #kolorv2 .header .content {
    width: 780px;
    ;
  }
  /*
  * Module: Video
  */
  #kolorv2 .featured {
    width: 780px;
  }

  #kolorv2 .info-video-preview {
    width: 500px;
  }

  #kolorv2 .info-video {
    width: 700px;
    float: left;
    margin-left: 40px;
  }
}

@media (max-width: 840px) {
  /*
  * Custom Grid
  */
  #kolorv2 .wrapper {
    width: 700px;
  }

  #kolorv2 .container-grid-full {
    width: 700px;
    margin-left: -350px;
  }

  #kolorv2 .container-grid-center .row-item {
    width: 220px;
  }

  #kolorv2 .container-grid-center .row-item:last-child {
    margin-left: -115px;
  }

  #kolorv2 .container-grid .row-item {
    width: 220px;
  }

  #kolorv2 .container-grid-full .row-item-2 {
    width: 220px;
  }

  #kolorv2 .container-grid-medium {
    width: 700px;
  }
  /*
  * Module: Header
  */
  #kolorv2 .header,
  #kolorv2 .header .slide,
  #kolorv2 .header .content {
    height: 400px;
  }

  #kolorv2 .slide__logo {
    display: block;
  }

  #kolorv2 .slide__text {
    display: block;
    margin-top: -20px;
  }

  #kolorv2 .header .content {
    width: 100%;
  }
  /*
  * Module: Video
  */
  #kolorv2 .featured {
    width: 700px;
  }

  #kolorv2 .info-video {
    margin-left: 0px;
  }
  /*
  * Module: Color
  */
  #kolorv2 .reference-color .color {
    height: 290px;
  }
  /*
  * Module: Sidebar
  */
  #kolorv2 .sidebar {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
  }

  #kolorv2 .sidebar-mobile {
    display: block;
    width: 100%;
    background-color: #8a8a8a;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    margin-bottom: 10px;
  }

  #kolorv2 .sidebar-mobile p {
    padding: 0px;
    margin: 0px;
  }

  #kolorv2 .sidebar-content {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
  }

  #kolorv2 .sidebar-content ul li {
    margin: 0;
    padding: 10px;
    cursor: pointer;
    margin: 1px;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(51,51,51,0.5);
    padding-bottom: 7px;
    padding-top: 7px;
  }

  #kolorv2 .sidebar-content ul li a {
    font-size: 10pt;
    color: #333333;
    font-weight: bold;
  }

  #kolorv2 .sidebar-content h2 {
    display: none;
  }

  #kolorv2 .sidebar-mobile img {
    display: inline-block;
    width: 20px;
    margin-bottom: -2px;
    margin-right: 6px;
  }

  #kolorv2 .sidebar-content .background {
    background: #fff;
    opacity: 1;
  }

  #kolorv2 .sidebar-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 300px;
    margin: 0 auto;
    display: none;
  }
}

@media (max-width: 700px) {
  /*
  * Custom Grid
  */
  #kolorv2 .wrapper {
    width: 360px;
  }

  #kolorv2 .container-grid-full {
    width: 100%;
    margin: 0px;
    left: inherit;
  }

  #kolorv2 .container-grid-center .row-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  #kolorv2 .container-grid .row-item {
    width: 320px !important;
    margin: 0;
    margin-bottom: 20px;
    margin: 0 10px 20px 20px;
  }

  #kolorv2 .container-grid-full .row-item-2 {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  #kolorv2 .container-grid-medium {
    width: 320px;
  }

  #kolorv2 .container-grid-medium .row-item-side {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }

  #kolorv2 .container-grid-center .row-item:last-child {
    margin-left: 0px;
  }

  #kolorv2 .container-grid {
    min-height: inherit;
  }

  #kolorv2 .reference-ideas .container-grid .row-item {
    height: 220px;
  }
  /*
  * Module: Header
  */
  #kolorv2 .header,
  #kolorv2 .header .slide,
  #kolorv2 .header .content {
    height: 400px;
  }

  #kolorv2 .slide__logo {
    display: block;
  }

  #kolorv2 .slide__text {
    display: block;
    margin-top: -20px;
  }

  #kolorv2 .header .content {
    width: 100%;
  }

  #kolorv2 .info-video {
    width: 100%;
  }

  #kolorv2 .info-video-preview {
    width: 100%;
  }

  #kolorv2 .info-video-txt {
    width: 100%;
    text-align: center;
  }
  /*
  * Module: Video
  */
  #kolorv2 .featured {
    width: 360px;
  }

  #kolorv2 .reference-tipos .tipos {
    width: 100%;
  }

  #kolorv2 .tipos .type {
    width: 150px;
  }
}

@media (max-width: 370px) {
  /*
  * Custom Grid
  */
  #kolorv2 .wrapper {
    width: 100%;
  }

  #kolorv2 .container-grid .row-item {
    width: 280px !important;
  }

  #kolorv2 .container-grid-center .row-item {
    padding: 0 10px;
  }

  #kolorv2 .container-grid-medium {
    width: 300px;
  }

  #kolorv2 .wrapper h2 {
    font-size: 20pt;
    line-height: 22pt;
    padding: 0 10px;
  }

  #kolorv2 .featured {
    width: 320px;
  }
  /* Slick Slider */
  #kolorv2 .slick-next {
    right: -5px;
  }

  #kolorv2 .slick-prev {
    left: -5px;
  }

  #kolorv2 .slick-prev, .slick-next {
    top: 70px;
  }

  #kolorv2 .tipos .type {
    width: 130px;
  }
}
@media (min-width: 1000px){
.mainSectionWithBanner, .newMainSection {
  margin-top: 30px!important;
}
}
