﻿
:root {
    --iqcblue: #354F9A;
    --text-blue: #283747;
    --light-grey: #F5F7F9;
}

body {
    overflow-x: hidden;
}

* {
    font-family: 'Poppins', sans-serif;
}

p, b, h1, h2, h3, h4, h5, h6 {
    font-display: swap;
    color: var(--text-blue);
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

.only-print {
    display: none;
}

@media print {
    .no-print {
        display: none !important;
    }

    .only-print {
        display: block;
    }

    a[href]:after {
        content: none !important;
    }

    p {
        font-size: 10pt !important;
    }

    .print-logo {
        max-width: 100pt !important;
    }

    .section-content-print {
        border-left: 5px solid #f5f7f9;
        margin-left: 15pt;
    }

        .section-content-print div {
            margin-left: 10pt;
        }

    td {
        font-size: 10pt !important;
    }

    table {
        border: 3px solid black;
    }

    @page {
        margin: 20mm 5mm;
    }
}

.display-none {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.error-message {
    color: #db3e3e;
    font-weight: 600;
    font-size: 12pt;
    display: none;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.side-padding {
    padding-right: 5%;
    padding-left: 5%;
}

.bg-white {
    background-color: white;
}

.bg-lightgrey {
    background-color: #f5f7f9;
}

.static-card {
    background-color: white;
    padding: 10pt 0pt 10pt 0pt;
    padding-bottom: 0pt;
    margin: 15pt;
    border-radius: 10pt;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;*/
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    /*box-shadow: rgb(136 165 191 / 48%) 0px 10px 20px, rgb(255 255 255 / 80%) 0px 0px 6px;*/
    box-shadow: rgba(136, 165, 191, 0.48) 0px 10px 15px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

    .static-card:hover {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;*/
        /*box-shadow: rgb(136 165 191 / 48%) 0px 2px 4px, rgb(90 125 188 / 5%) 0px 7px 13px -3px,rgb(255 255 255 / 80%) 0px -3px 0px inset;*/
        /*box-shadow: rgb(136 165 191 / 48%) 0px 30px 90px;*/
        /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;*/
        /*        box-shadow: rgba(136, 165, 191, 0.48) 0px 2px 4px 0px, rgba(136, 165, 191, 0.48) 0px 2px 16px 0px;*/
        /*   box-shadow: rgba(136, 165, 191, 0.48) 0px 5px 15px;*/
        /*        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }

.hoverbox {
    transition: .3s all;
    border-radius: 6px;
    /*   box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);*/
    background-color: white;
    padding: 10pt 0pt 10pt 0pt;
    margin: 20pt;
    margin-bottom: 50pt;
    /*  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    transition: all .4s;
    /* box-shadow: 0 2px 2px rgb(204 197 185 / 50%)*/
    box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
}


    .hoverbox:hover {
        /*transition: all .4s ease;
        -webkit-transition: all .4s ease;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;*/
        transform: translateY(-5px);
        box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    }


.hoverbadge {
    transition: .3s all;
}


    .hoverbadge:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.translate {
    transform: translate(-50%, 65%);
    z-index: 1;
    font-size: 20pt
}

@media (max-width: 1550px) {

    .translate {
        transform: translate(-50%, 40%);
    }
}

.white-big-button {
    display: inline-block;
    background: white;
    border-radius: 5px;
    color: #354F9A;
    padding: 14pt 20pt;
    text-align: center;
    border: solid;
    border-color: #354F9A;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    text-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
}

    .white-big-button:hover {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        color: white;
        background: #354F9A;
    }

.blue-big-button {
    display: inline-block;
    background: #354F9A;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding: 14pt 20pt;
    border: solid;
    border-color: white;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    text-shadow: none;
    text-transform: uppercase;
    text-shadow: none;
}

    .blue-big-button:hover {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        border: solid;
        border-color: #354F9A;
        background: white;
        color: #354F9A;
    }

.education {
    --bg-color: #354F9A;
    --bg-color-light: #bebec2;
    --text-color-hover: white;
    --box-shadow-color: #bebec2;
}

.cardv-container {
    margin: 30pt 30pt 80pt 30pt;
    display: inline-flex;
    position: relative;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}

.cardv {
    width: 300px;
    height: 350px;
    background: #fff;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.cardv-container:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px rgba(0,0,0,0.11);
}

    .cardv-container:hover .overlay {
        transform: scale(4) translateZ(0);
    }

    .cardv-container:hover .circle {
        border-color: var(--bg-color-light);
        background: var(--bg-color);
    }

        .cardv-container:hover .circle:after {
            background: var(--bg-color-light);
        }

    .cardv-container:hover p {
        color: white;
    }

    .cardv-container:hover .cardv-footer {
        background-color: white;
    }

        .cardv-container:hover .cardv-footer p {
            color: #354F9A;
        }

.cardv:active {
    transform: scale(1) translateZ(0);
    box-shadow: 0 15px 24px rgba(0,0,0,0.11), 0 15px 24px rgba(0,0,0,0.11);
}

.cardv p {
    font-size: 17px;
    color: var(--bg-color);
    margin-top: 30px;
    z-index: 2;
    transition: color 0.3s ease-out;
}

.circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    object-fit: contain;
    transition: all 0.3s ease-out;
}


    .circle:after {
        content: "";
        width: 118px;
        height: 118px;
        display: block;
        position: absolute;
        background: var(--bg-color);
        border-radius: 50%;
        top: 7px;
        left: 7px;
        transition: opacity 0.3s ease-out;
    }

.overlay {
    width: 118px;
    position: absolute;
    height: 118px;
    border-radius: 50%;
    background: var(--bg-color);
    top: 80px;
    left: 95px;
    z-index: 0;
    transition: transform 0.3s ease-out;
}

.cardv-footer {
    width: 300px;
    background-color: #354F9A;
    color: white;
    margin-top: 230pt;
    padding: 20pt;
    position: absolute;
    z-index: 3;
    font-size: small;
}

    .cardv-footer p {
        margin-top: 10pt;
        font-size: small;
    }

.img-vetrina {
    max-width: 150px;
    padding: 0pt;
    margin: 10pt 5pt 5pt 15pt;
    display: block;
    height: auto;
}

.qrcode-vetrina {
    max-width: 165px;
    padding: 0pt;
    margin: 5pt;
    display: block;
    height: auto;
}

@media only screen and (max-width: 500px) {
    .qrcode-vetrina {
        max-width: 140px;
        margin: 0pt 0pt 0pt 10pt;
    }

    .img-vetrina {
        max-width: 130px;
        margin: 0pt 10pt 0pt 0pt;
    }
}


/* #region RESPONSIVE TABLE */
@media screen and (max-width: 800px) {

    .table-responsive {
        border: none !important;
    }

        .table-responsive thead {
            color: #fefefe;
            display: none;
        }

        .table-responsive tbody {
            display: flex;
            flex-flow: row wrap;
            width: 100%;
        }

            .table-responsive tbody td {
                background-color: #fefefe;
                display: block;
                padding-left: 20pt !important;
                padding-right: 20pt !important;
                width: 100%;
                border: none !important;
                border-top: none !important;
            }

                .table-responsive tbody td::before {
                    content: attr(aria-label);
                    font-weight: bold;
                    margin-right: 15pt;
                    width: 100%;
                    font-size: 13pt;
                    border-radius: 5pt;
                }


        .table-responsive.table-caratteristiche tr {
            display: flex;
            flex-flow: column wrap;
            flex: 0 0 100%;
            padding: unset;
            max-width: 100%;
            width: 100%;
            border-right: solid 1px lightgray;
            border-left: solid 1px lightgray;
            margin: unset;
        }

        .table-responsive.table-caratteristiche tbody td:first-child {
            font-size: 15pt;
            font-weight: bold;
            text-align: center;
            background-color: #354F9A;
            color: white;
            padding: 20pt;
        }

            .table-responsive.table-caratteristiche tbody td:first-child::before {
                display: none;
            }

        .table-responsive.table-caratteristiche tbody td:nth-child(2) {
            font-size: 15pt;
            font-weight: bolder;
            text-align: center !important;
            background: #f2f2f2;
            margin-top: 10pt;
            margin-bottom: 10pt;
            padding: 13pt;
        }

            .table-responsive.table-caratteristiche tbody td:nth-child(2)::before {
                display: none;
            }

        .table-responsive.table-caratteristiche tbody td:last-child {
            margin-bottom: 20pt;
        }

        .table-responsive.table-competenze tr {
            display: flex;
            flex-flow: column wrap;
            flex: 0 0 100%;
            padding: 1.25rem 1rem;
            max-width: 100%;
            width: 100%;
            border: solid 1px lightgray;
            margin-bottom: 20pt;
        }

        .table-responsive.table-competenze tbody td:first-child {
            font-size: 15pt;
            font-weight: bold;
            text-align: center;
        }

            .table-responsive.table-competenze tbody td:first-child::before {
                display: none;
            }

    .cboxbadgeImage {
        width: 40% !important;
    }
}


/* #endregion */

.vertically-centered {
    display: flex;
    align-items: center !important;
}


.backimage .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -80%);
    max-width: 30%;
    opacity: 0.3;
}

.backimage .text {
    position: relative;
    text-align: center;
}

@media(max-width: 975px) {

    .badgeImage {
        max-width: 45% !important;
    }

    .padding-unset-mobile {
        padding: unset;
    }

    .padding-mobile {
        padding: 30pt !important;
    }

    .footer .row {
        display: block;
        text-align: center !important;
    }

        .footer .row div {
            display: block;
            text-align: center !important;
        }
}

.bold-title {
    font-weight: 600;
    font-size: 28pt;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    margin-bottom: 15pt;
    text-align: center;
}

    .sidebar-footer img {
        max-height: 60pt;
    }

.badge-shadowed {
    box-shadow: 0 25px 30px -13px rgb(40 40 40 / 40%);
}

.section-title {
    font-weight: 600;
    font-size: 13pt;
    margin: 5pt 0pt;
}

.dots {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.contact-banner {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url(../img/background/iStock-principale.webp);
    height: 300pt;
    background-position: center;
    background-size: cover;
    color: white !important;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
}

    .contact-banner h2 {
        font-weight: 500;
        font-size: 25pt;
    }


.btn-slide {
    user-select: none;
    -moz-user-select: none;
    background: var(--iqcblue) none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-bottom: 0;
    padding: 20px 47px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: break-spaces;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .btn-slide::before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0px;
        width: 100%;
        height: 100%;
        background: var(--dark-blue);
        display: block;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        z-index: -1;
    }

    .btn-slide:hover::before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .btn-slide:hover {
        color: #fff;
    }

    .btn-slide.btn-transparent {
        border-radius: 5px;
        padding: 14pt 20pt;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.2em;
        border: 2px solid white;
        color: white;
        background-color: #e1dede57;
        text-transform: uppercase;
    }

        .btn-slide.btn-transparent::before {
            background-color: #737c8d78;
        }


@media(max-width:992px) {
    .mobile-center {
        text-align: center;
    }
}


@media(max-width:1500px) {
    .medium-center {
        text-align: center;
    }
}

@media(min-width:1500px) {
    .lg-flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*#region CHECKBOX STYLE */
/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 2.3em;
        font-size: 1.05em;
        line-height: 1.4;
        cursor: pointer;
    }*/

/* checkbox aspect */
/*[type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.4em;
            height: 1.4em;
            border: 1px solid #aaa;
            background: #FFF;
            border-radius: .2em;
            box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
            -webkit-transition: all .275s;
            transition: all .275s;
        }*/

/* checked mark aspect */
/*[type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✕';
            position: absolute;
            font-size: 16px;
            top: 0.7em;
            left: 0.25em;
            color: #354F9A;
            line-height: 0;
            -webkit-transition: all .2s;
            transition: all .2s;
        }*/

/* checked mark aspect changes */
/*[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
        }*/

/* Disabled checkbox */
/*[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}*/

/* #endregion */


.modal-content .card {
    box-shadow: none !important;
}


.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-around-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media(max-width:1250px) {
    .space-around-content {
        flex-wrap: wrap;
        align-content: center;
    }
}

.big-card-title {
    font-size: 30pt;
    color: #0e3060;
    margin-bottom: 50pt;
    margin-left: 15pt;
    font-weight: 600
}

.link-button {
    outline: none;
    border: none;
    background: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--iqcblue);
}

    .link-button:hover {
        color: var(--light-grey);
    }
