

@font-face {
  font-family: UniversLTPro-45Light;
  src: url('font/UniversLTPro-45Light.woff');
  font-weight: bold;
}

@font-face {
  font-family: UniversLTPro;
  src: url('font/UniversLTPro-55Roman.woff');
  font-weight: normal;
}

@font-face {
  font-family: UniversLTPro-65Bold;
  src: url('font/UniversLTPro-65Bold.woff');
  font-weight: bold;
}
@font-face {
  font-family: UniversLTPro-75Black;
  src: url('font/UniversLTPro-75Black.woff');
  font-weight: bold;
}

#main_container{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    width: 100%;
    min-height: 730px;
    font-family: UniversLTPro-45Light;
    font-size: 22px;
    color:#fff;
    padding-bottom: 22px;
}
a{
    text-decoration: none;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}
#note_container{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#note_container p{
    text-transform: uppercase;
    color:#010101;
    font-size: 11px;
    font-family: UniversLTPro-45Light;
}
#row_logo{
    padding-bottom: 37px;
}
#offerta_body b{
    font-family: UniversLTPro-65Bold;
}
#offerta_body ul{
    font-size: 18px;
    margin-left: -22px;
    padding-top: 22px;
    margin-bottom: 0;
}
#offerta_body li{
   padding-bottom: 22px; 
}
#offerta{
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    font-family:UniversLTPro-65Bold;
    max-width: 460px;
    margin: auto;
    padding-top: 28px;
}
#offerta p{
    margin: 0 0 0;
    line-height: 0;
}
#offerta span{
    margin: 0;
    line-height: 85px;
}
#offerta #span1{
    font-size: 105px;
}
#offerta #span2{
    font-size: 96px;
}
#offerta_body{
  max-width: 460px;
  margin: auto;
  padding-top: 26px;
}
#cta{
 max-width: 460px;
  margin: auto; 
text-align: center;
background-color: #fff;
color:#0555fa;
font-family: UniversLTPro-75Black;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#log_mini{
 max-width: 460px;
 margin: auto;
 text-align: center;
}
#row_body{
    max-width: 1280px;
    margin: auto;
}
#animation_fiamma{
    padding:0;
    padding-top: 10%;
}
#cta_mobile{
        display: none;
    }  
#animation_container{
    margin: auto;
}


@media (max-width : 1198px) {
    #cta_mobile{
        display: block;
        max-width: 400px;
        margin: auto;
    }
    #cta_des{
        display: none;
    }
    #animation_fiamma{
        width: 100%;
    }
    #container_offerta{
        width: 100%;
    }
    #animation_fiamma{
        padding-top: 0;
    }
    #offerta #span1{
    font-size: 90px;
}
#offerta #span2{
    font-size: 85px;
}
    #offerta, #offerta_body{
        max-width: 400px;
        margin: auto;
    }
    
}

@media (max-width : 767px) {
    
    #offerta #span1{
    font-size: 59px;
    }
    
    #offerta #span2{
    font-size: 54px;
    }
    #offerta, #offerta_body{
        max-width: 257px;
        margin: auto;
    }
    #cta_mobile{
        display: block;
        max-width: 257px;
        margin: auto;
    }
    #offerta{
        padding-top: 17px;
    }
    
    #offerta span {
    margin: 0;
    line-height: 52px;
}
    
    }

 



