body{
    font-family: "Zain", sans-serif;
    color: #572985;
}

a{
    color:#646363;
    /*color: #212529;*/
    text-decoration:none;
}

a:hover{
    color: #313030;
    text-decoration:none;
}

.vertical-center {
    display: flex;
    align-items: center;
    margin:0;
    padding:0;
}

.noviewit {
    width: 0px;
    visibility: hidden;
    position: absolute;
}

img{
    width:100%;
}

p {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#marchio{
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 420px;
}

.caption{
    max-width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.titolo{
    text-align:center;
}

.contenuto{
    width:270px;
    margin-left: auto;
    margin-right: auto;
}

#footer{
    position:absolute;
    margin-bottom:0;
    max-width:none;
    width:100%;
    background-color: #643389;
    color: #fff;
    min-height: 10%;
    min-height: 10vh;
}

#footer .row .lead{
    font-size:1.3rem;
}

.footerimg{
    width:100%;
    max-width: 40px;
    margin:5px;
    margin-top:25px;
    vertical-align: middle;
}

#dm{
    color:#fff;
}

#dm:hover{
    color:#CC0000;
}

.iconefootermobile{
    display:none;
}

#contatti{
    color:#646363;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .iconefooterdesktop{
        display:none;
    }
    .iconefootermobile{
        display:block;
    }
}


@media (max-width: 768px) {
    .vertical-center {
        min-height: 0;  /* Fallback for browsers do NOT support vh unit */
        display: block;
        align-items: center;
        margin:0;
        padding:0;
    }
    .contenuto{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 720px) {
    .footerimg{
        max-width: 40px;
        margin:5px;
        margin-top:25px;
    }
}


.jumbotron{
    background-color: #B4CAFB;
}

.jumbotron {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.row.wiide {
    max-width: 99.58vw !important;
    width: 100vw !important;
    margin-left: -50vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    overflow-x: hidden;
}

iframe {
    width: 100vw;
    height: 56.25vw;
}

.paddino {
    padding: 40px 0px;
}

.paddino2 {
    padding: 20px 0px;
}

.paddino3 {
    padding-top: 40px;
}

.textone {
    font-size: 28px;
    line-height:1.4;
}
.contactimg {
    width:100px;
}

span.miracletext {
    position: relative;
    color: white;
    -webkit-text-stroke-width: 2.8px;
    -webkit-text-stroke-color: #582984;
    font-size: 45px;
    text-shadow: 3px 0px #B868A7;
    text-transform: uppercase;
    font-weight: bolder;
    vertical-align: middle;
}

span.strongusu {
    font-weight: 800;
}

@media screen and (max-width:500px) {
    span.miracletext {        
        font-size: 30px;
    }
    .contactimg {
        width:70px;    
    }
    .textone {
        font-size: 26px;
        line-height:1.4;
    }
    
}

img.iconeservizi {
    max-width:600px;
}

.centered {
    text-align:center;
}

.novar, .novar:hover {
    color:unset;
}

.novar:hover {
    text-decoration:underline;
}

.thankyoutext {
    font-size: 36px;
}

.container.thankyoubox {
    height: 100vh;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-top: 40px;
    overflow-y: hidden;
}

.thankyoutext {
    padding-bottom:40px;
}

.thankyoubutton {
    background: #643389;
    color: #B4CAFB;
    width: 200px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    border-radius:5px;
    font-size:20px;
}

.footthanks {
    position: fixed!important;
    bottom:0!important;
}