@charset "UTF-8";
/* CSS Document */



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

.wa {
    position: fixed;
    max-width: 80px;
    right: 1rem;
    bottom: 1rem;
    z-index: 100000;
}

.navbar {
    background-color: #fff !important;
}

.nav-link {
    font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #1D1D1B;
    margin-left: 2rem;
    margin-right: 2rem;
}

.logo-nav {
    max-width: 200px;
    min-width: 100px;
}

.logo-head {
    width: 50%;
    padding-top: 3rem;
    position: inherit;
}

.back-pink {
    background-color: #FC0079;
}

.link-prodotti {
    font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #1D1D1B;
    text-align: center;
}

/* ---------------------MegaMenu------------------ */
.navbar .megamenu {
    padding: 1rem;
}

.back-nav {
    background-image: url(../img/back-nav.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.icn-nav {
    max-width: 200px;
    padding-top: 1.5rem;
    transition-duration: 1s;
}

.icn-nav:hover {
    max-width: 200px;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    transition-duration: 1s;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 10%;
        right: 10%;
        width: 80%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */
/* ---------------------FineMegaMenu------------------ */




.modal-dialog {
    max-width: 40%;
    margin-right: auto;
    margin-left: auto;
    transition-duration: 1s;
}

.modal-dialog:hover {
    max-width: 41%;
    cursor: pointer;
    transition-duration: 1s;
}

.modal-body {
    padding: 0px;
}

.btn-close {
    padding-right: 1rem;
    padding-top: 1rem;
}



.h-white {
    margin-top: 6rem;
    height: 20vh;
}

.pompa-head {
    width: 100%;
    margin-top: 0rem;
    right: 0rem;
    position: absolute;
}

.box-txt-head {
    padding-left: 5rem;
    padding-top: 10rem;
}

.title-h1 {

    font-size: calc(34px + (150 - 34) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(34px + (70 - 34) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #1D1D1B;
    text-align: left;

}

.title-h1-pink {
    font-size: calc(34px + (80 - 34) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(34px + (80 - 34) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #FC0079;
    text-align: left;
    padding-bottom: 2rem;
}

.sp-punti-head {
    padding-top: 2rem;
}

.txt-head {
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #1e1e1c;
}

.tit-txt-head {
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #1e1e1c;
    margin-bottom: 0.2rem;
}

.sp-txt-storia {
    margin-top: 12rem;
}

.sp-timeline {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.txt-storia {
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #1D1D1B;
    padding-bottom: 4rem;
}

.title-h2 {
    font-size: calc(36px + (170 - 36) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(38px + (240 - 38) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #000;
    padding-bottom: 2rem;

}

.img-prodotto {
    margin-top: -20%;
}

.sub-txt {
    border-top: 2px solid #1D1D1B;
    padding-top: 0.5rem;
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #1D1D1B;
}

.txt {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #1D1D1B;
}
.title-piscine {
    font-size: calc(18px + (32 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #fff;
    padding-top: 5%;
}
.box-txt-piscine{
    padding-right: 5%;
}
.box-prod {
    padding-left: 2rem;
    padding-top: 2rem;
}

.box-info {
    padding-left: 2rem;
    padding-top: 2rem;
}

.sp-btn {
    padding-top: 3rem;
}

.btn-pink {
    color: #fff;
    background-color: #FC0079;
    border-color: #fff;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border: 3px solid #FC0079;
    ;
}

.btn-pink:hover {
    color: #FC0079;
    background-color: #fff;
    border-color: #FC0079;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
}

.btn-on-black {
    color: #fff;
    background-color: #FC0079;
    border-color: #fff;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
    border: 3px solid #FC0079;
    ;
}

.btn-on-black:hover {
    color: #FC0079;
    background-color: #1D1D1B;
    border-color: #FC0079;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    border-radius: 5rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
}

.sp-sez {
    padding-bottom: 4rem;
}

.title-h3-info {
    padding-top: 6rem;
    font-size: calc(52px + (110 - 52) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(54px + (110 - 54) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #fff;
    padding-bottom: 2rem;

}



.sp-icn-prod {
    padding: 1px;
}

.icn-prod {
    max-width: 70%;
}

.txt-icn-prod {
    padding-top: 0.2rem;
}

/*-----------FORM---------------------*/
.sp-form {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.h-form {
    padding-top: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    line-height: 1.5;
    padding-left: 1.5rem;
    color: #fff;
    background-color: #FC0079;
    background-clip: padding-box;
    border: 5px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #fff;
    background-color: #FC0079;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1.3rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.form-check-label {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #fff;

}

.txt-area {
    border-radius: 1rem;
}

input::placeholder,
textarea::placeholder {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #fff !important;
}

.btn {
    color: #FC0079;
    background-color: #fff;
    border-color: #fff;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    border-radius: 5rem;
    border: 3px solid #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn:hover {
    color: #fff;
    background-color: #FC0079;
    border-color: #fff;
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    border-radius: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*-----------FINE FORM---------------------*/

.logo-partner {
    width: 70%;
}

/*------------SEZIONE ORIZONTALE---------------------*/
#sez-orizontale {
    display: flex;
    overflow-x: scroll;

    max-width: 100%;
    margin: 0 auto;

}

#sez-orizontale::-webkit-scrollbar {
    display: none;
}

.anno {
    width: 80vh;
}

.dim-anno {
    padding-bottom: 1rem;
    padding-left: 8rem;
    padding-right: 8rem;
    margin-top: 10rem;
    height: 46vh
}

.img-anno {
    width: 60%;
}

main {
    overflow-x: hidden;
    display: flex;
    position: sticky;
    top: 0;
    margin-top: 10rem;
}

.timeline-s {
    min-width: 40vw;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4ch;
}

section:nth-child(even) {}

.back-time {
    background-image: url(../img/back-time.svg);
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
}

.tit-time {
    font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #1e1e1c;
    margin-bottom: 0.1rem;
}

.txt-time {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #1D1D1B;
    padding-bottom: 4rem;
    padding-left: 1rem;
}

/*------------FINE SEZIONE ORIZONTALE---------------------*/



/*----------animazione-testo----------*/
.cssanimation,
.cssanimation span {
    animation-duration: 0.1s;
    animation-fill-mode: both;
}

.leRotateYZoomIn span {
    animation-name: leRotateYZoomIn
}

@keyframes leRotateYZoomIn {
    from {
        transform: perspective(600px) translate3d(0, -10px, -0px) rotateY(0deg);
        opacity: 0
    }

    2% {
        transform: perspective(600px) translate3d(0, -10px, -0px) rotateY(0deg)
    }
}

.tit-foot {
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #fff;
}

.txt-foot {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #fff;
}

.txt-foot-indicazioni {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #FC0079;
}

.hr-pink {
    border-top: 3px solid #FC0079;
    opacity: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.fa-xs {
    color: #FC0079;
}




.head-pag {
    max-width: 30%;
    padding-top: 10vh;
}

.h-pink-pag {
    height: 26vh;
}

.h1-pag {
    font-size: calc(29px + (180 - 29) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(24px + (100 - 24) * ((100vw - 300px) / (1920 - 300)));
    padding-top: 0vh;
    font-weight: 900;
    color: #1D1D1B;
    text-align: center;
}

.h1-v {
    font-size: calc(22px + (130 - 22) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(24px + (70 - 24) * ((100vw - 300px) / (1920 - 300)));
    padding-top: 10vh;
}

.top-h1 {
    font-size: calc(16px + (60 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.soft-h1 {
    font-size: calc(24px + (140 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #FC0079;
    text-align: center;
    text-shadow: 6px 0 #fff, -6px 0 #fff, 0 6px #fff, 0 -6px #fff,
        6px 6px #fff, -6px -6px #fff, 6px -6px #fff, -6px 6px #fff;
}

.h1-s-v {

    font-size: calc(20px + (110 - 20) * ((100vw - 300px) / (1920 - 300)));

}

.title-h2-pag {
    font-size: calc(36px + (110 - 36) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(38px + (110 - 38) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #000;
    padding-bottom: 2rem;
}

.box-txt-sez {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.back-sx {
    background-image: url(../img/pagine/back-sx.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.back-dx {
    background-image: url(../img/pagine/back-dx.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-sez {
    max-width: 80%;
}

.sp-btn-pag {
    padding-top: 1rem;
}

.txt-pag {
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #1D1D1B;
}

.tit-pag {
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #1D1D1B;
}

.title-v {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.box-v {
    padding: 3rem;
}

.img-v {
    max-width: 90%;
}






.h-pink-ass {
    height: 30vh;
}

.h1-ass {
    font-size: calc(40px + (130 - 40) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(30px + (60 - 30) * ((100vw - 300px) / (1920 - 300)));
    padding-top: 18vh;
    font-weight: 900;
    color: #1D1D1B;
    text-align: center;
}

.top-ass {
    font-size: calc(24px + (60 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.soft-ass {
    font-size: calc(24px + (100 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #FC0079;
    text-align: center;
    text-shadow: 6px 0 #fff, -6px 0 #fff, 0 6px #fff, 0 -6px #fff,
        6px 6px #fff, -6px -6px #fff, 6px -6px #fff, -6px 6px #fff;
}











.pink-bold {
    color: #FC0079;
    font-weight: 900;
}

.pink {
    color: #FC0079;
}

.white {
    color: #fff;
}

strong {
    font-weight: 900;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #FC0079;
    text-decoration: none;
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .title-h3-info {
        padding-top: 6rem;
        font-size: calc(52px + (60 - 52) * ((100vw - 300px) / (1920 - 300)));
        line-height: calc(54px + (60 - 54) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 600;
        color: #fff;
        padding-bottom: 2rem;
    }

    .sp-form {
        margin-top: 3rem;
    }

    .head-pag {
        max-width: 40%;
        padding-top: 6vh;
    }

    .sp-txt-storia {
        margin-top: 5rem;
    }

    .h1-pag {
        font-size: calc(29px + (130 - 29) * ((100vw - 300px) / (1920 - 300)));
        line-height: calc(24px + (70 - 24) * ((100vw - 300px) / (1920 - 300)));
    }

    .soft-h1 {
        font-size: calc(24px + (90 - 24) * ((100vw - 300px) / (1920 - 300)));
    }

    @media only screen and (max-width: 840px) {
        .icn-nav {
            max-width: 120px;
            padding-top: 1rem;
            transition-duration: 1s;
        }

        .icn-nav:hover {
            max-width: 120px;
            padding-top: 1rem;
            padding-bottom: 0rem;
            transition-duration: 1s;
        }

        .back-nav {
            background-image: url(../img/back-nav-mobile.svg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .logo-head {
            width: 80%;
            padding-top: 3rem;
            position: inherit;
        }

        .h-white {
            height: 11vh;
        }

        .pompa-head {
            width: 100%;
            margin-top: 0rem;
            position: relative;
        }

        .title-h2 {
            font-weight: 700;
            padding-bottom: 1rem;
        }

        .box-prod {
            padding-left: 2rem;
            padding-top: 2rem;
            padding-right: 2rem;
        }

        .box-info {
            padding: 1rem;
        }

        .img-prod {
            top: 18rem;
            left: 6rem;
            position: absolute;
            width: 120%;
            overflow-x: hidden;
        }

        .nav-link {
            font-size: calc(20px + (22 - 20) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 900;
            color: #1D1D1B;
            margin-left: 0.5rem;
            margin-right: 1rem;
        }

        .back-pink {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .txt-storia {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

        .sp-txt-storia {
            margin-top: 5rem;
        }

        .box-txt-head {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 1rem;
        }

        .sp-punti-head {
            padding-top: 0rem;
        }

        .p-head-1 {
            padding-top: 2rem;
        }

        .sp-icn {
            padding: 0px;
        }




        #sez-orizontale {
            display: flex;
            overflow-x: scroll;

            max-width: 80%;
            margin: 0 auto;

        }

        #sez-orizontale::-webkit-scrollbar {
            display: none;
        }

        .anno {
            width: 90vh;
        }

        .dim-anno {
            padding-bottom: 0rem;
            padding-left: 2rem;
            padding-right: 2rem;
            margin-top: 4rem;
            height: 34vh;
        }

        .img-anno {
            width: 60%;
        }

        main {
            overflow-x: scroll;
            display: flex;
            position: sticky;
            top: 0;
            margin-top: 2rem;
        }

        .timeline-s {
            min-width: 80vw;
            min-height: 30vh;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 4ch;
        }

        section:nth-child(even) {}

        .back-time {
            background-image: none;
            background-size: 100%;
            background-position: left;
            background-repeat: no-repeat;
        }

        .txt-time {
            font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 500;
            color: #1D1D1B;
            padding-bottom: 1rem;
            padding-left: 1rem;
        }

        .logo-partner {
            width: 80%;
        }

        .tit-foot {
            font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 800;
            color: #fff;
            margin-bottom: 0.5rem;
            margin-top: 1.5rem;
        }

        .txt-foot {
            font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 400;
            color: #fff;
            margin-bottom: 0.5rem;
        }

        .title-h3-info {
            padding-top: 4rem;
            padding-bottom: 1rem;

        }

        .sp-form {
            padding-top: 1rem;
            padding-bottom: 6rem;
        }

        .dim-prod-mob {
            padding: 0px;
        }

        .sez-motori {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

        .sp-sez {
            padding-bottom: 4rem;
            padding-top: 2rem;
        }

        .box-txt-sez {
            padding-top: 2rem;
            padding-bottom: 2rem;
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .head-pag {
            max-width: 50%;
            padding-top: 10vh;
        }

        .h-pink-pag {
            height: 6vh;
        }

        .soft-h1 {
            text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
                2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
        }

        .btn-on-black {
            color: #fff;
            background-color: #FC0079;
            border-color: #fff;
            font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 800;
            border-radius: 5rem;
            padding: 0.2rem 1rem;
            text-decoration: none;
            border: 3px solid #FC0079;
        }

        .btn-pink {
            color: #fff;
            background-color: #FC0079;
            border-color: #fff;
            font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 800;
            border-radius: 5rem;
            padding: 0.2rem 1rem;
            text-decoration: none;
            border: 3px solid #FC0079;
            ;
        }

        .h1-v {
            font-size: calc(22px + (140 - 22) * ((100vw - 300px) / (1920 - 300)));
            line-height: calc(24px + (70 - 24) * ((100vw - 300px) / (1920 - 300)));
            padding-top: 0vh;
        }

        .box-v {
            padding: 0.5rem;
        }

        .wa {
            right: 0.2rem;
            bottom: 0.2rem;
            max-width: 60px;
        }

        .modal-dialog {
            max-width: 96%;
            margin-right: auto;
            margin-left: auto;
            transition-duration: 1s;
        }

        .modal-dialog:hover {
            max-width: 97%;
            cursor: pointer;
            transition-duration: 1s;
        }

        .modal-body {
            padding: 0px;
        }

        .btn-close {
            padding-right: 1rem;
            padding-top: 1rem;
        }

        .txt-icn-prod {
            padding-top: 0.6rem;
        }
    }