@charset "UTF-8";

*{box-sizing:border-box;}
a,img,p,h1,h2,h3,h4,h5,h6{font-family: "Exo 2", sans-serif; margin:0px; padding:0px; border:0px; text-decoration:none; }
p {line-height: 1.45}
body{font-family: "Exo 2", sans-serif; font-weight:400; padding:0px; margin:0px; color:#1C1C1C; font-size:100%;  background:#fff; padding-top:20px;}
.contenitore{width:95%; max-width:1100px; margin:auto;}

.logo{width:250px; margin-bottom:100px;}
.box-mezzo{width:50%; float:left;}
.foto-avv{max-width:100%;}
.cont-testo h1 {color:#333; font-size:30px;}
.cont-testo p{font-size:18px; margin-top:30px; line-height:28px;}
.cont-testo p a{color:#164494; font-weight:600;}
footer{background:#00173f;}
footer p, footer a{color:#fff; padding:30px 0; margin-top:80px;}

@media screen and (max-width: 1052px) {
    .foto-avv{margin-top:50px;}
}
@media screen and (max-width: 800px) {
    .box-mezzo{width:100%; float:none;}
}
.pulizia{clear:both;}