/* Variabili globali */
:root{
    --main-color: #454545;
    --secondary-color: #A59983;
    --secondary-color-dark: #5a5347;
    --white-color: #FFFFFF;
}

html {
    height: 100%;
    margin: 0;
}
body{
    width: 100%;
    font-family: 'Montserrat';
}
html {
    overflow-x: hidden;
}

.img-navbar{
    width: 14rem;
    padding: 1rem;
}

/*commentato per ora per permettere a Michela di fare bene le schermate del software
.navbar-desktop{
    background-color: white;
}*/

.navbar {
    background: #F5F5F5;
    padding: 1rem;
}

.navbar a{
    padding: 0.6rem;
    font-size: 13px;
    font-weight: 600;
}

.navbar a:hover,
.navbar a:focus,
.navbar .active{
    background-color: white;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    color: #000;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.btn-header {
    background-color: #040FD9;
    color: #fff;
    border: none;
    border-radius: 27px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 10rem;
}

.btn-header:hover {
    background-color: #fff;
    color: #040FD9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.img-qr{
    width: 100%;
    margin-top: 8rem;
}

.content{
    padding: 14rem 0rem 0rem 0rem;
}

.content h1{
    text-align: center;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 1;
    margin-bottom: 25px;
    color: black;
}

.content span{
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.5px;
    opacity: 1;
    margin-bottom: 34px;
    color: black;
}

.btn-hero{
    margin-top: 2rem;
    margin-right: 1.5rem;
    width: 170px;
    height: 40px;
    background-color: white;
    color: #040FD9;
    border: 2px #040FD9 solid;
    border-radius: 27px;
    font-weight: 600;
}

.btn-hero-2{
    margin-top: 2rem;
    width: 210px;
    height: 40px;
    background-color: #040FD9;
    color: white;
    border: 2px #040FD9 solid;
    border-radius: 27px;
    font-weight: 600;
}

.arrow-right{
    width: 15%;
    margin-left: 0.5rem;
}

.btn-hero:hover {
    background-color: #040FD9;
    color: white;
    transition: 0.5s;
}

.btn-hero-2:hover{
    background-color: white;
    color: #040FD9;
    transition: 0.5s;
}

.arrow{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10rem;
    width: 5rem;
}

.img-barbaresco{
    width: 100%;
    margin-top: -7rem;
    margin-left: 10.5rem;
    transform: rotate(354deg);
}

h2{
    font-size: 38px;
    font-weight: 600;
}

.content-2 span {
    font-size: 15px;
}

.riquadro{
    border: 1px solid #E5E5E5;
    border-radius: 60px;
    padding: 1rem;
}

.border-right-custom {
    border-right: 1px solid #E5E5E5;
}

.img-1 {
    width: 14%;
}

.img-2 {
    width: 19%;
}
.img-3 {
    width: 34%;
}
.img-4 {
    width: 18%;
}

h3 {
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 600;
}

.riquadro span {
    font-size: 12px;
    font-weight: 500;
}

.content-3 span{
    font-size: 15px;
}

.accordion{
    margin-top: 2rem;
}

.accordion-header{
    background-color: white;
}

.accordion-item{
    border: none;
    padding: 0.5rem;
}

.accordion-button-custom {
    padding: 0.5rem 0.5rem;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: transparent;
    border: none;
}

.accordion-button-custom:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.accordion-button-custom:focus {
    box-shadow: none;
    outline: none;
    color: #000;
}

.accordion-button-custom:hover {
    background-color: transparent;
    color: #000;
}

.accordion-button-custom:active {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}

.img-accordion{
    width: 13%;
    padding: 1rem;
}

.accordion-body{
    font-size: 13px;
}

.mockup{
    width: 55%;
}

.content-4 {
    background-color: #EDF1FD;
}

.pricing{
    font-size: 50px;
    font-weight: 600;
 }

.riquadro-2{
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #EDF1FD;
}

.btn-popular{
    width: 80px;
    height: 30px;
    background-color: #EDF1FD;
    color: #040FD9;
    border: 1px #040FD9 solid;
    border-radius: 27px;
    font-weight: 500;
    font-size: 12px;
    margin-left: 7rem;
}

.riquadro-2 .base{
    font-weight: 600;
}

.riquadro-2 .offerta {
    font-weight: 500;
    color: #040FD9;
}

.riquadro-2 .euro{
    font-size: 2rem;
    font-weight: 700;
}

.riquadro-2 .span-2{
    font-size: 13px;
    font-weight: 600;
}

.list-item {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 13px;
}
.circle {
    width: 10px;
    height: 10px;
    background-color: #EDF1FD;
    border-radius: 50%;
    margin-right: 10px;
}

.iva{
    font-size: 11px;
    font-weight: 600;
}

.accordion-button-custom-2{
    font-size: 14px;
    margin-bottom: 0.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.p-about{
    margin-top: 1rem;
    width: 23rem;
    font-size: 13px;
    line-height: 1.5rem;
    font-weight: 500;
}

.evidenziatore {
    background-color: #EDF1FD;
    padding: 0 0.2em;
    border-radius: 0.2em;
}

.img-about{
    width: 100%;
}

.btn-3{
    width: 235px;
    height: 35px;
    background-color: #040FD9;
    color: white;
    border: 2px #040FD9 solid;
    border-radius: 27px;
    font-weight: 600;
}

.btn-3:hover{
    background-color: white;
    color: #040FD9;
    transition: 0.5s;
}

.card{
    border: none;
    width: 22rem;
    padding: 0.5rem;
}

.card-text{
    font-size: 11px;
}

.card-title{
    font-size: 15px;
    font-weight: 500;
}

.img-card-1 {
    border-radius: 1rem;
}

.small-img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
}

.img-card-2{
    border-radius: 1rem;
}

.card-2{
    width: 22rem;
}

.img-card-3{
    border-radius: 1rem;
}

.p-contatti{
    font-size: 15px;
    font-weight: 500;
}

.img-contatti{
    width: 100%;
}

.riquadro-contatti{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #EDF1FD;
    border-radius: 2rem;
    border: none;
}

.span-contatti{
    padding: 0.5rem;
    margin-left: 3rem;
    font-size: 17px;
    font-weight: 600;
}

.custom-form {
    border: 2px solid #040FD9;
    border-radius: 1rem;
    padding: 3rem;
}
.custom-form .form-group label {
    color: #040FD9;
    font-weight: bold;
}

.custom-form .form-group input{
    width: 80%;
    height: 3rem;
    border-radius: 0.5rem;
}

.custom-form .form-group .label-2{
    margin-top: 2rem;
}

.custom-form .form-group .messaggio{
    margin-top: 2rem;
}

.custom-form .form-group textarea{
    width: 90%;
}

.custom-form .form-check{
    margin-top: 2rem;
    font-size: 13px;
}

.custom-form .form-control, .custom-form .form-check-input {
    border-radius: 5px;
}
.custom-form a {
    color: #040FD9;
}

.footer-1 a {
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-weight: 500;
}

.footer-1 a:hover{
    color: #040FD9;
    transition: 0.3s;
}

.footer-2 span{
    font-size: 13px;
}

.footer-3 span{
    font-size: 13px;
}

.img-footer {
    width: 2rem;
}

.contenuto-centrale{
    max-width: 1280px;
}

.btn-privacy{
    margin-bottom: 3rem;
    color: white;
    background-color: #040FD9;
    border: 2px solid #040FD9;
    border-radius: 1rem;
}

.btn-privacy:hover{
    color: #040FD9;
    background-color: white;
    border: 2px solid #040FD9;
}




@media only screen and (max-width: 1024px) {
    .img-navbar{
        width: 12rem;
        padding: 1rem;
    }

    .btn-header{
        width: 6rem;
    }

    img-qr{
        width: 100%;
        margin-top: 1rem;
    }

    .content{
        padding: 8rem 0rem 0rem 0rem;
    }

    .content h1{
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        opacity: 1;
        margin-bottom: 15px;
        color: black;
    }

    .content span{
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.1px;
        opacity: 1;
        margin-bottom: 34px;
        color: black;
    }

    .btn-hero{
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        width: 170px;
        height: 40px;
        background-color: white;
        color: #040FD9;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .btn-hero-2{
        margin-top: 2rem;
        width: 210px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        background-color: #040FD9;
        color: white;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .arrow-right{
        width: 15%;
        margin-left: 0.5rem;
    }

    .btn-hero:hover {
        background-color: #040FD9;
        color: white;
        transition: 0.5s;
    }

    .btn-hero-2:hover{
        background-color: white;
        color: #040FD9;
        transition: 0.5s;
    }

    .arrow{
        margin-top: 7rem;
        width: 4rem;
    }

    .img-barbaresco{
        width: 100%;
        margin-top: -1rem;
        margin-left: 2.5rem;
        transform: rotate(354deg);
    }

    h2{
        font-size: 25px;
        font-weight: 600;
    }

    .content-2 span {
        font-size: 12px;
    }

    .riquadro{
        margin-right: auto;
        margin-left: auto;
        border-radius: 60px;
        padding: 0.5rem;
    }

    h3 {
        margin-top: 1rem;
        font-size: 17px;
        font-weight: 600;
    }

    .riquadro span {
        font-size: 11px;
        font-weight: 500;
    }
    .content-3 span{
        font-size: 12px;
    }

    .accordion{
        margin-top: 2rem;
    }

    .accordion-header{
        background-color: white;
    }

    .accordion-item{
        border: none;
        padding: 0.5rem;
    }

    .accordion-button-custom {
        padding: 0.5rem 0.5rem;
        font-size: 17px;
        font-weight: 600;
        color: #000;
        background-color: transparent;
        border: none;
    }

    .accordion-button-custom:not(.collapsed) {
        background-color: transparent;
        color: #000;
    }

    .accordion-button-custom:focus {
        box-shadow: none;
        outline: none;
        color: #000;
    }

    .accordion-button-custom:hover {
        background-color: transparent;
        color: #000;
    }

    .accordion-button-custom:active {
        background-color: transparent;
        color: #000;
        box-shadow: none;
    }

    .img-accordion{
        width: 13%;
        padding: 1rem;
    }

    .accordion-body{
        font-size: 13px;
    }

    .mockup{
        width: 70%;
    }

    .content-4 {
        background-color: #EDF1FD;
    }

    .pricing{
        font-size: 25px;
        font-weight: 600;
    }

    .container-2 {
        background-color: #EDF1FD;
    }

    .riquadro-2{
        padding: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        background-color: #EDF1FD;
    }

    .btn-popular{
        width: 60px;
        height: 20px;
        background-color: #EDF1FD;
        color: #040FD9;
        border: 1px #040FD9 solid;
        border-radius: 27px;
        font-weight: 500;
        font-size: 11px;
        margin-left: 7rem;
    }

    p{
        font-size: 13px;
    }

    .accordion-button-custom-2{
        font-size: 13px;
        margin-bottom: 0.5rem;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 2rem;
    }

    .p-about{
        margin-top: 1rem;
        width: 23rem;
        font-size: 13px;
        line-height: 1.5rem;
        font-weight: 500;
    }

    .evidenziatore {
        background-color: #EDF1FD;
        padding: 0 0.2em;
        border-radius: 0.2em;
    }

    .img-about{
        width: 100%;
        margin-bottom: 3rem;
    }

    .btn-3{
        width: 205px;
        height: 25px;
        font-size: 12px;
        background-color: #040FD9;
        color: white;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .btn-3:hover{
        background-color: white;
        color: #040FD9;
        transition: 0.5s;
    }

    .card{
        border: none;
        width: 20rem;
        padding: 0.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .card-text{
        font-size: 11px;
    }

    .card-title{
        font-size: 15px;
        font-weight: 500;
    }

    .img-card-1 {
        border-radius: 1rem;
    }

    .small-img {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
    }

    .img-card-2{
        border-radius: 1rem;
    }

    .card-2{
        width: 20rem;
    }

    .img-card-3{
        border-radius: 1rem;
    }

    .p-contatti{
        font-size: 12px;
        font-weight: 500;
    }

    .img-contatti{
        width: 100%;
    }

    .riquadro-contatti{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #EDF1FD;
        border-radius: 2rem;
        border: none;
    }

    .span-contatti{
        padding: 0.5rem;
        margin-left: 3rem;
        font-size: 17px;
        font-weight: 600;
    }

    .footer-1 span {
        font-size: 13px;
        font-weight: 500;
    }

    .footer-2 span{
        font-size: 13px;
    }

    .footer-3 span{
        font-size: 13px;
    }

    .img-footer {
        width: 2rem;
    }

    .contenuto-centrale{
        max-width: 980px;
    }
}


@media only screen and (max-width: 768px){
    .navbar-desktop{
        display: none;
    }

    .btn-header-2{
        display: block;
        margin-right: auto;
        margin-left: auto;
        background-color: #040FD9;
        color: white;
    }

    .btn-header-2:hover{
        color: #040FD9;
        background-color: white;
        border: 1px solid #040FD9;
        transition: 0.3s;
    }

    .navbar-mobile-nav .nav-item {
        padding: 0.5rem 0;
    }

    .navbar-brand-2 img {
        height: 40px; /
    }

    img-qr{
        width: 100%;
        margin-top: 0.5rem;
    }

    .content{
        display: flex;
        flex-direction: column-reverse;
        padding: 10rem 0rem 0rem 0rem;
    }

    .content h1{
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 1px;
        opacity: 1;
        margin-bottom: 15px;
        color: black;
    }

    .content span{
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.1px;
        opacity: 1;
        margin-bottom: 34px;
        color: black;
    }

    .btn-hero{
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        width: 170px;
        height: 40px;
        background-color: white;
        color: #040FD9;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .btn-hero-2{
        margin-top: 2rem;
        width: 210px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        background-color: #040FD9;
        color: white;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .arrow-right{
        width: 15%;
        margin-left: 0.5rem;
    }

    .btn-hero:hover {
        background-color: #040FD9;
        color: white;
        transition: 0.5s;
    }

    .btn-hero-2:hover{
        background-color: white;
        color: #040FD9;
        transition: 0.5s;
    }

    .arrow{
        margin-top: 7rem;
        width: 4rem;
    }

    .img-barbaresco{
        display: none;
        width: 140%;
        margin-top: -1rem;
        margin-left: 1rem;
        transform: rotate(354deg);
    }

    h2{
        font-size: 25px;
        font-weight: 600;
    }

    .content-2 span {
        font-size: 12px;
    }

    .riquadro{
        margin-right: auto;
        margin-left: auto;
        border-radius: 60px;
        padding: 0.5rem;
    }


    h3 {
        margin-top: 1rem;
        font-size: 17px;
        font-weight: 600;
    }

    .riquadro span {
        font-size: 11px;
        font-weight: 500;
    }
    .content-3 span{
        font-size: 12px;
    }

    .accordion{
        margin-top: 2rem;
    }

    .accordion-header{
        background-color: white;
    }

    .accordion-item{
        border: none;
        padding: 0.5rem;
    }

    .accordion-button-custom {
        padding: 0.5rem 0.5rem;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        background-color: transparent;
        border: none;
    }

    .accordion-button-custom:not(.collapsed) {
        background-color: transparent;
        color: #000;
    }

    .accordion-button-custom:focus {
        box-shadow: none;
        outline: none;
        color: #000;
    }

    .accordion-button-custom:hover {
        background-color: transparent;
        color: #000;
    }

    .accordion-button-custom:active {
        background-color: transparent;
        color: #000;
        box-shadow: none;
    }

    .img-accordion{
        width: 12%;
        padding: 1rem;
    }

    .accordion-body{
        font-size: 13px;
    }

    .mockup{
        margin-right: auto;
        margin-left: auto;
        width: 50%;
    }

    .content-4 {
        background-color: #EDF1FD;
    }

    .pricing{
        font-size: 25px;
        font-weight: 600;
    }

    .container-2 {
        background-color: #EDF1FD;
    }

    .riquadro-2{
        padding: 0.5rem 7.5rem 0.5rem 7.5rem;
        margin-left: auto;
        margin-right: auto;
        background-color: #EDF1FD;
    }

    .btn-popular{
        width: 60px;
        height: 25px;
        background-color: #EDF1FD;
        color: #040FD9;
        border: 1px #040FD9 solid;
        border-radius: 27px;
        font-weight: 500;
        font-size: 11px;
        margin-left: 18rem;
    }

    p{
        font-size: 13px;
    }

    .accordion-button-custom-2{
        font-size: 13px;
        margin-bottom: 0.5rem;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 2rem;
    }

    .p-about{
        margin-top: 1rem;
        width: 23rem;
        font-size: 13px;
        line-height: 1.5rem;
        font-weight: 500;
    }

    .evidenziatore {
        background-color: #EDF1FD;
        padding: 0 0.2em;
        border-radius: 0.2em;
    }

    .img-about{
        width: 100%;
        margin-bottom: 3rem;
    }

    .btn-3{
        width: 205px;
        height: 25px;
        font-size: 12px;
        background-color: #040FD9;
        color: white;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .btn-3:hover{
        background-color: white;
        color: #040FD9;
        transition: 0.5s;
    }

    .card{
        border: none;
        width: 22rem;
        padding: 0.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .card-text{
        font-size: 11px;
    }

    .card-title{
        font-size: 15px;
        font-weight: 500;
    }

    .img-card-1 {
        border-radius: 1rem;
    }

    .small-img {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
    }

    .img-card-2{
        border-radius: 1rem;
    }

    .card-2{
        width: 22rem;
    }

    .img-card-3{
        border-radius: 1rem;
    }

    .p-contatti{
        font-size: 12px;
        font-weight: 500;
    }

    .img-contatti{
        width: 100%;
    }

    .riquadro-contatti{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #EDF1FD;
        border-radius: 2rem;
        border: none;
    }

    .span-contatti{
        padding: 0.5rem;
        margin-left: 12rem;
        font-size: 17px;
        font-weight: 600;
    }

    .custom-form {
        border: 2px solid #040FD9;
        border-radius: 1rem;
        padding: 3rem;
    }

    .custom-form .form-group {
        width: 100%;
        margin-bottom: 1rem;
    }

    .custom-form .form-group label {
        color: #040FD9;
        font-weight: bold;
    }

    .custom-form .form-group input{
        width: 95%;
        height: 3rem;
        border-radius: 0.5rem;
    }

    .custom-form .form-group .label-2{
        margin-top: 1rem;
    }

    .custom-form .form-group .messaggio{
        margin-top: 1rem;
    }

    .custom-form .form-group textarea{
        width: 97%;
    }

    .custom-form .form-check{
        margin-top: 1rem;
        font-size: 13px;
    }

    .custom-form .form-control, .custom-form .form-check-input {
        border-radius: 5px;
    }
    .custom-form a {
        color: #040FD9;
    }

    .footer-1 a {
        font-size: 14px;
        font-weight: 500;
        margin-top: 1rem;
    }

    .footer-2 span{
        font-size: 13px;
    }

    .footer-3 span{
        font-size: 13px;
    }

    .img-footer {
        width: 2rem;
    }

    .contenuto-centrale{
        max-width: 720px;
    }
}

@media only screen and (max-width: 576px) {
    .navbar-desktop{
        display: none;
    }

    .navbar-mobile-nav .nav-item {
        padding: 0.5rem 0;
    }

    .navbar-brand-2 img {
        height: 40px; /
    }

    .btn-header-2{
        display: block;
        margin-right: auto;
        margin-left: auto;
        background-color: #040FD9;
        color: white;
    }

    .btn-header-2:hover{
        color: #040FD9;
        background-color: white;
        border: 1px solid #040FD9;
        transition: 0.3s;
    }

    img-qr{
        width: 90%;
    }

    .content{
        display: flex;
        flex-direction: column-reverse;
        padding: 8rem 0rem 0rem 0rem;
    }

    .content h1{
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 1px;
        opacity: 1;
        margin-bottom: 15px;
        color: black;
    }

    .content span{
        text-align: center;
        font-size: 12px;
        letter-spacing: 0.1px;
        opacity: 1;
        margin-bottom: 34px;
        color: black;
    }

    .btn-hero{
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        width: 170px;
        height: 40px;
        background-color: white;
        color: #040FD9;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .btn-hero-2{
        margin-top: 2rem;
        width: 210px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        background-color: #040FD9;
        color: white;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .arrow-right{
        width: 15%;
        margin-left: 0.5rem;
    }

    .btn-hero:hover {
        background-color: #040FD9;
        color: white;
        transition: 0.5s;
    }

    .btn-hero-2:hover{
        background-color: white;
        color: #040FD9;
        transition: 0.5s;
    }

    .arrow{
        margin-top: 7rem;
        width: 4rem;
        margin-bottom: -6rem;
    }

    .img-barbaresco{
        display: none;
    }

    h2{
        font-size: 25px;
        font-weight: 600;
    }

    .content-2 span {
        font-size: 12px;
    }

    .riquadro{
        border: none;
        border-radius: 60px;
        padding: 0.5rem;
    }

    .img-1 {
        width: 10%;
    }

    .img-2 {
        width: 15%;
    }
    .img-3 {
        width: 24%;
    }
    .img-4 {
        width: 14%;
    }

    .border-right-custom {
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
    }

    h3 {
        margin-top: 1rem;
        font-size: 17px;
        font-weight: 600;
    }

    .riquadro span {
        font-size: 11px;
        font-weight: 500;
    }
    .content-3 span{
        font-size: 12px;
    }

    .accordion{
        margin-top: 2rem;
    }

    .accordion-header{
        background-color: white;
    }

    .accordion-item{
        border: none;
        padding: 0.5rem;
    }


    .accordion-button-custom {
        padding: 0.5rem 0.5rem;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        background-color: transparent;
        border: none;
    }

    .accordion-button-custom:not(.collapsed) {
        background-color: transparent;
        color: #000;
    }

    .accordion-button-custom:focus {
        box-shadow: none;
        outline: none;
        color: #000;
    }

    .accordion-button-custom:hover {
        background-color: transparent;
        color: #000;
    }

    .accordion-button-custom:active {
        background-color: transparent;
        color: #000;
        box-shadow: none;
    }

    .img-accordion{
        width: 14%;
        padding: 0.6rem;
    }

    .accordion-body{
        font-size: 13px;
    }

    .mockup{
        width: 100%;
    }

    .content-4 {
        background-color: #EDF1FD;
    }

    .pricing{
        font-size: 25px;
        font-weight: 600;
    }

    .container-2 {
        background-color: #EDF1FD;
    }

    .riquadro-2{
        padding: 2rem;
        margin-left: auto;
        margin-right: auto;
        background-color: #EDF1FD;
    }

    .btn-popular{
        width: 60px;
        height: 25px;
        background-color: #EDF1FD;
        color: #040FD9;
        border: 1px #040FD9 solid;
        border-radius: 27px;
        font-weight: 500;
        font-size: 11px;
        margin-left: 10rem;
    }

    p{
        font-size: 13px;
    }

    .accordion-button-custom-2{
        font-size: 13px;
        margin-bottom: 0.5rem;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 2rem;
    }

    .p-about{
        margin-top: 1rem;
        width: 21rem;
        font-size: 13px;
        line-height: 1.5rem;
        font-weight: 500;
    }

    .evidenziatore {
        background-color: #EDF1FD;
        padding: 0 0.2em;
        border-radius: 0.2em;
    }

    .img-about{
        width: 100%;
        margin-bottom: 3rem;
    }

    .btn-3{
        width: 205px;
        height: 25px;
        font-size: 12px;
        background-color: #040FD9;
        color: white;
        border: 2px #040FD9 solid;
        border-radius: 27px;
        font-weight: 600;
    }

    .btn-3:hover{
        background-color: white;
        color: #040FD9;
        transition: 0.5s;
    }

    .card{
        border: none;
        width: 22rem;
        padding: 0.5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .card-text{
        font-size: 11px;
    }

    .card-title{
        font-size: 15px;
        font-weight: 500;
    }

    .img-card-1 {
        border-radius: 1rem;
    }

    .small-img {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 35px;
    }

    .img-card-2{
        border-radius: 1rem;
    }

    .card-2{
        width: 22rem;
    }

    .img-card-3{
        border-radius: 1rem;
    }

    .p-contatti{
        font-size: 12px;
        font-weight: 500;
    }

    .img-contatti{
        width: 100%;
    }

    .riquadro-contatti{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background-color: #EDF1FD;
        border-radius: 2rem;
        border: none;
    }

    .span-contatti{
        padding: 0.5rem;
        margin-left: 3rem;
        font-size: 17px;
        font-weight: 600;
    }

    .custom-form .form-row {
        flex-direction: column;
        justify-content: center;
    }

    .custom-form {
        border: 2px solid #040FD9;
        border-radius: 1rem;
        padding: 3rem;
    }

    .custom-form .form-group {
        width: 100%;
        margin-bottom: 1rem;
    }

    .custom-form .form-group label {
        color: #040FD9;
        font-weight: bold;
    }

    .custom-form .form-group input{
        width: 100%;
        height: 3rem;
        border-radius: 0.5rem;
    }

    .custom-form .form-group .label-2{
        margin-top: 1rem;
    }

    .custom-form .form-group .messaggio{
        margin-top: 1rem;
    }

    .custom-form .form-group textarea{
        width: 100%;
    }

    .custom-form .form-check{
        margin-top: 1rem;
        font-size: 13px;
    }

    .custom-form .form-control, .custom-form .form-check-input {
        border-radius: 5px;
    }
    .custom-form a {
        color: #040FD9;
    }
}


