.ib3_box { display: none; }
.ib3_box:nth-child(-n+6) { display: inline-block; }

.ib3_boxN { display: none; }
.ib3_boxN:nth-child(-n+8) { display: inline-block; }

.ib3_boxB { display: none; }
.ib3_boxB:nth-child(-n+6) { display: inline-block; }

.ib3_boxV { display: none; }
.ib3_boxV:nth-child(-n+4) { display: inline-block; }
h4.alert_error {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #faa633 url(../img/icn_alert_error.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #000000;
color: #000000;
padding: 10px 0;
text-indent: 40px;
font-size: 16px;}

h4.alert_success {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #7c0040 url(../img/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #000000;
color: #FFFFFF;
padding: 10px 0;
text-indent: 40px;
font-size: 16px;}

label.msg_send {
    font-size: 19px;
    font-weight: bold;
    color: rgb(162, 5, 5);
}
.list-search li {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #7c0040 !important;
    position: relative !important;
    cursor: pointer !important;
    padding: 15px 0px 15px 40px !important;
    border-bottom: 1px solid #eaeaea !important;
}
.list-search li:hover { 
color: #9a9a9a !important;
}
p.text-search {
    font-size: 21px;
    color: #828282;
    font-weight: 300;
}

.politicswork {
    width: initial !important;
}

.politicasLabel {
    cursor: pointer;
    text-decoration: underline;
}