

.middle_warnings_section_container{
    max-width:100%;
    color: #4b4b4b;
    background-color: rgba(220, 185, 97, 0.15);
}

.middle_warnings_section_wrapper{
    margin:0 auto;
    margin-bottom: 10px;
    max-width: 1224px;
}

.newaviso{
    height: 26px;
    width: 15px;
    margin-right: 8px;
    border-bottom: 6px solid #dcb961;
}
.newavisotransp{
    height: 26px;
    width: 15px;
    margin-right: 8px;
    border-bottom: 6px solid transparent;
}


.middle_warnings_date {
    color: #dcb961;
    line-height: 12px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}


h6.new {
    margin: 0px 0px 0px 10px;
    font-size: 12px;
    color: white;
    background-color: #eb4c6b;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    width: 50px;
    font-weight: 700;
}
.seeall{
    font-size: 12px;
    line-height: 22px;
    color: #dcb961;
    border-bottom: 1px solid transparent;
    
}
.warning_title{
    font-size: 14px;
    font-weight: bold;
}
.warning_message{
    font-size: 16px;
    font-weight: bold;
    margin-left: 4px;
}

.warning_more{
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.left_padding_30{
    padding-left: 30px;
}


@media screen and (max-width: 599px) {
    .middle_warnings_section_wrapper{
        margin: 40px 0 10px 0;
        width:100vw;
    }
    .width_mobile{
        width:100vw; 
    }
    .seeall {
        margin-right: 10px;
    }
}

