﻿:root {
    --success: #22C55E;
    --error: #EF4444;
}

@font-face {
    font-family: 'Roboto Black';
    src: local('Roboto Black'), url('/assets/fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Regular';
    src: local('Roboto Regular'), url('/assets/fonts/Roboto-Regular.ttf') format('truetype');
}

.text-content .lista_permette {
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
 .titolo-destra {
    margin-left:495px;
}
.centered-list {
    display: flex;
    justify-content: center;
}

.unordered_list {
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: disc !important;
}

.campi_lista {
    position: relative;
    margin: 20px;
}

.text-wrapper {
    max-width: 400px; 

}


.logo_AQQURA {
   padding-top:100px;
    margin-left: 200px;
    height:450px;
    filter: drop-shadow(5px 16px 4px rgb(13,13,13, 0.5));
}

.tm_separator {
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
}

.text-content {
    padding: 10% 0;
    text-align: left;
    padding-left: 250px;
}

@media(max-width:1420px){
    .titolo-destra{
        margin-left:255px;
    }
}

@media (max-width: 768px) {
    .row {
        display: block;
    }

    .col-lg-6 {
        width: 100%;
        padding: 0 !important;
    }

    .text-content {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .background-image {
        width: 100%;
        height: auto;
        border: none;
        margin-left: 10px;
    }

    .logo_BG {
        margin-left: auto;
        filter: drop-shadow(5px 16px 4px rgb(13,13,13, 0.5));
    }
}

@media only screen and (min-width:768px ) and (max-width:992px ) {
    .logo_BG {
        margin-left: 20px;
        filter: drop-shadow(5px 16px 4px rgb(13,13,13, 0.5));
    }
}

.tm_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 4rem;
}

.priod {
    display: flex;
    height: 1rem;
    font-size: x-large;
}

.btn-part a.readon {
    border-radius: 10px;
}


@keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(-250px) rotate(-200deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }
}

.form-control, .form-select {
    border: 2px solid grey;
}

.form-group {
    margin-bottom: 1rem;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 800px;
}

    .form-grid label {
        display: block;
        font-size: 14px;
        text-align: center;
    }

    .form-grid input,
    .form-grid textarea,
    .form-grid select {
        width: 100%;
        padding: 8px;
        font-size: 16px;
    }

    .form-grid .input-container {
        grid-column: span 1;
    }

        .form-grid .input-container input[type="checkbox"] {
            margin-top: 10px;
        }

    .form-grid .submit-container {
        grid-column: span 2;
        text-align: center;
    }

    .form-grid input[type="submit"] {
        text-align: center;
        background-color: #4CAF50;
        color: white;
        padding: 10px 16px;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }






.tbl-flex-grp {
    margin: auto;
    background: #f5f5f5;
    border-radius: 1rem;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    display: flex;
    /* width: fit-content; */
}

.checkmark {
    list-style: url('/assets/images/TrustMan/check2.svg');
}

.spiner.line-shape {
    z-index: -1;
}

.logo-area {
    /*height: auto !important;*/
    /* filter: drop-shadow(0px 0px 16px #23aae0aa); */

    display: list-item !important;
    list-style-image: linear-gradient(#fff0, #fff0) !important;
}



.title-logo {
    /* filter: drop-shadow(0px 0px 16px #23aae0aa); */
}



.description {
    user-select: none;
}







.mfp-container {
    position: fixed !important;
}



.bg29 {
    padding-bottom: 0px !important;
}



.bg31 {
    padding-bottom: 0px !important;
}



.watermark {
    user-select: none;
}



.popup-videos {
    display: list-item !important;
    list-style-type: none !important;
}



.services-icon {
    display: list-item !important;
    list-style-type: none;
}



.footer-social {
    display: list-item !important;
    list-style-type: none;
}



.rs-portfolio.style2:after {
    background: linear-gradient(#f1f6fcff, #23aae022) !important;
}



video {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}



.video-wrapper {
    bottom: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    object-fit: cover;
}

.sub-box {
    box-shadow: 0 1px 4px rgb(0 0 0 / 0.2);
    /* backdrop-filter: blur(16px); */
    background: white;
    /* margin: 8px 8px 8px 8px; */
    margin-top: 8px;
    padding: 25px 5px 25px 15px !important;
    transition: 0.25s;
    height: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 15px;
}

.BC_PoweredBy {
    padding: 5px 20px;
    background: #fff;
    width: max-content;
    font-family: 'Roboto Regular';
    font-weight: 600;
    margin: auto;
}

@media (min-width: 992px) {
    .BC_PoweredBy {
        margin-left: 530px;
    }


    .tm_column_75 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}




.title {
    line-height: 1.2;
    padding-bottom: 10px;
}

.tm_consulenza .title {
    font-size: 30pt !important;
    color: black;
    font-family: 'Roboto Regular' !important;
}

.tm_consulenza {
    background: rgb(255 255 255 / 95%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0 0 27px 15px rgb(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 27px 15px rgb(0, 0, 0, 0.08);
    box-shadow: 0 0 27px 15px rgb(0, 0, 0, 0.08);
}

.item {
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
}

.descrizione {
    text-align: justify;
}

.tm_card {
    width: 100%;
    margin-right: 0;
    margin: 2vh;
    position: relative;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 27px 15px rgb(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 27px 15px rgb(0, 0, 0, 0.08);
    box-shadow: 0 0 27px 15px rgb(0, 0, 0, 0.08);
}

.tm_card_title {
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 20pt;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .tm_card_title::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 2.4em;
        border: 10px solid transparent;
        transform: translateX(-50%);
        z-index: 1;
    }

    .tm_card_title.blue {
        background: #326CE1;
    }

        .tm_card_title.blue::before {
            border-top-color: #326CE1;
        }

    .tm_card_title.orange {
        background: #F05A24;
    }

        .tm_card_title.orange::before {
            border-top-color: #F05A24;
        }

    .tm_card_title.green {
        background: #55B79D;
    }

        .tm_card_title.green::before {
            border-top-color: #55B79D;
        }

    .tm_card_title.pink {
        background: #EB6F88;
    }

        .tm_card_title.pink::before {
            border-top-color: #EB6F88;
        }

.tm_container {
    margin-top: 5%;
}

.tm_card_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}

.tm_card_body {
    padding: 20px;
    height: 70%;
}

.tm_btn {
    height: 87px;
}

    .tm_btn a {
        padding: 11px 23px;
        border-radius: 3px;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: max-content;
    }

    .tm_btn.blue a {
        background: #106eea;
    }

        .tm_btn.blue a:hover {
            background: #228bfd;
            color: #fff;
        }

    .tm_btn.orange a {
        background: #fd6000;
    }

        .tm_btn.orange a:hover {
            background: #e45600;
            color: #fff;
        }

    .tm_btn.green a {
        background: #0cbb9d;
    }

        .tm_btn.green a:hover {
            background: #0aa389;
            color: #fff;
        }


    .tm_btn.pink a {
        background: #fe6588;
    }

        .tm_btn.pink a:hover {
            background: #fe4c74;
            color: #fff;
        }

@media(min-width:992px) {
    .tm_card {
        margin: 2vh;
        width: 315px;
    }
}
