
/**richmedia css*/

@media (max-width: 480px) {
    .rich .title{
       display: none;
    }
    .rich{
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
        float: left;
        }
    .titulomobile{
        display: block !important;
        font-weight: bold;
        font-size: 20px;
        
        }

}

@media (max-width: 1200px) {
    .rich .title{
        display: none;
     }
    .rich{
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
        float: left;
        }
    .titulomobile{
        display: block !important;
        font-weight: bold;
        font-size: 20px;
        
        }

}
@media (max-width: 767px) {

      .rich{
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    float: left;
    }
    .titulomobile{
    display: block !important;
    font-weight: bold;
    font-size: 20px;
    
    }
  }