#header {
    background: url("../images/image/header.svg");
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: right;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    padding: 15px;
}

.img-logo {
    height: 80px;
    width: auto;
}

.img-flag {
    height: 20px;
    width: 25px;
}

.lighten-footer {
    background: #AAA !important;
    margin-bottom: 0px;
    
}

.title-footer {
    color: #555;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

.ul-footer {
    color: white!important;
}

.btn-light-trasp {
    background-color: transparent;
    border: none;
}

.footer-text {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

.link-social {
    color: #555;
    font-size: 15px;
    text-decoration: none;
}

.link-social-cs {
    color: #555;
    font-size: 25px;
    text-decoration: none;
}

.link-social-cs:hover {
    color: #000;
}

.img-logo-footer {
    height: 60px;
    width: auto;
}

.link-social:hover {
    color: #FFFFFF;

}

.img-logo-sm {
    height: 50px;
    width: aauto;
}

#site-index {
    background-color: #fff;
}

.card-offerta {
    border: 2px solid #009EE0;
}

.card-title {
    color: #009EE0;
    font-weight: 700;
}

.title-offerta {
    padding-top: 50px;
    font-weight: 800;
    color: #1e293b;
    font-size: 3.5rem;

}

.price {
    font-weight: bold;
    color: #1e293b;
    font-size: 2rem;

}

.img-logo-offer {
    height: 400px;
    width: 100%;
    border-radius: 4%;
    margin-top: 50px;
}

.document {
    margin-bottom: 20px;
    border: 0px none;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.document-title {
    color: #666 !important;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
    padding: 15px 15px;
}

.document-text {
    color: #666;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-top: 0px;
}

.link-speedtest {
    color: #666;
}

.link-speedtest:hover {
    color: #666;
}

.iframe-speedtest {
    width: 735px;
    height: 490px;
}

#map {
    width: 100%;
    height: 500px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background: #ddd;
}

.mdc-button {
    position: absolute;
    right: 15px;
    top: unset;
    z-index: 10;
    background: #ddd;
    color: #555;
    border: 2px solid #777;
    border-radius: 4px;
}

#rete_internet_map_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    font-family: "ConduitITC";
}

#rete_internet_map_modal .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
}

#rete_internet_map_modal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
}
#rete_internet_map_modal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    border: 0;
    background: transparent;
    color: #0064c5;
    z-index: 10;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

#rete_internet_map_modal .modal-body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: none;
    background: #eee;
    padding: 0;
}



@media (max-width: 1920px) {
    #header {
        background-size: cover;
        background-repeat: unset;
        background-position: unset;
    }
}



@media (max-width: 1024px) {
    #header {
        background: #01A8F8!important;
        padding: 10px;
        height: 80px;
    }

    .iframe-speedtest {
        width: 400px;
        height: 280px;
    }

    
    .site-index {
        font-size: 13px;
    }
  
}

@media (max-width: 768px) {
    .price {
        font-size: 1.5rem;
    }
}


@media (max-width: 360px) {
    

    .img-logo-sm {
        margin-top: -8px;
    }

}

