.row{
  margin: 0;
}

.mensaje-error{
    font-size: .875em;
}
#seccionTipoEmpresa{
    display: none;
}
.advertencia {
    border: 1px solid;
    color: var(--bg-color-menu);
}

@media (max-width: 600px) {
  #imagenLogoHome {
    margin-top: 10px;
    /* width: 80%; */
  }
  #imagenLogoHomeGris {
    text-align: center;
    margin-top: 15px;
  }
}


