@font-face {
    font-family: 'Roca Two Bold';
    src: url('../areaprivata/assets/fonts/Roca-Two-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    src: url('../areaprivata/assets/fonts/OpenSans-Regular.ttf') format('truetype');
}
.rocaTwoBold {
    font-family: "Roca Two Bold", sans-serif;
    font-weight: 100 !important;
}
.rocaBold {
    font-family: "Roca Two Bold", sans-serif;
}
.openSans{
    font-family: 'Open Sans', sans-serif !important;
}
.titolo{
    font-size:x-large; 
    margin-bottom:20px; 
    text-align: center;
    padding: 0 30px;
    font-weight: bold;
    color:#3d3d3d;
}
.logo{
    font-size:xx-large; 
    margin-bottom:50px; 
    text-align: center;
    padding: 0 30px;
}
.logoImg{
    max-width: 100px;
    margin-bottom: 30px;
}
.iconText{
    margin-right: 15px;
    color: #b04e4f;
}
.sottotitolo{
    font-size:medium; 
    text-align: center;
    padding: 0 30px;
    color: gray;
    line-height: 1.8;
}
.containerText{
    max-width: 500px;
}
@media (max-width: 500px) {
    
}