/* Custom CSS */
.errorlist {
    color: red !important;
    font-weight: bold;
    list-style-type: none;

}


.redColor{
    color:#691C32 !important;
}

@media (max-width: 767px) {
     .mobile_logo {
         padding: 0rem !important;
         padding-left : 0.5rem !important;
     }
 }

 @media (max-width: 378px) {
     .text-puesto {
         font-size: 13px;
     }
 }

 nav.toggled > div > a{
     padding: 0rem !important;
     padding-left : 0.5rem !important;
 }