/* CSS for the 2025 version of the website */
/* mobile media query */
body {
    overflow-x: hidden;
}



.tipografia p {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 15px;
}


.top-bar-wrapper{
    background-color: #023D65;
    padding-top: 14px;
    padding-bottom: 14px;

}
.top-bar-wrapper * {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

.inner-bar-wrapper {
    background-color: #E7F0F8;
}

.inner-bar-wrapper * {
    color: #767676;
    font-size: 15px;
    font-weight: 500;
}


.horizontal-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;

}
.horizontal-ul li {
    display: inline-block;
    margin-right: 20px;
    float: left;
    width: auto;
}
.horizontal-ul li:last-child{
    margin-right: 0;
}

li.li-bigger a i {
    transform: scale(1.20);
}

li.li-bigger a{
    font-size: 16px!important;
    font-weight: 600!important;
}
li.li-bigger:hover, li.li-bigger a:hover, li.li-bigger a:hover i{
    color: #2C86E7!important;
}
li.active a, li.active a i{
    color: #2C86E7!important;
}
.dati-row-wrapper{
    border-bottom: dotted 1px #AAAAAA;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.label-dati {
    color: #2C86E7;
    font-size: 16px;
}

.titolo-i-tuoi-dati {
    color: #2C86E7;
    font-size: 32px;
    font-weight: bold;
    font-family: 'oswald', sans-serif;
}

.gruppo-checkbox {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #AAAAAA;
}

.titolo-tabella-garanzia{
    background-color: #E7F0F8;
}
.tabella-garanzia-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
}

.blocco-icona-tabella{
    background-color: #ff9966;
    width: 50px;
    margin: 0;
    float: left;
    color: white!important;
}
.blocco-testo-tabella {
    background-color: #E7F0F8;
    color: #2C86E7;
    margin: 0;
    width: calc(100% - 50px);
    float: left;
    font-weight: 600;
    font-size: 18px !important;
    /*line-height: 1.3;*/
    line-height: 1;
}

.riga-label-tabella{
    background-color: #2C85E6;
    font-size: 17px;
    color: white!important;
    text-transform: uppercase;

}

.riga-valori-tabella{
    border-bottom: dotted 1px #AAAAAA;
    font-size: 17px;

}
.riga-valori-tabella .fa {
    font-size: 24px;
    color: #2C85E6;
    transform: translateY(-3px);
}

.pad-15 {
    padding: 18px;
}

.label-interna{
    padding-left: 15px;
    color: #2b669a;
    margin-bottom: -10px;
    font-size: 15px;
}

.text-aling-right{
    text-align: right;
}

.faq-item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #AAAAAA;
}

.blocco-titolo-faq {
    width: calc(100% - 30px);
    color: #2C86E7;
    font-size: 21px;
    padding-top: 10px;
    cursor: pointer;
    line-height: 1.35;
}

.blocco-icona-faq{
    width: 30px;
    position: absolute;
    right: 0;
    top: 8px;
    text-align: right;
    font-size: 28px;
}

.faq-item .ar-up{
    display: none;
}
.faq-item .ar-down{
    display: block;
}
.faq-item.active .ar-up{
    display: block;
}
.faq-item.active .ar-down{
    display: none;
}

.big-login{
    /* linear gradient from E7F0F8 to white, left to right */
    background: linear-gradient(to right, #E7F0F8, #FFFFFF);
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0;
    min-height: 720px;
}
.big-login h2 {
    color: #0966AE;
    margin-bottom: 30px;
    line-height: 1.35;
}

.big-login p {
    margin-bottom: 25px;
    line-height: 1.5;
}

.big-login strong, .big-login b, .big-login a {
    color: #0966AE;
}

.abs-image-home {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.abs-image-home img {
    width: 35vw;
    height: auto;
	max-width: 810px!important;
}


.abs-image-home-md{
    position: absolute;
    bottom: 0;
    right: 30px;
    transform: scale(0.5);
}

button {
    border: none!important;
}

/* input submit */
input[type="submit"] {
border: none!important;
    outline: none!important;
}

input.checkbox  {
    margin-right: 10px;
}

.b-blu{
    font-weight: bold;
    color: #0966AE;
}

.row-form-2025 .tipografia, .gruppo-checkbox-2025 p {
    margin-bottom: 25px;
}

.gruppo-checkbox-2025 p {
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.4;
}
.gruppo-checkbox-2025 p input {
left: 0;
transform: scale(1.35) translateX(-2px) translateY(1px);
    position: absolute;
}

.blocco-risposta-faq {
    padding: 15px 0;
}
.blocco-risposta-faq p {
    font-size: 19px;

    line-height: 1.4;
}


@media only screen and (max-width: 992px) {
    .mar-bot-only-mob {
        margin-bottom: 30px;
    }
    .blocco-dati {
        border-bottom: dotted 1px #AAAAAA;
        margin-bottom: 17px;
        padding-bottom: 10px;
    }
    .dati-row-wrapper{
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}