@font-face {
	font-family: Bosch Sans;
	src: url("../font/BoschSans-Regular.otf") format("opentype");
}

@font-face {
	font-family: Bosch Sans Medium;
	src: url("../font/BoschSans-Medium.woff");
}

@font-face {
	font-family: Bosch Sans Light;
	src: url("../font/BoschSans-Light.woff");
}

@font-face {
	font-family: Bosch Sans Bold;
	src: url("../font/BoschSans-Bold.woff");
}

*,
html,
body {
	font-family: Bosch Sans;
}

.carousel-control-next-icon {
    position: relative!important;
    top: 15px!important;
}

.carousel-control-prev-icon {
    position: relative!important;
    top: 15px!important;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
#detectores .container, #medidores .container, #niveladores .container {
    display: block;
    max-width: 1260px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    background: none
}

#detectores .container--no-gutter, #medidores .container--no-gutter, #niveladores .container--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid {
    display: block!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grid--block {
    display: block!important
}

.grid--block>[class*=grid__col] {
    float: none!important
}

.grid--vertical {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid--center {
    -ms-flex-pack: center;
    justify-content: center
}

.grid--left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid--right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid--middle {
    -ms-flex-align: center;
    align-items: center
}

.grid--top {
    -ms-flex-align: start;
    align-items: flex-start
}

.grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:767px) {
    .grid--sm-vertical {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .grid--md-vertical {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

@media screen and (min-width:1024px) {
    .grid--lg-vertical {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.grid>.grid__col--sm-1 {
    float: left;
    max-width: 8.33333%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 8.33333%;
    flex: 1 0 8.33333%
}

.grid>.grid__col--sm-1--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-2 {
    float: left;
    max-width: 16.66667%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 16.66667%;
    flex: 1 0 16.66667%
}

.grid>.grid__col--sm-2--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-3 {
    float: left;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%
}

.grid>.grid__col--sm-3--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-4 {
    float: left;
    max-width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%
}

.grid>.grid__col--sm-4--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-5 {
    float: left;
    max-width: 41.66667%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 41.66667%;
    flex: 1 0 41.66667%
}

.grid>.grid__col--sm-5--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-6 {
    float: left;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.grid>.grid__col--sm-6--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-7 {
    float: left;
    max-width: 58.33333%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 58.33333%;
    flex: 1 0 58.33333%
}

.grid>.grid__col--sm-7--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-8 {
    float: left;
    max-width: 66.66667%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%
}

.grid>.grid__col--sm-8--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-9 {
    float: left;
    max-width: 75%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%
}

.grid>.grid__col--sm-9--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-10 {
    float: left;
    max-width: 83.33333%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 83.33333%;
    flex: 1 0 83.33333%
}

.grid>.grid__col--sm-10--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-11 {
    float: left;
    max-width: 91.66667%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 91.66667%;
    flex: 1 0 91.66667%
}

.grid>.grid__col--sm-11--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-12 {
    float: left;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.grid>.grid__col--sm-12--no-gutter {
    padding-right: 0;
    padding-left: 0
}

.grid>.grid__col--sm-1-before-and-up {
    margin-left: 8.33333%
}

.grid>.grid__col--sm-2-before-and-up {
    margin-left: 16.66667%
}

.grid>.grid__col--sm-3-before-and-up {
    margin-left: 25%
}

.grid>.grid__col--sm-4-before-and-up {
    margin-left: 33.33333%
}

.grid>.grid__col--sm-5-before-and-up {
    margin-left: 41.66667%
}

.grid>.grid__col--sm-6-before-and-up {
    margin-left: 50%
}

.grid>.grid__col--sm-7-before-and-up {
    margin-left: 58.33333%
}

.grid>.grid__col--sm-8-before-and-up {
    margin-left: 66.66667%
}

.grid>.grid__col--sm-9-before-and-up {
    margin-left: 75%
}

.grid>.grid__col--sm-10-before-and-up {
    margin-left: 83.33333%
}

.grid>.grid__col--sm-11-before-and-up {
    margin-left: 91.66667%
}

.grid>.grid__col--sm-12-before-and-up {
    margin-left: 100%
}

.grid>.grid__col--sm-1-after-and-up {
    margin-right: 8.33333%
}

.grid>.grid__col--sm-2-after-and-up {
    margin-right: 16.66667%
}

.grid>.grid__col--sm-3-after-and-up {
    margin-right: 25%
}

.grid>.grid__col--sm-4-after-and-up {
    margin-right: 33.33333%
}

.grid>.grid__col--sm-5-after-and-up {
    margin-right: 41.66667%
}

.grid>.grid__col--sm-6-after-and-up {
    margin-right: 50%
}

.grid>.grid__col--sm-7-after-and-up {
    margin-right: 58.33333%
}

.grid>.grid__col--sm-8-after-and-up {
    margin-right: 66.66667%
}

.grid>.grid__col--sm-9-after-and-up {
    margin-right: 75%
}

.grid>.grid__col--sm-10-after-and-up {
    margin-right: 83.33333%
}

.grid>.grid__col--sm-11-after-and-up {
    margin-right: 91.66667%
}

.grid>.grid__col--sm-12-after-and-up {
    margin-right: 100%
}

@media screen and (max-width:767px) {
    .grid>.grid__col--sm-1-before {
        margin-left: 8.33333%
    }
    .grid>.grid__col--sm-2-before {
        margin-left: 16.66667%
    }
    .grid>.grid__col--sm-3-before {
        margin-left: 25%
    }
    .grid>.grid__col--sm-4-before {
        margin-left: 33.33333%
    }
    .grid>.grid__col--sm-5-before {
        margin-left: 41.66667%
    }
    .grid>.grid__col--sm-6-before {
        margin-left: 50%
    }
    .grid>.grid__col--sm-7-before {
        margin-left: 58.33333%
    }
    .grid>.grid__col--sm-8-before {
        margin-left: 66.66667%
    }
    .grid>.grid__col--sm-9-before {
        margin-left: 75%
    }
    .grid>.grid__col--sm-10-before {
        margin-left: 83.33333%
    }
    .grid>.grid__col--sm-11-before {
        margin-left: 91.66667%
    }
    .grid>.grid__col--sm-12-before {
        margin-left: 100%
    }
    .grid>.grid__col--sm-1-after {
        margin-right: 8.33333%
    }
    .grid>.grid__col--sm-2-after {
        margin-right: 16.66667%
    }
    .grid>.grid__col--sm-3-after {
        margin-right: 25%
    }
    .grid>.grid__col--sm-4-after {
        margin-right: 33.33333%
    }
    .grid>.grid__col--sm-5-after {
        margin-right: 41.66667%
    }
    .grid>.grid__col--sm-6-after {
        margin-right: 50%
    }
    .grid>.grid__col--sm-7-after {
        margin-right: 58.33333%
    }
    .grid>.grid__col--sm-8-after {
        margin-right: 66.66667%
    }
    .grid>.grid__col--sm-9-after {
        margin-right: 75%
    }
    .grid>.grid__col--sm-10-after {
        margin-right: 83.33333%
    }
    .grid>.grid__col--sm-11-after {
        margin-right: 91.66667%
    }
    .grid>.grid__col--sm-12-after {
        margin-right: 100%
    }
}

.grid>.grid__col--no-gutter {
    padding-right: 0;
    padding-left: 0
}

@media screen and (min-width:768px) {
    .grid>.grid__col--md-1 {
        float: left;
        max-width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 8.33333%;
        flex: 1 0 8.33333%
    }
    .grid>.grid__col--md-1--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-2 {
        float: left;
        max-width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 16.66667%;
        flex: 1 0 16.66667%
    }
    .grid>.grid__col--md-2--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-3 {
        float: left;
        max-width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
    .grid>.grid__col--md-3--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-4 {
        float: left;
        max-width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%
    }
    .grid>.grid__col--md-4--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-5 {
        float: left;
        max-width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 41.66667%;
        flex: 1 0 41.66667%
    }
    .grid>.grid__col--md-5--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-6 {
        float: left;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
    .grid>.grid__col--md-6--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-7 {
        float: left;
        max-width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 58.33333%;
        flex: 1 0 58.33333%
    }
    .grid>.grid__col--md-7--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-8 {
        float: left;
        max-width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%
    }
    .grid>.grid__col--md-8--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-9 {
        float: left;
        max-width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 75%;
        flex: 1 0 75%
    }
    .grid>.grid__col--md-9--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-10 {
        float: left;
        max-width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 83.33333%;
        flex: 1 0 83.33333%
    }
    .grid>.grid__col--md-10--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-11 {
        float: left;
        max-width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 91.66667%;
        flex: 1 0 91.66667%
    }
    .grid>.grid__col--md-11--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-12 {
        float: left;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
    .grid>.grid__col--md-12--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--md-1-before-and-up {
        margin-left: 8.33333%
    }
    .grid>.grid__col--md-2-before-and-up {
        margin-left: 16.66667%
    }
    .grid>.grid__col--md-3-before-and-up {
        margin-left: 25%
    }
    .grid>.grid__col--md-4-before-and-up {
        margin-left: 33.33333%
    }
    .grid>.grid__col--md-5-before-and-up {
        margin-left: 41.66667%
    }
    .grid>.grid__col--md-6-before-and-up {
        margin-left: 50%
    }
    .grid>.grid__col--md-7-before-and-up {
        margin-left: 58.33333%
    }
    .grid>.grid__col--md-8-before-and-up {
        margin-left: 66.66667%
    }
    .grid>.grid__col--md-9-before-and-up {
        margin-left: 75%
    }
    .grid>.grid__col--md-10-before-and-up {
        margin-left: 83.33333%
    }
    .grid>.grid__col--md-11-before-and-up {
        margin-left: 91.66667%
    }
    .grid>.grid__col--md-12-before-and-up {
        margin-left: 100%
    }
    .grid>.grid__col--md-1-after-and-up {
        margin-right: 8.33333%
    }
    .grid>.grid__col--md-2-after-and-up {
        margin-right: 16.66667%
    }
    .grid>.grid__col--md-3-after-and-up {
        margin-right: 25%
    }
    .grid>.grid__col--md-4-after-and-up {
        margin-right: 33.33333%
    }
    .grid>.grid__col--md-5-after-and-up {
        margin-right: 41.66667%
    }
    .grid>.grid__col--md-6-after-and-up {
        margin-right: 50%
    }
    .grid>.grid__col--md-7-after-and-up {
        margin-right: 58.33333%
    }
    .grid>.grid__col--md-8-after-and-up {
        margin-right: 66.66667%
    }
    .grid>.grid__col--md-9-after-and-up {
        margin-right: 75%
    }
    .grid>.grid__col--md-10-after-and-up {
        margin-right: 83.33333%
    }
    .grid>.grid__col--md-11-after-and-up {
        margin-right: 91.66667%
    }
    .grid>.grid__col--md-12-after-and-up {
        margin-right: 100%
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .grid>.grid__col--md-1-before {
        margin-left: 8.33333%
    }
    .grid>.grid__col--md-2-before {
        margin-left: 16.66667%
    }
    .grid>.grid__col--md-3-before {
        margin-left: 25%
    }
    .grid>.grid__col--md-4-before {
        margin-left: 33.33333%
    }
    .grid>.grid__col--md-5-before {
        margin-left: 41.66667%
    }
    .grid>.grid__col--md-6-before {
        margin-left: 50%
    }
    .grid>.grid__col--md-7-before {
        margin-left: 58.33333%
    }
    .grid>.grid__col--md-8-before {
        margin-left: 66.66667%
    }
    .grid>.grid__col--md-9-before {
        margin-left: 75%
    }
    .grid>.grid__col--md-10-before {
        margin-left: 83.33333%
    }
    .grid>.grid__col--md-11-before {
        margin-left: 91.66667%
    }
    .grid>.grid__col--md-12-before {
        margin-left: 100%
    }
    .grid>.grid__col--md-1-after {
        margin-right: 8.33333%
    }
    .grid>.grid__col--md-2-after {
        margin-right: 16.66667%
    }
    .grid>.grid__col--md-3-after {
        margin-right: 25%
    }
    .grid>.grid__col--md-4-after {
        margin-right: 33.33333%
    }
    .grid>.grid__col--md-5-after {
        margin-right: 41.66667%
    }
    .grid>.grid__col--md-6-after {
        margin-right: 50%
    }
    .grid>.grid__col--md-7-after {
        margin-right: 58.33333%
    }
    .grid>.grid__col--md-8-after {
        margin-right: 66.66667%
    }
    .grid>.grid__col--md-9-after {
        margin-right: 75%
    }
    .grid>.grid__col--md-10-after {
        margin-right: 83.33333%
    }
    .grid>.grid__col--md-11-after {
        margin-right: 91.66667%
    }
    .grid>.grid__col--md-12-after {
        margin-right: 100%
    }
}

@media screen and (min-width:768px) {
    .grid>.grid__col--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:1024px) {
    .grid>.grid__col--lg-1 {
        float: left;
        max-width: 8.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 8.33333%;
        flex: 1 0 8.33333%
    }
    .grid>.grid__col--lg-1--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-2 {
        float: left;
        max-width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 16.66667%;
        flex: 1 0 16.66667%
    }
    .grid>.grid__col--lg-2--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-3 {
        float: left;
        max-width: 25%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
    .grid>.grid__col--lg-3--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-4 {
        float: left;
        max-width: 33.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%
    }
    .grid>.grid__col--lg-4--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-5 {
        float: left;
        max-width: 41.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 41.66667%;
        flex: 1 0 41.66667%
    }
    .grid>.grid__col--lg-5--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-6 {
        float: left;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }
    .grid>.grid__col--lg-6--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-7 {
        float: left;
        max-width: 58.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 58.33333%;
        flex: 1 0 58.33333%
    }
    .grid>.grid__col--lg-7--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-8 {
        float: left;
        max-width: 66.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%
    }
    .grid>.grid__col--lg-8--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-9 {
        float: left;
        max-width: 75%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 75%;
        flex: 1 0 75%
    }
    .grid>.grid__col--lg-9--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-10 {
        float: left;
        max-width: 83.33333%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 83.33333%;
        flex: 1 0 83.33333%
    }
    .grid>.grid__col--lg-10--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-11 {
        float: left;
        max-width: 91.66667%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 91.66667%;
        flex: 1 0 91.66667%
    }
    .grid>.grid__col--lg-11--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-12 {
        float: left;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
    .grid>.grid__col--lg-12--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
    .grid>.grid__col--lg-1-before {
        margin-left: 8.33333%
    }
    .grid>.grid__col--lg-2-before {
        margin-left: 16.66667%
    }
    .grid>.grid__col--lg-3-before {
        margin-left: 25%
    }
    .grid>.grid__col--lg-4-before {
        margin-left: 33.33333%
    }
    .grid>.grid__col--lg-5-before {
        margin-left: 41.66667%
    }
    .grid>.grid__col--lg-6-before {
        margin-left: 50%
    }
    .grid>.grid__col--lg-7-before {
        margin-left: 58.33333%
    }
    .grid>.grid__col--lg-8-before {
        margin-left: 66.66667%
    }
    .grid>.grid__col--lg-9-before {
        margin-left: 75%
    }
    .grid>.grid__col--lg-10-before {
        margin-left: 83.33333%
    }
    .grid>.grid__col--lg-11-before {
        margin-left: 91.66667%
    }
    .grid>.grid__col--lg-12-before {
        margin-left: 100%
    }
    .grid>.grid__col--lg-1-after {
        margin-right: 8.33333%
    }
    .grid>.grid__col--lg-2-after {
        margin-right: 16.66667%
    }
    .grid>.grid__col--lg-3-after {
        margin-right: 25%
    }
    .grid>.grid__col--lg-4-after {
        margin-right: 33.33333%
    }
    .grid>.grid__col--lg-5-after {
        margin-right: 41.66667%
    }
    .grid>.grid__col--lg-6-after {
        margin-right: 50%
    }
    .grid>.grid__col--lg-7-after {
        margin-right: 58.33333%
    }
    .grid>.grid__col--lg-8-after {
        margin-right: 66.66667%
    }
    .grid>.grid__col--lg-9-after {
        margin-right: 75%
    }
    .grid>.grid__col--lg-10-after {
        margin-right: 83.33333%
    }
    .grid>.grid__col--lg-11-after {
        margin-right: 91.66667%
    }
    .grid>.grid__col--lg-12-after {
        margin-right: 100%
    }
    .grid>.grid__col--no-gutter {
        padding-right: 0;
        padding-left: 0
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.Slick__arrow-icon {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-top: 7px
}

.Slick--full .slick-prev {
    left: 50px!important
}

.Slick--full .slick-next {
    right: 50px!important
}

.Slick .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 50%;
    background: #4d5f6c33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    cursor: pointer
}

.Slick .slick-arrow:focus {
    outline: none
}

.Slick .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translate(-30%, -50%) rotate(90deg);
    -ms-transform: translate(-30%, -50%) rotate(90deg);
    transform: translate(-30%, -50%) rotate(90deg)
}

.Slick .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translate(30%, -50%) rotate(-90deg);
    -ms-transform: translate(30%, -50%) rotate(-90deg);
    transform: translate(30%, -50%) rotate(-90deg)
}

.Slick .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none
}

@media (min-width:1024px) {
    body:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 122px;
        background: #fff
    }
}

#content-wrapper {
    width: 100%
}

.Header {
    display: none
}

@media (min-width:1024px) {
    .Header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        width: 100%;
        background: #fff
    }
}

.Header__progress {
    display: block;
    width: 100%;
    height: 10px;
    opacity: 1;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

@media (min-width:1024px) {
    .Header__progress {
        color: #d2270d;
        border: 0;
        background: #f5f5f5;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }
    .Header__progress::-webkit-progress-bar {
        background: #f5f5f5
    }
    .Header__progress::-webkit-progress-value {
        background: #d2270d
    }
    .Header__progress::-moz-progress-bar {
        background: #d2270d
    }
}

.Logo {
    margin: 0
}

.Logo__image {
    display: block;
    width: 100%;
    max-width: 164px;
    margin: 10px auto
}

.Menu {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .Menu {
        display: none!important
    }
}

.Menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Menu__button {
    display: block;
    margin: 0;
    padding: .75em 1.5em;
    color: #4d5f6c;
    font-family: Bosch Sans Light;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.Menu__button:hover {
    text-decoration: none;
    color: #0098d7;
}

.Menu__button--medidores.is-active {
    color: #003b6a;
}

.Menu__button--niveladores.is-active {
    color: #48950c
}

.Menu__button--detectores.is-active {
    color: #97006e
}

.Menu__button.is-active {
    font-size: 16px;
    font-weight: bold;
}

.ScrollButton {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (min-width:768px) {
    .ScrollButton {
        width: 82px;
        height: 82px
    }
}

.ScrollButton--arrow {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:767px) {
    .ScrollButton--arrow {
        display: none
    }
}

.ScrollButton i {
    display: inline-block;
    max-width: 100%;
    height: auto
}
.Video{
    padding: 0!important;
    border: 50px solid white;
  }
  
  @media (max-width:768px) {
    .Video{
      border: 10px solid white;
    }
  }

@media (max-width:1024px) {
    .Video {
        width: 100%;
        height: 100%;
        padding: 40px;
        display: block;
    }
}

.Video__player-wrapper {
    /* display: block; */
    width: 100%;
    height: 0
}

@media (min-width:1024px) {
    .Video__player-wrapper {
        padding-top: 56.25%
    }
}

.Video__player {
    width: 100%;
    height: 600px;
}

@media (max-width:767px) {
    .Video__player {
        width: 100%;
        height: 500px;
    }
}

@media (min-width:768px) {
    .Video__player {
        left: 0;
        width: 100%;
    }
}

.VideoModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    cursor: pointer
}

.VideoModal__player-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 960px;
    height: 0;
    padding-top: 56.25%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.VideoModal__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .Card {
        width: 310px!important;
        padding: 0 10px!important
    }
}

.Card__wrapper {
    position: relative
}

.Card__image{
    width:100%;
    margin-top:10px!important;
}

@media (max-width:767px) {
    .Card__image {
        width: 290px!important
    }
}

.Card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .8))
}

.Card__button {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    font-size: 15px!important;
    font-weight: 900;
    text-transform: uppercase;
    background: #E20015!important;
    color: white;
    min-height: 50px!important;
    width: 100%!important;
    cursor: pointer!important;
    border: none!important;
    border-radius: 0;
}

.Card__button:hover {
    background-color: #ff482c!important;
}


.video-title {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: lighter;
    text-align: center;
    padding-top: 2rem;
}

@media (min-width:1024px) {
    .video-title {
        font-size: 48px
    }
}
@media (min-width:1024px) {
    .Card__button {
        width: 100%;
        padding: 5px
    }
}

.Card__text {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    background-color:rgba(191,192,194,0.4);
    font-family: Bosch Sans Bold;
}

.Facilita {
    min-height: 100vh;
    padding: 5vmin 0 20vmin;
    background: linear-gradient(to right, #003b6a 80%, #005691);
}

@media (min-width:1024px) {
    .Facilita {
        padding-top: 70px;
        padding-bottom: 5vmin
    }
}

@media (max-width:767px) {
    .Facilita__logo {
        display: block;
        width: 100%;
        height: auto
    }
}

.Facilita__text {
    color: #fff;
    font-size: 25px;
}

@media (max-width:767px) {
    .Facilita__text {
        text-align: center;
        font-size: 14px;
    }
}

.Cards {
    margin-top: 5vmin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width:1024px) {
    .Cards {
        margin-top: 0;
        overflow-x: hidden
    }
}

.Cards__wrapper {
    display: -ms-flexbox;
    display: flex
}

.Bullets__list {
    margin: 0;
    list-style: none
}

.Bullet, .Bullets__list {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.Bullet {
    width: 24px;
    height: 24px;
    min-height: 0;
    margin: 0 5px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    -ms-flex-align: center;
    align-items: center
}

.Bullet.is-active {
    background: #fff;
    width: 20px;
    height: 20px;
}

.Bullet__button {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.Bullet__button:focus {
    outline: none
}

.Measurements {
    position: relative;
    min-height: 100vh;
    background: #000
}

.Measurements__overflow {
    opacity: .7
}

.Measurements__background, .Measurements__overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Measurements__background {
    visibility: hidden;
    opacity: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .6s ease;
    -o-transition: all ease .6s;
    transition: all .6s ease
}

@media (min-width:1024px) {
    .Measurements__background {
        background-attachment: fixed
    }
}

.Measurements__background.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.Measurements__content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5vmin 10px 20vmin;
    text-align: center
}

@media (min-width:1024px) {
    .Measurements__content {
        padding-top: 60px;
        padding-bottom: 5vmin
    }
}

.Measurements__title {
    margin: .83em 0;
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    line-height: normal
}

.Measurements__card {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 5vmin auto 30px;
    padding: 10px 20px 30px;
    background: #fff
}

@media (min-width:1024px) {
    .Measurements__card {
        margin-top: 10vmin;
        padding: 20px 30px 50px
    }
}

.Quotes {
    margin: 0;
    padding: 0;
    list-style: none
}

.Quote {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.Quote.is-active {
    display: block;
    visibility: visible;
    opacity: 1
}

.Quote__title {
    margin: 1em 0;
    color: #005691;
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal
}

.Quote__text {
    font-size: 18px
}

.FloatingPin {
    position: absolute;
    min-width: 30px;
    min-height: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.FloatingPin--medidores {
    color: #000
}

.FloatingPin--medidores:after, .FloatingPin--medidores:before {
    background: #003B6A;
}

.FloatingPin--niveladores {
    color: #003B6A;
}

.FloatingPin--niveladores:after, .FloatingPin--niveladores:before {
    background: #003B6A;
}

.FloatingPin--detectores {
    color: #003B6A;
}

.FloatingPin--detectores:after, .FloatingPin--detectores:before {
    background: #003B6A;
}

.FloatingPin:after, .FloatingPin:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.FloatingPin:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.FloatingPin.is-open {
    z-index: 1;
    width: 100%;
    max-width: 280px;
    padding: 10px
}

@media (min-width:1024px) {
    .FloatingPin.is-open {
        font-size: 18px
    }
}

.FloatingPin.is-open:after, .FloatingPin.is-open:before {
    display: none
}

.FloatingPin.is-open.FloatingPin--x-right {
    right: 0;
    left: auto!important
}

.FloatingPin.is-open.FloatingPin--x-left {
    left: 0!important
}

.FloatingPin.is-open.FloatingPin--x-center {
    left: 50%!important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.FloatingPin.is-open.FloatingPin--y-top {
    top: 10px!important;
    left: 0!important
}

.FloatingPin.is-open.FloatingPin--y-bottom {
    top: auto!important;
    bottom: 10px
}

.Pins-Item {
    display: block;
    width: 100%;
    margin-bottom: 1px
}

.Pins-Item__button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Bosch Sans Light;
    text-align: left;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background .15s ease;
    -o-transition: background .15s ease;
    transition: background .15s ease
}

@media (max-width:768px) {
    .Pins-Item__button {
        font-size: 6px;
    }
}
.Pins-Item__button--medidores {
    color: #000;
    padding: 1px;
    padding-left:0.5!important;
}

.is-active .Pins-Item__button--medidores {
    background: #006098;
}

.Pins-Item__button--niveladores {
    color: #003B6A
}

.is-active .Pins-Item__button--niveladores {
    background: #006098
}

.Pins-Item__button--detectores {
    color: #003B6A
}

.is-active .Pins-Item__button--detectores {
    background: #003B6A
}

.Pins-Item__button-content {
    display: -ms-flexbox;
    display: flex;
    height: 50px
}

@media (min-width:1024px) {
    .Pins-Item__button-content {
        height: 62px
    }
}

.Pins-Item__icon {
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:1024px) {
    .Pins-Item__icon {
        width: 65px
    }
}

.Pins-Item__icon--medidores {
    background: #003B6A
}

.Pins-Item__icon--niveladores {
    background: #FFF;
}

.Pins-Item__icon--detectores {
    background: #003B6A;
    -ms-flex-align: end;
    align-items: flex-end
}

.Pins-Item__icon--detectores img {
    max-width: 100%
}

.Pins-Item__icon-image {
    display: block;
    max-width: 80%;
    height: auto
}

.Pins-Item__title {
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    font-size: 18px;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

.is-active .Pins-Item__title {
    color: #fff
}

.Pins-Item__arrow {
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .Pins-Item__arrow {
        display: none
    }
}

.is-active .Pins-Item__arrow svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.is-active .Pins-Item__arrow path {
    stroke: #fff
}

.Pins-Item__arrow path, .Pins-Item__arrow svg {
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.Pins-Item__content {
    position: relative;
    display: none;
    padding: 10px 0
}

@media (max-width:1023px) {
    .is-active .Pins-Item__content {
        display: block
    }
}

.Pins-Item__image {
    display: block;
    max-width: 100%;
    height: auto
}

.Pins {
    padding: 5vmin 0;
    color: #fff;
    background-color: #003B6A;
    background-size: cover;
}

@media (min-width:1024px) {
    .Pins {
        padding-top: 60px
    }
}

.Pins__title {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: lighter;
    text-align: center
}

@media (min-width:1024px) {
    .Pins__title {
        font-size: 48px
    }
}
@media (max-width:768px) {
    .Pins__title {
        font-size: 14px
    }
}
.Pins__subtitle {
    font-size: 24px;
    text-align: center
}

@media (min-width:1024px) {
    .Pins__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.Pins__list {
    margin-top: 10vmin;
    padding: 0;
    list-style: none
}

@media (min-width:1024px) {
    .Pins__list {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        margin-top: 0
    }
}

.Pins__image-wrapper {
    display: none
}

@media (min-width:1024px) {
    .Pins__image-wrapper {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.Pins__image {
    display: block;
    width: 100%;
    height: auto
}

.Product {
    margin: 30px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,.125);
}

.Product__image {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto
}

.Product__name {
    color: #000;
    font-size: 20px;
}

.Product__description, .Product__name {
    margin: 1.33em 12px;
    line-height: normal
}

.Product__description {
    color: #333;
    font-size: 14px
}

.Product__link {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 52px;
    background: #E20015;
    border-radius: 0 !important;
    transition: .6s;
}
.Product__link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff482c;
}

.Product__link.is-unavailable {
    background: #BFC0C2;
}

.Quiz {
    position: relative;
    min-height: 100vh;
    padding: 5vmin 10px
}

@media (min-width:1024px) {
    .Quiz {
        padding-top: 60px
    }
}

.Quiz.is-showing-products {
    background: #fff
}

.Quiz.is-showing-products .Quiz__overflow {
    opacity: 0
}

.Quiz.is-showing-products .Product__name, .Quiz.is-showing-products .Quiz__title {
    color: #000
}

.Quiz.is-showing-products .Quiz__products {
    opacity: 1;
    -webkit-transition: opacity .3s ease .3s;
    -o-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s
}

.Quiz__overflow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url("../images/quiz-bg.jpg") 50% no-repeat;
    background-size: cover;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.Quiz__content {
    position: relative;
    z-index: 1
}

.Quiz__title {
    color: #fff;
    font-size: 35px;
    font-weight: lighter;
    text-align: center;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

@media (max-width:768px) {
     .Quiz__title {
      font-size: 24px!important;
    }
  }

.Quiz__products {
    margin-top: 10vmin;
    opacity: 0
}

.Quiz__loading {
    font-size: 20px;
    font-weight: 900;
    text-align: center
}

.Quiz__card {
    width: 100%;
    max-width: 820px;
    margin: 30px auto;
    padding: 20px;
    background: #fff
}

@media (min-width:1024px) {
    .Quiz__card {
        margin-top: 15vmin
    }
}

.Quiz .Product__name {
    color: #fff
}

.Question {
    display: none
}

.Question.is-active {
    display: block
}

.Question__title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.Question__number {
    display: inline-block;
    color: #333;
    font-size: 25px;
    font-weight: 900
}

@media (max-width:767px) {
    .Question__number {
        margin-right: 5px
    }
    .Question__title {
       font-size: 15px;
    }    
}

@media (min-width:768px) {
    .Question__number {
        display: block;
        margin-bottom: 10px
    }
}

.Question__answers {
    margin-top: 30px;
    padding: 0;
    list-style: none
}

@media (min-width:768px) {
    .Question__answers {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.Question__answer {
    display: block;
    margin: 10px
}

.Question__button {
    display: block;
    min-width: 166px;
    min-height: 52px;
    margin: 10px auto;
    padding: 5px 15px;
    color: #000;
    font-family: Bosch Sans;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 0px;
    background: #BFC0C2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: linear-gradient(to bottom,#d9d9d9 0,#d9d9d9 50%,#ddd 50%,#ddd 100%);
    background-position: 0 0;
    background-size: 100% 200%;
    transition: border, background cubic-bezier(.38,.04,.35,.96) 300ms;
    border-width: 0 0 2px;
}

.Question__button:hover {
    background-position: 0 100%;
}

@media (min-width:1024px) {
    .Question__button {
        min-width: 212px;
        min-height: 67px;
        font-size: 20px
    }
}

.Question__button--yes {
    background: #003B6A;
    color: #fff;
    background: linear-gradient(to bottom, #003B6A 0%, #003B6A 50%, #005691 50%, #2c5978 100%);
    transition: border, background cubic-bezier(.38, .04, .35, .96) 300ms;
    background-position: 0 0;
    background-size: 100% 200%;
    cursor: pointer;
}

.Question__button--yes:hover {
    background-position: 0 100%;
    border-color: #003B6A;
}

.Question__button--reset {
    padding-right: 30px;
    padding-left: 30px
}

.Question__button:focus {
    outline: none
}

.Products {
    min-height: 100vh;
    padding: 5vh 10px;
    background: #fff
}

@media (min-width:1024px) {
    .Products {
        padding-top: 60px
    }
}

.Products__title {
    margin: .83em 0;
    font-size: 35px;
    font-weight: lighter;
    text-align: center;
    line-height: normal
}

@media (min-width:1024px) {
    .Products__title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .Products__title {
        font-size: 24px
    }
}

.Products__list {
    padding-top: 5vmin
}

.Footer {
    padding: 10px 0;
    color: #fff;
    background: #003B6A;
}

.Footer__copy {
    margin: 0;
    padding: 1em 0;
    font-size: 12px;
    text-align: center
}

.FooterMenu {
    list-style: none
}

@media (max-width:767px) {
    .FooterMenu {
        text-align: center
    }
}

@media (min-width:1024px) {
    .FooterMenu {
        display: -ms-flexbox;
        display: flex
    }
}

.FooterMenu__item {
    display: block;
    padding: 0
}

@media (max-width:767px) {
    .FooterMenu__item {
        margin: 20px 0
    }
}

@media (min-width:1024px) {
    .FooterMenu__item {
        margin-right: 30px
    }
}

@media (min-width:1024px) {
    .FooterMenu__item--title {
        margin-right: 50px
    }
}

.FooterMenu__item:not(.FooterMenu__item--title) {
    text-transform: uppercase
}

.FooterMenu__link {
    color: #fff;
    text-decoration: none;
    transition: .6s;
}

.FooterMenu__link:hover {
    color: #6899ff;
    text-decoration: none;
}

.SocialMenu {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.SocialMenu__item {
    margin: 10px 5px;
    padding: 0
}

.SocialMenu__link {
    display: block
}

.SocialMenu__image {
    display: block;
    width: 100%;
    height: auto
}

.FloatButton {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 10;
    height: 55px;
    padding: 0 30px;
    color: #fff;
    font-family:Bosch Sans;
    font-size: 22px;
    text-align: center;
    border: none;
    background: #E20015;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.FloatButton:focus {
    outline: none
}

.FloatButton:hover {
    background: #ff482c;
}

.FloatButton.is-hidden {
    opacity: 0;
    pointer-events: none
}

@media screen and (max-width:768px) {
    .FloatButton {
        font-size: 12px
        
    }
}

#detectores, #medidores, #niveladores {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Bosch Sans,Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#detectores *, #detectores :after, #detectores :before, #medidores *, #medidores :after, #medidores :before, #niveladores *, #niveladores :after, #niveladores :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

/*# sourceMappingURL=main.css.map*/