@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

:root {
    --colore_1: #3985bf;
    --colore_testo_1: #5e5e5e;
    --bianco: #ffffff;
    --nero: #000000;
    --errore: #B22222;
    --placeholder: #999999;
}

/*GENERALI*/
html,
body {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

button:focus,
a:focus {
    outline: 0;
}
.mobile-language {display:none}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', serif;
    color: var(--colore_testo_1);
}
.nav-link {color:#fff!important}
.nav-link:focus, .nav-link:hover {color:#fff!important}
.dropdown-item {color:#fff!important}
h2 {
    font-size: 3rem !important
}

a {
    color: #1A234B;
}

p,
input,
ul,
li,
label,
table,
tr,
td {
    font-family: 'Roboto', serif;
    font-weight: 400;
    color: var(--colore_testo_1);
    font-size: 18px;
    line-height: 22px
}

label {
    line-height: 30px
}

tr {
    border: 1px solid #707070;
}

td {
    border-right: 1px solid #707070;
    padding: 10px;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

footer .studio09 {
    max-width: 100px;
    width: 200px;
}

.wow {
    visibility: hidden;
}

/*ul{padding-inline-start: 0px;}*/
.blue {
    color: #1A234B
}

.yellow {
    color: #FFBD06
}

.navbar-toggler {
    background: #ffffff !important;
    width: 45px;
    height: 45px;
    border-radius: 60px;
    text-align: center;
    padding: 0
}

.navbar-toggler-linea {
    transition: all 0.3s ease;
    border-radius: 15px;
    background: var(--colore_1) !important;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    display: block;
    margin: 0px auto 5px;
    position: relative;
    top: 0;
}

.navbar-toggler-linea:nth-child(3) {
    margin-bottom: 0px;
}

.menu-toggle-open .navbar-toggler-linea:nth-child(1) {
    transform: rotate(45deg) translate(13px, 13px);
}

.menu-toggle-open .navbar-toggler-linea:nth-child(2) {
    transform: translate(40px);
    opacity: 0;
}

.menu-toggle-open .navbar-toggler-linea:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

.white {
    color: #fff !important
}

/*MARGIN-TOP*/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

/*MARGIN-BOTTOM*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.due-colonne {
    column-count: 2;
    column-gap: 50px;
}

.logo {
    width: 285px
}

.fs-22 {
    font-size: 20px;
    line-height: 28px
}

.fs-26 {
    font-size: 26px;
    line-height: 32px
}

.fw-b {
    font-weight: 500
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-25 {
    border-radius: 25px;
}

.br-30 {
    border-radius: 30px;
}

.br-40 {
    border-radius: 40px;
}

/*.privacy {display: none;}*/

/* BOTTONI */
.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: var(--colore_1);
    border-color: var(--colore_1);
}

.btn-success {
    transition: box-shadow .3s ease-in-out;
    transition-delay: 0;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    box-shadow: rgba(92, 165, 149, .2) 0 0 0 6px;
}

.btn-sm {
    padding-top: .5rem;
    padding-bottom: .375rem;
    font-size: 1rem;
}

.btn-circle.btn-sm {
    padding-left: .4375rem;
    padding-right: .4375rem;
    min-width: calc(.875rem + 1.5em + 2px);
}

.button {
    color: #1A234B;
    padding: 12px 25px;
    border: 2px solid #FFBD06;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s all linear;
}

.button:hover {
    color: #fff;
    background: #FFBD06;
}

/* FORMS */
.message {
    display: none;
}

.form-group-material {
    margin-bottom: .625rem;
    padding-top: 1rem;
    position: relative;
}

.point {
    position: relative
}

.point::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    width: 8px;
    height: 8px;
    background: #5e5e5e;
    border-radius: 50%
}

.form-group-material .label {
    position: absolute;
    left: .75rem;
    font-size: 1.125rem;
    color: #999999;
    pointer-events: none;
    transform-origin: left top;
    transition: all .3s ease-in-out;
}

.form-group-material .label,
.form-group-material.active .label {
    transform: scale(.77777778);
    top: -5px;
}

.form-group-material .label {
    transform: scale(1);
    top: 1.5625rem;
}

.form-group-material .form-control {
    border-radius: 0;
    color: var(--nero);
    border: 2px solid #FFBD06;
}

.form-group-material .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 1px);
}

.form-group-material .form-control:focus {
    outline: none;
    box-shadow: none;
}

.invalid-tooltip {
    padding: .05rem .5rem;
}

label.error {
    margin-top: .5rem;
    margin-bottom: 0;
    color: #B22222;
    width: 100%;
    font-size: 90%;
}

#bottone-invio {
    background: #1A234B;
    border-radius: 0;
    padding: 12px 60px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    position: relative;
    margin-bottom: 20px;
}

.form-control.error,
.form-control.error:focus {
    border-color: var(--errore);
    color: var(--errore);
}

.control-file {
    margin-top: 1.625rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.control-file i {
    position: absolute;
    left: -.25rem;
    top: .5625rem;
    font-size: 1.625rem;
}

.control-file .file-path-wrapper {
    overflow: hidden;
}

.control-file input.file-path {
    padding: 0 0 0 2.125rem;
    border: none;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125rem;
}

.control-file input.file-path::-moz-placeholder {
    color: var(--placeholder);
    text-decoration: underline;
    opacity: 1;
    transition: color .3s ease;
}

.control-file:hover input.file-path::-moz-placeholder {
    color: var(--colore_1);
}

.control-file input.file-path:-ms-input-placeholder {
    color: var(--placeholder);
    text-decoration: underline;
    transition: color .3s ease;
}

.control-file:hover input.file-path:-ms-input-placeholder {
    color: var(--colore_1);
}

.control-file input.file-path::-webkit-input-placeholder {
    color: var(--placeholder);
    text-decoration: underline;
    transition: color .3s ease;
}

.control-file:hover input.file-path::-webkit-input-placeholder {
    color: var(--colore_1);
}

.control-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

/*
.custom-checkbox .custom-control-label::before {border-radius: 0;border: var(--colore_1) solid 2px;}
.custom-control-input:checked~.custom-control-label::before {color: var(--bianco);border-color: var(--colore_1);background-color: var(--colore_1);}
*/
.control-file input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border: var(--colore_1) solid 2px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--colore_1);
    background-color: var(--colore_1);
}

/* INDEX */
.bg-blue {
    background: linear-gradient(180deg, rgba(6, 8, 18, 1) 0%, rgba(26, 35, 75, 1) 100%);
    position: relative;
    padding: 0 !important
}

.bold {
    font-weight: bold
}

.on-video {
    position: absolute;
    /* top: 30%; */
    /* left: 20%; */
    z-index: 2;
    width: 70%;
    text-align: center;
}

.brand {
    max-height: 100px;
    margin: 0 20px
}



.sfondo-2::after {
    content: "";
    background: url(../img/home-sfondo-2.png);
    width: 1100px;
    height: 400px;
    position: absolute;
    top: -148px;
    left: 30%;
    z-index: -1;
    background-size: 100%
}

.sfondo-2 {
    position: relative
}

.padding-laterale {
    padding-right: 100px;
    padding-left: 100px
}

/* .bg-blue-2 {position:relative}
.bg-blue-2::after {
	content:"";
	background-color:#232E5F;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.on-image {position:absolute;top:50%;left:50%} */
.bg-blue-3 {
    background-color: #1A234B
}

.sfondo-mani {
    background: url(../img/ODT-2159.jpg)no-repeat center center;
    background-size: cover;
    padding: 15%;
    position: relative
}

.sfondo-mani::after {
    /* content:"";
	background-color:#232E5F;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0 */
}

.z-index {
    z-index: 123456789
}

.img-fluid-2 {
    max-width: 70%;
    height: auto;
}

.img-fluid-3 {
    max-width: 50%;
    height: auto;
}

.slick-prev::before {
    content: "" !important;
    display: block;
    background: url(../img/freccia-sx.svg) no-repeat center center;
    height: 40px;
    z-index: 20;
    width: 18px;
    background-size: 100%;
}

.slick-next::before {
    content: "" !important;
    display: block;
    background: url(../img/freccia-sx.svg) no-repeat center center;
    height: 40px;
    z-index: 20;
    width: 18px;
    transform: rotate(180deg);
    background-size: 100%;
}

.slick-prev:before,
.slick-next:before {
    font-size: 0 !important
}


nav.bg-dark {
    background: transparent !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

nav .navbar-nav li {
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
}

nav .navbar-nav li a {
    color: #fff !important;
}

.container_home_topvideo {
    height: 800px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.row_home_topvideo {
    height: 800px;
    position: relative;
    width: 100%;
    margin: 0;
}

.col_home_topvideo video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 800px;
}

.on-video p {
    font-size: 23px;
}

ul.dropdown-menu {
    background: transparent;
    border: 0;
}

.siamo_oleodinamica {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 100px;
}

/*.siamo_oleodinamica:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;height: 100%;
	background: url('../img/disegno-bg-home-1.svg') no-repeat;
	background-size: contain;
}*/


.container_home_produzione {
    height: 540px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    z-index: 9;
    position: relative;

}

.row_home_produzione {
    height: 540px;
    position: relative;
    width: 100%;
    margin: 0;
}

.col_home_produzione video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 540px;
}

.container_home_produzione .col_home_produzione:after {
    background: #232E5F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    mix-blend-mode: multiply;
}

.container_home_produzione .on-video h2 {
    margin-bottom: 4rem;
}

.container_home_produzione .on-video p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
}

.container_home_produzione .yellow_text {
    margin-top: 3rem;
    color: #FFBD06;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.elem_bg_home.tubi-flessibili {
    position: relative;
}

.elem_bg_home.tubi-flessibili:before {
    content: '';
    background: url(../img/cerchio-bg.svg) no-repeat;
    position: absolute;
    bottom: 15%;
    right: 22%;
    width: 238px;
    height: 238px;
    background-size: contain;
    z-index: -1;
}

.elem_bg_home.tubi-flessibili:after {
    content: '';
    background: url(../img/tubo-acciaio-bg.svg) no-repeat;
    position: absolute;
    bottom: -15%;
    right: 0;
    width: 100vw;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
}

.tubi-flessibili .row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.tubi-flessibili h2 {
    color: #232E5F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px !important;
    padding-right: 20%;
    margin-bottom: 3rem;
    line-height: 1.5;

}

.tubi-flessibili p {
    color: var(--colore_testo_1);
    font-size: 16px;
    line-height: 1.4;
}

.scopri {
    color: #232E5F;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
    z-index: 20;
    position: relative;
}

.scopri span {
    padding-left: 20px;
}

.testo_prodotto {
    position: relative;
    padding: 220px 0 0;
    padding-right: 40px;
}

.tubi-flessibili .testo_prodotto {
    position: relative;
    padding-top: 180px;
}

.tubi-flessibili .elem_detail {
    background-color: #232E5F !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-height: 400px;
    padding-bottom: 30px;
    margin-top: -30px;
}

.tubi-flessibili .elem_detail:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.tubi-flessibili .elem_detail p {
    color: #fff;
    font-size: 15px;
    padding-right: 15px;
    position: relative;
    font-family: 'Oswald';
    line-height: 1.7;
    font-weight: 300;
}

.col_img {
    text-align: center;
}

.col_text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}




.compensatori_dilatazione {
    padding-top: 250px;
}

.compensatori_dilatazione .row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
}

.compensatori_dilatazione h2 {
    color: #232E5F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px !important;
    padding-right: 20%;
    margin-bottom: 3rem;
    line-height: 1.5;

}

.compensatori_dilatazione p {
    /*color: #707070;font-size: 20px;*/
    color: var(--colore_testo_1);
    font-size: 16px;
    line-height: 1.4;
}


.compensatori_dilatazione .testo_prodotto {
    position: relative;
    padding: 0;
    padding-right: 40px;
}

.compensatori_dilatazione .elem_detail {
    background-color: #232E5F !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-height: 200px;


}

.compensatori_dilatazione .elem_detail:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.compensatori_dilatazione .elem_detail p {
    color: #fff;
    font-size: 15px;
    padding-right: 15px;
    position: relative;
    font-family: 'Oswald';
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 300;
}


.elem_bg_home.compensatori_dilatazione {
    position: relative;
}

.elem_bg_home.compensatori_dilatazione:before {
    content: '';
    background: url(../img/cerchio-bg.svg) no-repeat;
    position: absolute;
    bottom: -5%;
    right: 22%;
    width: 238px;
    height: 238px;
    background-size: contain;
    z-index: -1;
}

.elem_bg_home.compensatori_dilatazione:after {
    content: '';
    background: url(../img/compensatori-bg.svg) no-repeat;
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 100vw;
    height: 100%;
    background-size: contain;
    background-position: bottom left;
    z-index: -1;
}


.tubi-gomma {
    padding: 250px 0 0;
}

.tubi-gomma .row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.tubi-gomma h2 {
    color: #232E5F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px !important;
    padding-right: 20%;
    margin-bottom: 3rem;
    line-height: 1.5;

}

.tubi-gomma p {
    color: var(--colore_testo_1);
    padding-left: 50px;
    width: 70%;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
}

.tubi-gomma .testo_prodotto {
    position: relative;
    padding-left: 100px;
    padding-top: 0px;
}

.tubi-gomma .scopri {
    position: absolute;
    bottom: 0;
    right: -150px;
}

.tubi-gomma .elem_detail {
    background-color: #232E5F !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-height: 270px;
    padding-bottom: 0;
    margin-top: -50px;
}

.tubi-gomma .elem_detail:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.tubi-gomma .elem_detail p {
    color: #fff;
    font-size: 15px;

    position: relative;
    font-family: 'Oswald';
    line-height: 1.7;
    font-weight: 300;

}

.tubi-gomma .col_img {
    text-align: center;
}

.tubi-gomma .col_text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tubi-gomma .elem_detail > .row {
    display: flex;
    justify-content: flex-end;
}

.prodotto .img-fluid {
    width: 100%;
}

.elem_bg_home.tubi-gomma {
    position: relative;
}

.elem_bg_home.tubi-gomma:before {
    content: '';
    background: url(../img/cerchio-bg.svg) no-repeat;
    position: absolute;
    bottom: -140px;
    right: 50%;
    width: 238px;
    height: 238px;
    background-size: contain;
    z-index: -1;
}

.elem_bg_home.tubi-gomma:after {
    content: '';
    background: url(../img/tubi-gomma-bg.svg) no-repeat;
    position: absolute;
    bottom: -25%;
    right: 0;
    width: 100vw;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}



.indicatori-flusso {
    padding: 220px 0 0;
}

.indicatori-flusso .row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.indicatori-flusso h2 {
    color: #232E5F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px !important;
    padding-right: 20%;
    margin-bottom: 3rem;
    line-height: 1.5;
}

.indicatori-flusso p {
    /*color: #707070;font-size: 20px;*/
    color: var(--colore_testo_1);
    font-size: 16px;
    line-height: 1.4;
}

.indicatori-flusso .testo_prodotto {
    position: relative;
    padding-top: 0;
    padding-right: 60px;
}

.indicatori-flusso .elem_detail {
    background-color: #232E5F !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-height: 240px;
    padding-bottom: 10px;
    margin-top: -80px;
}

.indicatori-flusso .elem_detail:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.indicatori-flusso .elem_detail p {
    color: #fff;
    font-size: 15px;
    padding-right: 15px;
    position: relative;
    font-family: 'Oswald';
    line-height: 1.7;
    font-weight: 300;
}

.indicatori-flusso .elem_detail > .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indicatori-flusso .elem_detail .col_text {
    align-self: flex-end;
}


.elem_bg_home.indicatori-flusso {
    position: relative;
}

.elem_bg_home.indicatori-flusso:before {
    content: '';
    background: url(../img/cerchio-bg.svg) no-repeat;
    position: absolute;
    bottom: 5%;
    right: 25%;
    width: 238px;
    height: 238px;
    background-size: contain;
    z-index: -1;
}

.elem_bg_home.indicatori-flusso:after {
    content: '';
    background: url(../img/indicatori-flusso-bg.svg) no-repeat;
    position: absolute;
    bottom: -60%;
    right: 0;
    width: 100vw;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}


.accessori {
    padding: 250px 0 250px;
}

.accessori .row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.accessori h2 {
    color: #232E5F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px !important;
    padding-right: 20%;
    margin-bottom: 3rem;
    line-height: 1.5;

}

.accessori p {
    color: var(--colore_testo_1);
    padding-left: 0px;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
}

.accessori .testo_prodotto {
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
}

.accessori .elem_detail {
    background-color: #232E5F !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-height: 220px;
    padding-bottom: 0;
    margin-top: -50px;
}

.accessori .elem_detail:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.accessori .elem_detail p {
    color: #fff;
    font-size: 15px;

    position: relative;
    font-family: 'Oswald';
    line-height: 1.7;
    font-weight: 300;

}

.accessori .col_img {
    text-align: center;
}

.accessori .col_text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accessori .elem_detail > .row {
    display: flex;
    justify-content: flex-end;
}


.elem_bg_home.accessori {
    position: relative;
}

.elem_bg_home.accessori:before {
    content: '';
    background: url(../img/cerchio-bg.svg) no-repeat;
    position: absolute;
    bottom: 25%;
    left: 25%;
    width: 238px;
    height: 238px;
    background-size: contain;
    z-index: -1;
}

.elem_bg_home.accessori:after {
    content: '';
    background: url(../img/accessori-bg.svg) no-repeat;
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 100vw;
    height: 100%;
    background-size: contain;
    background-position: bottom;
    z-index: -1;
}




.accessori .elem_detail p {
    margin-bottom: 0;
    padding-left: 10px;
}

.row_certificazioni {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.row_certificazioni img {
    height: 90px;
    width: auto;
}

.row_servizi .servizio p.bold {
    color: var(--colore_testo_1);
}

.row_servizi .servizio p.bold {
    color: #232E5F;
    font-size: 21px;
}

.row_servizi .servizio img {
    height: 100px;
    width: auto;
}

.sfondo-mani {
    padding: 100px 15%
}

.sfondo-mani:after {
    background: #232E5F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    mix-blend-mode: multiply;
}

.sfondo-mani .z-index {
    position: relative;
}

.sfondo-mani .slick-track {
    display: flex !important;
    align-items: center;
}

.row_contatti a {
    color: inherit;
    text-decoration: none;
}

nav {
    transition: 0.6s all linear;
}

nav.navbar-shrink,
.not_home nav {
    background: linear-gradient(180deg, rgba(6, 8, 18, 1) 0%, rgba(26, 35, 75, 1) 100%) !important;
}

.not_home header {
    margin-top: 134px;
}

.azienda_titolari {}

.azienda_titolari .old {
    position: relative;
}

.azienda_titolari .old img {
    position: relative;
    z-index: 2
}

.azienda_titolari .old:before {
    content: '';
    background: url('../img/azienda-bg-2.svg') no-repeat;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 0;
    background-position: bottom center;
    height: 100%;
}

.azienda_titolari .present {
    margin-top: 150px;
    position: relative;
}

.azienda_titolari .present img {
    position: relative;
    z-index: 2
}

.azienda_titolari .present:before {
    content: '';
    background: url('../img/azienda-bg-1.svg') no-repeat;
    position: absolute;
    width: 70%;
    left: 15%;
    top: -150px;
    background-position: top center;
    height: 100%;
}

.mt-gallery {
    margin-top: 130px;
}

.mt-gallery h2 {
    margin-bottom: 70px !important
}

.slider-nav-gallery img {
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
    height: auto
}

.slider-nav-gallery .slick-list {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.p_contatti {
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
}

.p_contatti strong {
    font-weight: 700;
}

#contactForm .form-group input {
    border: 2px solid #FFBD06;

}

#contactForm .form-group textarea {
    border: 2px solid #FFBD06;
    height: 120px;
}

#contactForm .btn-invia {
    background: #1A234B;
    border-radius: 0;
    padding: 12px 60px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

#contactForm .btn-send-footer {
    display: flex;
    justify-content: flex-end;
}

#contactForm .ip-privacy,
#contactForm .ip-privacy a {
    color: var(--colore_testo_1);
    text-decoration: none;
}

.mt-certificazioni {
    margin-top: 130px;
}

.certificazioni-img {
    width: 100%;
    height: auto;
}

.box_certificazioni {
    padding-left: 45px;
    position: relative;
    line-height: 34px;
}

.box_certificazioni::after {
    content: "";
    background: url(../img/marker-certificazioni.svg) no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
    background-size: 100%;
}

.box_certificazioni img {
    padding-right: 10px;
}

.gif-certificazioni {
    width: 100%;
    height: auto;
}


.elem_consulenza {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.elem_consulenza img {
    max-height: 170px;
    width: 100%;
}

.elem_consulenza > div:nth-child(1) {
    position: relative;
    display: block;
    width: 45%;
    margin-right: 5%
}

.elem_consulenza > div:nth-child(1)::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
}

.servizio img {
    max-height: 170px;
    width: 100%;
}

.servizio > div:nth-child(1) {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 5%
}

.servizio > div:nth-child(1)::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
}

.elem_consulenza .box_testo {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.elem_consulenza .box_testo h4 {
    color: #1A234B;
    font-weight: 700;
    width: calc(100% - 50px);
}

.elem_consulenza .box_testo p {
    color: var(--colore_testo_1);
    width: calc(100% - 50px);
    font-size: 16px;
}

.azienda-button .button {
    padding: 8px 30px;
}

.img-bottom-azienda {
    width: 100%;
    height: auto;
    max-width: initial;
}

.prod_detail p {
    line-height: 1.7;
    font-family: 'Oswald';
    font-weight: 300;
}

.main_row_prodotto h1 {
    font-size: 50px;
    color: #1A234B;
    position: relative;
    z-index: 9;
    font-weight: 700;
}

.main_row_prodotto .yellow_round {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.main_row_prodotto .yellow_round:before {
    content: '';
    top: 15px;
    left: -40px;
    background: url('../img/cerchio-pieno.svg') no-repeat;
    background-position: top left;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: translateY(-30%);
}

p.distributore {
    font-family: 'Oswald';
    font-weight: 300;
    display: flex;
    margin-bottom: 0;
}

p.distributore span {
    font-weight: 700;
    font-size: 30px;
    margin-left: 25px;
    color: #1A234B;
}

.slider-prodotto .slick-list {
    overflow: visible;
}

.slider-prodotto .slick-slide {
    transition: 0.3s all linear;
    position: relative;
}

.slider-prodotto .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.25);
    z-index: 4;
}

.slider-prodotto .slick-slide.slick-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1A234B;
    opacity: 0.5;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.slider-prodotto .slick-slide.slick-current.slick-active.slick-current:before {
    content: '';

    opacity: 0;
    z-index: 0;
}

.slider-prodotto .slick-prev {
    left: 40px;
    z-index: 5;
}

.slider-prodotto .slick-next {
    right: 40px;
    z-index: 5;
}

.prodotto-categoria {
    margin-bottom: 8rem;
}

.prodotto-categoria h3 {
    color: #1A234B;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 700;
}

.prodotto-categoria p {
    color: var(--colore_testo_1);
    font-size: 18px;
    font-family: 'Roboto';
}

.prodotto-categoria .consulta {
    color: #1A234B;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.prodotto-categoria .consulta img {
    margin-left: 20px;
}

.abs_menu_prodotto {
    position: absolute;
    top: 134px;
    left: 0;
    /*max-width: 1140px;*/
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: #1A234B;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    display: none;
    opacity: 0;
    transition: 0.5s all linear;
}

.abs_menu_prodotto .container {

    max-width: 1140px;
    width: 100%;

    background: #1A234B;
    z-index: 100;
    padding: 40px 80px;
}

.elem_menu img {
    max-width: 100%;
    height: 150px;
    transition: 0.3s all linear;
    mix-blend-mode: overlay;
}

.elem_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

.elem_menu .hover_blending {
    position: relative;

}

.elem_menu p {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-top: 25px;
    font-family: 'Oswald';
    font-size: 16px;
}


.elem_menu .hover_blending:hover img {
    mix-blend-mode: initial;
}

.azienda_servizi_bg {
    background: url('../img/servizi-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.azienda_servizi_bg .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
    margin-bottom: 8rem;
}

.azienda_servizi_bg .row .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.azienda_servizi_bg .row h2,
.azienda_servizi_bg .row p {
    color: #fff;
}

/*
.slider-prodotto .slick-prev::before,.slider-prodotto .slick-next::before{
	background: transparent;height: 0;width: 0;
}
*/

.home_certificazioni p.padding-laterale {
    padding-right: 15%;
    padding-left: 15%;
}

.sfondo-mani .container.z-index {
    z-index: 9;
}

/* / INDEX */


/* FOOTER */
footer p,
footer a {
    font-size: 14px
}

footer {
    background-color: #1A234B
}

.policy:hover {
    text-decoration: none;
    color: #fff
}

.policy {
    text-decoration: none
}

footer button {
    background: none;
    border: 0;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
}

.slick-prev,
.slick-next {
    z-index: 10;
    width: 18px !important;
    height: 40px !important;
}

.sfondo-mani .slick-prev,
.sfondo-mani .slick-next {
    width: 8px;
    height: 18px;
}

.sfondo-mani .slick-prev::before,
.sfondo-mani .slick-next::before {
    width: 8px;
    height: 18px;
}

/* / FOOTER */


/* JACOPO */
.corretto,
.errato,
.corretto-3,
.errato-3 {
    color: #232E5F;
    font-weight: 700;
    position: relative;
    padding-left: 30px
}

.corretto::after,
.corretto-3::after {
    content: "";
    background: url(../img/Risorsa1.svg);
    position: absolute;
    top: 0;
    left: 75px;
    height: 25px;
    width: 25px
}

.errato::after,
.errato-3::after {
    content: "";
    background: url(../img/Risorsa2.svg);
    position: absolute;
    top: 0;
    left: 80px;
    height: 25px;
    width: 25px
}

.corretto-2,
.errato-2 {
    color: #232E5F;
    font-weight: 700;
    position: relative;
    padding-left: 30px
}

.corretto-2::after {
    content: "";
    background: url(../img/Risorsa1.svg);
    position: absolute;
    top: 0;
    left: 100px;
    height: 25px;
    width: 25px
}

.errato-2::after {
    content: "";
    background: url(../img/Risorsa2.svg);
    position: absolute;
    top: 0;
    left: 105px;
    height: 25px;
    width: 25px
}

.indicazioni-montaggio {
    width: 150px;
}

.indicazioni-montaggio-2 {
    width: 210px;
}

.indicazioni-montaggio-3 {
    width: 260px;
}

.indicazioni-montaggio-4 {
    width: 160px;
}

.indicazioni-montaggio-5 {
    width: 230px;
}

.blue-title {
    color: #232E5F;
    font-weight: 700
}

/* / JACOPO */


/* RESPONSIVE */

@media (max-width: 1400px) {

    .corretto::after {
        left: 60px;
    }

    .errato::after {
        left: 65px;
    }

    .corretto-2::after {
        left: 70px;
    }

    .errato-2::after {
        left: 75px;
    }

    .corretto-3,
    .errato-3 {
        padding-left: 90px
    }

    .corretto-3::after {
        left: 90px;
    }

    .errato-3::after {
        left: 95px;
    }
}


@media (max-width: 1199px) {


    .corretto::after {
        left: 35px;
    }

    .errato::after {
        left: 40px;
    }

    .corretto-2::after {
        left: 45px;
    }

    .errato-2::after {
        left: 55px;
    }

    .corretto-3::after {
        left: 70px;
    }

    .errato-3::after {
        left: 80px;
    }

    .indicazioni-montaggio {
        width: 130px;
    }

    .indicazioni-montaggio-2 {
        width: 180px;
    }

    .indicazioni-montaggio-3 {
        width: 220px;
    }

    .indicazioni-montaggio-4 {
        width: 120px;
    }

    .indicazioni-montaggio-5 {
        width: 190px;
    }

}


.abs_menu_mobile.not_show {
    opacity: 0;
    display: none
}

.abs_menu_mobile.show {
    opacity: 1;
    display: flex;
    margin-top: 100px
}

.abs_menu_mobile .abs_menu_prodotto_mobile {
    display: none;
    opacity: 0;
}

.abs_menu_prodotto_mobile {
    position: absolute;
    top: 134px;
    left: 0;
    max-width: 1140px;
    width: 100%;
    left: 0;
    right: 0;

    margin-left: auto;
    margin-right: auto;
    min-height: auto;
    display: none;
    opacity: 0;
    transition: 0.5s all linear;
}

.abs_menu_prodotto_mobile .container {

    max-width: 1140px;
    width: 100%;

    background: transparent;
    z-index: 100;
    padding: 40px 30px;
}

.text-center-left-xs {
    text-align: center;
}

a.scopri:hover {
    color: #FFBD06;
}

.greyp,
p.greyp {
    color: var(--colore_testo_1);
}

.prodotto .greyp strong {
    color: #1A234B;
}

.bluep {
    color: #1A234B;
}

body.body_contatti #contactForm .form-group input,
body.body_contatti #contactForm .form-group textarea {
    padding: .8rem .75rem;
    border-radius: 2px !important;
}

@media (max-width: 991px) {
    .navbar-toggler-linea {
        transition: all 0.3s ease;
        border-radius: 15px;
        background: #fff !important;
        height: 3px;
        width: 38px;
        margin-bottom: 5px;
        display: block;
        margin: 0px auto 10px;
        position: relative;
        top: 0;
        opacity: 1;
    }
.mobile-language {display:block}
    .corretto,
    .errato,
    .errato-2,
    .corretto-2 {
        padding-left: 50px
    }

    .errato-3,
    .corretto-3 {
        padding-left: 75px
    }

    .indicazioni-montaggio {
        width: 100px;
    }

    .indicazioni-montaggio-2 {
        width: 140px;
    }

    .indicazioni-montaggio-3 {
        width: 160px;
    }

    .indicazioni-montaggio-4 {
        width: 110px;
    }

    .indicazioni-montaggio-5 {
        width: 160px;
    }


    .corretto-2::after {
        left: 40px;
    }

    .errato-2::after {
        left: 45px;
    }

    .corretto::after {
        left: 20px;
    }

    .errato::after {
        left: 30px;
    }

    .corretto-3::after {
        left: 40px;
    }

    .errato-3::after {
        left: 45px;
    }

    .navbar-toggler-linea:nth-child(2) {
        width: 25px;
    }

    .navbar-dark .navbar-toggler {
        background: transparent !important;
        color: #1A234B;
        border: 0;
        z-index: 100;
    }

    .abs_menu_mobile {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        /*background: rgba(26,25,75,0.95);*/
        flex-basis: initial;
        flex-grow: initial;
        z-index: 1050;
    }

    .abs_menu_mobile:after {
        content: '';
        background: rgba(26, 25, 75, 0.95);
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
    }

    .abs_menu_mobile.show {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: fixed;
        overflow-y: scroll;
        z-index: 9999;
    }

    .navbar-toggler:focus {
        box-shadow: none !important
    }

    .abs_menu_mobile.show .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        font-size: 22px;
        line-height: 1.6;
        color: #fff;
        text-align: center;
    }


    nav.navbar {
        z-index: 99999;
    }

    .abs_menu_mobile.show {
        opacity: 1;
        display: flex;
        margin-top: 30px;
        padding-top: 100px;
    }

    .nav-item-lingue {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }


    .row.row_top_abs_menu {
        position: absolute;
        top: -70px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .col_prodotti_abs_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
    }

    .prodotti_abs_mobile {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

    .col_prodotti_abs_mobile .btn_back_mobile {
        position: absolute;
        left: 30px;
    }

    .row.row_main_abs_menu {
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .col_abs_mobile {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 30px;
    }

    .tubi-flessibili .elem_detail {
        margin-top: 2rem;
        max-height: 300px;
    }

    .compensatori_dilatazione .elem_detail {
        margin-top: 2rem;
    }

    .tubi-gomma .elem_detail {
        width: 40%;
        margin-bottom: 3rem;
    }

    .indicatori-flusso .testo_prodotto {
        position: relative;
        padding-top: 0;
        padding-right: 60px;
        padding-left: 60px;
    }

    .indicatori-flusso .row {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
        justify-content: flex-end;
        display: flex;
    }

    .indicatori-flusso .elem_detail {
        margin-top: 2rem;
        width: 50%;
    }

    .accessori .elem_detail {
        margin-bottom: 3rem;
    }

    .testo_prodotto {
        padding-left: 40px !important;
    }

    .row_certificazioni img {
        height: 70px;
        width: auto;
        padding-bottom: 10px;
        margin-bottom: 0px !important;
    }


    .elem_menu img {
        max-width: initial%;
        height: auto;
        transition: 0.3s all linear;
        mix-blend-mode: overlay;
        width: 150px;
    }




    @media (max-width: 767px) {

        .resp-mb {
            margin-bottom: 20px;
            display: block;
        }

        p,
        input,
        ul,
        li,
        label,
        table,
        tr,
        td {
            font-size: 16px;
            line-height: 20px;
        }

        .resp-center {
            text-align: center !important
        }

        .brand {
            display: block;
            margin: auto;
        }

        .corretto::after {
            height: 20px;
            width: 20px;
            top: -30px;
            left: calc(50% - 10px);
        }

        .errato::after {
            height: 20px;
            width: 20px;
            top: -30px;
            left: calc(50% - 10px);
        }

        .corretto-2::after {
            height: 20px;
            width: 20px;
            top: -30px;
            left: calc(50% - 10px);
        }

        .errato-2::after {
            height: 20px;
            width: 20px;
            top: -30px;
            left: calc(50% - 10px);
        }

        .corretto-3::after {
            height: 20px;
            width: 20px;
            top: -30px;
            left: calc(50% - 10px);
        }

        .errato-3::after {
            height: 20px;
            width: 20px;
            top: -30px;
            left: calc(50% - 10px);
        }

        .corretto,
        .errato,
        .errato-2,
        .corretto-2,
        .corretto-3,
        .errato-3 {
            padding-left: 0 !important
        }

        .mt-100 {
            margin-top: 50px;
        }

        .not_home header {
            margin-top: 108px;
        }

        .text-center-left-xs {
            text-align: left;
        }

        .due-colonne {
            column-count: 1;
            column-gap: 0px;
        }

        .siamo_oleodinamica h2 {
            font-size: 30px !important;
        }

        .siamo_oleodinamica p.padding-laterale {
            padding: 0;
        }

        .container_home_produzione {
            height: 850px;
        }

        .container_home_produzione {
            height: 550px;
            z-index: 9;
            position: relative;
        }

        .row_home_produzione {
            height: 550px;
            margin: 0;
        }

        .col_home_produzione video {
            height: 550px;
        }

        .container_home_produzione .on-video {
            width: 90%;
        }

        .container_home_produzione h2 {
            margin-bottom: 2rem;
            font-size: 33px !important;
        }

        .container_home_produzione p {
            font-size: 14px !important;
            line-height: 1.5 !important;
            padding: 0 10px;
        }

        .navbar-brand img {
            width: 150px;
        }

        .body_azienda .siamo_oleodinamica {
            margin-bottom: 60px;
        }

        .body_azienda .container.azienda_titolari .row {
            display: block;
            width: 100%;
            display: block;
            margin-right: 0;
            --bs-gutter-x: 0;
        }

        .body_azienda .container.azienda_titolari .azienda_titolari .present {
            margin-top: 40px;
            position: relative;
            float: right;
            margin-bottom: 60px;
        }

        .azienda_titolari .present {
            margin-top: 60px;
            position: relative;
            width: 80%;
            margin-bottom: 60px;
        }

        .azienda_titolari .old {
            position: relative;
            width: 80%;
        }

        footer .row .col-12 {
            display: flex;
            flex-direction: column;
            align-items: center !important;
            justify-content: center !important;
        }

        footer .row .col-12.notlogo {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

        footer .row .col-12 p {
            text-align: center;
        }

        #contactForm .btn-invia {
            width: 100%;
            margin-top: 30px;
        }

        .row_certificazioni img {
            height: 90px;
            width: auto;
            padding-bottom: 10px;
            margin-bottom: 20px !important;
        }

        .body_certificazioni .siamo_oleodinamica h2 {
            margin-top: 40px;
        }

        .body_certificazioni p {
            line-height: 2 !important;
        }

        .main_row_prodotto h1 {
            font-size: 33px;
            color: #1A234B;
            position: relative;
            z-index: 9;
            text-transform: uppercase;
            font-weight: 700;
        }

        .col_img {
            text-align: center;
            padding: 30px;
        }

        .custom_pos_mobile {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 2rem;
        }

        .elem_bg_home.tubi-flessibili:before {
            bottom: 50%;
            right: -10%;
            width: 128px;
            height: 128px;
        }


        .elem_bg_home.tubi-flessibili .testo_prodotto {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 0;
        }

        .home .tubi-flessibili h2 {
            font-size: 26px !important;
            padding-right: 0;
            margin-bottom: 0;
            width: 50%;
            display: inline-flex;
            line-height: 1.5;

            /*transform: translateY(-49%);*/
        }

        .home .tubi-flessibili .elem_detail.col_img {
            width: 41%;
            display: inline-flex !important;
            margin-top: 0;
            padding: 20px;
        }

        .home .tubi-flessibili .elem_detail.col_img img {
            max-width: 85%;
        }

        .home .compensatori_dilatazione {
            padding-top: 130px;
        }



        .elem_bg_home.compensatori_dilatazione:before {
            top: 34%;
            right: 24%;
            width: 128px;
            height: 128px;
        }

        .elem_bg_home.compensatori_dilatazione .testo_prodotto {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 0;
        }

        .home .compensatori_dilatazione h2 {
            font-size: 26px !important;
            padding-right: 0;
            margin-bottom: 0;
            width: 50%;
            display: inline-flex;
            line-height: 1.5;
            /*transform: translateY(-49%);*/
        }

        .home .compensatori_dilatazione .elem_detail.col_img {
            width: 41%;
            display: inline-flex !important;
            margin-top: 0;
            padding: 20px;
        }

        .home .compensatori_dilatazione .elem_detail.col_img img {
            max-width: 100%;
        }




        .elem_bg_home.tubi-gomma:before {
            top: 34%;
            left: 24%;
            width: 128px;
            height: 128px;
        }

        .elem_bg_home.tubi-gomma {
            position: relative;
            margin-bottom: 0px;
        }

        .elem_bg_home.tubi-gomma .testo_prodotto {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 0;
        }

        .home .tubi-gomma h2 {
            font-size: 26px !important;
            padding-right: 0;
            margin-bottom: 0;
            width: 50%;
            display: inline-flex;
            line-height: 1.5;
            /*transform: translateY(-49%);*/
        }

        .home .tubi-gomma .elem_detail.col_img {
            width: 41%;
            display: inline-flex !important;
            margin-top: 0;
            padding: 20px;
            margin-bottom: 0;
        }

        .home .tubi-gomma .elem_detail.col_img img {
            max-width: 85%;
        }

        .home .tubi-gomma .custom_pos_mobile {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 2rem;
        }

        .home .tubi-gomma {
            padding-top: 130px;
        }

        .home .elem_bg_home.tubi-gomma:after {

            top: 0;
            right: 0;
            width: 100vw;
            height: 80%;
            background-size: contain;
            background-position: bottom;
        }

        .home .tubi-gomma p {
            color: var(--colore_testo_1);
            padding-left: 0;
            width: 100%;
            position: relative;
            font-size: 20px;
        }

        .tubi-gomma .scopri {
            position: relative;
            bottom: unset;
            right: unset;
            display: block;
        }





        .elem_bg_home.indicatori-flusso:before {
            top: 34%;
            right: -10%;
            width: 128px;
            height: 128px;
        }

        .elem_bg_home.indicatori-flusso .testo_prodotto {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 0;
        }

        .home .indicatori-flusso h2 {
            font-size: 26px !important;
            padding-right: 0;
            margin-bottom: 0;
            width: 50%;
            display: inline-flex;
            line-height: 1.5;
            /*transform: translateY(-49%);*/
        }

        .home .indicatori-flusso .elem_detail.col_img {
            width: 41%;
            display: inline-flex !important;
            margin-top: 0;
            padding: 20px;
        }

        .home .indicatori-flusso .elem_detail.col_img img {
            max-width: 100%;
        }

        .home .elem_bg_home.indicatori-flusso:after {

            bottom: 7%;
            right: 25%;
            width: 70vw;
            height: 70%;
            background-size: contain;
            background-position: bottom right;
        }

        .home .elem_bg_home.indicatori-flusso {
            margin-bottom: 0;
            padding-top: 130px;
        }





        .elem_bg_home.accessori:before {
            top: 34%;
            left: 24%;
            width: 128px;
            height: 128px;
        }

        .elem_bg_home.accessori {
            position: relative;
            margin-bottom: 0px;
        }

        .elem_bg_home.accessori .testo_prodotto {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 0;
        }

        .home .accessori h2 {
            font-size: 26px !important;
            padding-right: 0;
            margin-bottom: 0;
            width: 50%;
            display: inline-flex;
            line-height: 1.5;
            /*transform: translateY(-49%);*/
        }

        .home .accessori .elem_detail.col_img {
            width: 41%;
            display: inline-flex !important;
            margin-top: 0;
            padding: 20px;
            margin-bottom: 0;
        }

        .home .accessori .elem_detail.col_img img {
            max-width: 85%;
        }

        .home .accessori .custom_pos_mobile {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 2rem;
        }

        .home .accessori {
            padding-top: 130px;
            padding-bottom: 130px;
        }

        .home .elem_bg_home.accessori:after {

            top: 0;
            right: 0;
            width: 100vw;
            height: 80%;
            background-size: contain;
            background-position: right;
        }

        .home .accessori p {
            color: var(--colore_testo_1);
            padding-left: 0;
            width: 100%;
            position: relative;
            font-size: 20px;
        }

        .home .elem_bg_home.accessori:before {
            top: 23%;
            left: 28%;
        }

        .home_certificazioni .padding-laterale,
        .home .row_servizi .padding-laterale {
            padding: 0;
        }

        .row_servizi .servizio {
            margin-bottom: 40px;
        }

        .sfondo-mani .slick-prev {
            left: -50px;
        }

        .home .row_contatti h1 {
            margin-top: 0;
        }

        .home .row_contatti .col-12 {
            text-align: center;
        }



    }

    @media (max-width: 575px) {}

    .home nav.bg-transparent {
        background: transparent !important;
    }

    .not_home nav.bg-transparent {
        background: transparent !important;
    }

    nav.bg-transparent {
        background: transparent !important;
    }

    nav.navbar-shrink.bg-transparent {
        background: transparent !important;
    }

    .not_home nav.navbar-shrink.bg-transparent {
        background: transparent !important;
    }

    .slick-slide img {
        width: auto;
    }

    .certificazioni_container p a {
        color: #1A234B;
        text-decoration: initial;
    }
