﻿
.portale_item > div { width:220px;height:136px;background-color:#F9FBFC;border-radius: 10px;border: 1px solid #D3D3D4;padding:20px 0px;float:left;margin-right:18px;margin-bottom:24px; }
.portale_item > div a { display:block;text-align:center;font-size:22px;line-height:22px;font-weight:bold;color:black }
.portale_item > div b { display:block;font-size:33px;line-height:33px;padding-top:10px;margin-bottom:9px }




@media screen and (max-height: 1000px) {    
    .portale_item > div b { padding-top:12px }
    .portale_item > div a { font-size:18px }
}

@media screen and (max-height: 900px) {
    .portale_item > div { width:190px;height:106px; }
    .portale_item > div b { margin-bottom:2px;padding-top:0px }
}

@media screen and (max-width: 1500px) {
    .portale_item > div { width:195px; }
}

@media screen and (min-width: 1281px) {
    .portale_item > div:nth-child(4n+4) {
        margin-right: 0px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
    .portale_item > div:nth-child(3n+3) {
        margin-right: 0px;
    }
}

/*@media screen and (max-width: 1199px) {
    .portale_item > div { width:130px;height:87px;margin-right:14px;margin-bottom:11px; }
    .portale_item > div a { font-size:13px;line-height:14px; }
    .portale_item > div b { font-size:19px;line-height:19px;padding-top:2px }
}*/

@media screen and (max-width: 1020px) { 
    .portale_item > div { width:30%;height:130px; }
    .portale_item > div a { font-size:20px;line-height:20px; }
    .portale_item > div b { font-size:26px;line-height:26px;padding-top:13px }
}

@media screen and (max-width: 650px) {
    .portale_item > div { width: 45%;  }
}

@media screen and (max-width: 420px) {
    .portale_item > div { height:100px }
    .portale_item > div a { font-size:15px;line-height:15px; }
    .portale_item > div b { font-size:22px;line-height:22px;padding-top:2px; }
}

@media screen and (max-width: 400px) {
    .portale_item > div { width:130px;height:87px;margin-right:14px;margin-bottom:11px; }
    .portale_item > div a { font-size:14px;line-height:14px; }
    .portale_item > div b { font-size:19px;line-height:19px;padding-top:2px }
}