*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
}

img {max-width:100%; width:auto !important;}

body {background:#fff;font-family: "Helvetica" !important;}
body ul {list-style: none;margin:0;padding:0;} 

div.Titolo {
    color: #fff;
    margin: 0 auto;
    max-width: 983px;
    text-transform: uppercase;
    margin-top: 15px;
    background: #1d3653;
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 8px;
    line-height: 21px;
    font-family: "Helvetica";
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

div.Titolo3 {
    color: #fff;
    margin: 0 auto;
    max-width: 983px;
    text-transform: uppercase;
    margin-top: 0px;
    background: #1d3653;
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 8px;
    line-height: 21px;
    font-family: "Helvetica";
}}

div.Descrizione3 {color:#1d3653;margin:0 auto;max-width:983px;margin-top:0px;background:#1d3653;padding-right:15px;padding-left:15px;padding-top:11px;
padding-bottom:8px;line-height:21px;font-family:"Helvetica";font-size:14px;}

div.ContentBox {margin:0 auto;max-width:983px;margin-bottom:15px;}

div.product-gallery {float:left;width:50%;}
div.Foto {float:left;width:50%;}

/*Colonna destra template*/

div.Colonnabox {float:right;background:transparent;width:50%;margin-top:10px;padding-left: 30px;}

div.Titolo2 {font-weight:bold;color:#1d3653;font-size:18px;font-family:"Helvetica";text-transform:uppercase;margin-top:10px;}
div.Descrizione2 {color:#1d3653;line-height:21px;font-family:"Helvetica";font-size:14px;
padding-top:10px;padding-bottom:10px;border-top:1px solid #1d3653;text-align:justify;
border-bottom:1px solid #1d3653;margin-top:10px;margin-bottom:10px;}

div.Prezzo {background:#1d3653; color:#fff;padding:15px;text-align:center;font-size:18px;margin-top:20px;margin-bottom:20px;}
div.Prezzo span {color:#fff;font-weight:bold;}

div.Credits {margin-left:auto;margin-right:auto;margin-top:0px;font-size:9px;color:#1d3653; font-family:"Helvetica";}
div.Credits a {margin-left:auto;margin-right:auto;font-size:9px; color:#1d3653; text-decoration:none; font-family:"Helvetica";}
div.Credits a:hover {margin-left:auto;margin-right:auto;font-size:9px; color:#ff7f2a; text-decoration:none; font-family:"Helvetica";}

#pulsantiera {
    max-width: 983px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    clear: both; /* Aggiunto per assicurare che gli elementi siano sotto eventuali float */
}

#pulsantiera label{
    background: #1d3653 none repeat scroll 0 0;
    display: inline-block;
    font-weight: 600;
    margin-top: 2px;
    padding: 15px 20px;
    text-align: left;}

input {display: none;}

.main {
    margin: 0 auto;
    max-width: 100%;
    min-width: 320px;
}
.contentblock {
    background: #1d3653 none repeat scroll 0 0;
    color: #fff;
    margin-bottom:15px;
}

.contentblock p {margin-top:0px;font-family: "Helvetica";font-size:14px;line-height:20px !important;color:#fff;}
.contentblock p strong {color:#1d3653;}

.contentblock p strong a {text-decoration:none !important;color:#1d3653 !important;font-weight:Bold;}

.contentblock p a {text-decoration:none !important;color:#1d3653 !important;font-weight:Bold;}
.contentblock p a:hover {text-decoration:none;color:#000 !important;font-weight:Bold;}

.contentblock > div {
    display: none;
    padding: 15px;
}
input {
    display: none;
}

#pulsantiera label {
    font-family:"Helvetica";
    text-transform:uppercase;
    color:#fff;
    background: #2f5989;
    display:inline-block;
    border:0px;
    margin:0px;
    padding-top: 11px;
    padding-bottom: 8px;
    width:19.59%; 
    text-align: center;
}
#pulsantiera label:hover {
    color: #fff;
    cursor: pointer;
}
#pulsantiera input:checked + label {
    background: #1d3653 none repeat scroll 0 0;
    color: #fff;
}
.mainline > label {
    width: 100%;
}
#tab01:checked ~ .contentblock #content1, #tab02:checked ~ .contentblock #content2,
#tab03:checked ~ .contentblock #content3, #tab04:checked ~ .contentblock #content4,
#tab05:checked ~ .contentblock #content5, #tab06:checked ~ .contentblock #content6 {
    display: block;
}
#tab07:checked ~ .contentblock #content7, #tab08:checked ~ .contentblock #content8,
#tab09:checked ~ .contentblock #content9, #tab10:checked ~ .contentblock #content10,
#tab11:checked ~ .contentblock #content11, #tab12:checked ~ .contentblock #content12 {
    display: block;
    width: 100%;
}

.product-gallery {
    padding-top: 30px;
    margin-bottom: 30px;
}

.product-gallery .gallery-img-container {
    position: relative;
    padding-top: 100%;
}

.product-gallery .gallery-img-container > img{
    position: absolute;
    left: 0;
    top: -15px;
    max-height: 100% !important;
    transition: all 0.5s;
}

.product-gallery input[name='slide_switch'] {
    display: none;
}

.product-gallery label {
    width: 20%;
    float: left;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.6;
}

.product-gallery label img {
    display: block;
}

.product-gallery input[name='slide_switch']:checked+label {
    opacity: 1;
}

.product-gallery input[name='slide_switch'] ~ img {
    opacity: 0;
    transform: scale(1.1);
}

.product-gallery input[name='slide_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 820px) and (min-width: 501px) {

    #pulsantiera {
        position: relative;
    }

    #pulsantiera > label {
        position: absolute;
        top: 0;
        left: 15px;
        margin-top: 15px;
    }

    #pulsantiera label.tab02 {
        top: 40px;
    }

    #pulsantiera label.tab03 {
        top: 80px;
    }

    #pulsantiera label.tab04 {
        top: 120px;
    }

    #pulsantiera label.tab05 {
        top: 160px;
    }

}

@media (max-width: 820px) and (min-width: 601px) {

    #pulsantiera > label {
        width: 200px;
    }

    #pulsantiera .contentblock {
        padding-left: 220px;
    }

}

@media (max-width: 600px) and (min-width: 501px) {

    #pulsantiera > label {
        width: 150px;
    }

    #pulsantiera .contentblock {
        padding-left: 170px;
    }
}

@media (max-width: 500px) {

    #pulsantiera > label {
        display: block;
        width: 100%;

    }

}

@media (max-width: 600px) {

    div.product-gallery,
    div.Foto,
    div.Colonnabox {
        width: auto;
        float: none;
        clear: both;
    }

    div.Colonnabox {
        padding: 0;
    }

}







/* Stile generale per il footer */
.footer {
    background-color: #1d3653;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    max-width: 983px;
    margin: auto;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer .inner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .col-sm-4 {
    width: 33.3333%;
    padding: 10px;
}

.footer .inner-row > div {
    margin-bottom: 20px;
}

/* Responsività */
@media (max-width: 768px) {
    .footer .inner-row {
        flex-direction: column;
        align-items: center;
    }

    .footer .col-sm-4 {
        width: 100%;
    }
}

/* Stile per la sezione "Nada Home" */
.footer .contact-us .head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.footer .contact-us p {
    font-size: 14px;
    line-height: 1.6;
}

.footer .contact-us ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.footer .contact-us ul li {
    margin-bottom: 5px;
}

.footer .contact-us ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s, text-decoration 0.3s;
}

.footer .contact-us ul li a:hover {
    text-decoration: underline;
}

/* Stile per la sezione "Newsletter" */
.footer .footer-signup .head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.footer .footer-signup p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .footer-signup a {
    display: inline-block;
    background-color: #fff;
    color: #1d3653;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.footer .footer-signup a:hover {
    background-color: #ccc;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

/* Stile per la sezione "Accettiamo" */
.footer .footer-promo .head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
}

.footer .footer-promo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
}

/* Copyrights */
.footer .copyrights {
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
}

.footer .copyrights p {
    font-size: 12px;
    text-align: center;
    color: #aaa;
}





/*css icone footer*/

.features-container {
    margin: 20px auto;
    max-width: 983px;
    text-align: center;
}

.separator {
    border: 1px solid #1d3653;
    margin-bottom: 20px;
}

.features-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    text-align: left;
    width: calc(25% - 20px); /* 4 colonne */
}

.feature-icon {
    max-width: 50px;
    margin-right: 10px;
}

.feature-description {
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    color: #1d3653;
    line-height: 1.4;
}

.feature-description strong {
    font-weight: bold;
    text-transform: uppercase;
}


/*css mobile per rassicurazioni*/
@media screen and (max-width: 768px) {
    .features-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 15px; /* Distanza tra gli elementi */
    }

    .feature-icon {
        max-width: 60px; /* Regola la dimensione delle icone */
        height: auto;
        margin-bottom: 10px;
    }

    .feature-description {
        font-size: 14px;
        line-height: 1.4;
    }
}

