/*----------------------
T-Finder OnePageSite // CSS
bg@barbaragambini.com
2023-05-22
----------------------*/

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
}

::-moz-selection {
    background: #FF5321;
    color: #ffffff;
}

::selection {
    background: #FF5321;
    color: #ffffff;
}

a {
    color:;
}

a:hover {
    color: #1068B2;
}


body {
    font-size: 17px;
    color: #3b4d66;
    font-weight: 400;
}

.clear {
    clear: both;
    visibility: hidden;
    margin: 0;
}

nav {
    position: relative;
    z-index: 2000;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0);
}

a.brand, a.brand:hover {
    text-decoration: none;
    color: #3b4d66;
}


.call-to-action {
    background: #eee;
}


.line-height-1 {
    line-height: 1;
}

.line-height-n {
    line-height: normal;
}

.line-height-2 {
    line-height: 1.7;
}

.overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .3;
}


/*-------------------------
colori e grandezze font
-------------------------*/
.rosso {
    color: #005CD2;
}

.pink {
    color: #F93174;
}

.rosso-mattone {
    color: #7A0A27;
}

.marrone {
    color: #330000;
}

.blu {
    color: #005CD2;
}

.ciano {
    color: #4C93E4;
}

.giallo {
    color: #FFCB2C;
}

.green {
    color: #26b278;
}

.light-green {
    color: #E0F0D7;
}

.light-blue {
    color: #A0C8EA;
}

.blu-grey {
    color: #647382;
}

.light-grey {
    color: #f8f8f8;
}


.dark-green {
    color: #235d67;
}

.dark-blu {
    color: #15253b;
}

.heavy-green {
    color: #1d2b0b;
}

.gold {
    color: #D7AB24;
}

.bianco {
    color: #fff;
}

.orange {
    color: #FF6333;
}

.light-orange {
    color: #FF825C;
}

.blu-grey-bg {
    background-color: #647382;
}

.light-grey-bg {
    background-color: #f8f8f8;
}

.marrone-bg {
    background-color: #330000;
}

.rosso-mattone-bg {
    background-color: #7A0A27;
}

.rosso-bg {
    background-color: #005CD2;
}

.ciano-bg {
    background-color: #4C93E4;
}

.giallo-bg {
    background-color: #FFCB2C;
}

.bianco-bg {
    background-color: #fff;
}

.blu-bg {
    background-color: #005CD2;
}

.green-bg {
    background-color: #26b278;
}

.dark-green-bg {
    background-color: #235d67;
}

.pink-bg {
    background-color: #F93174;
}


.light-green-bg {
    background-color: #E0F0D7;
}

.light-blue-bg {
    background-color: #A0C8EA;
}

.heavy-green-bg {
    background-color: #1d2b0b;
}

.dark-bg {
    background-color: #3b4d66;
}

.white-bg {
    background-color: #fff;
}

.orange-bg {
    background-color: #FF6333;
}

.gold-bg {
    background-color: #D7AB24;
}

.light-orange-bg {
    background-color: #FF825C;
}

.light-green-bg {
    background-color: #c4e973;
}

.cold-grey-bg {
    background-color: #d1d4d9;
}

.dark-blu-bg {
    background-color: #15253b;
}

.dark {
    color: #3b4d66;
}

.grey {
    color: #333;
}

.grey-bg {
    background-color: #333;
}


.orange-gradient-bg {
    background: rgb(255, 131, 62);
    background: linear-gradient(90deg, rgba(255, 131, 62, 1) 0%, rgba(235, 52, 115, 1) 100%);
}


.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-25 {
    font-size: 25px;
}

.text-30 {
    font-size: 30px;
}

.text-35 {
    font-size: 35px;
}

.text-40 {
    font-size: 40px;
}

.text-45 {
    font-size: 45px;
}

.text-50 {
    font-size: 50px;
}

.text-60 {
    font-size: 60px;
}

.text-xxl {
    font-size: 80px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}


.opacity-10 {
    opacity: .1;
}

.opacity-20 {
    opacity: .2;
}

.opacity-30 {
    opacity: .3;
}

.opacity-40 {
    opacity: .4;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.opacity-70 {
    opacity: .7;
}

.opacity-80 {
    opacity: .8;
}

.opacity-90 {
    opacity: .9;
}

.max-width-90 {
    max-width: 900px;
}

.max-width-80 {
    max-width: 800px;
}

.max-width-70 {
    max-width: 700px;
}

.max-width-60 {
    max-width: 600px;
}

.max-width-50 {
    max-width: 500px;
}

.max-width-40 {
    max-width: 400px;
}

.max-width-30 {
    max-width: 300px;
}

/*-------------------------
font
-------------------------*/
.font-freeroad {
    font-family: 'Freeroad Bold', sans-serif;
}

.font-opensans {
    font-family: 'Open Sans', sans-serif;
}

.font-opensans-c {
    font-family: 'Open Sans Condensed', sans-serif;
}

.font-muli {
    font-family: 'Muli', sans-serif;
}

.font-coda {
    font-family: 'Coda', cursive;
}

.font-oswald {
    font-family: 'Oswald', sans-serif;
}

.font-anton {
    font-family: 'Anton', sans-serif;
    letter-spacing: 0.03em;
}

.font-norffo {
    font-family: 'Norffo';
}

.font-norffo-i {
    font-family: 'Norffo Italic';
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-pacifico {
    font-family: 'Pacifico', cursive;
}

.font-rancho {
    font-family: 'Rancho', cursive;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.font-arvo {
    font-family: 'Arvo', serif;
}

.font-titillium {
    font-family: 'Titillium Web', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-roboto-c {
    font-family: 'Roboto Condensed', sans-serif;
}

.font-laila {
    font-family: 'Laila', serif;
}

.font-roboto-slab {
    font-family: 'Roboto Slab', serif;
}

.font-kaushan {
    font-family: 'Kaushan Script', cursive;
}

.font-nunito-sans {
    font-family: 'Nunito Sans', sans-serif;
}

.font-noto-sans-KR {
    font-family: 'Noto Sans KR', sans-serif;
}

.font-lora {
    font-family: 'Lora', serif;
}

.font-pt-sans {
    font-family: 'PT Sans', sans-serif;
}

.font-nunito-sans {
    font-family: 'Nunito Sans', sans-serif;
}

.font-caveat {
    font-family: 'Caveat', cursive;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-raleway {
    font-family: 'Raleway', sans-serif;
}

.font-dosis {
    font-family: 'Dosis', sans-serif;
}

.font-maven-pro {
    font-family: 'Maven Pro', sans-serif;
}

/*------------------------------
------------------------------*/

nav {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.text-shadow {
    text-shadow: -3px 2px 0px rgba(35, 93, 103, .8);
    text-shadow: -3px -1px 11px rgba(59, 77, 102, .8);
    text-align: center;
}

.overlay {
    position: absolute;
    width: 100%;
    height:;
    z-index: 1;
    opacity: .5;
}

.brand {
    color: #005cd2;
}

.bubble {
    background: rgba(59, 77, 102, .5);
    border-radius: 50%;
    padding: 4rem;
    margin: 12% 0 0 0;
    max-width: 330px;
    position: relative;
    float: right;
}

.bubble .corner {
    width: 75px;
    position: absolute;
    bottom: -11%;
    left: 31%;
}

.sc-section {
    position: relative;
    z-index: 2;
    height:;
}

.sc-section .container {
    position: relative;
    z-index: 3;
}

/*------------------------------
------------------------------*/

body.sps.sps--blw .fissa {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 5000;
}

body.sps.sps--blw .navbar-nav > li > a {
    padding-top:;
    padding-bottom:;
}


.navbar-nav {
    justify-content: space-between;
}

.navbar-nav > li > a {
    display: inline-block;
    padding: 20px 40px;
    border-bottom: 2px solid;
    text-transform: capitalize;
    border-color: transparent;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #3b4d66;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus,
.navbar-nav a:hover {
    border-bottom: 2px solid #005cd2;
    color: #005cd2;
    text-decoration: none;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/*----------------------------*/

header {
    background: url('img/header-bg.svg') no-repeat center center / auto 100.5%;
    position: relative;
}

.servizio-unico {
    background: url('img/passaggi-bg.svg') no-repeat center center / 4000px;
    position: relative;
    overflow: hidden;
}


.passaggi {
}

.passaggio {
    background-color: #fff;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    border-width: 2px 0 2px 2px;
    border-color: #005cd2;
    border-style: solid;
    border-radius: 100px 0 0 100px;
    margin-bottom: 1rem;
}

.passaggio.pass-3 {
    margin-bottom: 0;
}

.passaggio .numero {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #005cd2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    margin-left: 1rem;
}

.passaggio .title h3 {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 600px;
}


/*----------------------------*/
footer {
    background:;
}

footer p.copyright {
    margin:;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.footer-triboo-logo {
    width: 130px;
    margin: auto;
}

/*----------------------------
Form
----------------------------*/
.form-control {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    padding: 12px;
    font-weight: normal;
    line-height: normal;
    border: none;
}

textarea.form-control {
    padding: 10px;
    height: 88px;
    border:;
}


.form-control::-moz-placeholder {
    opacity:;
    color: #999;
}

.form-control::placeholder {
    opacity:;
    color: #999;
}

select option {
    opacity: 1;
    color: #999;
}

.form-group {
    margin-bottom: 0;
}

.btn-custom {
    border: 0px solid transparent;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 16px 12px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 40px;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: .2s ease-in-out;
    line-height: 1;
}

.btn-custom:hover {
    background:;
    border: 0px solid #ffffff;
    color: #fff;
    text-decoration: none;
    transform: scale(1.1);
}


.btn-custom.btn-bottom {
    outline-color: transparent;
    background: #fff;
}

.btn-custom.btn-bottom:hover {
    text-decoration: none;
    background: #ff6333;
    color:;
}

.btn-custom.btn-outline {
    border: 2px solid;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    color: #fff;
}

.btn-custom.btn-outline:hover {
    color:;
    background:;
}


select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    width: 100%;
    color: #999;
    line-height: 1;
    font-size: 14px;
}

select option {
    color: #666;
}


.form-control.custom-select-grip {
    padding: 0;
}

.form-control select {
    padding: 12px;
}

.custom-select-grip {
    position: relative;
}

.custom-select-grip:after {
    position: absolute;
    right: 15px;
    top: 3px;
    content: "";
    display: block;
    right: 14px;
    top: 50%;
    margin-top: -8px;
    width: 10px;
    height: 18px;
    background: url(img/select-grip.svg) no-repeat center center / 100% auto;
    z-index:;
    opacity: .4;
}

.form-group-privacy {
    line-height: 1;
    color:;
}

.form-group-privacy .small {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
}

.form-group-privacy .small strong {
    font-weight: 600;
}

.form-group-privacy a {
    color: #fff;
    text-decoration: underline;
}

.form-group-privacy a:hover {
    color:;
}

.form-group-privacy label.radio-inline {
    font-size: 14px;
    margin: 0;
}

label.checkbox-terms {
    margin: 0;
    line-height: 1;
}

.form-group-privacy input {
    margin: 2px 8px 0 0;
    vertical-align: text-top;
}


.form-control:focus,
textarea.form-control:focus {
    background:;
    border:;
    box-shadow:;
}

.campo-obbligatorio {
    font-size: 12px;
}


/*----------------------------*/

.custom-list {
    position: relative;
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
}

.custom-list li {
    margin: 0 0 12px 0;
    line-height: 1.4;
    position: relative;
    font-weight: 400;
}

.custom-list i {
    font-size: 23px;
    left: -30px;
    position: absolute;
    top: 3px;
}

/*----------------------------
----------------------------*/
.bottom-call-to-action {
    position: relative;
}

a.bottom-bnt:hover {
    text-decoration: none;
    background: none;
    color: #fff;
    border: 3px solid #fff;
}

.section-title hr {
    max-width: 180px;
    border: none;
    border-bottom: 2px solid #a8c8f1;
    margin: 0 auto 1rem;
    opacity: .6;
}


/*----------------------------
Come Funziona
----------------------------*/

.come-funziona {
    background: #005cd2 url('img/come-funziona-bg.svg') no-repeat center center / 4000px;
}

.come-funziona .box {
    border-radius: 1rem;
    border: 2px solid #fff;
    height: 100%;
    background: #005cd2;
}

.come-funziona .box.box-2 {
    background: #fff;
    color: #005cd2;
}

.come-funziona .box h3 {
    max-width: 300px;
    margin: auto;
    text-transform: uppercase;
    margin-top: 1rem;
    min-height: 60px;
}

.come-funziona .box hr {
    max-width: 180px;
    border: none;
    border-bottom: 2px solid #a8c8f1;
    margin: 0 auto 1rem;
    opacity: .6;
}


/*----------------------------
Network
----------------------------*/


.sc-section.network .box {
    text-transform: uppercase;
    max-width: 400px;
    margin: auto;
}

.sc-section.network .box .icona {
    margin-top: .8rem;
}

.sc-section.network .box p {
    margin: 0;
    font-weight: 700;
    letter-spacing: .3rem;
}

.sc-section.network .box span.plus {
    font-size: 60px;
    vertical-align: super;
    display: inline-block;
    margin-right: .4rem;
}


.sc-section.network .network-loghi img {
    margin: 1rem 2rem;
}

.social-section hr {
    border-bottom: 1px solid #fff;
    opacity: .5;
}

/*----------------------------
Social
----------------------------*/

section.sc-section .social-icons a {
    color: #fff;
    transition: 0.2s ease-in;
}

section.sc-section .social-icons a:hover {
    transform: scale(1.3);
}

/*------------------------------*/
@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 7s infinite;
    -moz-animation: flickerAnimation 7s infinite;
    -o-animation: flickerAnimation 7s infinite;
    animation: flickerAnimation 7s infinite;
}

/*------------------------------
RUOTA
------------------------------*/
@keyframes rotating {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.ruota {
    -webkit-animation: rotating 22s linear infinite;
    -moz-animation: rotating 22s linear infinite;
    -ms-animation: rotating 22s linear infinite;
    -o-animation: rotating 22s linear infinite;
    animation: rotating 22s linear infinite;
}

/*----------------------------
mobile sopra i....
----------------------------*/

@media (min-width: 1920px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}


/*----------------------------
mobile sotto i...
----------------------------*/
@media (max-width: 1600px) {
}


@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
    .servizio-unico {
        background-size: cover;
    }

    .navbar-nav > li > a {
        padding: 20px;
    }
}

@media (max-width: 1080px) {


}

@media (max-width: 992px) {
    .navbar-nav > li > a {
        padding: 10px;
        display: block;
    }

    .call-to-action {
        overflow: auto;
    }

    .header-creativita {
        width: 600px;
    }

    .highlight-txt {
        max-width: 700px;
        margin: 1rem auto 0;
    }

    body.sps.sps--blw .fissa {
        position: relative;
        top: auto;
        width: auto;
    }

}

@media (max-width: 767px) {
    header {
        background: url('img/header-bg-mobile.svg') no-repeat center 0 / 100%;
    }

    .sc-section.network .box {
        margin-left: 2rem;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    .text-18 {
        font-size: 16px;
    }

    .text-20 {
        font-size: 18px;
    }

    .text-22 {
        font-size: 18px;
    }

    .text-25 {
        font-size: 22px;
    }

    .text-30 {
        font-size: 25px;
    }

    .text-35 {
        font-size: 32px;
    }

    .text-40 {
        font-size: 35px;
    }

    .text-45 {
        font-size: 40px;
    }

    .text-50 {
        font-size: 42px;
    }

    .text-60 {
        font-size: 45px;
    }

    .text-xxl {
        font-size: 55px;
    }

    .sc-section.servizio-unico .passaggio .title h3.text-25 {
        font-size: 18px;
    }


    footer img {
        width: 100px;
    }

    .sc-section.network .box p {
        letter-spacing: .1rem;
    }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {

}

/* Custom loader */

.loader-container {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    z-index: 101;
}

@keyframes load {
    50% {
        transform: rotatez(180deg);
        border-style: dashed;
        border-color: #FE7E41 #AAC8F0 #5592E1 #005CD2;
    }
    100% {
        transform: rotatez(360deg);
    }
}

.loader::before {
    content: "";
    color: white;
    height: 100px;
    width: 100px;
    background: transparent;
    border-radius: 50%;
    border: 20px solid #005CD2;
    animation: load 1s infinite;
}

.loader-bg {
    background-color: rgba(255, 255, 255, .9);
}

	