/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../bundles/kodearecommercecore/vendor/owl.carousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* BASE */
@font-face {
    font-family: 'icomoon';
    src: url("../bundles/ivanarsite/css/fonts/icomoon.eot?nbb03k");
    src: url("../bundles/ivanarsite/css/fonts/icomoon.eot?nbb03k#iefix") format("embedded-opentype"),
    url("../bundles/ivanarsite/css/fonts/icomoon.ttf?nbb03k") format("truetype"),
    url("../bundles/ivanarsite/css/fonts/icomoon.woff?nbb03k") format("woff"),
    url("../bundles/ivanarsite/css/fonts/icomoon.svg?nbb03k#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#home .row,
footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#home .col-1, #home .col-2, #home .col-3, #home .col-4, #home .col-5, #home .col-6, #home .col-7, #home .col-8, #home .col-9, #home .col-10, #home .col-11, #home .col-12, #home .col, #home .col-auto, #home .col-sm-1, #home .col-sm-2, #home .col-sm-3, #home .col-sm-4, #home .col-sm-5, #home .col-sm-6, #home .col-sm-7, #home .col-sm-8, #home .col-sm-9, #home .col-sm-10, #home .col-sm-11, #home .col-sm-12, #home .col-sm, #home .col-sm-auto, #home .col-md-1, #home .col-md-2, #home .col-md-3, #home .col-md-4, #home .col-md-5, #home .col-md-6, #home .col-md-7, #home .col-md-8, #home .col-md-9, #home .col-md-10, #home .col-md-11, #home .col-md-12, #home .col-md, #home .col-md-auto, #home .col-lg-1, #home .col-lg-2, #home .col-lg-3, #home .col-lg-4, #home .col-lg-5, #home .col-lg-6, #home .col-lg-7, #home .col-lg-8, #home .col-lg-9, #home .col-lg-10, #home .col-lg-11, #home .col-lg-12, #home .col-lg, #home .col-lg-auto, #home .col-xl-1, #home .col-xl-2, #home .col-xl-3, #home .col-xl-4, #home .col-xl-5, #home .col-xl-6, #home .col-xl-7, #home .col-xl-8, #home .col-xl-9, #home .col-xl-10, #home .col-xl-11, #home .col-xl-12, #home .col-xl, #home .col-xl-auto, #home .col-15 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#home .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#home .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

#home .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

#home .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

#home .col-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media screen and (max-width: 991px) {
    .col-15 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#home .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#home .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#home .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#home .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#home .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

#home .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#home .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

#home .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

#home .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

#home .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    #home .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    #home .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    #home .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #home .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #home .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #home .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #home .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #home .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #home .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #home .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #home .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    #home .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #home .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #home .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #home .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    #home .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    #home .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #home .col-md-2,
    footer .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #home .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #home .col-md-4,
    footer .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #home .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #home .col-md-6,
    footer .col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #home .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #home .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #home .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    #home .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #home .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #home .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #home .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    #home .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    #home .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #home .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #home .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #home .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #home .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #home .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #home .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #home .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #home .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    #home .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #home .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #home .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    #home .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    #home .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    #home .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    #home .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    #home .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #home .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #home .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    #home .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #home .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    #home .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #home .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    #home .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #home .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    #home .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

section {
    padding: 50px 0px !important;
}

section.space {
    padding: 0px 0px !important;
}

body {
    padding-top: 89px !important;
}

@media screen and (max-width: 991px) {
    body {
        padding-top: 77px !important;
    }
}

body.hidden {
    overflow: hidden;
}

body :focus {
    outline: none;
}

[data-align="left"] {
    text-align: left;
}

[data-align="center"] {
    text-align: center;
}

[data-align="right"] {
    text-align: right;
}

[data-container="text"] {
    display: block;
    max-width: 900px;
    margin: 0px auto;
}

@media screen and (max-width: 991px) {
    [data-container="text"] {
        max-width: 100%;
    }
}

[data-height] > div {
    background-size: cover !important;
    background-position: center center !important;
}

[data-type="list"] {
    list-style-type: none;
    font-size: 0px;
}

[data-type="list"] > * {
    display: inline-block;
    vertical-align: text-top;
}

@media screen and (max-width: 767px) {
    [data-mobile="true"] {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    [data-mobile="false"] {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    [data-tablet="false"] {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    [data-tablet="true"] {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    [data-desktop="false"] {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    [data-desktop="true"] {
        display: block !important;
    }
}

/* 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%; vertical-align: baseline; } */

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;
}

img {
    max-width: 100%;
}

body#home a {
    text-decoration: none;
}

body#home input {
    border: 0px;
}

button {
    border: 0px;
    background: transparent;
}

em {
    font-style: normal;
}

a {
    color: inherit;
}

body#home form {
    font-size: 0;
}

body#home textarea_ {
    border: 0px;
    padding: 0px;
    margin: 0px;
    resize: none;
}

body * {
    font-family: 'Lato', sans-serif;
}

body h1, body h2, body h3, body h4, body h5 {
    font-family: 'Lato', sans-serif;
}

body#home h2, h3, h4, h5 {
    line-height: 1.25;
}

p, ol, li {
    line-height: 1.6;
}

body#home h2, header h2, footer h2 {
    font-size: 40px;
}

@media screen and (max-width: 1366px) {
    body#home h2, header h2, footer h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    body#home h2, header h2, footer h2 {
        font-size: 40px;
    }
}

body#home h3 {
    font-size: 30px;
}

@media screen and (max-width: 1366px) {
    body#home h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    body#home h3 {
        font-size: 30px;
    }
}

body#home h4 {
    font-size: 26px;
}

@media screen and (max-width: 1366px) {
    body#home h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    body#home h4 {
        font-size: 20px;
    }
}

body#home h5 {
    font-size: 22px;
}

@media screen and (max-width: 1366px) {
    body#home h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    body#home h5 {
        font-size: 18px;
    }
}

body#home p, a {
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    body#home p, a {
        font-size: 18px;
    }
}

input, select, textarea, button {
    font-size: 16px;
    line-height: 1.25;
}

@media screen and (max-width: 1366px) {
    input, select, textarea, button {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {
    input, select, textarea, button {
        font-size: 16px;
    }
}

.icon-instagram:before {
    content: "\e900";
}

.icon-whatsapp:before {
    content: "\e901";
}

.icon-youtube:before {
    content: "\e902";
}

.icon-twitter:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-linkedin:before {
    content: "\eaca";
}

.icon-clock:before {
    content: "\e94e";
}

.icon-pin:before {
    content: "\e905";
}

.icon-play:before {
    content: "\e915";
}

.icon-user:before {
    content: "\e906";
}

.icon-search:before {
    content: "\e907";
}

.icon-close:before {
    content: "\e908";
}

.icon-menu:before {
    content: "\e909";
}

.icon-add:before {
    content: "\e90a";
}

.icon-up:before {
    content: "\e90b";
}

.icon-right:before {
    content: "\e90c";
}

.icon-left:before {
    content: "\e90d";
}

.icon-down:before {
    content: "\e90e";
}

.icon-phone:before {
    content: "\e90f";
}

.icon-mail:before {
    content: "\e910";
}

.icon-password:before {
    content: "\e911";
}

.icon-home:before {
    content: "\e912";
}

.icon-download:before {
    content: "\e913";
}

.icon-web:before {
    content: "\e916";
}

.icon-arrow-down:before {
    content: "\ea36";
}

/* SHARED */
body,
section,
header *,
footer * {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

header {
    padding: 0;
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    box-shadow: 0px 0px 0px;
    background: white;
}

header.scrolled {
    background: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

header.scrolled .cart-quickaccess {
    _box-shadow: none;
    _-webkit-box-shadow: none;
    top: 75px;
    right: -38px;
}

header .cart-quickaccess.cart-empty {
    display: none;
}

header.scrolled.gone .cart-quickaccess {
    top: 0;
}

header .navbar__secondary {
    background: #063159;
}

@media screen and (max-width: 991px) {
    header .navbar__secondary {
        display: none;
    }
}

header .navbar__secondary__links ul li {
    padding: 0;
}

header .navbar__secondary__links ul li a {
    color: #ffffff;
    padding: 7px;
    display: block;
    transition: .3s;
    font-size: 16px;
    opacity: 0.7;
}

header .navbar__secondary__links ul li a:hover {
    opacity: 1;
}

header .navbar__secondary .container .row {
    justify-content: flex-end;
}

header .navbar__primary {
    position: relative;
    background: #B5C100;
}

header .navbar__primary nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

@media screen and (max-width: 991px) {
    header .navbar__primary nav .logo {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    header .navbar__primary nav ul {
        width: 100%;
        text-align: center;
    }
}

header .navbar__primary nav ul li {
    padding: 0px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

header .navbar__primary nav ul li.last a::before {
    content: none;
}

header .navbar__primary nav ul li a {
    line-height: 1em;
    padding: 10px;
    display: inline-block;
    color: #063159;
    transition: .4s;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    opacity: 0.8;
}

@media screen and (max-width: 991px) {
    header .navbar__primary nav ul li a {
        padding: 20px 0;
        font-size: 24px;
    }
}

header .navbar__primary nav ul li a:hover {
    opacity: 1;
}

header .navbar__primary nav ul li a::before {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
    top: 0;
    background: white;
    opacity: 0.5;
}

header .navbar__primary nav ul li.submenu__collapse a {
    color: white;
    font-size: 18px;
}

header .navbar__primary nav ul li i.icon-down {
    position: relative;
    top: 2px;
    padding: 0;
    margin-left: -2px;
}

header .navbar__primary nav ul li:hover:before {
    opacity: 1;
}

header .navbar__primary nav ul li.btn.first {
    margin: 0 12px 0 20px;
}

@media screen and (max-width: 991px) {
    header .navbar__primary nav ul li.btn {
        margin: 15px 0 0 0 !important;
    }
}

header .navbar__primary nav ul li.btn a {
    background: #063159;
    padding: 10px;
    color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    header .navbar__primary nav ul li.btn a {
        padding: 20px 10px;
    }
}

header .navbar__primary nav ul li.btn a:hover {
    background: #263238;
}

header .navbar__primary nav ul li.btn a::before {
    content: none;
}

header .navbar__primary .logo a {
    padding: 0;
    opacity: 1;
}

header .navbar__primary .logo a img {
    width: 200px;
}

header .mobile {
    display: none;
    padding: 10px 0;
    min-height: 77px;
    position: relative;
}

@media (max-width: 1200px) {
    header .mobile {
        display: block;
    }

    header .mobile .container {
        display: flex;
        justify-content: space-between;
        z-index: 101;
        align-items: center;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    header .mobile {
        padding: 12px 15px;
    }

    header .mobile.social {
        display: flex !important;
    }

    header .mobile.social i {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    header .mobile__logo {
        padding: 0;
    }
}

header .mobile__logo img {
    width: 200px;
}

header .mobile .nav-toggle {
    position: absolute;
    top: 40px;
    width: 40px;
    height: 30px;
    right: 15px;
    font-size: 30px;
    z-index: 99;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header .mobile .nav-toggle .bar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 5px 7px;
    width: 27px;
    height: 3px;
    background: #063159;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header .mobile .nav-toggle .bar.bar-2 {
    transform: translate3d(0, 8px, 0);
}

header .mobile .nav-toggle .bar.bar-3 {
    transform: translate3d(0, 16px, 0);
}

header .mobile .nav-toggle.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transform: translate3d(0, -6px, 0);
}

header .mobile .nav-toggle.open .bar {
    background: #063159 !important;
}

header .mobile .nav-toggle.open .bar-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .mobile .nav-toggle.open .bar-2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

header .mobile .nav-toggle.open .bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 934px) {
    header .mobile .nav-toggle.open + .header__menu .social {
        display: block;
    }
}

header .mobile .nav-toggle.open + .header__menu nav {
    display: block;
}

@media (max-width: 1200px) {
    header .navbar__primary {
        display: none;
        height: 0;
        transition: .4;
    }

    header .navbar__primary.active {
        display: block;
        position: fixed;
        top: 75px;
        height: 100%;
        left: 0;
        width: 100%;
        background: white;
        z-index: 100;
        overflow: auto;
        padding-bottom: 100px;
    }

    header .navbar__primary ul li {
        display: block;
    }

    header .navbar__primary ul li a {
        border-bottom: 1px solid rgba(58, 20, 62, 0.15);
        width: 100%;
    }

    header .navbar__primary ul .social {
        display: block;
    }

    header .navbar__primary ul .social a {
        padding: 20px;
        color: #263238 !important;
    }
}

header .nav__logo {
    transition: .3s;
}

@media screen and (max-width: 991px) {
    header .nav__logo {
        display: none !important;
    }
}

header .nav__logo::before {
    content: none !important;
}

header .nav__logo img {
    width: 175px;
    margin-right: 30px;
    margin-top: -8px;
}

header .nav__logo a {
    padding: 7px !important;
}

header .navbar__secondary__links ul li a.social {
    padding: 7px 3px;
}

header .menu-header {
    font-size: 12px;
}

header .menu-header ul li,
header .menu-header ul li a {
    font-size: 14px;
}

header .mini-cart-header {
    text-align: right;
}

header .mini-cart-header ul li {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 3px 7px 0 0;
}

header .mini-cart-header ul.dropdown-menu {
    padding: 10px;
    width: 250px;
}

header .mini-cart-header ul.dropdown-menu li.usermenu--item,
header .mini-cart-header ul.dropdown-menu li.usermenu--submenu-item {
    border-bottom: 1px solid #e8e8e8;
    display: list-item;
    line-height: 30px;
    position: relative;
}

header .mini-cart-header ul.dropdown-menu li.usermenu--item.last {
    border-bottom: none;
}

header .mini-cart-header ul.dropdown-menu li.usermenu--item a:hover,
header .mini-cart-header ul.dropdown-menu li.usermenu--item a:focus,
header .mini-cart-header ul.dropdown-menu li.usermenu--item a:active {
    color: #07325a !important;
    background: inherit !important;
}

header .mini-cart-header .usermenu--item__parent::after,
header .mini-cart-header .usermenu--submenu-item__parent::after {
    position: absolute;
    right: 20px;
    top: 8px;
    -webkit-transition: 0.2s opacity linear;
    -moz-transition: 0.2s opacity linear;
    -ms-transition: 0.2s opacity linear;
    -o-transition: 0.2s opacity linear;
    color: #919191;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-size: 16px;
    pointer-events: none;
}

header .mini-cart-header ul.dropdown-menu li.usermenu--submenu-item {
    border-bottom-style: dotted;
}

header .mini-cart-header ul.dropdown-menu .usermenu--submenu {
    max-height: 0;
    padding-left: 23px;
    overflow: hidden;
    -webkit-transition: 0.2s max-height ease-in-out;
    -moz-transition: 0.2s max-height ease-in-out;
}

header .mini-cart-header ul.dropdown-menu .usermenu--submenu.open {
    max-height: 333px;
}

header .mini-cart-header ul.dropdown-menu li a {
    display: block;
    color: #000;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
}

header .mini-cart-header .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}

header .mini-cart-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    opacity: 0.7;
    line-height: 34px;
}

header .mini-cart-header .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #fff;
    opacity: 0.7;
    top: 3px;
}

header .mini-cart-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

header .mini-cart-header .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.prefooter {
    padding: 15px 0 !important;
    background: #B5C100;
}

.prefooter__container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #063159;
}

.prefooter .contact-by-phone p {
    margin: 10px 20px;
}

section.contact-by-phone{
    padding: 0 !important;
    margin-bottom: 0px;
    margin-top:-10px;
}

@media screen and (max-width: 991px) {
    .prefooter__container {
        flex-direction: column;
    }
}

.prefooter__container img {
    height: 50px;
    margin-bottom: 0 !important;
}

.prefooter__container h3 {
    margin: 0 25px;
    font-size: 24px;
}

@media screen and (max-width: 991px) {
    .prefooter__container h3 {
        margin: 15px 0;
    }
}

.prefooter__container form {
    border: 3px solid #063159;
    border-radius: 100px;
    overflow: hidden;
    background: #063159;
}

.prefooter__container form input {
    padding: 15px 20px;
}

.prefooter__container form button {
    background: #063159;
    padding: 15px 30px;
    color: white;
    transition: 0.4s;
    cursor: pointer;
}

.prefooter__container form button:hover {
    background: #263238;
}

footer {
    padding: 25px 0 0 0;
    overflow: hidden;
    background: #F8F8F8;
}

@media screen and (max-width: 991px) {
    footer {
        text-align: center;
    }
}

footer img {
    height: 60px;
    margin-bottom: 20px;
}

footer .group {
    padding-bottom: 20px;
}

footer .group a, footer .group p {
    padding: 0;
}

footer a {
    display: block;
    padding: 8px 0;
    color: #063159;
    transition: 0.3s;
    line-height: 1.3em;
}

footer a:hover {
    color: #B5C100;
}

footer p {
    color: #063159;
}

footer h3 {
    font-size: 17px !important;
    color: #063159;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    footer h3 {
        margin: 20px 0 10px 0;
    }
}

footer .brand {
    background: white;
    padding: 5px;
    margin-top: 25px;
}

@media screen and (max-width: 991px) {
    footer .brand {
        padding: 30px 0;
    }
}

footer p, footer a {
    font-size: 13px !important;
}

footer .social .icon-facebook,
footer .social .icon-linkedin,
footer .social .icon-twitter,
footer .social .icon-instagram,
footer .social .icon-youtube {
    font-size: 24px !important;
}

footer .brand-for-b2b {
    padding-bottom: 90px;
}

footer .brand__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    footer .brand__container {
        flex-direction: column;
    }
}

footer .brand__container div:first-child {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    footer .brand__container div:first-child {
        flex-direction: column;
    }
}

footer .brand__container div:first-child img {
    height: 50px;
    margin-bottom: 0 !important;
}

footer .brand__container div:first-child p {
    line-height: 1.1em;
    padding-left: 10px;
    color: #063159;
}

footer .brand__container div:first-child p strong {
    display: block;
}

@media screen and (max-width: 991px) {
    footer .brand__container div:first-child p {
        padding: 0 0 20px 0;
    }
}

footer .brand__container .logoKodear {
    opacity: 0.4;
    transition: 0.2s;
}

footer .brand__container .logoKodear:hover {
    opacity: 1;
}

footer .brand__container .logoKodear logokodear {
    transform: translateY(0%) scale(0.75);
}

footer .brand__container .logoKodear logokodear a {
    display: initial;
    padding: 0;
}

footer .brand__container .social i {
    font-size: 22px;
    margin: 0 10px;
    color: #063159;
}

footer .brand__container .social i:hover {
    color: #263238;
}

@media screen and (max-width: 991px) {
    .footer-last-column .social {
        position: relative !important;
    }

    .footer-last-column .social ul li {
        display: inline-block;
        margin: 8px !important;
    }
}

footer .mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    footer .mobile {
        display: block;
    }

    footer .mobile .footer-b2b-container {
        background-color: #f3f3f3;
        bottom: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        color: rgba(0, 0, 0, 0.75);
        height: 90px;
        padding: 8px;
        position: fixed;
        transition: .3s;
        width: 100%;
    }

    footer .mobile .footer-b2b-container.open {
        height: auto;
    }

    footer .mobile .footer-b2b-container h3 {
        margin: 0;
        margin-top: 8px;
    }

    footer .mobile .footer-b2b-container p.label {
        color: rgba(0, 0, 0, 0.75);
        font-size: 16px;
    }
}

/* PAGES */
body#home .slick-prev:before, body#home .slick-next:before {
    color: #37474F;
}

body#home .contact {
    padding: 0 !important;
}

@media screen and (max-width: 991px) {
    body#home .contact {
        display: none;
    }
}

body#home .contact__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    body#home .contact__container {
        flex-direction: column;
    }

    body#home .contact__container__phone {
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

body#home .contact__container__item {
    padding: 10px 25px;
}

@media screen and (max-width: 991px) {
    body#home .contact__container__item {
        padding: 15px 0;
    }
}

body#home .contact__container__item a {
    color: #063159;
    font-size: 14px !important;
    font-weight: 700;
    position: relative;
}

body#home .contact__container__item a:hover::before {
    width: 80px;
}

body#home .contact__container__item a::before {
    content: '';
    width: 0px;
    height: 2px;
    background: #063159;
    position: absolute;
    bottom: -5px;
    right: 0;
    opacity: 0.3;
    transition: 0.2s;
}

body#home .contact__container__item a img {
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

body#home .contact__container__item.whatsapp a {
    color: #17BE01;
}

body#home .contact__container__item.whatsapp a img {
    margin-top: -2px;
}

body#home .slider {
    padding: 0 !important;
}

body#home .slider .slick-next {
    right: 25px;
    top: 40%;
    z-index: 1;
}

body#home .slider .slick-prev {
    left: 25px;
    top: 40%;
    z-index: 1;
}

body#home .slider .slick-prev:before, body#home .slider .slick-next:before {
    color: white;
}

body#home .slider .slick-dots {
    bottom: 15px;
}

body#home .slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

body#home .slider_banners {
    background: #F6F6F6;
}

body#home .slider_banners img {
    padding: 0 10px;
}

@media screen and (max-width: 991px) {
    body#home .slider_banners img {
        padding: 0;
    }
}

body#home .slider_products {
    background: #F6F6F6;
    padding-top: 0 !important;
}

body#home .slider_products__container .slick-list {
    height: auto;
}

body#home .slider_products__container__item {
    height: auto;
    position: relative;
    background: white;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 30px 20px;
    margin: 10px;
    display: block;
}

@media screen and (max-width: 991px) {
    body#home .slider_products__container__item {
        display: flex;
        flex-direction: column-reverse;
    }
}

body#home .slider_products__container__item:hover .btn {
    background: #263238;
}

body#home .slider_products__container__item h2 {
    color: #3C3C3B;
    padding: 0 0 7px 18px;
    margin-bottom: 7px;
    border-bottom: 1px solid #B5C100;
    margin-top: 0;
    font-size: 31px;
    font-weight: 700;
    text-align: left !important;
}

body#home .slider_products__container__item h3 {
    font-size: 18px;
    color: #B5C100;
    margin: 10px 0;
    padding: 15px 0 0 20px;
}

body#home .slider_products__container__item ul {
    padding-left: 20px;
}

body#home .slider_products__container__item ul li {
    font-size: 16px;
}

body#home .slider_products__container__item .btn {
    background: #B5C100;
    color: white;
    padding: 10px 15px;
    margin: 10px 0 0 20px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

body#home .slider_products__container__item .btn i {
    position: relative;
    top: 1px;
}

body#home .slider_products__container__item img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    body#home .slider_products__container__item img {
        position: initial;
        top: 0;
        right: 0;
        transform: none;
    }
}

body#home .slider_brands {
    padding-top: 0 !important;
}

body#home .slider_brands h2 {
    font-size: 24px;
    color: #063159;
    text-align: center;
    margin-bottom: 20px;
}

body#home .slider_brands__container a {
    padding: 20px;
}

@media screen and (max-width: 991px) {
    body#home .slider_brands__container a {
        padding: 10px;
    }
}

body#home .icons {
    background: #063159;
    padding: 20px 0 !important;
}

body#home .icons__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    body#home .icons__container {
        flex-wrap: wrap;
    }
}

body#home .icons__container__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 225px;
    border-right: 2px solid #B5C100;
}

@media screen and (max-width: 991px) {
    body#home .icons__container__item {
        width: 50%;
        padding: 10px 0px;
        border-right: 0px;
    }
}

body#home .icons__container__item img {
    height: 40px;
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    body#home .icons__container__item img {
        height: auto;
        width: 20%;
        margin-right: 10px;
    }
}

body#home .icons__container__item h3 {
    font-weight: 400;
    color: white;
    font-size: 18px;
    line-height: 18px;
}

body#home .icons__container__item h3 span {
    font-weight: 700;
    display: block;
}

@media screen and (max-width: 991px) {
    body#home .icons__container__item h3 {
        width: 80%;
    }
}

body#home .icons__container__item:last-child {
    border: 0px !important;
}

@media screen and (max-width: 991px) {
    body#home .products {
        padding-bottom: 30px !important;
    }
}

body#home .products h2 {
    font-size: 24px;
    color: #063159;
    text-align: center;
    margin-bottom: 30px;
}

body#home .products__item {
    background-color: #031E2F;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    body#home .products__item {
        margin-bottom: 20px;
    }
}

body#home .products__item:hover h3 {
    color: #B5C100;
}

body#home .products__item:hover img {
    transform: translateY(0px);
}

body#home .products__item img {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: 0.3s;
}

body#home .products__item h3 {
    line-height: 1.15em;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    transition: 0.3s;
}

body#home .news h2,
body#home section.slider_products h2 {
    font-size: 24px;
    color: #063159;
    text-align: center;
    margin-bottom: 10px;
}

body#home .news__item {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    height: 100%;
    margin-top: 10px;
}

body#home .news__item ul {
    list-style: disc;
}

body#home .news__item ul li {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    body#home .news__item {
        margin-bottom: 30px;
        height:auto;
    }
}

body#home .news__item:hover .btn {
    background: #263238 !important;
}

body#home .news__item img {
    width: 100%;
}

body#home .news__item div {
    padding: 25px;
    background: white;
    display: flex;
    flex-direction: column;
    flex-grow: 10;
}

body#home .news__item div h3 {
    font-size: 20px;
    color: #063159;
    margin-bottom: 8px;
}

body#home .news__item div p {
    font-size: 17px;
    color: #455a64;
    line-height: 1.4em;
}

body#home .news__item div p:nth-last-child(2) {
    flex-grow: 10;
}

body#home .news__item .btn {
    background: #B5C100;
    color: white;
    margin: 15px 0 0 0;
    padding: 10px 8px 10px 15px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    pointer-events: none;
}

body#home .news__item .btn i {
    position: relative;
    top: 1px;
}

body#home .news__item.space {
    height: 100%;
    padding: 30px;
    position: relative;
}

@media screen and (max-width: 991px) {
    body#home .news__item.space {
        height: auto;
    }
}

body#home .news__item.space h3 {
    font-weight: 800;
    font-size: 50px;
    line-height: 1em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dashed 1px #063159;
    color: #063159;
    display: inline-block;
}

body#home .news__item.space h3 span {
    display: block;
    font-weight: 400;
}

body#home .news__item.space h4 {
    color: #063159;
}

@media screen and (max-width: 991px) {
    body#home .news__item.space h4 br {
        display: none;
    }
}

body#home .news__item.space .btn {
    background: #063159;
    position: absolute;
    bottom: 30px;
    transition: 0.3s;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    body#home .news__item.space .btn {
        position: initial;
    }
}

.footer-last-column {
    position: relative;
}

.footer-last-column .social {
    bottom: 0;
    position: absolute;
}

.footer-last-column .social ul li {
    margin: 10px;
}

.footer-last-column .social ul li a {
    color: #b5c100;
    font-size: 25px;
}

footer img.como-llego {
    height: 22px;
    margin-bottom: -7px;
}

footer .group a.address {
    position: relative;
}

section.news .separator-left img,
section.news .separator-right img,
section.slider_brands .separator-left img,
section.slider_brands .separator-right img,
section.slider_products .separator-left img,
section.slider_products .separator-right img {
    margin-top: 33px;
}

section.news .separator-right img,
section.slider_brands .separator-right img,
section.slider_products .separator-right img {
    transform: rotate(180deg);
}

section.slider_brands h2 {
    margin-left: -10px;
}

.news_espacio_ivanar_container {
    background-position: right;
    background-size: cover;
    height: 100%;
}


product-stock-indicator .text-warning {
    color: #ffe65d !important;
}

.mm-menu_offcanvas {
    z-index: 12 !important;
}

.products-categories-menu .mm-listitem a {
    font-size: 14px;
}

.brands-list{
    z-index: 9 !important;
}

#business-dropdown > span.business-name {
    color: #fff;
    display: inline-block;
    opacity: 0.7;
    padding-top: 5px;
}

.corte-taladro {
    overflow-x: hidden;
}
.corte-taladro * {
    font-family: 'Poppins', sans-serif;
}
.corte-taladro .mainheader {
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .corte-taladro .mainheader {
        padding: 50px 0;
    }
}
.corte-taladro .mainheader .col-sm-6 {
    padding: 0;
}
@media (max-width: 991px) {
    .corte-taladro .mainheader .container {
        display: flex;
    }
}
.corte-taladro .mainheader img {
    position: absolute;
    width: 860px;
    top: 0;
}
@media (max-width: 991px) {
    .corte-taladro .mainheader img {
        position: absolute;
        width: 500px;
        top: 105px;
        right: 0;
    }
}
@media (max-width: 500px) {
    .corte-taladro .mainheader img {
        width: 300px;
    }
}
@media (max-width: 330px) {
    .corte-taladro .mainheader img {
        width: 250px;
        top: 130px;
    }
}
.corte-taladro .mainheader h1 {
    text-transform: none;
    font-weight: 700;
    color: white;
    font-size: 62px;
    letter-spacing: 2px;
}
@media (max-width: 991px) {
    .corte-taladro .mainheader h1 {
        font-size: 38px;
    }
}
.corte-taladro .mainheader h1 span {
    color: #acd91e;
}
.corte-taladro .description {
    padding: 75px 0;
}
@media (max-width: 991px) {
    .corte-taladro .description {
        padding: 250px 0 50px 0;
    }
}
@media (max-width: 500px) {
    .corte-taladro .description {
        padding: 80px 0 30px 0;
    }
}
.corte-taladro .description h2 {
    font-weight: 400;
    font-size: 42px;
    color: #031e2f;
}
.corte-taladro .description h2 strong {
    font-weight: 700;
}
@media (max-width: 991px) {
    .corte-taladro .description h2 {
        font-size: 24px;
        margin-top: 40px;
    }
    .corte-taladro .description h2 br {
        display: none;
    }
}
.corte-taladro .description p {
    color: #031e2f;
    font-size: 21px;
    padding: 20px 60px 0 0px;
}
.corte-taladro .description p:last-child {
    padding-top: 0;
}
@media (max-width: 991px) {
    .corte-taladro .description p {
        font-size: 16px;
        padding: 0;
    }
}
.corte-taladro .description__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 305px;
}
@media (max-width: 991px) {
    .corte-taladro .description__container {
        padding-top: 30px;
        flex-direction: column;
    }
}
.corte-taladro .description__container__item {
    text-align: center;
}
@media (max-width: 991px) {
    .corte-taladro .description__container__item {
        width: 100%;
        margin-bottom: 30px;
    }
}
.corte-taladro .description__container__item svg {
    height: 70px;
    width: auto;
    fill: #acd91e;
}
.corte-taladro .description__container__item.middle {
    margin-top: -15px;
}
.corte-taladro .description__container__item.middle svg {
    height: 85px;
    position: relative;
    left: -8px;
}
.corte-taladro .description__container__item p {
    font-weight: 800;
    color: #113554;
    margin-top: 10px;
    font-size: 16px;
    padding: 0;
}
.corte-taladro .perfiles {
    padding: 80px 0 50px 0;
    background: #e1e1e1;
}
@media (max-width: 991px) {
    .corte-taladro .perfiles {
        padding: 50px 0 20px 0;
    }
}
.corte-taladro .perfiles p {
    font-size: 24px;
    max-width: 833px;
    margin: 0 auto;
    text-align: center;
    color: #031e2f;
}
.corte-taladro .perfiles p strong {
    font-weight: 700;
    font-size: 26px;
}
.corte-taladro .perfiles__container {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
@media (max-width: 991px) {
    .corte-taladro .perfiles__container {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.corte-taladro .perfiles__container__item {
    text-align: center;
    padding: 20px;
}
@media (max-width: 991px) {
    .corte-taladro .perfiles__container__item {
        width: 50%;
        padding: 20px 0px;
    }
}
.corte-taladro .perfiles__container__item svg {
    height: 65px;
    width: auto;
    fill: none;
    stroke: #031E2F;
    stroke-miterlimit: 10;
}
@media (max-width: 991px) {
    .corte-taladro .perfiles__container__item svg {
        height: 50px;
    }
}
@media (max-width: 321px) {
    .corte-taladro .perfiles__container__item svg {
        height: 45px;
    }
}
.corte-taladro .perfiles__container__item:last-child svg {
    height: 170px;
}
@media (max-width: 321px) {
    .corte-taladro .perfiles__container__item:last-child svg {
        height: 150px;
    }
}
.corte-taladro .perfiles__container__item h2 {
    color: #031e2f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .corte-taladro .perfiles__container__item h2 {
        margin-bottom: 10px;
    }
}
.corte-taladro .innovacion {
    padding: 100px 0;
}
@media (max-width: 991px) {
    .corte-taladro .innovacion {
        padding: 50px 0;
    }
}
.corte-taladro .innovacion h2 {
    margin-top: 0;
    font-size: 40px;
    color: #031e2f;
    margin-top: -5px;
}
@media (max-width: 991px) {
    .corte-taladro .innovacion h2 {
        font-size: 32px;
        margin-top: 0px;
    }
}
.corte-taladro .innovacion h2 strong {
    display: block;
}
.corte-taladro .innovacion p {
    color: #031e2f;
    font-size: 20px;
}
.corte-taladro .innovacion__img {
    text-align: center;
}
.corte-taladro .innovacion__img::before {
    content: '';
    position: absolute;
    right: 325px;
    bottom: 105px;
    width: 190px;
    height: 3px;
    background: #b1c200;
}
@media (max-width: 1200px) {
    .corte-taladro .innovacion__img::before {
        right: 42.6%;
        bottom: 80px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
    }
}
@media (max-width: 720px) {
    .corte-taladro .innovacion__img::before {
        bottom: 95px;
        right: 42.3%;
    }
}
@media (max-width: 350px) {
    .corte-taladro .innovacion__img::before {
        bottom: 130px;
    }
}
.corte-taladro .innovacion__img::after {
    content: '';
    position: absolute;
    right: 515px;
    bottom: 105px;
    height: 40px;
    width: 3px;
    background: #b1c200;
}
@media (max-width: 1200px) {
    .corte-taladro .innovacion__img::after {
        right: 43%;
        bottom: 80px;
        height: 30%;
    }
}
@media (max-width: 720px) {
    .corte-taladro .innovacion__img::after {
        bottom: 100px;
    }
}
@media (max-width: 350px) {
    .corte-taladro .innovacion__img::after {
        bottom: 130px;
    }
}
.corte-taladro .innovacion__img img {
    width: 700px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .corte-taladro .innovacion__img img {
        width: 100%;
        margin-bottom: 50px;
    }
}
.corte-taladro .innovacion__img p {
    width: 250px;
    text-align: left;
    position: absolute;
    right: 50px;
    bottom: -28px;
}
@media (max-width: 1200px) {
    .corte-taladro .innovacion__img p {
        width: 100%;
        text-align: center;
        margin: 0;
        position: relative;
        right: initial;
        bottom: initial;
    }
}
.corte-taladro .innovacion__img p strong {
    display: block;
}
.corte-taladro .innovacion__img p::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b1c200;
}
@media (max-width: 1200px) {
    .corte-taladro .innovacion__img p::before {
        content: none;
    }
}
.corte-taladro .usos {
    padding: 70px 0 50px;
    background-color: #e1e1e1;
}
@media (max-width: 991px) {
    .corte-taladro .usos {
        padding: 50px 0 30px 0;
    }
}
.corte-taladro .usos .row {
    text-align: center;
}
.corte-taladro .usos h2 {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    color: #113554;
    margin-bottom: 30px;
    margin-top: 0;
}
@media (max-width: 991px) {
    .corte-taladro .usos h2 {
        font-size: 26px;
    }
}
.corte-taladro .usos img {
    margin-bottom: 45px;
}
.corte-taladro .usos img:nth-child(1),
.corte-taladro .usos img:nth-child(3) {
    margin-right: 70px;
}
@media (max-width: 991px) {
    .corte-taladro .usos img {
        height: auto;
    }
}
.corte-taladro .contact-form {
    padding: 70px 0 !important;
}
@media (max-width: 991px) {
    .corte-taladro .contact-form {
        padding: 50px 0 !important;
    }
}
.corte-taladro .contact-form h2 {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    color: #113554;
    margin-bottom: 30px;
    margin-top: 0;
}
@media (max-width: 991px) {
    .corte-taladro .contact-form h2 {
        font-size: 26px;
    }
}

.services-2021 * {
  font-family: 'Jost', sans-serif !important;
  color: #031e2f;
}
.services-2021 .row {
  display: flex;
  flex-wrap: wrap;
}
.services-2021 .row:before,
.services-2021 .row:after {
  display: block;
  content: none;
}
.services-2021 .row > .clearfix {
  width: 100% !important;
}
.services-2021 .d-flex {
  display: flex;
}
.services-2021 .bring-to-front {
  z-index: 10;
}
.services-2021 .text-green {
  color: #bed600;
}
.services-2021 .text-white,
.services-2021 .text-white strong {
  color: #fff;
}
.services-2021 .text-bold {
  font-weight: 700;
}
.services-2021 p {
  font-size: 18px;
  line-height: 27px;
  margin-top: 30px;
}
.services-2021 h1,
.services-2021 .jumbotron h1 {
  font-size: 39px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0;
}
.services-2021 h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.services-2021 h4,
.services-2021 h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.2em;
}
.services-2021 .soft-shadow {
  box-shadow: 0 0 40px rgba(3, 30, 47, 0.2);
}
.services-2021 .btn {
  padding: 15px 44px;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.services-2021 .btn.active.focus,
.services-2021 .btn.active:focus,
.services-2021 .btn.focus,
.services-2021 .btn:active.focus,
.services-2021 .btn:active:focus,
.services-2021 .btn:focus {
  outline: none;
}
.services-2021 .btn-primary,
.services-2021 .btn-primary:focus {
  color: #031e2f;
  background-color: #bed600;
  border-color: #bed600;
}
.services-2021 .btn-primary:hover,
.services-2021 .btn-primary:active,
.services-2021 .btn-primary:active:focus {
  color: #bed600;
  background-color: transparent;
  border-color: #bed600;
}
.services-2021 .btn-default,
.services-2021 .btn-default:focus {
  color: #fff;
  background-color: #031e2f;
  border-color: #031e2f;
}
.services-2021 .btn-default:hover,
.services-2021 .btn-default:active,
.services-2021 .btn-default:active:focus {
  color: #031e2f;
  background-color: transparent;
  border-color: #031e2f;
}
.services-2021 .jumbotron {
  background-position: center;
  background-color: #031e2f;
  background-repeat: no-repeat;
  padding: 75px 0 100px;
  min-height: 450px;
  align-items: center;
}
.services-2021 .jumbotron .jumbotron__title {
  color: #fff;
}
.services-2021 .jumbotron .jumbotron__img {
  position: absolute;
  right: 0;
  pointer-events: none;
}
.services-2021 .jumbotron .jumbotron__actions {
  margin-top: 45px;
}
.services-2021 .jumbotron .jumbotron__actions .btn-link,
.services-2021 .jumbotron .jumbotron__actions .btn-link:hover,
.services-2021 .jumbotron .jumbotron__actions .btn-link:focus {
  color: #fff;
}
.services-2021 .ghost-text {
  position: absolute;
  color: #031e2f;
  opacity: 0.1;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 160px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.services-2021 .ghost-text--bottom {
  bottom: -70px;
}
.services-2021 .mt-3 {
  margin-top: 24px !important;
}
.services-2021 .service-features {
  padding: 80px 0 40px;
}
.services-2021 .service-features .service-features__title {
  max-width: 330px;
}
.services-2021 .service-features .service-features__items {
  margin-top: 70px;
}
.services-2021 .service-features .service-features__item {
  margin-bottom: 30px;
}
.services-2021 .service-features .service-features__icon {
  width: 95px;
  margin: 0 auto 20px;
}
.services-2021 .service-features .service-features__subtitle {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.services-2021 .service-benefits {
  background-image: url(../bundles/ivanarsite/img/design/lineas.png), url(../bundles/ivanarsite/img/design/particulas.png), url(../bundles/ivanarsite/img/design/cyt-bg-beneficios.jpg);
  background-position: center, center, bottom;
  background-repeat: repeat, no-repeat, no-repeat;
  background-color: #031e2f;
  padding: 360px 0 0 !important;
  overflow: hidden;
}
.services-2021 .service-benefits .media {
  margin-top: 35px;
}
.services-2021 .service-benefits .media .media-list {
  padding-bottom: 90px;
}
.services-2021 .service-benefits .media .media-right {
  padding-left: 20px;
}
.services-2021 .service-benefits .media img.media-object {
  max-width: 75px;
  width: 75px;
}
.services-2021 .service-benefits .media-list {
  padding-bottom: 90px;
}
.services-2021 .service-benefits .service-benefits__employee {
  width: 405px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.services-2021 .service-benefits .service-benefits__title {
  max-width: 370px;
}
.services-2021 .service-benefits .service-benefits__example {
  margin: 0 auto;
}
.services-2021 .service-benefits .service-benefits__footer {
  height: 160px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.services-2021 .service-benefits .service-benefits__detail {
  position: relative;
  padding-top: 70px;
}
.services-2021 .service-benefits .service-benefits__detail::after {
  content: '';
  border: 1px solid transparent;
  border-bottom-color: #bed600;
  border-right-color: #bed600;
  position: absolute;
  top: -60px;
  bottom: calc(0%);
  left: calc(260%);
  right: calc(-260%);
}
.services-2021 .service-benefits .service-benefits__detail p {
  max-width: 450px;
  margin: 15px auto;
}
.services-2021 .featured-link {
  background-color: #bed600;
  padding: 40px 0 75px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -60px 60px rgba(3, 30, 47, 0.5);
  margin-bottom: -35px;
}
.services-2021 .featured-link .featured-link__actions {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-2021 .featured-link .ghost-text {
  top: 69px;
}
.services-2021 .soluciones .jumbotron {
  background-image: url(../bundles/ivanarsite/img/design/particulas.png), url(../bundles/ivanarsite/img/design/soluciones-jumbotron.jpg);
}
.services-2021 .soluciones .featured-services {
  margin-top: -90px;
  padding: 0 !important;
}
.services-2021 .soluciones .featured-services .featured-service {
  display: flex;
  flex-direction: row;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 30px;
}
.services-2021 .soluciones .featured-services .featured-service::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 0;
  transition: all 0.2s ease;
}
.services-2021 .soluciones .featured-services .featured-service::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(3, 30, 47, 0.8), transparent);
  height: 140px;
  filter: brightness(0) invert(1);
  transition: all 0.2s ease;
  z-index: 1;
}
.services-2021 .soluciones .featured-services .featured-service:hover::before {
  background: rgba(3, 30, 47, 0.9);
}
.services-2021 .soluciones .featured-services .featured-service:hover::after {
  filter: none;
}
.services-2021 .soluciones .featured-services .featured-service:hover .featured-service__picture {
  transform: translateY(0);
}
.services-2021 .soluciones .featured-services .featured-service:hover .featured-service__title {
  color: #fff;
}
.services-2021 .soluciones .featured-services .featured-service:hover .featured-service__more-info {
  color: #bed600;
}
.services-2021 .soluciones .featured-services .featured-service.featured-service--cyt {
  background-image: url(../bundles/ivanarsite/img/design/soluciones-cyt-bg.jpg);
}
.services-2021 .soluciones .featured-services .featured-service.featured-service--cyd {
  background-image: url(../bundles/ivanarsite/img/design/soluciones-cyd-bg.jpg);
}
.services-2021 .soluciones .featured-services .featured-service.featured-service--c3d {
  background-image: url(../bundles/ivanarsite/img/design/soluciones-c3d-bg.jpg);
}
.services-2021 .soluciones .featured-services .featured-service.featured-service--cdp {
  background-image: url(../bundles/ivanarsite/img/design/soluciones-cdp-bg.jpg);
}
.services-2021 .soluciones .featured-services .featured-service.featured-service--fdb {
  background-image: url(../bundles/ivanarsite/img/design/soluciones-fdb-bg.jpg);
}
.services-2021 .soluciones .featured-services .featured-service.featured-service--more {
  background-image: url(../bundles/ivanarsite/img/design/soluciones-cyt-bg.jpg);
}
.services-2021 .soluciones .featured-services .featured-service .square-aspect {
  padding-top: 100%;
}
.services-2021 .soluciones .featured-services .featured-service .full-clickable-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.services-2021 .soluciones .featured-services .featured-service .featured-service__picture {
  position: absolute;
  transform: translateY(30px);
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  transition: all 0.2s ease;
}
.services-2021 .soluciones .featured-services .featured-service .featured-service__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
}
.services-2021 .soluciones .featured-services .featured-service .featured-service__title {
  font-size: 19px;
  line-height: 24px;
  margin-top: 5px;
  transition: all 0.2s ease;
}
.services-2021 .soluciones .featured-services .featured-service .featured-service__more-info {
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  font-size: 16px;
  text-align: right;
  width: 100%;
  transition: all 0.2s ease;
}
.services-2021 .soluciones .more-services {
  overflow-x: hidden;
  position: relative;
  padding: 0 0 100px !important;
}
.services-2021 .soluciones .more-services .panel {
  border: none;
  box-shadow: none;
}
.services-2021 .soluciones .more-services .more-services__title {
  padding: 80px 0 60px;
}
.services-2021 .soluciones .more-services .panel-title a.collapsed::after {
  transform: rotateZ(0deg);
}
.services-2021 .soluciones .more-services .panel-title a::after {
  content: '\f107';
  font-family: 'fontawesome';
  font-size: 28px;
  line-height: 0px;
  position: absolute;
  right: 0;
  top: 26px;
  transform: rotateZ(180deg);
  transition: all 0.4s ease;
}
.services-2021 .soluciones .more-services__acordion .panel-body p:first-child {
  margin-top: 5px;
}
.services-2021 .soluciones .more-services .panel {
  border: none;
  box-shadow: none;
}
.services-2021 .soluciones .more-services .panel-group .panel + .panel {
  margin-top: 0px;
}
.services-2021 .soluciones .more-services .panel-default > .panel-heading {
  color: #031e2f;
  background-color: #fff;
  position: relative;
  padding: 15px 20px 15px 0px;
}
.services-2021 .soluciones .more-services .panel-default > .panel-heading::after {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #031e2f, transparent);
  display: block;
  position: absolute;
}
.services-2021 .soluciones .more-services .panel-title {
  font-size: 18px;
}
.services-2021 .soluciones .more-services .panel-title a {
  font-size: 18px !important;
  transition: all 0.3s ease;
}
.services-2021 .soluciones .more-services .panel-title a:focus,
.services-2021 .soluciones .panel-title a:hover {
  text-decoration: none;
  color: #bed600;
}
.services-2021 .soluciones .more-services .panel-collapse {
  position: relative;
}
.services-2021 .soluciones .more-services .panel-collapse::after {
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #031e2f, transparent);
  display: block;
  position: absolute;
}
.services-2021 .soluciones .more-services .panel-body {
  padding: 30px 0;
  max-width: 980px;
  border: none !important;
}
.services-2021 .service-contact {
  padding: 155px 0 !important;
  background-image: url(../bundles/ivanarsite/img/design/lineas.png), url(../bundles/ivanarsite/img/design/bg-form.jpg);
  background-position: center, top;
  background-repeat: repeat, no-repeat;
  background-color: #031e2f;
}
.services-2021 .service-contact .service-contact__title {
  font-size: 39px;
  line-height: 50px;
  margin-bottom: 30px;
}
.services-2021 .service-contact .service-contact__text {
  max-width: 450px;
  margin-bottom: 50px;
}
.services-2021 .service-contact .form-group {
  margin-bottom: 25px;
}
.services-2021 .service-contact .form-control {
  color: #fff;
  background: transparent;
  border-radius: 0;
  border: 2px solid #5b6d78;
  height: auto;
  padding: 10px 14px;
  font-size: 18px;
  line-height: 27px;
}
.services-2021 .service-contact textarea.form-control {
  height: 140px;
}
.services-2021 .service-contact .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.services-2021 .service-contact .form-control:focus {
  border-color: #fff;
  box-shadow: none;
}
.services-2021 .service-contact .drop-files {
  background: rgba(255, 255, 255, 0.15);
  border: 2px dashed #5b6d78;
  margin: 30px 0;
  text-align: center;
  padding: 40px 8%;
  color: #fff;
}
.services-2021 .service-contact .drop-files .drop-files__text {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.services-2021 .specific-services {
  margin-bottom: -320px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.services-2021 .specific-services .basic-card {
  background: #fff;
  flex-grow: 1;
  margin-bottom: 30px;
}
.services-2021 .specific-services .basic-card .basic-card__caption {
  padding: 4% 10% 8%;
}
.services-2021 .specific-services .basic-card .basic-card__caption .basic-card__title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.services-2021 .service-applications {
  margin: 0;
  padding: 0 !important;
}
.services-2021 .service-applications .service-application {
  position: relative;
  margin-bottom: 30px;
}
.services-2021 .service-applications .service-application::before {
  content: '';
  background-color: rgba(3, 30, 47, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.services-2021 .service-applications .service-aplication__intro {
  padding: 60px 0;
}
.services-2021 .service-applications .service-aplication__intro .service-aplication__title {
  max-width: 310px;
}
.services-2021 .service-applications .service-application__title {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-shadow: 0 0 18px #031e2f;
  margin: 0 auto;
  max-width: 210px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.services-2021 .informative-video {
  position: relative;
  overflow: hidden;
  padding: 70px 0 0 !important;
  margin-bottom: -80px;
}
.services-2021 .informative-video .ghost-text {
  bottom: 45px !important;
  top: initial;
}
.services-2021 .basic-card {
  flex-grow: 1;
  margin-bottom: 30px;
}
.services-2021 .perfiles .jumbotron {
  background-image: url(../bundles/ivanarsite/img/design/jumbotron-particulas.png), url(../bundles/ivanarsite/img/design/cyt-jumbotron-bg.jpg);
}
.services-2021 .perfiles .jumbotron .jumbotron__img {
  width: 490px;
}
.services-2021 .perfiles .jumbotron .jumbotron__title {
  max-width: 540px;
}
.services-2021 .corte-laser-3d .jumbotron {
  background-image: url(../bundles/ivanarsite/img/design/jumbotron-particulas.png), url(../bundles/ivanarsite/img/design/c3d-jumbotron-bg-2.jpg);
}
.services-2021 .corte-laser-3d .jumbotron__img {
  width: 590px;
}
.services-2021 .corte-laser-3d .service-benefits__employee {
  width: 455px;
}
.services-2021 .corte-laser-3d .informative-video {
  padding: 0;
  margin-bottom: -270px;
}
.services-2021 .corte-laser-3d .service-applications {
  position: relative;
  padding-bottom: 65px;
  overflow: hidden;
}
.services-2021 .corte-doblado .jumbotron {
  background-image: url(../bundles/ivanarsite/img/design/jumbotron-particulas.png), url(../bundles/ivanarsite/img/design/cyd-jumbotron-bg.jpg);
}
.services-2021 .corte-doblado .jumbotron__img {
  width: 480px;
  top: 0;
}
.services-2021 .corte-doblado .jumbotron__title {
  max-width: 540px;
}
.services-2021 .corte-doblado .service-benefits {
  background-image: linear-gradient(to top, #ffffff 160px, transparent 160px), url(../bundles/ivanarsite/img/design/lineas.png), url(../bundles/ivanarsite/img/design/particulas.png), url(../bundles/ivanarsite/img/design/cyt-bg-beneficios.jpg);
  background-position: center, center, center, bottom;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}
.services-2021 .corte-doblado .service-benefits .container {
  position: relative;
}
.services-2021 .corte-doblado .service-benefits .service-benefits__employee {
  width: 590px;
  right: calc(-240%);
  position: absolute;
  transform: translateY(160px);
 
}
.services-2021 .corte-taladro-2021 .jumbotron {
  background-image: url(../bundles/ivanarsite/img/design/jumbotron-particulas.png), url(../bundles/ivanarsite/img/design/cyt-jumbotron-bg.jpg);
}
.services-2021 .corte-taladro-2021 .jumbotron__title {
  max-width: 540px;
}
.services-2021 .corte-taladro-2021 .jumbotron__img {
  width: 490px;
}
.services-2021 .conformado-perfiles-en-frio .jumbotron {
  background-image: url(../bundles/ivanarsite/img/design/jumbotron-particulas.png), url(../bundles/ivanarsite/img/design/cyt-jumbotron-bg.jpg);
}
.services-2021 .conformado-perfiles-en-frio .jumbotron__img {
  width: 300px;
  right: 90px;
}
.services-2021 .conformado-perfiles-en-frio .profile-forming {
  margin-bottom: -250px;
}
.services-2021 .conformado-perfiles-en-frio .profile-forming .basic-card {
  background: #fff;
}
.services-2021 .conformado-perfiles-en-frio .profile-forming p {
  max-width: 500px;
  margin: 30px auto 10px;
}
.services-2021 .conformado-perfiles-en-frio .profile-forming__items {
  justify-content: space-evenly;
  padding: 0 2% 4%;
  position: relative;
  align-items: stretch;
}
.services-2021 .conformado-perfiles-en-frio .profile-forming__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-2021 .conformado-perfiles-en-frio .profile-forming__icon {
  max-width: 115px;
  margin: 10px auto 40px;
}
.services-2021 .conformado-perfiles-en-frio .service-benefits {
  padding: 300px 0 90px !important;
}
.services-2021 .conformado-perfiles-en-frio .service-applications {
  position: relative;
  padding-bottom: 65px !important;
  overflow: hidden;
}
.services-2021 .conformado-perfiles-en-frio .ghost-text--bottom {
  bottom: -30px;
}
.services-2021 .flejado-de-bobinas .jumbotron {
  background-image: url(../bundles/ivanarsite/img/design/jumbotron-particulas.png), url(../bundles/ivanarsite/img/design/fdb-jumbotron-bg.jpg);
}
.services-2021 .flejado-de-bobinas .jumbotron__title {
  max-width: 530px;
}
.services-2021 .flejado-de-bobinas .jumbotron__img {
  width: 490px;
}
.services-2021 .flejado-de-bobinas .service-benefits {
  padding: 80px 0 0 !important;
}
.services-2021 .flejado-de-bobinas .service-applications {
  position: relative;
  padding-bottom: 65px !important;
  overflow: hidden;
}
.services-2021 .flejado-de-bobinas .ghost-text--bottom {
  bottom: -30px;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .services-2021 .service-benefits__detail::after {
    top: -100px;
  }
  .services-2021 .featured-service__content {
    padding: 20px;
  }
  .services-2021 .featured-service__title {
    font-size: 18px;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 991px) {
  .services-2021 .corte-taladro-2021 .jumbotron__img {
    width: 400px;
    margin-top: 140px;
  }
  .services-2021 .corte-y-doblado .jumbotron__img {
    width: 380px;
    margin-top: 80px;
  }
  .services-2021 .corte-laser-3d .jumbotron__img {
    width: 500px;
    margin-top: 20px;
  }
  .services-2021 .conformado-perfiles-en-frio .jumbotron__img {
    width: 340px;
    margin-top: 80px;
    right: 0;
  }
  .services-2021 .flejado-de-bobinas .jumbotron__img {
    width: 400px;
    margin-top: 140px;
  }
  .services-2021 .service-contact {
    background-position: center, 70% top;
  }
  .services-2021 .profile-forming__icon {
    max-width: 80px;
  }
  .services-2021 .profile-forming__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .services-2021 .service-benefits__detail::after {
    top: -250px;
  }
  .services-2021 .featured-service__content {
    padding: 24px;
  }
  .services-2021 .featured-service__title {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .services-2021 .jumbotron {
    overflow: hidden;
  }
  .services-2021 .jumbotron .container {
    width: 100%;
  }
  .services-2021 .corte-taladro-2021 .jumbotron__img {
    width: 480px;
    margin-top: -250px;
    right: -30%;
  }
  .services-2021 .corte-y-doblado .jumbotron__img {
    width: 480px;
    margin-top: -160px;
    right: -40%;
  }
  .services-2021 .corte-laser-3d .jumbotron__img {
    width: 500px;
    margin-top: -250px;
    right: -35%;
  }
  .services-2021 .conformado-perfiles-en-frio .jumbotron__img {
    width: 320px;
    margin-top: -180px;
    right: -30%;
  }
  .services-2021 .flejado-de-bobinas .jumbotron__img {
    width: 480px;
    margin-top: -250px; 
    right: -30%;
  }
  .services-2021 .featured-link__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .services-2021 .service-benefits__employee {
    position: absolute;
    left: 0;
    filter: contrast(0.6) brightness(0.3) sepia(1) hue-rotate(164deg) saturate(1.8);
  }
  .services-2021 .corte-y-doblado .service-benefits__employee {
    left: -260px;
  }
  .services-2021 .service-benefits__example {
    margin-top: 50px;
  }
  .services-2021 .service-benefits__detail::after {
    top: -60px;
    bottom: calc(80%);
    left: calc(50%);
    right: calc(50%);
  }
  .services-2021 .service-features {
    padding: 40px 0;
  }
  .services-2021 .service-contact {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 575px) {
  .services-2021 .btn {
    padding: 13px 20px;
    font-size: 14px;
  }
  .services-2021 .jumbotron__title,
  .services-2021 .service-contact__title,
  .services-2021 .jumbotron h1 {
    font-size: 27px;
    line-height: 37px;
  }
  .services-2021 .jumbotron__img {
    display: none;
  }
  .services-2021 .service-benefits__example {
    width: 265px;
  }
}
