
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width:100%;
}
Body, .NormalTextBox, table, p, span, .Normal, .NormalDisabled, .NormalBold {
    color: #252526;
   /* font-size: 1rem;*/
    font-weight: 300;
    /*line-height: 1.6rem;*/
}
.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
    }
}
{#.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}#}
@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

.p-1 {
    padding: .25rem !important;
}
.section-slides .slide-to-red .logo img {
    max-height: 38px
}

.section-slides .slide-to-red .pcontent {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    padding-top: 35px;
    height: 100%
}

.section-slides .slide-to-red .pcontent p {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    max-height: 76px;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .section-slides .slide-to-red .pcontent p {
        max-height: none;
        overflow: auto
    }
}
.products{max-width:1140px;margin:auto;}

.section-slides .slide-to-red .pcontent .link {
    position: absolute;
    bottom: 15%
}

.section-slides .slide-to-red:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(185, 18, 43, .5)
}

@media only screen and (min-width:576px) {
    .section-slides .slide-to-red {
        height: 350px
    }

    .section-slides .slide-to-red .pcontent {
        padding-top: 60px
    }

    .section-slides .slide-to-red .logo {
        right: 2%
    }

    .section-slides .slide-to-red .logo img {
        max-height: 59px
    }
}

@media only screen and (min-width:768px) {
    .section-slides .slide-to-red {
        min-width: 50%;
        height: 445px
    }

    .section-slides .slide-to-red .pcontent {
        padding-top: 130px
    }

    .section-slides .slide-to-red .logo {
        right: 15%;
        bottom: unset;
        top: 30px
    }
}

@media only screen and (min-width:992px) {
    .section-slides .slide-to-red {
        min-width: 0
    }
}

.section-slides h1,
.section-slides h2,
.section-slides h3,
.section-slides h4,
.section-slides h5,
.section-slides h6,
.section-slides .NormalTextBox,
.section-slides table,
.section-slides p,
.section-slides span,
.section-slides .Normal,
.section-slides .NormalDisabled,
.section-slides .NormalBold,
.section-slides a {
    color: #fff
}

.solution-slides {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
      justify-content:center;
}

.solution-slides .slide .slide-to-red {
    transition: all .2s ease-in-out 0s;
    background-color: #ebebeb;
    text-align: center;
    position: relative;
    height: 250px;
}

@media only screen and (min-width:576px) {
    .solution-slides .slide .slide-to-red {
        height: 260px;
}

.solution-slides .slide .slide-to-red .pcontent {
    transition: all .3s ease-in-out .1s;
    position: absolute;
  width:fit-content;
  height:fit-content;
/*     width: 100%;
    height: 100%; */
/*     padding: 3.6rem .5rem; */
/*     margin: 3.6rem .5rem; */
    top: 0;
    right: 0;
  bottom:0;
  left:0;
  margin:auto;
}


.solution-slides .slide .slide-to-red .pcontent p {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400
}

.solution-slides .slide .slide-to-red .logo {
    position: absolute;
    z-index: 1;
    width: 25%;
    padding: .8em .3em 0 .8em
}

@media only screen and (min-width:768px) {
    .solution-slides .slide .slide-to-red .logo {
        width: 35%
    }
}

.solution-slides .slide .slide-to-red:hover {
    background-color: #b9122b;
/*   height:fit-content; */
}

.solution-slides .slide .slide-to-red:hover .logo {
    filter: brightness(100)
}

.solution-slides .slide .slide-to-red:hover .pcontent {
/*     padding: .5rem */
/*       margin: .5rem;
    padding: .5rem */

}

@media only screen and (min-width:576px) {
    .solution-slides .slide .slide-to-red:hover .pcontent {
        padding: 1rem .5rem
    }
}

.solution-slides .slide .slide-to-red:hover  .pcontent .description,
.solution-slides .slide .slide-to-red:hover .pcontent .link {
    max-height: 100px;
    opacity: 1
}
.solution-slides .slide .slide-to-red .pcontent .description,
.solution-slides .slide .slide-to-red .pcontent .link {
    max-height: 0;
    opacity: 0
}
.solution-slides .slide .slide-to-red:hover h1,
.solution-slides .slide .slide-to-red:hover h2,
.solution-slides .slide .slide-to-red:hover h3,
.solution-slides .slide .slide-to-red:hover h4,
.solution-slides .slide .slide-to-red:hover h5,
.solution-slides .slide .slide-to-red:hover h6,
.solution-slides .slide .slide-to-red:hover .NormalTextBox,
.solution-slides .slide .slide-to-red:hover table,
.solution-slides .slide .slide-to-red:hover p,
.solution-slides .slide .slide-to-red:hover span,
.solution-slides .slide .slide-to-red:hover .Normal,
.solution-slides .slide .slide-to-red:hover .NormalDisabled,
.solution-slides .slide .slide-to-red:hover .NormalBold,
.solution-slides .slide .slide-to-red:hover a {
    color: #fff
}

.justify-pcontent-center {
    justify-content: center !important
}
.mt-2,
.my-2 {
    margin-top: .5rem !important
}

section.menu-item {
    padding-top: 40px
}

.icon{width:auto;height:auto;}
.slide-to-red h4{line-height:10px; font-weight:500;}
.slide-to-red h4 span{font-size:14px; line-height:2em; font-weight:900;}

.section-slides .slide-to-red{background-color: rgba(84,78,78,.58);background-blend-mode:overlay}
.icon img{
/*max-width:30%;*/
max-width:5rem;}