/* section{
    background-color: #fff;
    padding: 150px;
}
.body{su
    background-color: transparent;
} */
#header .header-container {
  height: 75px;
}

#header .bg_dark {
  background: #404040;
}

html .divider.divider-primary.divider-small hr {
  background: #E40115;
}

/* #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a{
    color: #ffffff;
} */
#header .header-top.header-top-small-minheight {
  background-color: #404040;
  color: #ffffff;
}

#header .header-nav-top .nav > li > span a, #header .social-icons.social-icons-icon-gray li a {
  color: #ffffff !important;
}

#header .header-nav.header-nav-links nav > ul li:hover > a {
  color: var(--dls-brand);
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
  color: var(--dls-brand);
}

#header .header-body.header-body-bottom-border-fixed {
  border-bottom: 0 !important;
}

#header .header-nav-features .header-nav-top-icon {
  color: #fff;
}

.bg-dls {
  background-color: #E40115 !important;
}

.post-content {
  transition: all ease 0.2s;
}
.post-content h2 a {
  color: #212529 !important;
}
.post-content h2 a:hover {
  color: #E40115 !important;
}
.post-content .post-meta span a {
  color: #979797;
}
.post-content .post-meta span a:hover {
  color: #E40115;
}

.header-nav-top li.dls.user_hallo a {
  width: 100%;
  padding: 5px 8px;
  min-width: 150px;
  height: auto;
  border-radius: 5px;
  background-color: #404040;
  color: #ffffff !important;
  border: solid 1px #ffffff;
  line-height: normal;
}
.header-nav-top li.dls.user_hallo a:hover {
  background-color: #E40115;
  text-decoration: none;
}

.page-header {
  position: relative;
  color: #ffffff;
}
.page-header .container {
  position: relative;
  z-index: 20;
}
.page-header video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png), repeat 50% 50%, rgb(255, 20, 33);
  z-index: 2;
}

.btn.btn-primary {
  background-color: #E40115;
  border-color: #e41829 #e41829 #cf020d;
}
.btn.btn-primary:hover {
  background-color: #cf020d !important;
  border-color: #db0511 #db0511 #8e0108;
  color: #FFF;
}

.dls_background {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #c00c02 0);
}

.dls_video_hero {
  width: 100%;
  min-height: calc(64vh - 85px);
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 0, 0, 0.096);
  margin-top: -40px;
}
.dls_video_hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.dls_video_hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png), repeat 50% 50%, rgba(25, 25, 25, 0.5);
  z-index: 2;
}
.dls_video_hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 1;
}
.dls_video_hero .hero_content {
  width: 100%;
  min-height: calc(64vh - 85px);
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18% 0 50px 0;
  margin-bottom: auto;
}
.dls_video_hero .hero_content .text-content {
  margin-bottom: auto;
}
.dls_video_hero .hero_content h1 {
  font-weight: 500;
  color: #fff;
  font-size: 2.5rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 1400px) {
  .dls_video_hero .hero_content {
    padding: 12% 0 50px 0;
  }
}
@media only screen and (min-width: 720px) {
  .dls_video_hero .hero_content {
    min-height: calc(100vh - 85px);
  }
  .dls_video_hero .hero_content h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .dls_video_hero .hero_content h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.categories_content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: -35px;
  justify-content: center !important;
}
.categories_content .category_box {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
  background-color: rgba(123, 122, 122, 0.52);
  position: relative;
  border-radius: 10px;
  height: 140px;
  min-height: 50px;
  overflow: hidden;
  transition: all ease-in-out;
  cursor: pointer;
}
.categories_content .category_box .cat_logo {
  max-width: 120px;
}
.categories_content .category_box .default, .categories_content .category_box .on_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
}
.categories_content .category_box .default .cat_title, .categories_content .category_box .on_hover .cat_title {
  font-size: 15px;
  text-align: right;
  margin-top: 3px;
  letter-spacing: 1px;
}
.categories_content .category_box.red {
  background-color: #E40115;
}
.categories_content .category_box .default {
  top: -110px;
}
.categories_content .category_box ul.categories {
  padding: 0;
  color: #fff;
  z-index: 2;
  margin-left: auto;
  min-width: 175px;
}
.categories_content .category_box ul.categories li {
  list-style: none;
  font-weight: 300;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.5;
  line-height: 18px;
}
.categories_content .category_box ul.categories.change_images li {
  width: 50%;
  margin-left: auto;
}
.categories_content .category_box .on_hover {
  bottom: 0px;
  transition: all ease-in-out 0.1s;
}
.categories_content .category_box .on_hover .back_image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categories_content .category_box .on_hover::after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: hsl(0, 0%, 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, hsl(0, 0%, 0%) 100%);
  z-index: 1;
}
@media only screen and (min-width: 720px) {
  .categories_content {
    grid-template-columns: 1fr 1fr;
  }
  .categories_content .category_box {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .categories_content {
    grid-template-columns: repeat(6, 1fr);
  }
  .categories_content .category_box {
    max-width: 100%;
  }
  .categories_content .category_box:hover .on_hover {
    transition: all ease-in-out 0.3s;
    bottom: 0px;
  }
  .categories_content .category_box:hover .default {
    transition: all ease-in-out 0.3s;
    top: -170px;
  }
  .categories_content .category_box .default {
    top: 0;
  }
  .categories_content .category_box .on_hover {
    bottom: 0;
  }
  .categories_content .category_box .on_hover .back_image {
    opacity: 1;
  }
}

section.dls_video_cta {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: red;
  position: relative;
}
section.dls_video_cta video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
section.dls_video_cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png), repeat 50% 50%, rgba(25, 25, 25, 0.5);
  z-index: 2;
}
section.dls_video_cta .text-content h2 {
  position: relative;
  z-index: 20;
  color: #ffffff;
}
@media only screen and (min-width: 1020px) {
  section.dls_video_cta .text-content h2 {
    font-size: 40px;
    line-height: 60px;
  }
}

section.dls_brands {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.dls_brands .brand-item {
  width: 50%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all ease-in-out 0.4s;
  position: relative;
  overflow: hidden;
}
section.dls_brands .brand-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 1;
}
section.dls_brands .brand-item img.brand {
  max-width: 100%;
  z-index: 5;
}
section.dls_brands .brand-item img.background_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all ease-out 0.4s;
}
section.dls_brands .brand-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
section.dls_brands .brand-item a:hover + img.background_img {
  transform: scale(1.1);
  transition: all ease-in-out 0.2s;
  transform-origin: center;
}
@media only screen and (min-width: 600px) {
  section.dls_brands .brand-item {
    width: 33.33%;
  }
  section.dls_brands .brand-item img.brand {
    max-width: 85%;
  }
}
@media only screen and (min-width: 920px) {
  section.dls_brands .brand-item {
    width: 20%;
  }
  section.dls_brands .brand-item img.brand {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1020px) {
  section.dls_brands .brand-item {
    height: 250px;
  }
  section.dls_brands .brand-item img.brand {
    max-width: 80%;
  }
}

.box-compare-item .img-box {
  width: 100%;
  height: 150px;
  background-color: #ADB7C0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.box-compare-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.box-compare-item .img-box.icon img {
  max-width: 100px;
}

section.timeline .timeline-date h3 {
  color: #E40115 !important;
}

section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
  background: #E40115;
  box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E40115;
}

.calculadora .price-box {
  padding-top: 20px;
}
.calculadora .ui-widget-content {
  border: 1px solid #bdc3c7;
  background: #e1e1e1;
  color: #222222;
  margin-top: 4px;
}
.calculadora .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 7.2em;
  height: 2.7em;
  cursor: default;
  margin: 0 -40px auto !important;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 12px;
}
.calculadora .ui-slider .ui-slider-handle .glyphicon {
  color: #ffffff;
  margin: 0 1px;
  font-size: 11px;
  opacity: 0.7;
}
.calculadora .ui-corner-all {
  border-radius: 20px;
}
.calculadora .ui-slider-horizontal .ui-slider-handle {
  top: -0.9em;
}
.calculadora .ui-state-default,
.calculadora .ui-widget-content .ui-state-default {
  border: 1px solid #8e0108;
  background: #8e0108;
}
.calculadora .ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em;
}
.calculadora .ui-slider .ui-slider-handle {
  cursor: pointer;
}
.calculadora .ui-slider a {
  cursor: pointer;
  outline: none;
}
.calculadora .ui-slider a:focus {
  cursor: pointer;
  outline: none;
}
.calculadora .price-slider {
  margin-bottom: 50px;
}
.calculadora .price-slider span {
  font-weight: 400;
  display: inline-block;
  color: #bdc3c7;
  font-size: 13px;
  margin-bottom: 20px;
}
.calculadora .ui-slider-range-min {
  background: #8e0108;
}
.calculadora .active-month,
.calculadora .active-term {
  background: #cc0002;
}

@media (max-width: 480px) {
  .calculadora .price-slider .btn-group-lg > .btn,
  .calculadora .price-slider .btn-lg {
    padding: 0.5rem 0.6rem;
    font-size: 1rem;
  }
}
li div.qty_compare {
  width: 20px;
  height: 20px;
  background-color: #8e0108;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -3px;
  z-index: 505;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 0;
}/*# sourceMappingURL=custom.css.map */