@charset "UTF-8";
/* Colors */
/* values pixel */
/* General */
.center {
    text-align: center;
}

.flex {
    display: flex;
}

/* Select */
.select-box {
    position: relative;
    width: 100%;
}

.select-box select {
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #aaa;
    padding: 10px;
    margin: 0;
    font: inherit;
    outline: none;
    line-height: 1.2;
    background: #efefef;
    -webkit-appearance: none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.select-box select.error {
    color: #d9423c;
    border: 1px solid #d9423c;
}

.select-box:after {
    content: "▼";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 115%;
    line-height: 40px;
    color: #458ac3;
    pointer-events: none;
    padding: 0px 7px;
    border-radius: 0px 4px 0px 0px;
}

/* Pulsanti */
.co_btn {
    padding: 7px;
    margin: auto;
    text-align: center;
    width: 100%;
    border-radius: 7px;
    background: transparent;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.co_btn:focus {
    outline: none;
}

.co_btn:disabled {
    border: 1px solid #aaa !important;
    color: #fff !important;
    background: #aaa !important;
}

.co_btn:disabled:hover, .co_btn:disabled:active, .co_btn:disabled.selected {
    color: #fff !important;
    background: #aaa !important;
}

.co_btn.co_tr_blue_btn {
    color: #458ac3;
    border: 1px solid #458ac3;
}

.co_btn.co_tr_blue_btn:hover, .co_btn.co_tr_blue_btn:active, .co_btn.co_tr_blue_btn.selected {
    color: #fff;
    background: #458ac3;
}

.co_btn.co_blue_btn {
    color: #fff;
    background: #458ac3;
    border: 1px solid #458ac3;
}

.co_btn.co_blue_btn:hover, .co_btn.co_blue_btn:active {
    background: #005b93;
    border: 1px solid #005b93;
}

.co_btn.co_tr_green_btn {
    color: #7cbc75;
    border: 1px solid #7cbc75;
}

.co_btn.co_tr_green_btn:hover, .co_btn.co_tr_green_btn:active, .co_btn.co_tr_green_btn.selected {
    color: #fff;
    background: #7cbc75;
}

.co_btn.co_green_btn {
    color: #fff;
    background: #7cbc75;
    border: 1px solid #7cbc75;
}

.co_btn.co_green_btn:hover, .co_btn.co_green_btn:active {
    background: #2ca64e;
    border: 1px solid #2ca64e;
}

.co_btn.co_grey_btn {
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
}

.co_btn.co_grey_btn:hover, .co_btn.co_grey_btn:active, .co_btn.co_grey_btn.selected {
    color: #fff;
    background: #aaa;
}

.co_btn.co_tr_grey_btn {
    color: #aaa;
    border: 1px solid #aaa;
}

.co_btn.co_tr_grey_btn:hover, .co_btn.co_tr_grey_btn:active, .co_btn.co_tr_grey_btn.selected {
    color: #fff;
    background: #aaa;
}

.co_btn.small {
    padding: 5px 15px;
}

/* Scroll bar */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    min-height: 50px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #aaa;
}

/* Type text input */
[type="text"], [type="email"], [type="password"], .input-icon, .input-normal {
    width: 100%;
    border-radius: 3px;
    border-style: initial;
    padding: 5px;
    border: 1px solid #aaa;
}

[type="text"]:focus, [type="text"]:active, [type="email"]:focus, [type="email"]:active, [type="password"]:focus, [type="password"]:active, .input-icon:focus, .input-icon:active, .input-normal:focus, .input-normal:active {
    outline: none;
    border: 1px solid #458ac3 !important;
}

[type="text"].error, [type="email"].error, [type="password"].error, .input-icon.error, .input-normal.error {
    border: 1px solid #d9423c !important;
    color: #d9423c;
}

[type="text"].input-normal [type="text"], [type="text"].input-normal [type="email"], [type="text"].input-normal [type="password"], [type="email"].input-normal [type="text"], [type="email"].input-normal [type="email"], [type="email"].input-normal [type="password"], [type="password"].input-normal [type="text"], [type="password"].input-normal [type="email"], [type="password"].input-normal [type="password"], .input-icon.input-normal [type="text"], .input-icon.input-normal [type="email"], .input-icon.input-normal [type="password"], .input-normal.input-normal [type="text"], .input-normal.input-normal [type="email"], .input-normal.input-normal [type="password"] {
    border: none !important;
    padding: 0 0 0 10px;
    width: 100%;
}

[type="text"].input-icon .icon, [type="email"].input-icon .icon, [type="password"].input-icon .icon, .input-icon.input-icon .icon, .input-normal.input-icon .icon {
    width: 15%;
    display: inline-block;
}

[type="text"].input-icon .icon img, [type="email"].input-icon .icon img, [type="password"].input-icon .icon img, .input-icon.input-icon .icon img, .input-normal.input-icon .icon img {
    width: 100%;
}

[type="text"].input-icon [type="text"], [type="text"].input-icon [type="email"], [type="text"].input-icon [type="password"], [type="email"].input-icon [type="text"], [type="email"].input-icon [type="email"], [type="email"].input-icon [type="password"], [type="password"].input-icon [type="text"], [type="password"].input-icon [type="email"], [type="password"].input-icon [type="password"], .input-icon.input-icon [type="text"], .input-icon.input-icon [type="email"], .input-icon.input-icon [type="password"], .input-normal.input-icon [type="text"], .input-normal.input-icon [type="email"], .input-normal.input-icon [type="password"] {
    border: none !important;
    padding: 0 0 0 10px;
    width: 80%;
}

.checkbox {
    display: flex;
    align-items: center;
}

/* Checkbox */
[type="checkbox"] {
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.5em;
    padding-top: 0.1em;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label.error::before,
[type="checkbox"]:checked + label.error::before {
    border: 1px solid #d9423c;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.24em;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #458ac3;
    background: transparent;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

[type="checkbox"].error + label:before {
    border: 1px solid red;
}

[type="checkbox"]:checked + label:before {
    border: 2px solid #458ac3;
    background: transparent;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0.6em;
    left: 0.15em;
    font-size: 1.2em;
    line-height: 0.1;
    color: #458ac3;
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* Radio Buttons */
[type="radio"] {
    position: absolute;
    left: -9999px;
}

[type="radio"] + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #4d4d4d;
    font-weight: initial;
}

[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 100%;
    background: #fff;
}

[type="radio"] + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #aaa;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"].green {
    position: absolute;
    left: -9999px;
}

[type="radio"].green + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #4d4d4d;
    font-weight: initial;
}

[type="radio"].green + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #7cbc75;
    border-radius: 100%;
    background: #fff;
}

[type="radio"].green + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #7cbc75;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"].green:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"].green:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* text area */
textarea {
    resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbb;
    font-style: oblique !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
    font-style: oblique !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
    font-style: oblique !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb;
    font-style: oblique !important;
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
    border: 1px solid #458ace;
    -webkit-text-fill-color: #4d4d4d;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Modal */
.co_modal .close {
    position: relative;
    right: 10px;
    top: 10px;
    z-index: 999;
}

.co_modal .modal-content {
    border: 2px solid #458ac3;
}

.co_modal .content {
    margin: 15px auto;
}

@media (min-width: 768px) {
    .co_modal .modal-dialog {
        min-width: 450px;
        margin: 30px auto;
    }
}

/* Box */
.co_box {
    margin: 10px auto;
    padding: 10px;
    background-color: #f9f9f9;
}

.co_box.border-blue {
    border: 1px solid #458ac3;
    border-radius: 5px;
}

/* Transitions */
.slide-fade-enter-to {
    opacity: 1;
}

.slide-fade-enter-active {
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-leave-active {
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
    opacity: 0;
}

.slide-fade-move {
    transition: transform 0.2s;
}

.open-list-enter-active {
    animation: open-list 1s;
}

.open-list-leave-active {
    animation: open-list .01s reverse;
}

@keyframes open-list {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

.co_box {
    padding: 25px 50px;
    border-radius: 25px !important;
    margin-bottom: 50px;
}

.text-1 {
    margin: 30px !important;
    font-size: 20px;
    color: #4187c3;
}

.come-funziona-img {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .co_box {
        padding: 0;
        border: none !important;
        background-color: unset;
        margin-bottom: 0;
    }

    .block-btn {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .come-funziona-img {
        text-align: center;
    }
}

.title {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
    margin: 30px !important;
}

.title.sub {
    font-weight: normal;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 1.3em;
        text-align: left;
        margin-top: 25px !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.content {
    color: #585858;
    font-size: 14px;
    max-width: 75%;
    margin-left: 35px;
    margin-top: -18px;
}

@media screen and (max-width: 768px) {
    .content {
        text-align: left;
        font-size: 1em;
        margin-left: 0;
        max-width: 100%;
        margin-top: 15px;
    }

    .text-1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .page {
        margin-top: 50px;
    }

    .img {
        margin-top: 25px;
    }
}
